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

umputun / secrets
85%
master: 86%

Build:
Build:
LAST BUILD BRANCH: multiple-domains
DEFAULT BRANCH: master
Repo Added 19 Feb 2020 07:55AM UTC
Token sB5IQd6nrGTB6eLS13Gs8W0iEnogsEMeH regen
Build 181 Last
Files 12
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.6.0
branch: refs/tags/v1.6.0
CHANGE BRANCH
x
Reset
Sync Branches
  • refs/tags/v1.6.0
  • bump-ver
  • bump_modules
  • dependabot
  • dependabot/github_actions/github-actions-updates-822744b99e
  • dependabot/github_actions/github-actions-updates-c0bc7ccf5f
  • dependabot/go_modules/github.com/stretchr/testify-1.11.0
  • dependabot/go_modules/go-modules-updates-1bff98da5a
  • dependabot/go_modules/go-modules-updates-3f2513770d
  • dependabot/go_modules/go-modules-updates-709908b018
  • dependabot/go_modules/go-modules-updates-891cda64be
  • dependabot/go_modules/go-modules-updates-be53f05598
  • dependabot/go_modules/go-modules-updates-dc9768f38b
  • dependabot/go_modules/golang.org/x/crypto-0.17.0
  • dependabot/go_modules/golang.org/x/crypto-0.31.0
  • dependabot/go_modules/golang.org/x/crypto-0.41.0
  • dependabot/npm_and_yarn/frontend/copy-props-2.0.5
  • dependabot/npm_and_yarn/frontend/decode-uri-component-0.2.2
  • dependabot/npm_and_yarn/frontend/engine.io-and-browser-sync-6.2.1
  • dependabot/npm_and_yarn/frontend/follow-redirects-1.14.8
  • dependabot/npm_and_yarn/frontend/ini-1.3.8
  • dependabot/npm_and_yarn/frontend/lodash-4.17.19
  • dependabot/npm_and_yarn/frontend/minimist-1.2.6
  • dependabot/npm_and_yarn/frontend/socket.io-parser-3.3.3
  • dependabot/npm_and_yarn/frontend/ua-parser-js-0.7.33
  • humanDuration-fix
  • increase-test-coverage
  • issue-31-new-ui
  • issue-40-fix-http
  • issue-refactor-for-issue-40
  • master
  • migrate-router-to-routegroup
  • modern
  • modern-ui-redesign
  • multiple-domains
  • paskal/dependabot-security-updates
  • paskal/fix_golangci_lint
  • refs/tags/v1.0.0
  • refs/tags/v1.0.1
  • refs/tags/v1.1.0
  • refs/tags/v1.2.0
  • refs/tags/v1.2.1
  • refs/tags/v1.2.2
  • refs/tags/v1.2.3
  • refs/tags/v1.2.4
  • refs/tags/v1.3.0
  • refs/tags/v1.4.0
  • refs/tags/v1.4.1
  • refs/tags/v1.4.2
  • refs/tags/v1.4.3
  • refs/tags/v1.4.4
  • refs/tags/v1.4.5
  • refs/tags/v1.5.0
  • refs/tags/v1.5.1
  • refs/tags/v1.6.1
  • remove-old-frontend
  • seo-improvements

20 Aug 2025 07:39PM UTC coverage: 84.789% (+1.2%) from 83.595%
17134404067

push

github

web-flow
Migrate from chi router to go-pkgz/routegroup (#71)

* feat: migrate from chi router to go-pkgz/routegroup

migrate from chi router to go-pkgz/routegroup using native Go 1.22+ routing patterns.

key changes:
- replace chi router with go-pkgz/routegroup and http.ServeMux
- update route definitions to use Go 1.22+ pattern syntax (GET /path/{param})
- migrate from chi.URLParam to native r.PathValue for path parameters
- replace chi middlewares with go-pkgz/rest equivalents where possible
- remove pkg/errors dependency in favor of stdlib errors and fmt.Errorf
- simplify custom logger middleware with security masking for sensitive paths
- add tests for new StripSlashes and Timeout middlewares
- remove unnecessary Trace middleware
- upgrade tollbooth from v7 to v8
- improve logging with structured INFO level messages for business events
- add status descriptions to access logs (success/wrong pin/error)

this migration improves performance by using the native Go router while
maintaining all existing functionality and security features.

* fix: add missing INFO logging for web controller message access

- Add INFO level logging to loadMessageCtrl to match API controller pattern
- Include status descriptions (success, wrong pin, not found) for all outcomes
- Ensures consistent logging across both web UI and API endpoints

112 of 126 new or added lines in 7 files covered. (88.89%)

4 existing lines in 1 file now uncovered.

825 of 973 relevant lines covered (84.79%)

10.96 hits per line

Relevant lines Covered
Build:
Build:
973 RELEVANT LINES 825 COVERED LINES
10.96 HITS PER LINE
Source Files on refs/tags/v1.6.0
  • Tree
  • List 12
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
17134404067 refs/tags/v1.6.0 Migrate from chi router to go-pkgz/routegroup (#71) * feat: migrate from chi router to go-pkgz/routegroup migrate from chi router to go-pkgz/routegroup using native Go 1.22+ routing patterns. key changes: - replace chi router with go-pkgz/route... push 21 Aug 2025 05:34PM UTC web-flow github
84.79
See All Builds (168)
  • Settings
  • 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