Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web/admin: prompt preview #5078

Merged
merged 4 commits into from Mar 25, 2023
Merged

web/admin: prompt preview #5078

merged 4 commits into from Mar 25, 2023

Conversation

BeryJu
Copy link
Member

@BeryJu BeryJu commented Mar 25, 2023

preview prompt fields

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
authentik/stages/prompt/api.py Dismissed Show dismissed Hide dismissed
@codecov
Copy link

codecov bot commented Mar 25, 2023

Codecov Report

Patch coverage: 94.83% and project coverage change: +0.01 🎉

Comparison is base (d6fa19a) 92.73% compared to head (a323378) 92.74%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5078      +/-   ##
==========================================
+ Coverage   92.73%   92.74%   +0.01%     
==========================================
  Files         506      506              
  Lines       25726    25776      +50     
==========================================
+ Hits        23855    23903      +48     
- Misses       1871     1873       +2     
Flag Coverage Δ
e2e 52.67% <41.38%> (-0.01%) ⬇️
integration 26.39% <6.90%> (-0.04%) ⬇️
unit 89.56% <94.83%> (+0.01%) ⬆️

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

Impacted Files Coverage Δ
authentik/stages/prompt/models.py 97.06% <70.00%> (-1.72%) ⬇️
authentik/core/expression/evaluator.py 97.50% <100.00%> (+0.28%) ⬆️
authentik/stages/prompt/api.py 100.00% <100.00%> (ø)
authentik/stages/prompt/stage.py 99.20% <100.00%> (+0.02%) ⬆️
authentik/stages/prompt/tests.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 25, 2023

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-web-admin-prompt-preview-1679779000-685248e
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

For arm64, use these values:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-web-admin-prompt-preview-1679779000-685248e-arm64
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
image:
    repository: ghcr.io/goauthentik/dev-server
    tag: gh-web-admin-prompt-preview-1679779000-685248e

For arm64, use these values:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
    repository: ghcr.io/goauthentik/dev-server
    tag: gh-web-admin-prompt-preview-1679779000-685248e-arm64

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

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu merged commit 6437fbc into main Mar 25, 2023
54 checks passed
@BeryJu BeryJu deleted the web/admin/prompt-preview branch March 25, 2023 21:31
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.

None yet

1 participant