Skip to content

Conversation

@GirlBossRush
Copy link
Contributor

Details

Small adjustments to handle Vitest's integration with Playwright.

@GirlBossRush GirlBossRush requested a review from a team as a code owner November 18, 2025 17:32
@GirlBossRush GirlBossRush added the area:frontend Features or issues related to the browser, TypeScript, Node.js, etc label Nov 18, 2025
@netlify
Copy link

netlify bot commented Nov 18, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 85d1acb
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/691cad9e5fb39900082f84e8
😎 Deploy Preview https://deploy-preview-18238--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.

@netlify
Copy link

netlify bot commented Nov 18, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 85d1acb
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/691cad9eae73d70008c18452
😎 Deploy Preview https://deploy-preview-18238--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.

@netlify
Copy link

netlify bot commented Nov 18, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 85d1acb
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/691cad9e4b21520007566a8a

@github-project-automation github-project-automation bot moved this from Todo to In Progress in authentik Core Nov 18, 2025
@codecov
Copy link

codecov bot commented Nov 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.90%. Comparing base (de1b7d7) to head (85d1acb).
⚠️ Report is 4 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18238      +/-   ##
==========================================
- Coverage   92.95%   92.90%   -0.06%     
==========================================
  Files         869      869              
  Lines       48123    48123              
==========================================
- Hits        44735    44709      -26     
- Misses       3388     3414      +26     
Flag Coverage Δ
e2e 45.18% <ø> (-0.01%) ⬇️
integration 23.12% <ø> (-0.06%) ⬇️
unit 91.06% <ø> (+<0.01%) ⬆️
unit-migrate 91.11% <ø> (+<0.01%) ⬆️

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.

@github-actions
Copy link
Contributor

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-85d1acbc46dee68d66cbe187b6a4b64245636ac1
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-85d1acbc46dee68d66cbe187b6a4b64245636ac1

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

@BeryJu BeryJu merged commit e8f8785 into main Nov 18, 2025
138 of 140 checks passed
@BeryJu BeryJu deleted the vitest-deps branch November 18, 2025 23:11
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Nov 18, 2025
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

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants