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

dangernoodle-io / breadboard / 26006550713
100%

Build:
DEFAULT BRANCH: main
Ran 18 May 2026 12:02AM UTC
Jobs 1
Files 17
Run time 1min
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

18 May 2026 12:01AM UTC coverage: 100.0%. Remained the same
26006550713

push

github

web-flow
feat(bb_event_routes): honor ?topic= query filter on /api/events (#266)

Previously the `?topic=<name>` query parameter on /api/events was silently
ignored — every connected SSE client received every attached topic. Harmless
today since only `update.available` is attached, but a footgun the moment a
second producer (e.g. ota.progress, mining.share.*) attaches: callers asking
for one topic would silently receive all.

TM's webui has been passing ?topic=update.available since the badge feature
landed, expecting filtering. This PR makes it work.

Adds bb_event_routes_client_acquire_ex(out, topic_filter) — non-NULL filter
subscribes only to topics whose name matches; NULL preserves current
"subscribe to all" behavior. Original bb_event_routes_client_acquire becomes
a thin wrapper around _ex(out, NULL). Mirrors bb_event_routes_attach_ex
naming.

Server parses the query string via httpd_req_get_url_query_str +
httpd_query_key_value and passes the filter into _ex.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>

966 of 966 branches covered (100.0%)

Branch coverage included in aggregate %.

5 of 5 new or added lines in 1 file covered. (100.0%)

1733 of 1733 relevant lines covered (100.0%)

1019.97 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26006550713.1 18 May 2026 12:02AM UTC 17
100.0
GitHub Action Run
Source Files on build 26006550713
  • Tree
  • List 17
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26006550713
  • 66d35c9f on github
  • Prev Build on main (#26006342971)
  • Next Build on main (#26006995656)
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