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

umputun / stash
84%
master: 84%

Build:
Build:
LAST BUILD BRANCH: refactor-auth
DEFAULT BRANCH: master
Repo Added 24 Nov 2025 02:23AM UTC
Files 29
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 audit-ui
branch: audit-ui
CHANGE BRANCH
x
Reset
  • audit-ui
  • api-list-keys
  • audit-trail
  • 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/upload-artifact-5
  • dependabot/github_actions/actions/upload-artifact-6
  • dependabot/go_modules/go-modules-35375c2958
  • dependabot/go_modules/go-modules-f180a085e8
  • 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/secrets-vault
  • 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-auth
  • 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.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

01 Jan 2026 08:01AM UTC coverage: 84.156% (+0.4%) from 83.735%
20635068048

Pull #53

github

umputun
fix(audit): add missing tests and improve auth error handling

- add TestAuth_IsTokenAdmin for token admin checks
- add TestExtractToken for header extraction with precedence
- add invalid page value tests in audit handler
- add handleKeyView audit logging test
- return 401 for unauthenticated vs 403 for non-admin in HandleAuditTable
- add audit logging to README features list
Pull Request #53: feat(audit): add audit log web UI

269 of 296 new or added lines in 8 files covered. (90.88%)

3 existing lines in 2 files now uncovered.

3973 of 4721 relevant lines covered (84.16%)

79.94 hits per line

Relevant lines Covered
Build:
Build:
4721 RELEVANT LINES 3973 COVERED LINES
79.94 HITS PER LINE
Source Files on audit-ui
  • Tree
  • List 27
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
20635068048 audit-ui fix(audit): add missing tests and improve auth error handling - add TestAuth_IsTokenAdmin for token admin checks - add TestExtractToken for header extraction with precedence - add invalid page value tests in audit handler - add handleKeyView audi... Pull #53 01 Jan 2026 08:02AM UTC umputun github
84.16
20635068529 audit-ui fix(audit): add missing tests and improve auth error handling - add TestAuth_IsTokenAdmin for token admin checks - add TestExtractToken for header extraction with precedence - add invalid page value tests in audit handler - add handleKeyView audi... Pull #53 01 Jan 2026 08:02AM UTC umputun github
84.16
20634888583 audit-ui fix(audit): add token admin auth and address code review findings - add Admin field to TokenConfig for API token admin privileges - add IsTokenAdmin method to Auth for token-based admin checks - add ExtractToken helper to consolidate token extrac... Pull #53 01 Jan 2026 07:46AM UTC umputun github
83.95
20634542428 audit-ui fix(audit): address code review findings - add X-Auth-Token header support in extractActor for audit logging - fix variable shadowing (r -> res) in buildAuditData - add URL encoding for login return parameter - remove templateManager wrapper, use... Pull #53 01 Jan 2026 07:17AM UTC umputun github
84.02
20634302296 audit-ui fix(e2e): add positive confirmation after key creation in FilterToggle test wait for key to appear in table after modal closes to prevent flaky test Pull #53 01 Jan 2026 07:01AM UTC umputun github
83.8
20634264258 audit-ui fix(audit): address code review findings - add read action logging to web key view handler - add unit tests for AuditHandler (auth, filters, pagination) - remove duplicated getCurrentUser/getTheme helpers (delegate to parent) - remove unused rela... Pull #53 01 Jan 2026 06:57AM UTC umputun github
83.8
20634058336 audit-ui fix(audit): re-query when page exceeds total pages Pull #53 01 Jan 2026 06:39AM UTC umputun github
80.29
20634046047 audit-ui fix(audit): add URL encoding for pagination filter params push 01 Jan 2026 06:38AM UTC umputun github
80.4
20634046439 audit-ui fix(audit): add URL encoding for pagination filter params Pull #53 01 Jan 2026 06:38AM UTC umputun github
80.4
20634013681 audit-ui fix(audit): add offset to pagination query QueryAudit was ignoring page offset - always returned first N rows. Added Offset field to AuditQuery and applied (page-1)*pageSize in handler. Enhanced e2e test to verify different entries shown on diffe... Pull #53 01 Jan 2026 06:35AM UTC umputun github
80.4
See All Builds (334)
  • 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