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

FROSADO / onecloudriver
78%

Build:
DEFAULT BRANCH: main
Repo Added 07 Aug 2026 08:37AM UTC
Files 48
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 main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • docs-contributing-pr-template
  • issue-10-reuse-graph-client
  • issue-101-root-level-delta
  • issue-14-upload-retries-survive-outage
  • issue-15-delta-preserve-local-changes
  • issue-16-if-match-upload
  • issue-17-align-offline-docs
  • issue-20-fix-rpm-license
  • issue-22-remove-account-cache-path
  • issue-26-emoji-rule-contributing
  • issue-28-shell-ascii-fallback
  • issue-29-symbol-table
  • issue-3-extract-account-helper
  • issue-32-quickxorhash
  • issue-33-multipart-download-regression
  • issue-35-consolidate-uninstall
  • issue-36-agents-md
  • issue-4-build-resource-helper
  • issue-40-fix-systemd-tilde-mountpoint
  • issue-44-fix-packaging-unit-percent-escaping
  • issue-45-fix-execstart-binary-resolution
  • issue-47-doc-service-man-page
  • issue-49-keyring-key-helpers
  • issue-50-consolidate-eviction
  • issue-53-fix-rpm-cpio-pattern
  • issue-6-split-service
  • issue-64-atomic-upload-snapshot
  • issue-67-serialize-dirty
  • issue-68-streaming-delta-apply
  • issue-69-zero-copy-upload
  • issue-7-emoji-fallback
  • issue-70-tune-http-transport
  • issue-72-bench-baseline
  • issue-73-manual-sync
  • issue-75-harden-boltdb-timeout
  • issue-78-coverage-integration
  • issue-8-add-yaml-output-support
  • issue-81-release-v0.1.3
  • issue-83-rename-local-file
  • issue-85-session-only-cache-dir
  • issue-87-fix-empty-flush-upload
  • issue-9-standardize-flag-validation
  • no-issue-update-make-doc
  • report-coverage

18 Aug 2026 07:06AM UTC coverage: 78.385% (+0.07%) from 78.311%
32109894159

push

github

web-flow
refactor(auth): extract shared keyring key helpers (#103)

Define keyringService and keyringKeys once in a new internal/auth/keyring.go
and replace the 8 inline fmt.Sprintf constructions in manager.go and
account.go. The key format (onecloudriver:<name> refresh key +
onecloudriver:access:<name> access key) is part of the offline-startup
contract, so all construction sites must share one source of truth.
Add a unit test pinning the exact format.

Closes #49

🤖 Generated with Codebuff

Co-authored-by: Codebuff <noreply@codebuff.com>

17 of 17 new or added lines in 3 files covered. (100.0%)

4464 of 5695 relevant lines covered (78.38%)

3453.34 hits per line

Relevant lines Covered
Build:
Build:
5695 RELEVANT LINES 4464 COVERED LINES
3453.34 HITS PER LINE
Source Files on main
  • Tree
  • List 48
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
32109894159 main refactor(auth): extract shared keyring key helpers (#103) Define keyringService and keyringKeys once in a new internal/auth/keyring.go and replace the 8 inline fmt.Sprintf constructions in manager.go and account.go. The key format (onecloudriver:... push 18 Aug 2026 07:11AM UTC web-flow github
78.38
32080850087 main fix(fs): apply root-level delta changes (canonicalize the drive root ID) (#102) * fix(fs): apply root-level delta changes (canonicalize the drive root ID) Graph delta items reference the drive root by its real item ID (e.g. "DF54...!sea8cc...") ... push 17 Aug 2026 11:36PM UTC web-flow github
78.31
32078980380 main feat(cli): add manual sync command (onecloudriver sync) (#100) Adds a one-shot delta poll independent of the mount's background interval: `onecloudriver sync` resolves the account, opens its persisted cache (BoltDB + content) read/write, runs a s... push 17 Aug 2026 11:10PM UTC web-flow github
78.17
32005239988 main perf(fs): streaming delta apply with bounded memory (issue #68) (#99) pollAndApply previously accumulated every delta item into a map across all pages before applying anything, and only persisted the delta link after the whole cycle succeeded. No... push 17 Aug 2026 07:23AM UTC web-flow github
78.26
32003754766 main test(graph): regression test for exact-multiple-of-chunk downloads (#98) Locks in the correct multipart loop behavior (ceil(size/chunk) trips, end clamped to size-1) for files whose size is an exact multiple of the 10 MiB chunk size, so the onedr... push 17 Aug 2026 07:02AM UTC web-flow github
77.99
31978619249 main feat(fs): dirty inode tracking -> SerializeDirty (cut BoltDB writes >=99%) (#97) * feat(fs): dirty inode tracking -> SerializeDirty (cut BoltDB writes >=99%) SerializeAll rewrote the whole browsed tree to BoltDB on every delta poll (5 min) and o... push 16 Aug 2026 11:19PM UTC web-flow github
77.99
31977634757 main perf(graph): tune HTTP transport connection pooling + WithTransport option (#70) (#96) * perf(graph): tune HTTP transport connection pooling + WithTransport option (#70) Give each graph.Client its own tuned http.Transport (larger idle pool, expl... push 16 Aug 2026 10:58PM UTC web-flow github
78.03
31976058212 main refactor(cmd): create graph.Client once in PersistentPreRun and share via context (#10) (#95) Replace the 9 per-command graph.NewClient() calls with a single client created in PersistentPreRun and stored in the command context, so the HTTP connec... push 16 Aug 2026 10:25PM UTC web-flow github
77.94
31975300786 main perf(fs): zero-copy upload snapshot via on-disk file instead of ReadAll (#69) (#94) * perf(fs): zero-copy upload snapshot via on-disk file instead of ReadAll (#69) QueueUpload no longer materializes the whole file in heap (ReadAll) nor persists ... push 16 Aug 2026 10:08PM UTC web-flow github
77.96
31972252471 main feat(fs): serialize content snapshots against concurrent writes (#93) * feat(fs): serialize content snapshots against concurrent writes Add a per-inode lock to ContentCache and acquire it in WriteAt, Insert, InsertStream, ReadAll, and SumQuickXo... push 16 Aug 2026 09:05PM UTC web-flow github
77.97
See All Builds (114)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc