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

umputun / cronn / 19591028410
75%

Build:
DEFAULT BRANCH: master
Ran 22 Nov 2025 05:35AM UTC
Jobs 1
Files 25
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

22 Nov 2025 05:33AM UTC coverage: 74.574% (+0.2%) from 74.355%
19591028410

push

github

web-flow
feat: add neighbor instances selector for multi-server navigation (#56)

* feat: add neighbor instances selector for multi-server navigation

add optional server selector dropdown to hostname badge in web UI.
when configured via --web.neighbors-url, clicking the hostname opens
a dropdown with neighboring cronn instances for quick navigation.

supports both HTTP/HTTPS URLs and file:// paths for local JSON files.
includes 5-minute caching to reduce API calls.

* refactor: replace JS dropdown with HTMX details/summary pattern

- use native HTML details/summary for toggle behavior
- hx-get with hx-trigger="toggle once" for lazy loading
- server returns HTML fragment via template instead of JSON
- reduce neighbors JS from ~90 to ~15 lines (click-outside/ESC only)
- add server-side URL validation (http/https only)
- update tests for HTML responses

* fix: correct CSS selector for details open state

Change .neighbors-selector.open to .neighbors-selector[open] since
<details> elements use the [open] attribute, not a class.

Also document HTMX lazy-load dropdown pattern in CLAUDE.md.

91 of 112 new or added lines in 3 files covered. (81.25%)

2628 of 3524 relevant lines covered (74.57%)

37.98 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
29.6
-0.11% app/main.go
20
81.48
app/web/neighbors.go
Jobs
ID Job ID Ran Files Coverage
1 19591028410.1 22 Nov 2025 05:35AM UTC 25
74.57
GitHub Action Run
Source Files on build 19591028410
  • Tree
  • List 25
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 53b22621 on github
  • Prev Build on master (#19514231352)
  • Next Build on master (#19614237708)
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

© 2025 Coveralls, Inc