-
-
Notifications
You must be signed in to change notification settings - Fork 943
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: group form dual select #9354
Conversation
Signed-off-by: Jens Langhammer <[email protected]>
Signed-off-by: Jens Langhammer <[email protected]>
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for authentik-docs canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9354 +/- ##
==========================================
+ Coverage 92.37% 92.40% +0.02%
==========================================
Files 667 667
Lines 32644 32644
==========================================
+ Hits 30156 30164 +8
+ Misses 2488 2480 -8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-ghcr.io/goauthentik/dev-server:gh-086ceef2cfd9302733b16bb6d23bc1b998d8de74
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-ghcr.io/goauthentik/dev-server:gh-086ceef2cfd9302733b16bb6d23bc1b998d8de74-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 KubernetesAdd the following block to your authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-ghcr.io/goauthentik/dev-server:gh-086ceef2cfd9302733b16bb6d23bc1b998d8de74 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-ghcr.io/goauthentik/dev-server:gh-086ceef2cfd9302733b16bb6d23bc1b998d8de74-arm64 Afterwards, run the upgrade commands from the latest release notes. |
* main: (23 commits) web: bump the wdio group in /tests/wdio with 4 updates (#9374) web: bump the rollup group in /web with 3 updates (#9371) core: bump ruff from 0.4.0 to 0.4.1 (#9372) core, web: update translations (#9366) web/admin: fix document title for admin interface (#9362) translate: Updates for file web/xliff/en.xlf in zh_CN (#9363) translate: Updates for file web/xliff/en.xlf in zh-Hans (#9364) core, web: update translations (#9360) website/docs: release notes 2024.4: add performance improvements values (#9356) translate: Updates for file web/xliff/en.xlf in zh_CN (#9317) translate: Updates for file web/xliff/en.xlf in zh-Hans (#9318) website/docs: 2024.4 release notes (#9267) sources/ldap: fix default blueprint for mapping user DN to path (#9355) web/admin: group form dual select (#9354) core: bump golang.org/x/net from 0.22.0 to 0.23.0 (#9351) core: bump goauthentik.io/api/v3 from 3.2024023.1 to 3.2024023.2 (#9345) web: bump chromedriver from 123.0.3 to 123.0.4 in /tests/wdio (#9348) core: bump twilio from 9.0.4 to 9.0.5 (#9346) core: bump ruff from 0.3.7 to 0.4.0 (#9347) web: bump @sentry/browser from 7.110.1 to 7.111.0 in /web in the sentry group (#9349) ...
* main: (24 commits) web: bump the wdio group in /tests/wdio with 4 updates (#9374) web: bump the rollup group in /web with 3 updates (#9371) core: bump ruff from 0.4.0 to 0.4.1 (#9372) core, web: update translations (#9366) web/admin: fix document title for admin interface (#9362) translate: Updates for file web/xliff/en.xlf in zh_CN (#9363) translate: Updates for file web/xliff/en.xlf in zh-Hans (#9364) core, web: update translations (#9360) website/docs: release notes 2024.4: add performance improvements values (#9356) translate: Updates for file web/xliff/en.xlf in zh_CN (#9317) translate: Updates for file web/xliff/en.xlf in zh-Hans (#9318) website/docs: 2024.4 release notes (#9267) sources/ldap: fix default blueprint for mapping user DN to path (#9355) web/admin: group form dual select (#9354) core: bump golang.org/x/net from 0.22.0 to 0.23.0 (#9351) core: bump goauthentik.io/api/v3 from 3.2024023.1 to 3.2024023.2 (#9345) web: bump chromedriver from 123.0.3 to 123.0.4 in /tests/wdio (#9348) core: bump twilio from 9.0.4 to 9.0.5 (#9346) core: bump ruff from 0.3.7 to 0.4.0 (#9347) web: bump @sentry/browser from 7.110.1 to 7.111.0 in /web in the sentry group (#9349) ...
* dev: (23 commits) web: bump the wdio group in /tests/wdio with 4 updates (#9374) web: bump the rollup group in /web with 3 updates (#9371) core: bump ruff from 0.4.0 to 0.4.1 (#9372) core, web: update translations (#9366) web/admin: fix document title for admin interface (#9362) translate: Updates for file web/xliff/en.xlf in zh_CN (#9363) translate: Updates for file web/xliff/en.xlf in zh-Hans (#9364) core, web: update translations (#9360) website/docs: release notes 2024.4: add performance improvements values (#9356) translate: Updates for file web/xliff/en.xlf in zh_CN (#9317) translate: Updates for file web/xliff/en.xlf in zh-Hans (#9318) website/docs: 2024.4 release notes (#9267) sources/ldap: fix default blueprint for mapping user DN to path (#9355) web/admin: group form dual select (#9354) core: bump golang.org/x/net from 0.22.0 to 0.23.0 (#9351) core: bump goauthentik.io/api/v3 from 3.2024023.1 to 3.2024023.2 (#9345) web: bump chromedriver from 123.0.3 to 123.0.4 in /tests/wdio (#9348) core: bump twilio from 9.0.4 to 9.0.5 (#9346) core: bump ruff from 0.3.7 to 0.4.0 (#9347) web: bump @sentry/browser from 7.110.1 to 7.111.0 in /web in the sentry group (#9349) ...
Details
closes #8555
Checklist
ak test authentik/
)make lint-fix
)If an API change has been made
make gen-build
)If changes to the frontend have been made
make web
)If applicable
make website
)