Conversation
✅ Deploy Preview for authentik-integrations canceled.
|
✅ Deploy Preview for authentik-docs canceled.
|
✅ Deploy Preview for authentik-storybook 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 #15701 +/- ##
==========================================
+ Coverage 92.59% 92.78% +0.18%
==========================================
Files 838 838
Lines 45290 45290
==========================================
+ Hits 41938 42024 +86
+ Misses 3352 3266 -86
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
5df522d to
1697774
Compare
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-feb0a93ef0f9a8bba7259aafc64290dfdc61023c
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-feb0a93ef0f9a8bba7259aafc64290dfdc61023cAfterwards, run the upgrade commands from the latest release notes. |
61d6db1 to
f98eeb7
Compare
f98eeb7 to
b23d2ce
Compare
kensternberg-authentik
left a comment
There was a problem hiding this comment.
I can see what you're trying to achieve here, and I approve of the work. I just want it to move in more... elemental... direction. Eventually. :-)
|
|
||
| @property({ type: Boolean, attribute: true, reflect: true }) | ||
| enabled = false; | ||
| public enabled?: boolean; |
There was a problem hiding this comment.
A familiar complaint. If it's false and reflect: true, it will not appear in the tag.
| */ | ||
| @property({ type: Boolean }) | ||
| isValid = false; | ||
| public isValid?: boolean; |
b23d2ce to
feb0a93
Compare
|
Resolved in #16014 |
Depends on
Details
This PR continues the a11y-ification of the UI, adding additional labels for wizards, tables, inputs, navigations -- Pretty much everything the test suite needs to traverse the DOM.
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 docs)See also