Skip to content

root: extract custom setup code#15150

Merged
rissson merged 1 commit intomainfrom
refactor-setup
Jun 19, 2025
Merged

root: extract custom setup code#15150
rissson merged 1 commit intomainfrom
refactor-setup

Conversation

@rissson
Copy link
Member

@rissson rissson commented Jun 19, 2025

Details

REPLACE ME


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make website)

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson self-assigned this Jun 19, 2025
@rissson rissson requested review from a team as code owners June 19, 2025 13:36
@netlify
Copy link

netlify bot commented Jun 19, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 00612f9
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/685412610df69f000861b7e0

@netlify
Copy link

netlify bot commented Jun 19, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 00612f9
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/685412614b7edb0008c5c0a3

@netlify
Copy link

netlify bot commented Jun 19, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 00612f9
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/685412616c11b10008e4f34e
😎 Deploy Preview https://deploy-preview-15150--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.

@rissson rissson enabled auto-merge (squash) June 19, 2025 13:39
@codecov
Copy link

codecov bot commented Jun 19, 2025

Codecov Report

Attention: Patch coverage is 92.30769% with 1 line in your changes missing coverage. Please review.

Project coverage is 92.79%. Comparing base (6a367d4) to head (00612f9).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
authentik/root/setup.py 92.30% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15150      +/-   ##
==========================================
- Coverage   92.79%   92.79%   -0.01%     
==========================================
  Files         821      822       +1     
  Lines       42361    42374      +13     
==========================================
+ Hits        39311    39323      +12     
- Misses       3050     3051       +1     
Flag Coverage Δ
e2e 47.73% <92.30%> (+0.03%) ⬆️
integration 24.36% <92.30%> (+0.02%) ⬆️
unit 90.70% <92.30%> (+<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.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@rissson rissson mentioned this pull request Jun 19, 2025
59 tasks
@github-actions
Copy link
Contributor

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-00612f921d89bebf983f6ab4401cd11e7e5ce5ba
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-00612f921d89bebf983f6ab4401cd11e7e5ce5ba

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

@rissson rissson merged commit d043dac into main Jun 19, 2025
110 of 111 checks passed
@rissson rissson deleted the refactor-setup branch June 19, 2025 13:56
cavefire pushed a commit to cavefire/authentik that referenced this pull request Jun 24, 2025
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.

2 participants