Skip to content

web: Packagify live reload plugin.#14134

Merged
GirlBossRush merged 5 commits intomainfrom
esbuild-live-reload
Apr 21, 2025
Merged

web: Packagify live reload plugin.#14134
GirlBossRush merged 5 commits intomainfrom
esbuild-live-reload

Conversation

@GirlBossRush
Copy link
Contributor

This PR prepares ESBuild's live reload plugin for packaged use.

Also included is a fix to ease of testing.


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 website)

@GirlBossRush GirlBossRush marked this pull request as ready for review April 17, 2025 16:59
@GirlBossRush GirlBossRush requested a review from a team as a code owner April 17, 2025 16:59
@netlify
Copy link

netlify bot commented Apr 17, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 109b687
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/6806746a149b490008eb0c04
😎 Deploy Preview https://deploy-preview-14134--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 site configuration.

@netlify
Copy link

netlify bot commented Apr 17, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 109b687
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/6806746a9cc5a700083df6df
😎 Deploy Preview https://deploy-preview-14134--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 site configuration.

@codecov
Copy link

codecov bot commented Apr 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.80%. Comparing base (ba686f6) to head (109b687).
Report is 2 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #14134      +/-   ##
==========================================
+ Coverage   92.75%   92.80%   +0.05%     
==========================================
  Files         799      799              
  Lines       41232    41232              
==========================================
+ Hits        38243    38264      +21     
+ Misses       2989     2968      -21     
Flag Coverage Δ
e2e 47.78% <ø> (+0.08%) ⬆️
integration 24.10% <ø> (ø)
unit 90.60% <ø> (ø)

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.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@GirlBossRush GirlBossRush force-pushed the esbuild-live-reload branch 2 times, most recently from 6bbd802 to 9ef07ed Compare April 17, 2025 17:20
@github-actions
Copy link
Contributor

github-actions bot commented Apr 17, 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-109b68711c17a916530568807a2b62739d32b599
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-109b68711c17a916530568807a2b62739d32b599

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.

I don't see anything wrong with it, and in fact, I like the organizational steps being taken here. Thanks.

@GirlBossRush GirlBossRush merged commit ad73303 into main Apr 21, 2025
93 of 94 checks passed
@GirlBossRush GirlBossRush deleted the esbuild-live-reload branch April 21, 2025 17:07
kensternberg-authentik added a commit that referenced this pull request Apr 25, 2025
* main: (49 commits)
  core: bump uvicorn from 0.34.1 to v0.34.2 (#14175)
  website/integrations: add xcreds (#14163)
  core, web: update translations (#14179)
  web: update default flow background (#14115)
  web: bump API Client version (#14176)
  enterprise/policies: Add Password Uniqueness History Policy (#13453)
  web/xliff: fix duplicated translations (#14164)
  website/docs: fix postgres pool recommended settings (#14149)
  core: bump astral-sh/uv from 0.6.14 to 0.6.16 (#14161)
  web: fix scrollbar styling (#12600)
  website: integrations: gravity: fix issuer URL (#14155)
  web: Packagify live reload plugin. (#14134)
  web: bump API Client version (#14062)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#14146)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#14145)
  core: bump goauthentik.io/api/v3 from 3.2025024.7 to 3.2025024.8 (#14143)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#14144)
  translate: Updates for file web/xliff/en.xlf in zh-Hans (#14139)
  core, web: update translations (#14142)
  core: bump yarl from 1.19.0 to v1.20.0 (#14128)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants