Conversation
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16010 +/- ##
=======================================
Coverage 92.82% 92.82%
=======================================
Files 838 838
Lines 45367 45367
=======================================
+ Hits 42112 42113 +1
+ Misses 3255 3254 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
25e0737 to
18f76de
Compare
18f76de to
1f0a661
Compare
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-eba0d1724d07d54c5401747444b5b8b03151317f
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-eba0d1724d07d54c5401747444b5b8b03151317fAfterwards, run the upgrade commands from the latest release notes. |
1f0a661 to
fdbaa82
Compare
fdbaa82 to
3fb687b
Compare
3fb687b to
eba0d17
Compare
kensternberg-authentik
left a comment
There was a problem hiding this comment.
Thanks for fixing the non-standard binary issue.
eba0d17 to
4377105
Compare
* web: Make Codemirror screen reader friendly. * web: Include shared directory.
Details
This PR resolves a collection of accessibility issues in the Codemirror web component. In addition to fleshing out Codemirror's lifecycle with Lit, our element now makes use of
ElementInternals, allowing for a more native form input serialization.See also