web/packages: NPM workspace: Mini Cleanup
Details
A small piece from #14370. It moves the publishable live reload package from outside of Web’s workspace, removing its effects on the web package-lock.json It also updates the Makefile to use npm link, allowing the web package-lock.json to resolve the API package’s existing node_modules
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)
Deploy Preview for authentik-docs canceled.
| Name | Link |
|---|---|
| Latest commit | 950d71e8f7d68127ba14c19a70a3b0695049ce77 |
| Latest deploy log | https://app.netlify.com/projects/authentik-docs/deploys/685d58699584d40007e36466 |
Deploy Preview for authentik-storybook ready!
| Name | Link |
|---|---|
| Latest commit | 950d71e8f7d68127ba14c19a70a3b0695049ce77 |
| Latest deploy log | https://app.netlify.com/projects/authentik-storybook/deploys/685d5869b4c12b000862ff91 |
| Deploy Preview | https://deploy-preview-14767--authentik-storybook.netlify.app |
| Preview on mobile | Toggle 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 Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.97%. Comparing base (
031158f) to head (950d71e). Report is 2 commits behind head on main.
:white_check_mark: All tests successful. No failed tests found.
Additional details and impacted files
@@ Coverage Diff @@
## main #14767 +/- ##
=======================================
Coverage 92.97% 92.97%
=======================================
Files 824 824
Lines 42685 42685
=======================================
+ Hits 39687 39688 +1
+ Misses 2998 2997 -1
| Flag | Coverage Δ | |
|---|---|---|
| e2e | 47.48% <ø> (ø) |
|
| integration | 24.22% <ø> (+<0.01%) |
:arrow_up: |
| unit | 91.02% <ø> (+<0.01%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
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-950d71e8f7d68127ba14c19a70a3b0695049ce77
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-950d71e8f7d68127ba14c19a70a3b0695049ce77
Afterwards, run the upgrade commands from the latest release notes.
Deploy Preview for authentik-integrations canceled.
| Name | Link |
|---|---|
| Latest commit | 950d71e8f7d68127ba14c19a70a3b0695049ce77 |
| Latest deploy log | https://app.netlify.com/projects/authentik-integrations/deploys/685d586951e877000892a4f3 |