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

umputun / cronn / 17195734775

Builds Branch Commit Type Ran Committer Via Coverage
17195734775 feat/run-now-button fix(web): eliminate button flickering during HTMX refresh - Fix CSS indicator rules to only show spinners for specific button requests - Switch job-header from flexbox to CSS Grid for stable layout - Remove unused morphdom dependencies - Add min-... Pull #42 25 Aug 2025 12:23AM UTC umputun github
73.27
17195710225 feat/run-now-button fix(web): eliminate button flickering during HTMX refresh - Fix CSS indicator rules to only show spinners for specific button requests - Switch job-header from flexbox to CSS Grid for stable layout - Remove unused morphdom dependencies - Add min-... push 25 Aug 2025 12:22AM UTC umputun github
73.27
17192815671 master feat: add web UI dashboard for job monitoring (#41) * add web UI architecture plan Comprehensive plan for adding HTMX-based web interface to cronn: - Job management with real-time status updates - SQLite persistence with job identity tracking - ... push 24 Aug 2025 07:23PM UTC web-flow github
72.83
17192535413 web-ui drop temp file Pull #41 24 Aug 2025 06:54PM UTC umputun github pending completion   set done
17192279145 web-ui test(web): add comprehensive concurrency tests add four new test functions to verify thread safety under concurrent operations: - TestServer_ConcurrentJobEvents: tests multiple goroutines sending job events - TestServer_ConcurrentHTTPRequests: te... Pull #41 24 Aug 2025 06:28PM UTC umputun github pending completion   set done
17192138393 web-ui test(web): add comprehensive concurrency tests add four new test functions to verify thread safety under concurrent operations: - TestServer_ConcurrentJobEvents: tests multiple goroutines sending job events - TestServer_ConcurrentHTTPRequests: te... push 24 Aug 2025 06:14PM UTC umputun github
72.79
17191984485 web-ui docs: update documentation to reflect current architecture fix inaccuracies and add missing information about persistence layer: - correct timestamp format from Unix to DATETIME in CLAUDE.md - add SQLite persistence feature to README web dashboar... push 24 Aug 2025 05:59PM UTC umputun github
72.23
17185678883 web-ui test(web): improve test coverage to 88% for web and 87% for persistence add comprehensive test coverage for error paths and edge cases: - cookie parsing errors for view mode, theme, and sort mode - template rendering error handling - sort algorit... push 24 Aug 2025 07:11AM UTC umputun github
72.27
17185550717 web-ui style: clean up whitespace and formatting push 24 Aug 2025 06:58AM UTC umputun github
71.31
17185542600 web-ui refactor(web): integrate sqlx for cleaner database operations - Replace plain database/sql with jmoiron/sqlx library - Simplify LoadJobs from 70+ lines to ~20 lines using struct scanning - Use NamedExec for cleaner parameter binding in SaveJobs -... push 24 Aug 2025 06:57AM UTC umputun github
71.31
17185300238 web-ui refactor(web): extract persistence layer with clean interface abstraction - Create persistence subpackage with SQLite implementation - Define Persistence interface for storage operations - Move JobInfo type to persistence package where it belongs... push 24 Aug 2025 06:30AM UTC umputun github
71.54
17184987661 web-ui refactor(web): convert standalone functions to Server methods eliminate standalone functions in favor of consistent Server methods. all functionality is now accessed through the Server instance, providing better encapsulation and a more idiomatic... push 24 Aug 2025 05:56AM UTC umputun github
71.34
17184420735 web-ui refactor(web): migrate to go-pkgz/routegroup for better routing replace plain http.ServeMux with go-pkgz/routegroup for improved middleware support and route organization. use go-pkgz/rest middleware library for standard functionality like recove... push 24 Aug 2025 04:52AM UTC umputun github
71.29
17184271837 web-ui refactor(web): replace string literals with type-safe enums migrate from string-based constants to type-safe enums using go-pkgz/enum code generator. this eliminates magic strings, provides compile-time type checking, and improves code maintainab... push 24 Aug 2025 04:34AM UTC umputun github
71.19
17183794916 web-ui refactor(web): eliminate pointer antipatterns and fix race conditions - change map[string]*JobInfo to map[string]JobInfo - change []*JobInfo slices to []JobInfo - change *cron.Parser to cron.Parser value type - fix critical race condition where j... push 24 Aug 2025 03:44AM UTC umputun github
82.81
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • …
  • 16
  • 17
  • Next →
  • Back to Repo
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