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

umputun / secrets
86%

Build:
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 master
branch: master
CHANGE BRANCH
x
Reset
Sync Branches
  • master
  • 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
  • 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.0
  • refs/tags/v1.6.1
  • remove-old-frontend
  • seo-improvements

17 Sep 2025 10:05PM UTC coverage: 85.965% (+0.6%) from 85.397%
17811872414

push

github

web-flow
Multiple domains (#79)

* support multiple domains

* add multi-domain support with dynamic host validation and comprehensive testing

* update README

* fix IPv6 url genaration: IPv6 hosts without a port must be bracketed

---------

by Vlad <slayer@users.noreply.github.com>

53 of 54 new or added lines in 2 files covered. (98.15%)

931 of 1083 relevant lines covered (85.96%)

14.56 hits per line

Relevant lines Covered
Build:
Build:
1083 RELEVANT LINES 931 COVERED LINES
14.56 HITS PER LINE
Source Files on master
  • Tree
  • List 12
  • 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
17811872414 master Multiple domains (#79) * support multiple domains * add multi-domain support with dynamic host validation and comprehensive testing * update README * fix IPv6 url genaration: IPv6 hosts without a port must be bracketed --------- by Vlad <sla... push 17 Sep 2025 10:06PM UTC web-flow github
85.96
17789625348 master fix(server): implement graceful shutdown with timeout replace immediate Close() with Shutdown() using 10-second timeout to properly complete in-flight requests during server termination. fallback to force close if graceful shutdown fails. push 17 Sep 2025 07:08AM UTC umputun github
85.4
17564411720 master Bump golang.org/x/crypto from 0.41.0 to 0.42.0 Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.41.0 to 0.42.0. - [Commits](https://github.com/golang/crypto/compare/v0.41.0...v0.42.0) --- updated-dependencies: - dependency-na... push 09 Sep 2025 03:09AM UTC umputun github
85.6
17560914210 master Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 (#73) Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://githu... push 08 Sep 2025 06:51PM UTC web-flow github
85.6
17560908159 master Bump the github-actions-updates group with 2 updates (#74) Bumps the github-actions-updates group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lin... push 08 Sep 2025 06:51PM UTC web-flow github
85.6
17560895754 master Implement comprehensive SEO improvements (#76) * feat: implement comprehensive SEO improvements - Add BaseURL field to templateData for absolute social media image URLs - Add IsMessagePage flag for conditional noindex on sensitive pages - Implem... push 08 Sep 2025 06:50PM UTC web-flow github
85.6
17226930131 master fix: restore ping endpoint functionality and add test coverage - Fixed router initialization to properly support middleware - Both /ping and /api/v1/ping endpoints now work correctly - Added test coverage for ping endpoints to prevent future regr... push 26 Aug 2025 03:21AM UTC umputun github
84.86
17226429576 master fix: update documentation to reflect correct ping endpoint path The /api/v1/ping endpoint was incorrectly documented but never actually existed in the codebase. The actual health check endpoint is /ping, provided by the rest.Ping middleware. Fix... push 26 Aug 2025 02:47AM UTC umputun github
84.88
17134754195 master fix: improve logging clarity for wrong pin attempts - add message key to wrong pin warning for better correlation - remove redundant warning log in web controller layer - keep single clear warning at service layer with attempt count - maintain fi... push 21 Aug 2025 05:50PM UTC umputun github
84.88
17108551955 master 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 20 Aug 2025 07:40PM 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