Skip to content

web: Fix ESBuild hanging process#18162

Merged
GirlBossRush merged 1 commit intomainfrom
fix-esbuild-hanging-process
Nov 15, 2025
Merged

web: Fix ESBuild hanging process#18162
GirlBossRush merged 1 commit intomainfrom
fix-esbuild-hanging-process

Conversation

@GirlBossRush
Copy link
Contributor

Details

REPLACE ME


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make docs)

@netlify
Copy link

netlify bot commented Nov 14, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit c000494
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6917a91c374aca0008cf2165
😎 Deploy Preview https://deploy-preview-18162--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 14, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit c000494
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6917a91ce1d5660008761192
😎 Deploy Preview https://deploy-preview-18162--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 14, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit c000494
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6917a91cbb15970008469fc1
😎 Deploy Preview https://deploy-preview-18162--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.

@codecov
Copy link

codecov bot commented Nov 14, 2025

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18162      +/-   ##
==========================================
- Coverage   92.96%   92.90%   -0.06%     
==========================================
  Files         869      869              
  Lines       48116    48116              
==========================================
- Hits        44729    44704      -25     
- Misses       3387     3412      +25     
Flag Coverage Δ
e2e 45.18% <ø> (+<0.01%) ⬆️
integration 23.13% <ø> (-0.06%) ⬇️
unit 91.07% <ø> (ø)
unit-migrate 91.12% <ø> (ø)

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-c00049454fe337719a36a88d76f039715882f23e
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-c00049454fe337719a36a88d76f039715882f23e

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

Copy link
Contributor

@kensternberg-authentik kensternberg-authentik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, that's a lot. Not sure about the "If it returns a function use that as a persistent reloader" technique, but it works. (It's just not well-documented.)

@github-project-automation github-project-automation bot moved this from Todo to In Progress in authentik Core Nov 14, 2025
@GirlBossRush GirlBossRush removed the request for review from fheisler November 15, 2025 01:13
@GirlBossRush GirlBossRush merged commit 90d9b2d into main Nov 15, 2025
90 of 99 checks passed
@GirlBossRush GirlBossRush deleted the fix-esbuild-hanging-process branch November 15, 2025 01:13
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Nov 15, 2025
@BeryJu BeryJu mentioned this pull request Nov 17, 2025
kensternberg-authentik added a commit that referenced this pull request Dec 11, 2025
* main:
  website/integrations: FortiMail (#17900)
  web/sfe: downgrade bootstrap that was accidentally upgraded (#18157)
  web: Fix ESBuild hanging process (#18162)
  website/integrations: macmon NAC (#17898)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants