Skip to content

Conversation

GirlBossRush
Copy link
Contributor

@GirlBossRush GirlBossRush commented Oct 14, 2025

Details

This PR separates styles applied to the document root and body, fixing two issues:

  • Global variables are no longer injected twice that mess with precedence on default values.
  • Global styles which cannot apply in element style roots are no longer parsed and injected

Blocking Dependents

@GirlBossRush GirlBossRush requested review from a team as code owners October 14, 2025 16:46
Copy link

netlify bot commented Oct 14, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 54647b4
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68f399d5aba24600083c1ff3
😎 Deploy Preview https://deploy-preview-17444--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

netlify bot commented Oct 14, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 54647b4
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68f399d54349c7000862bb28
😎 Deploy Preview https://deploy-preview-17444--authentik-integrations.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

netlify bot commented Oct 14, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 54647b4
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68f399d560d29800080bae99
😎 Deploy Preview https://deploy-preview-17444--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

codecov bot commented Oct 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 41.78%. Comparing base (5e0bc44) to head (54647b4).
✅ All tests successful. No failed tests found.

❗ There is a different number of reports uploaded between BASE (5e0bc44) and HEAD (54647b4). Click for more details.

HEAD has 24 uploads less than BASE
Flag BASE (5e0bc44) HEAD (54647b4)
e2e 8 4
unit 10 0
unit-migrate 10 0
Additional details and impacted files
@@             Coverage Diff             @@
##             main   #17444       +/-   ##
===========================================
- Coverage   92.92%   41.78%   -51.14%     
===========================================
  Files         868      862        -6     
  Lines       47907    47414      -493     
===========================================
- Hits        44517    19814    -24703     
- Misses       3390    27600    +24210     
Flag Coverage Δ
e2e 40.75% <ø> (-4.46%) ⬇️
integration 23.18% <ø> (+<0.01%) ⬆️
unit ?
unit-migrate ?

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@GirlBossRush GirlBossRush force-pushed the fix-global-style-duplication branch from e9cfdaf to fd12b7d Compare October 14, 2025 17:00
Copy link
Contributor

github-actions bot commented Oct 14, 2025

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-54647b46fd34191f3de380e4f58d3577dfcd8f12
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
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-54647b46fd34191f3de380e4f58d3577dfcd8f12

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

@GirlBossRush GirlBossRush added the area:frontend Features or issues related to the browser, TypeScript, Node.js, etc label Oct 15, 2025
@GirlBossRush GirlBossRush force-pushed the fix-global-style-duplication branch from fd12b7d to ad12165 Compare October 16, 2025 15:00
@GirlBossRush GirlBossRush force-pushed the fix-global-style-duplication branch from ad12165 to 54647b4 Compare October 18, 2025 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:frontend Features or issues related to the browser, TypeScript, Node.js, etc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants