authentik
authentik copied to clipboard
website/integrations: headscale
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 website)
Deploy Preview for authentik-docs ready!
| Name | Link |
|---|---|
| Latest commit | e2c2082f59b5e50e3584cba87e531fb2d51241e1 |
| Latest deploy log | https://app.netlify.com/projects/authentik-docs/deploys/68800a99b532350008517821 |
| Deploy Preview | https://deploy-preview-14500--authentik-docs.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.
Deploy Preview for authentik-storybook canceled.
| Name | Link |
|---|---|
| Latest commit | e2c2082f59b5e50e3584cba87e531fb2d51241e1 |
| Latest deploy log | https://app.netlify.com/projects/authentik-storybook/deploys/68800a99485e73000815b460 |
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.23%. Comparing base (
bb1e16a) to head (e2c2082). Report is 21 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #14500 +/- ##
==========================================
+ Coverage 93.17% 93.23% +0.05%
==========================================
Files 831 831
Lines 44181 44211 +30
==========================================
+ Hits 41167 41219 +52
+ Misses 3014 2992 -22
| Flag | Coverage Ξ | |
|---|---|---|
| e2e | 46.67% <ΓΈ> (+0.06%) |
:arrow_up: |
| integration | 23.46% <ΓΈ> (+<0.01%) |
:arrow_up: |
| unit | 91.28% <ΓΈ> (+<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.
Deploy Preview for authentik-integrations ready!
| Name | Link |
|---|---|
| Latest commit | e2c2082f59b5e50e3584cba87e531fb2d51241e1 |
| Latest deploy log | https://app.netlify.com/projects/authentik-integrations/deploys/68800a99149a2900081bcc2a |
| Deploy Preview | https://deploy-preview-14500--authentik-integrations.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.
lint seems fine, idk why check is failing
![]()
lint seems fine, idk why check is failing
Have you updated your local copy of prettier? As in: run npm install in the website directory
lint seems fine, idk why check is failing
Have you updated your local copy of prettier? As in: run
npm installin the website directory
@dominic-r if npm install didn't work, also try make integrations. And did you rebase with main, to pick up the new structure for the Int guides?
Tried something else, let's hope this works