Conversation
✅ 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 ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #14181 +/- ##
=======================================
Coverage 92.75% 92.75%
=======================================
Files 809 809
Lines 41533 41533
=======================================
Hits 38526 38526
Misses 3007 3007
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-f8f25a47452709e6ef40045987f9cc17f1180076
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, 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
global:
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-f8f25a47452709e6ef40045987f9cc17f1180076Afterwards, run the upgrade commands from the latest release notes. |
baabb3b to
e6a22c2
Compare
kensternberg-authentik
left a comment
There was a problem hiding this comment.
It looks good and it's nice and clean. The scaling bug with the graphs has been fixed. I would recommend getting Jens's approval on the new layout, though.
089f1e6 to
e6a22c2
Compare
f83b8a5 to
00eff98
Compare
00eff98 to
f8f25a4
Compare
* main: web: Safari fixes merge branch (#14181) website: bump the build group in /website with 9 updates (#14204) website: bump typescript from 5.8.2 to 5.8.3 in /website (#13786) lifecycle/migrate: fix migration failing if killed during first startup (#14207) core, web: update translations (#14203) lifecycle/aws: bump aws-cdk from 2.1010.0 to 2.1012.0 in /lifecycle/aws (#14205) website/integrations: improves netbird documentation (#14191) website/docs: updated user count info (#14186) website/docs: rearranged brands docs (#14116) website: integrations: apache guacamole: remove redirect URI comments (#14113)
This reverts commit a41d458.
Details
This PR combines #14140 and #14135 -- for ease of testing since each fix allows the page to render a bit more on Safari.
Also included...
Before
After
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)