• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

lucaong / cubdb
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: writes-since-compaction
DEFAULT BRANCH: master
Repo Added 18 Jul 2019 12:51PM UTC
Files 16
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH v0.16.0
branch: v0.16.0
CHANGE BRANCH
x
Reset
  • v0.16.0
  • auto_compact_by_default
  • avoid_crash_if_compaction_crashes
  • better_get_multi
  • better_select_key_ranges_api
  • better_task_handling
  • better_timeouts
  • file_sync_by_default
  • fix_compaction_race_condition
  • master
  • put_new
  • start_link_1
  • v0.11.0
  • v0.12.0
  • v0.13.0
  • v0.13.1
  • v0.14.0
  • v0.15.0
  • v0.16.1
  • v0.16.2
  • v0.16.3
  • v0.16.4
  • v0.17.0
  • v1.0.0-rc.1
  • v1.0.0-rc.2
  • v1.0.0-rc.3
  • v1.0.0-rc.4

pending completion
103

push

travis-ci

lucaong
Version v0.16.0

Changes:

  - [breaking change] `CubDB.start_link/1` and `CubDB.start_link/2`
    substitute the previous `CubDB.start_link/3`. This makes it easier
    to start `CubDB` as part of a supervision tree, and generally
    simplifies the API. To upgrade your existing code:
      * If you were calling `start_link/3` providing only one or two
        arguments (data_dir and options), no change should be needed to
        your code
      * If you were providing all 3 arguments (data_dir, options, and
        gen_server_options), just merge the second and third argument
        into a single keyword list of options.
      * Alternatively, supply a single keyword list argument specifying
        `data_dir: "some/data/dir"` and other options.
  - [breaking change] `CubDB.get_multi/2` has an improved API returning
    a map of entries instead of a list of values. This is consistent
    with `get_and_update_multi`, and provide a simpler way to
    distinguish between `nil` values and missing ones.

489 of 493 relevant lines covered (99.19%)

23892.52 hits per line

Relevant lines Covered
Build:
Build:
493 RELEVANT LINES 489 COVERED LINES
23892.52 HITS PER LINE
Source Files on v0.16.0
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
103 v0.16.0 Version v0.16.0 Changes: - [breaking change] `CubDB.start_link/1` and `CubDB.start_link/2` substitute the previous `CubDB.start_link/3`. This makes it easier to start `CubDB` as part of a supervision tree, and generally simplifies ... push 11 Feb 2020 06:15PM UTC lucaong travis-ci pending completion  
See All Builds (719)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc