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

umputun / stash
84%
master: 84%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions/checkout-6
DEFAULT BRANCH: master
Repo Added 24 Nov 2025 02:23AM UTC
Files 32
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 feature/secrets-vault
branch: feature/secrets-vault
CHANGE BRANCH
x
Reset
  • feature/secrets-vault
  • api-list-keys
  • audit-trail
  • audit-ui
  • ci/add-permissions-blocks
  • conflict-detection
  • dependabot/github_actions/actions/cache-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/download-artifact-6
  • dependabot/github_actions/actions/download-artifact-7
  • dependabot/github_actions/actions/setup-go-6
  • dependabot/github_actions/actions/setup-node-6
  • dependabot/github_actions/actions/setup-python-6
  • dependabot/github_actions/actions/upload-artifact-5
  • dependabot/github_actions/actions/upload-artifact-6
  • dependabot/github_actions/astral-sh/setup-uv-7
  • dependabot/github_actions/gradle/actions-5
  • dependabot/go_modules/go-modules-35375c2958
  • dependabot/go_modules/go-modules-f180a085e8
  • docs/claude/fix-ihttp-env-flag
  • e2e-playwright-go
  • e2e-tests
  • feat-public-access
  • feat/git-ssh-key
  • feat/key-history
  • feat/rate-limiting
  • feat/selective-session-invalidation
  • feat/sighup-auth-reload
  • feat/syntax-highlighting
  • feat/value-validation
  • feature/auth-hot-reload
  • feature/cache-layer
  • feature/enum-types
  • feature/git-versioning
  • feature/granular-auth
  • feature/sdk-sse-subscriptions
  • feature/subscribe
  • feature/web-pagination
  • fix-e2e-flaky
  • fix/git-concurrency-and-error-handling
  • fix/server-code-review-improvements
  • java-sdk
  • json-schema-validation
  • master
  • persistent-sessions
  • python-sdk
  • refactor-audit-package
  • refactor-auth
  • refactor/consolidate-zk-crypto
  • refactor/split-server-subpackages
  • refs/tags/v0.1.0
  • refs/tags/v0.1.1
  • refs/tags/v0.10.0
  • refs/tags/v0.10.1
  • refs/tags/v0.10.2
  • refs/tags/v0.10.3
  • refs/tags/v0.10.4
  • refs/tags/v0.11.0
  • refs/tags/v0.12.0
  • refs/tags/v0.12.1
  • refs/tags/v0.13.0
  • refs/tags/v0.13.1
  • refs/tags/v0.13.2
  • refs/tags/v0.13.3
  • refs/tags/v0.13.4
  • refs/tags/v0.14.0
  • refs/tags/v0.15.0
  • refs/tags/v0.16.0
  • refs/tags/v0.17.0
  • refs/tags/v0.18.0
  • refs/tags/v0.18.1
  • refs/tags/v0.19.0
  • refs/tags/v0.2.0
  • refs/tags/v0.2.1
  • refs/tags/v0.2.2
  • refs/tags/v0.3.0
  • refs/tags/v0.3.1
  • refs/tags/v0.4.0
  • refs/tags/v0.5.0
  • refs/tags/v0.6.0
  • refs/tags/v0.7.0
  • refs/tags/v0.7.1
  • refs/tags/v0.7.2
  • refs/tags/v0.7.3
  • refs/tags/v0.8.0
  • refs/tags/v0.8.1
  • refs/tags/v0.8.2
  • refs/tags/v0.9.0
  • refs/tags/v0.9.1
  • refs/tags/v0.9.2
  • sdk-api
  • typescript-sdk
  • zk-encryption

24 Dec 2025 01:20AM UTC coverage: 83.78% (+0.4%) from 83.43%
20475542737

Pull #45

github

umputun
refactor: polish secrets vault documentation and struct tags

- move Secrets Vault section after Git Versioning in README (grouped with optional features)
- add explicit db:"-" tag to KeyInfo.Secret field (computed, not stored)
Pull Request #45: feat: implement secrets vault with encrypted storage

342 of 389 new or added lines in 9 files covered. (87.92%)

2 existing lines in 2 files now uncovered.

3125 of 3730 relevant lines covered (83.78%)

81.68 hits per line

Relevant lines Covered
Build:
Build:
3730 RELEVANT LINES 3125 COVERED LINES
81.68 HITS PER LINE
Source Files on feature/secrets-vault
  • Tree
  • List 22
  • Changed 10
  • Source Changed 0
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
20475542737 feature/secrets-vault refactor: polish secrets vault documentation and struct tags - move Secrets Vault section after Git Versioning in README (grouped with optional features) - add explicit db:"-" tag to KeyInfo.Secret field (computed, not stored) Pull #45 24 Dec 2025 01:22AM UTC umputun github
83.78
20475339555 feature/secrets-vault refactor: address code review findings for secrets vault - fix buildConflictError to decrypt secrets before returning in conflict info - fix GetInfo lock ordering (acquire lock before secrets check) - add ErrSecretsNotConfigured handling in web h... Pull #45 24 Dec 2025 01:08AM UTC umputun github
83.78
20474962966 feature/secrets-vault refactor: address code review findings for secrets vault - bypass cache for secrets to avoid storing decrypted values - add GetInfo ErrSecretsNotConfigured check for consistency - remove unused NewSQLite backward-compat wrapper - extract initSecr... Pull #45 24 Dec 2025 12:41AM UTC umputun github
83.75
20474963626 feature/secrets-vault refactor: address code review findings for secrets vault - bypass cache for secrets to avoid storing decrypted values - add GetInfo ErrSecretsNotConfigured check for consistency - remove unused NewSQLite backward-compat wrapper - extract initSecr... Pull #45 24 Dec 2025 12:41AM UTC umputun github
83.75
20474227667 feature/secrets-vault fix(e2e): wait for edit button before clicking Wait for button visibility after HTMX content swap to ensure handlers are attached. Fixes flaky tests on slow CI runners. Pull #45 23 Dec 2025 11:50PM UTC umputun github
83.06
20474049033 feature/secrets-vault fix(web): add ErrSecretsNotConfigured handling and API filter validation - add ErrSecretsNotConfigured error checks to web handlers (view, edit, create, update, restore) returning 400 for secret paths without key - return 400 for invalid filter... Pull #45 23 Dec 2025 11:38PM UTC umputun github
83.06
20473714552 feature/secrets-vault feat(web): add secrets filter toggle (All/Secrets/Keys) - add SecretsFilter enum with Next() and Label() methods - add filter button in header (only when secrets enabled) - cycles through All → Secrets → Keys → All - refactor handleKeyList to use... Pull #45 23 Dec 2025 11:15PM UTC umputun github
83.03
20473316693 feature/secrets-vault test(e2e): add secrets vault UI tests - lock icon visibility for secret keys - permission enforcement (user without secrets access) - card view lock icon display - scoped secrets access verification push 23 Dec 2025 10:49PM UTC umputun github
83.53
20471650081 feature/secrets-vault docs: add lock icon SVG to iteration 6 push 23 Dec 2025 09:10PM UTC umputun github
83.49
20471587142 feature/secrets-vault docs: require explicit permission grant for secrets - wildcards like app/* do NOT match app/secrets/* - even * does not grant secrets access - must explicitly add secrets-containing prefix - secure by default, opt-in for secrets push 23 Dec 2025 09:07PM UTC umputun github
83.49
See All Builds (405)
  • 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