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

umputun / cronn
76%
master: 76%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v1.13.0
DEFAULT BRANCH: master
Repo Added 22 Jul 2020 08:51AM UTC
Files 26
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.13.0
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • add-job-toggle
  • auth-implementation
  • brute-force-protection
  • ci/workflow-hardening
  • 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
  • e2e-tests
  • 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
  • feature/zero-jobs-update-mode
  • fix-execution-id-type
  • fix/ci-security-hardening
  • fix/markdown-list-formatting
  • fix/remove-site-docker
  • fix/web-parser-reuse-sqlite-locking
  • gorelease
  • improve-conditions-validation
  • jitter-duration
  • json-api-history-logs
  • 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.10.0
  • refs/tags/v1.11.0
  • refs/tags/v1.12.0
  • refs/tags/v1.12.1
  • refs/tags/v1.12.2
  • refs/tags/v1.12.3
  • refs/tags/v1.12.4
  • refs/tags/v1.13.0
  • 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
  • refs/tags/v1.9.0
  • sighup
  • site
  • web-execution-history
  • web-ui
  • yaml-config-support

21 Mar 2026 08:24AM UTC coverage: 75.702%. Remained the same
23375757601

push

github

umputun
update jsonparser dependency to fix CVE (DoS vulnerability)

2829 of 3737 relevant lines covered (75.7%)

37.36 hits per line

Relevant lines Covered
Build:
Build:
3737 RELEVANT LINES 2829 COVERED LINES
37.36 HITS PER LINE
Source Files on master
  • Tree
  • List 26
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
23375757601 refs/tags/v1.13.0 update jsonparser dependency to fix CVE (DoS vulnerability) push 21 Mar 2026 08:30AM UTC umputun github
75.7
23375704174 master update jsonparser dependency to fix CVE (DoS vulnerability) push 21 Mar 2026 08:27AM UTC umputun github
75.7
23375668189 master fix: add Enabled guard in handleJobEvent, fix struct alignment skip updateNextRun for disabled jobs in handleJobEvent to be consistent with all other handlers, fix field alignment in Scheduler struct push 21 Mar 2026 08:24AM UTC umputun github
75.7
23375606972 master Add job enable/disable toggle (#65) * add job enable/disable toggle endpoint and UI button * add .zed to .gitignore * update documentation for job enable/disable toggle feature * wire disable toggle channel between web server and scheduler to ... push 21 Mar 2026 08:20AM UTC web-flow github
75.68
23375356738 add-job-toggle Revert "add .zed to .gitignore" This reverts commit 5d5e2cb81. Pull #65 21 Mar 2026 08:05AM UTC odyfey github
75.62
23285210529 refs/tags/v1.12.4 update to Go 1.26, fix auth cookie SameSite, update dependencies - switch Go version to 1.26 in go.mod and CI workflows - change auth cookie SameSite from Strict to Lax to fix session persistence when navigating back to the site - update all Go... push 19 Mar 2026 07:57AM UTC umputun github
75.6
23285061237 master update to Go 1.26, fix auth cookie SameSite, update dependencies - switch Go version to 1.26 in go.mod and CI workflows - change auth cookie SameSite from Strict to Lax to fix session persistence when navigating back to the site - update all Go... push 19 Mar 2026 07:53AM UTC umputun github
75.6
23131439420 master Merge pull request #64 from umputun/fix/remove-site-docker chore: remove obsolete site Docker build push 16 Mar 2026 06:50AM UTC web-flow github
75.6
23131356565 fix/remove-site-docker chore: remove obsolete site Docker build workflow Site is deployed via Cloudflare Pages, the Docker-based site build and deployment pipeline is no longer used. Removes ci-site.yml and Dockerfile.site. Pull #64 16 Mar 2026 06:46AM UTC umputun github
75.6
23131160148 master Merge pull request #63 from paskal/ci/workflow-hardening ci: harden workflows, upgrade actions, fix caching push 16 Mar 2026 06:40AM UTC web-flow github
75.6
See All Builds (337)
  • 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