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

matzefriedrich / containerssh-authserver
26%

Build:
DEFAULT BRANCH: main
Repo Added 07 Jun 2025 09:52PM UTC
Files 22
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 main
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • dependabot/docker/golang-1.25-alpine
  • dependabot/docker/golang-1.26-alpine
  • dependabot/go_modules/github.com/docker/docker-28.4.0incompatible
  • dependabot/go_modules/github.com/docker/docker-28.5.1incompatible
  • dependabot/go_modules/github.com/docker/docker-28.5.2incompatible
  • dependabot/go_modules/github.com/gofiber/contrib/v3/zerolog-1.0.4
  • dependabot/go_modules/github.com/gofiber/fiber/v2-2.52.10
  • dependabot/go_modules/github.com/gofiber/fiber/v2-2.52.12
  • dependabot/go_modules/github.com/gofiber/fiber/v2-2.52.9
  • dependabot/go_modules/github.com/gofiber/fiber/v3-3.2.0
  • dependabot/go_modules/github.com/matzefriedrich/parsley-1.1.3
  • dependabot/go_modules/github.com/matzefriedrich/parsley-1.2.1
  • dependabot/go_modules/github.com/matzefriedrich/parsley-1.3.2
  • dependabot/go_modules/github.com/rs/zerolog-1.35.0
  • dependabot/go_modules/github.com/spf13/viper-1.21.0
  • dependabot/go_modules/github.com/stretchr/testify-1.11.1
  • dependabot/go_modules/golang.org/x/crypto-0.41.0
  • dependabot/go_modules/golang.org/x/crypto-0.43.0
  • dependabot/go_modules/golang.org/x/crypto-0.44.0
  • dependabot/go_modules/golang.org/x/crypto-0.45.0
  • dependabot/go_modules/golang.org/x/crypto-0.48.0
  • feature/bump-go-version-1.25.4
  • feature/bump-go-version-1.26.1
  • feature/bump-go-version-1.26.2
  • feature/bumps-indirect-dependencies-20251117
  • feature/password-auth
  • feature/upgrade-go-fiber-v3
  • fix/docker-build-invalid-tag-format
  • go_modules/github.com/matzefriedrich/parsley-1.3.0
  • main

04 May 2026 09:59PM UTC coverage: 26.006%. Remained the same
25345825552

push

github

web-flow
Bump github.com/gofiber/contrib/v3/zerolog from 1.0.3 to 1.0.4 (#49)

* Bump github.com/gofiber/contrib/v3/zerolog from 1.0.3 to 1.0.4

Bumps [github.com/gofiber/contrib/v3/zerolog](https://github.com/gofiber/contrib) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/gofiber/contrib/releases)
- [Commits](https://github.com/gofiber/contrib/compare/jwt/v1.0.3...jwt/v1.0.4)

---
updated-dependencies:
- dependency-name: github.com/gofiber/contrib/v3/zerolog
  dependency-version: 1.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updates the changelog

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>

168 of 646 relevant lines covered (26.01%)

0.41 hits per line

Relevant lines Covered
Build:
Build:
646 RELEVANT LINES 168 COVERED LINES
0.41 HITS PER LINE
Source Files on main
  • Tree
  • List 22
  • 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
25345825552 main Bump github.com/gofiber/contrib/v3/zerolog from 1.0.3 to 1.0.4 (#49) * Bump github.com/gofiber/contrib/v3/zerolog from 1.0.3 to 1.0.4 Bumps [github.com/gofiber/contrib/v3/zerolog](https://github.com/gofiber/contrib) from 1.0.3 to 1.0.4. - [Relea... push 04 May 2026 10:01PM UTC web-flow github
26.01
25345760560 dependabot/go_modules/github.com/gofiber/contrib/v3/zerolog-1.0.4 Updates the changelog Pull #49 04 May 2026 09:59PM UTC matzefriedrich github
26.01
25081299125 main Bump github.com/mattn/go-isatty to v0.0.22 push 28 Apr 2026 10:39PM UTC matzefriedrich github
26.01
25081218664 main Bump github.com/gofiber/fiber/v3 from 3.1.0 to 3.2.0 (#48) * Bump github.com/gofiber/fiber/v3 from 3.1.0 to 3.2.0 Bumps [github.com/gofiber/fiber/v3](https://github.com/gofiber/fiber) from 3.1.0 to 3.2.0. - [Commits](https://github.com/gofiber/f... push 28 Apr 2026 10:37PM UTC web-flow github
26.01
25081150026 dependabot/go_modules/github.com/gofiber/fiber/v3-3.2.0 Updates the changelog Pull #48 28 Apr 2026 10:35PM UTC matzefriedrich github
26.01
24858494134 main feature/password auth (#47) * Bump dependencies: gofiber/zerolog to v1.0.3, parsley to v1.4.0 * Removes redundant nil check for AuthServer.Users in appsettings validation * Refactors escapeLineBreaks to use strings.ReplaceAll * Adds Makefile for ... push 23 Apr 2026 08:58PM UTC web-flow github
26.01
24858434709 feature/password-auth Updates the README.md file Pull #47 23 Apr 2026 08:56PM UTC matzefriedrich github
26.01
24858183781 feature/password-auth Adds secret configuration to auth server settings Pull #47 23 Apr 2026 08:50PM UTC matzefriedrich github
26.01
24857793209 feature/password-auth Updates the changelog Pull #47 23 Apr 2026 08:41PM UTC matzefriedrich github
26.01
24857719125 feature/password-auth Updates the changelog Pull #47 23 Apr 2026 08:41PM UTC matzefriedrich github
26.01
See All Builds (90)
  • 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