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

dgraph-io / badger / 2840
61%
main: 61%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions-eb8e6b6abe
DEFAULT BRANCH: main
Ran 24 Sep 2019 02:16PM CUT
Jobs 2
Files 80
Run time 25s
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

24 Sep 2019 02:06PM CUT coverage: 77.852% (-0.3%) from 78.106%
2840

push

travis-ci

web-flow
Support encryption at rest  (#1042)

This PR will add support for encrypting data which going to be on disk.
Two components are being encrypted, one is sst and another one is
vlog. In sst, each block is encrypted with seperate IV using AES CTR
mode. In vlog, each entry is being encrypted. Each vlog will have base
IV of 12 bytes. IV for the each entry is generated by merging base IV 
with entry offset. Data are encrypted using datakey, which is generated by
the badger. The datakey is further encrypted using user provided key 
and stored in disk. So that user can change key. In order to change
key user has to provide old key and new key. we'll decrypt using old
key and store the datakey back to disk by encrypting using the new
key. By this mechanism, it'll simplfy the key change.

12802 of 16444 relevant lines covered (77.85%)

158383.31 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2840.1 24 Sep 2019 02:17PM CUT 0
77.64
Travis Job 2840.1
2 2840.2 24 Sep 2019 02:17PM CUT 0
77.91
Travis Job 2840.2
Source Files on build 2840
  • List 0
  • Changed 25
  • Source Changed 14
  • Coverage Changed 25
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
No data available in table
Showing 0 to 0 of 0 entries
  • Previous
  • Next
  • Back to Repo
  • Travis Build #2840
  • a425b0ea on github
  • Prev Build on master (#2835)
  • Next Build on master (#2882)
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

© 2025 Coveralls, Inc