Skip to content

web/NPM Workspaces: Prep SFE package.#14551

Closed
GirlBossRush wants to merge 1 commit into
mainfrom
npm-workspaces-sfe
Closed

web/NPM Workspaces: Prep SFE package.#14551
GirlBossRush wants to merge 1 commit into
mainfrom
npm-workspaces-sfe

Conversation

@GirlBossRush
Copy link
Copy Markdown
Contributor

@GirlBossRush GirlBossRush commented May 18, 2025

Details

  • Updates SFE to use shared Prettier
  • Uses path constants defined in web package.
  • Fixes issue where WebDriver types intersect with global jQuery.

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 requested a review from a team as a code owner May 18, 2025 23:09
@netlify
Copy link
Copy Markdown

netlify Bot commented May 18, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit ee6b8b5
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/682bd2a65349a60008f72e64
😎 Deploy Preview https://deploy-preview-14551--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
Copy Markdown

netlify Bot commented May 18, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit ee6b8b5
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/682bd2a6b03e9400089149a4

@codecov
Copy link
Copy Markdown

codecov Bot commented May 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.59%. Comparing base (1c5e906) to head (ee6b8b5).
Report is 16 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #14551      +/-   ##
==========================================
- Coverage   92.70%   91.59%   -1.12%     
==========================================
  Files         814      814              
  Lines       41881    41881              
==========================================
- Hits        38826    38359     -467     
- Misses       3055     3522     +467     
Flag Coverage Δ
e2e ?
integration 24.42% <ø> (ø)
unit 90.58% <ø> (ø)

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 npm-workspaces-sfe branch 2 times, most recently from 48b5a00 to caf6527 Compare May 19, 2025 00:00
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 19, 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-caf65273587433f9ddbb251f58c10a632bfbae81
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-caf65273587433f9ddbb251f58c10a632bfbae81

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

@GirlBossRush
Copy link
Copy Markdown
Contributor Author

Resolved via #14552

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.

1 participant