• 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/subscribe
branch: feature/subscribe
CHANGE BRANCH
x
Reset
  • feature/subscribe
  • 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/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-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

04 Jan 2026 04:36AM UTC coverage: 83.553% (-0.5%) from 84.072%
20687698599

Pull #58

github

umputun
docs(sse): update subscription docs and add integration tests

- Document both prefix subscription syntaxes (/* and /)
- Simplify Go SDK examples in README, link to lib/stash/README.md
- Add integration test for subscription filtering (no events for non-subscribed keys)
- Add integration test for auth-denied subscriptions (403 on unauthorized key)
Pull Request #58: feat(sse): add real-time key change subscriptions via Server-Sent Events

319 of 398 new or added lines in 11 files covered. (80.15%)

3 existing lines in 2 files now uncovered.

4054 of 4852 relevant lines covered (83.55%)

76.56 hits per line

Relevant lines Covered
Build:
Build:
4852 RELEVANT LINES 4054 COVERED LINES
76.56 HITS PER LINE
Source Files on feature/subscribe
  • Tree
  • List 32
  • 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
20687698599 feature/subscribe docs(sse): update subscription docs and add integration tests - Document both prefix subscription syntaxes (/* and /) - Simplify Go SDK examples in README, link to lib/stash/README.md - Add integration test for subscription filtering (no events f... Pull #58 04 Jan 2026 04:37AM UTC umputun github
83.55
20687434087 feature/subscribe fix(sse): add tests and improve error handling - add shutdown test with active SSE connection - add EventPublisher tests for Set/Delete handlers - log debug message when write deadline fallback fails - document sse package in CLAUDE.md project st... Pull #58 04 Jan 2026 04:12AM UTC umputun github
83.55
20687434433 feature/subscribe fix(sse): add tests and improve error handling - add shutdown test with active SSE connection - add EventPublisher tests for Set/Delete handlers - log debug message when write deadline fallback fails - document sse package in CLAUDE.md project st... Pull #58 04 Jan 2026 04:12AM UTC umputun github
83.47
20687247496 feature/subscribe fix(sse): address code review findings - skip SSE endpoints in audit middleware (long-lived connections) - split shutdown timeout between SSE and HTTP server - fix duplicate topic for empty key in keyToTopics - rename Auth to AuthProvider for con... Pull #58 04 Jan 2026 03:55AM UTC umputun github
83.26
20687247848 feature/subscribe fix(sse): address code review findings - skip SSE endpoints in audit middleware (long-lived connections) - split shutdown timeout between SSE and HTTP server - fix duplicate topic for empty key in keyToTopics - rename Auth to AuthProvider for con... Pull #58 04 Jan 2026 03:55AM UTC umputun github
83.18
20686955179 feature/subscribe fix: properly terminate SSE subscription connections on Close - Subscription.Close() now cancels the HTTP request context instead of just signaling a done channel, ensuring connections do not leak - Added test verifying Close() terminates serve... Pull #58 04 Jan 2026 03:30AM UTC umputun github
83.25
20686946126 feature/subscribe fix: properly terminate SSE subscription connections on Close - Subscription.Close() now cancels the HTTP request context instead of just signaling a done channel, ensuring connections do not leak - Added test verifying Close() terminates serve... push 04 Jan 2026 03:27AM UTC umputun github
83.33
20686790533 feature/subscribe feat(sse): add real-time key change subscriptions via Server-Sent Events - add SSE service with topic-based pub/sub for key change events - support exact key (/subscribe/key) and prefix patterns (/subscribe/prefix/ or /subscribe/prefix/*) - use h... push 04 Jan 2026 03:13AM UTC umputun github
83.42
20685923584 feature/subscribe docs: add key subscription (SSE) implementation plan add plan for real-time key change notifications via Server-Sent Events. clients can subscribe to specific keys or prefix patterns and receive events on create/update/delete operations. push 04 Jan 2026 01:50AM UTC umputun github
84.07
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