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

matzefriedrich / containerssh-authserver
33%

Build:
DEFAULT BRANCH: main
Repo Added 07 Jun 2025 09:52PM UTC
Files 28
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/contrib/v3/zerolog-1.1.0
  • dependabot/go_modules/github.com/gofiber/contrib/v3/zerolog-1.1.1
  • 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/gofiber/fiber/v3-3.3.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/matzefriedrich/parsley-1.5.0
  • dependabot/go_modules/github.com/matzefriedrich/parsley-1.5.1
  • 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
  • dependabot/go_modules/golang.org/x/crypto-0.53.0
  • dependabot/go_modules/golang.org/x/crypto-0.54.0
  • feat/multi-image-dockerfile
  • 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/postgres-user-profile-backend
  • feature/upgrade-go-fiber-v3
  • fix/docker-build-invalid-tag-format
  • go_modules/github.com/matzefriedrich/parsley-1.3.0
  • main
  • refactor/replace-gofiber-by-chi
  • refactor/replace-zerolog-with-slog

28 Jul 2026 09:45PM UTC coverage: 32.55%. Remained the same
30401984204

push

github

web-flow
Build several images from single Dockerfile (#66)

* refactor: split Dockerfile to build separate images for `authserver` and `authserver-autosetup`

* build: add `docker-build` target in Makefile and extend `build.sh` to support multi-image builds

* chore: add `.dockerignore` file to exclude unnecessary files from Docker context

* build: update release workflow to build and push multi-image Docker artifacts

* build: specify build targets for `authserver` and `authserver-autosetup` in `docker-compose.yml`

* docs: update CHANGELOG with unreleased changes for Docker workflow enhancements

291 of 894 relevant lines covered (32.55%)

0.73 hits per line

Relevant lines Covered
Build:
Build:
894 RELEVANT LINES 291 COVERED LINES
0.73 HITS PER LINE
Source Files on main
  • Tree
  • List 28
  • 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
30401984204 main Build several images from single Dockerfile (#66) * refactor: split Dockerfile to build separate images for `authserver` and `authserver-autosetup` * build: add `docker-build` target in Makefile and extend `build.sh` to support multi-image build... push 28 Jul 2026 09:46PM UTC web-flow github
32.55
30401901562 feat/multi-image-dockerfile docs: update CHANGELOG with unreleased changes for Docker workflow enhancements Pull #66 28 Jul 2026 09:45PM UTC matzefriedrich github
32.55
30401818904 feat/multi-image-dockerfile docs: update CHANGELOG with unreleased changes for Docker workflow enhancements Pull #66 28 Jul 2026 09:43PM UTC matzefriedrich github
32.55
30401574345 feat/multi-image-dockerfile build: specify build targets for `authserver` and `authserver-autosetup` in `docker-compose.yml` Pull #66 28 Jul 2026 09:40PM UTC matzefriedrich github
32.55
30401397112 feat/multi-image-dockerfile build: update release workflow to build and push multi-image Docker artifacts Pull #66 28 Jul 2026 09:37PM UTC matzefriedrich github
32.55
30135473504 main docs: Update README with PostgreSQL backend details and installation updates push 25 Jul 2026 12:06AM UTC matzefriedrich github
32.55
30135368833 main feat: Implement PostgreSQL backend (#65) * Bump GolangCI-Lint to v2.12.2 and Parsley CLI to v1.5.1 in Makefile * Adds a new user-profile service implementation for Postgres. * Adds Postgres backend configuration to authserver * Adds support for s... push 25 Jul 2026 12:04AM UTC web-flow github
32.55
30135192531 feature/postgres-user-profile-backend Improves `pgxpool` initialization with connection verification and adds health checks with `depends_on: service_healthy` for `docker-compose` services Pull #65 25 Jul 2026 12:00AM UTC matzefriedrich github
32.55
30134985897 feature/postgres-user-profile-backend Updates `user_profiles` schema to use `VARCHAR` with length constraints; adjusts related queries and tests Pull #65 24 Jul 2026 11:54PM UTC matzefriedrich github
32.88
30134523551 feature/postgres-user-profile-backend Adds `http.StatusOK` response code to all hook handlers for consistency Pull #65 24 Jul 2026 11:44PM UTC matzefriedrich github
32.88
See All Builds (132)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc