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

umputun / cronn
75%
master: 75%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v1.9.0
DEFAULT BRANCH: master
Repo Added 22 Jul 2020 08:51AM UTC
Files 25
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 refs/tags/v1.9.0
branch: refs/tags/v1.9.0
CHANGE BRANCH
x
Reset
  • refs/tags/v1.9.0
  • auth-implementation
  • brute-force-protection
  • conditional-execution
  • dependabot/github_actions/github-actions-updates-a2e7793ad6
  • dependabot/go_modules/github.com/go-pkgz/lgr-0.12.0
  • dependabot/go_modules/go-modules-updates-07f3a6036d
  • dependabot/go_modules/go-modules-updates-24b9848b30
  • dependabot/go_modules/go-modules-updates-5acbcdf0e0
  • dependabot/go_modules/go-modules-updates-e08d9a54d9
  • dependabot/go_modules/go-modules-updates-e7f7ae579a
  • feat/alt-template-delimiters
  • feat/filter-and-template-refactoring
  • feat/neighbors-selector
  • feat/run-now-button
  • feature/manual-job-customization
  • feature/settings-modal
  • feature/web-base-url
  • feature/web-hostname
  • feature/web-manual-disable-options
  • fix-execution-id-type
  • fix/web-parser-reuse-sqlite-locking
  • gorelease
  • improve-conditions-validation
  • jitter-duration
  • master
  • paskal/clarify_email_notifications
  • paskal/dependabot-disable-updates
  • paskal/dependabot-security-updates
  • paskal/fix_successful_notifications
  • paskal/more_notifications
  • paskal/notify
  • paskal/update
  • refs/tags/v0.2.0
  • refs/tags/v0.3.0
  • refs/tags/v0.3.1
  • refs/tags/v0.4.0
  • refs/tags/v1.0.0
  • refs/tags/v1.1.0
  • refs/tags/v1.1.1
  • refs/tags/v1.2.0
  • refs/tags/v1.3.0
  • refs/tags/v1.4.0
  • refs/tags/v1.5.0
  • refs/tags/v1.5.1-beta.1
  • refs/tags/v1.5.10
  • refs/tags/v1.5.11
  • refs/tags/v1.5.2
  • refs/tags/v1.5.3
  • refs/tags/v1.5.4
  • refs/tags/v1.5.5
  • refs/tags/v1.5.6
  • refs/tags/v1.5.7
  • refs/tags/v1.5.8
  • refs/tags/v1.5.9
  • refs/tags/v1.6.0
  • refs/tags/v1.6.1
  • refs/tags/v1.7.0
  • refs/tags/v1.7.1
  • refs/tags/v1.8.0
  • refs/tags/v1.8.1
  • sighup
  • site
  • web-execution-history
  • web-ui
  • yaml-config-support

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

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.99 hits per line

Relevant lines Covered
Build:
Build:
3524 RELEVANT LINES 2628 COVERED LINES
37.99 HITS PER LINE
Source Files on refs/tags/v1.9.0
  • Tree
  • List 25
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
19591156963 refs/tags/v1.9.0 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-ur... push 22 Nov 2025 05:47AM UTC web-flow github
74.57
See All Builds (285)
  • 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

© 2025 Coveralls, Inc