Skip to content

tests: refactor test harness to split apart a single file#21391

Merged
BeryJu merged 6 commits intomainfrom
tests/refactor-more
Apr 5, 2026
Merged

tests: refactor test harness to split apart a single file#21391
BeryJu merged 6 commits intomainfrom
tests/refactor-more

Conversation

@BeryJu
Copy link
Copy Markdown
Member

@BeryJu BeryJu commented Apr 5, 2026

together with #21390, this replaces #14543

BeryJu added 3 commits April 5, 2026 19:22
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@netlify
Copy link
Copy Markdown

netlify bot commented Apr 5, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit b7d4d85
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69d29d44e107770008275c56
😎 Deploy Preview https://deploy-preview-21391--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@BeryJu BeryJu marked this pull request as ready for review April 5, 2026 17:38
@BeryJu BeryJu requested review from a team as code owners April 5, 2026 17:38
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.66%. Comparing base (dc320df) to head (399184d).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #21391      +/-   ##
==========================================
- Coverage   93.67%   92.66%   -1.02%     
==========================================
  Files        1000     1015      +15     
  Lines       56860    58354    +1494     
  Branches        0     1494    +1494     
==========================================
+ Hits        53266    54075     +809     
- Misses       3594     4241     +647     
- Partials        0       38      +38     
Flag Coverage Δ
conformance 37.08% <100.00%> (+<0.01%) ⬆️
e2e 43.00% <100.00%> (+0.04%) ⬆️
integration 33.99% <100.00%> (+<0.01%) ⬆️
rust 53.68% <ø> (?)
unit 91.87% <100.00%> (ø)
unit-migrate 91.95% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

BeryJu added 3 commits April 5, 2026 20:02
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu force-pushed the tests/refactor-more branch from 304fcde to 399184d Compare April 5, 2026 19:33
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 5, 2026

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-399184d2700bd4ff1ddff830302d1d84e1d35d69
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-399184d2700bd4ff1ddff830302d1d84e1d35d69

Afterwards, run the upgrade commands from the latest release notes.

@BeryJu BeryJu merged commit a6775bc into main Apr 5, 2026
111 of 112 checks passed
@BeryJu BeryJu deleted the tests/refactor-more branch April 5, 2026 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant