Skip to content

website: add a better edit this page element#13391

Merged
GirlBossRush merged 1 commit intomainfrom
website/better-edit-this-page
Mar 6, 2025
Merged

website: add a better edit this page element#13391
GirlBossRush merged 1 commit intomainfrom
website/better-edit-this-page

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Mar 4, 2025

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)

@BeryJu BeryJu requested a review from a team as a code owner March 4, 2025 18:26
@netlify
Copy link

netlify bot commented Mar 4, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 3ca9aca
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/67c9f41eaa7b69000872e008
😎 Deploy Preview https://deploy-preview-13391--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.

@netlify
Copy link

netlify bot commented Mar 4, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 3ca9aca
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/67c9f41ee890520008494223
😎 Deploy Preview https://deploy-preview-13391--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.

@codecov
Copy link

codecov bot commented Mar 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.69%. Comparing base (7f474cd) to head (36dd82a).
Report is 14 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #13391      +/-   ##
==========================================
+ Coverage   92.68%   92.69%   +0.01%     
==========================================
  Files         793      793              
  Lines       40347    40364      +17     
==========================================
+ Hits        37394    37416      +22     
+ Misses       2953     2948       -5     
Flag Coverage Δ
e2e 47.89% <ø> (-0.03%) ⬇️
integration 24.07% <ø> (-0.02%) ⬇️
unit 90.48% <ø> (+0.01%) ⬆️

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.

className="footer__link-item"
href="http://customers.goauthentik.io/l/support"
>
Get support
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Get support
Contact Enterprise support

<strong>Help improve this content</strong>
</div>
<div className="card__body">
Docs are great yay
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Docs are great yay
We welcome your knowledge and expertise. If you see areas of the documentation that you can improve (fix a typo, correct a technical detail, add additional context, etc.) we would really appreciate your contribution.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 4, 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-2a76bdf9c61a85c95dd1004c6e9c9c442d63ea5f
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-2a76bdf9c61a85c95dd1004c6e9c9c442d63ea5f

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

@GirlBossRush GirlBossRush force-pushed the website/better-edit-this-page branch from 2a76bdf to 36dd82a Compare March 6, 2025 18:15
@GirlBossRush GirlBossRush added documentation Improvements or additions to documentation enhancement New feature or request labels Mar 6, 2025
@GirlBossRush GirlBossRush self-requested a review March 6, 2025 18:16
@GirlBossRush
Copy link
Contributor

Screenshot 2025-03-06 at 18 54 16 Screenshot 2025-03-06 at 18 49 54

Copy link
Contributor

@GirlBossRush GirlBossRush left a comment

Choose a reason for hiding this comment

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

Reviewed by @BeryJu & @fheisler

@BeryJu BeryJu requested a review from tanberry March 6, 2025 18:48
@GirlBossRush GirlBossRush enabled auto-merge (squash) March 6, 2025 18:52
@GirlBossRush GirlBossRush force-pushed the website/better-edit-this-page branch 2 times, most recently from 851bcf3 to 3ca9aca Compare March 6, 2025 19:14
@GirlBossRush GirlBossRush merged commit 354634c into main Mar 6, 2025
83 of 85 checks passed
@GirlBossRush GirlBossRush deleted the website/better-edit-this-page branch March 6, 2025 19:27
@rissson rissson mentioned this pull request Mar 7, 2025
6 tasks
kensternberg-authentik added a commit that referenced this pull request Mar 7, 2025
* main:
  website: add a better edit this page element (#13391)
  web/admin: allow user lists to show active only (#13403)
  core: Tidy contributor onboarding, fix typos. (#12700)
  translate: Updates for file web/xliff/en.xlf in zh-Hans (#13418)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#13417)
  lib/config: fix conn_max_age parsing (#13370)
  core: bump golang.org/x/sync from 0.11.0 to 0.12.0 (#13407)
  stages/authenticator_email: Fix Enroll dropdown in the MFA Devices page (#13404)
  core: bump golang.org/x/oauth2 from 0.27.0 to 0.28.0 (#13408)
  core: bump aws-cdk-lib from 2.181.1 to 2.182.0 (#13409)
  core: bump google-api-python-client from 2.162.0 to 2.163.0 (#13410)
  core: bump msgraph-sdk from 1.22.0 to 1.23.0 (#13411)
  core: bump jinja2 from 3.1.5 to 3.1.6 (#13412)
  web/user: ensure modal container on user-settings page is min-height: 100% (#13402)
  core, web: update translations (#13405)
  web/admin: add button to clear application cache (#13399)
  blueprints: Adjust title for MFA set up (#13400)
kensternberg-authentik added a commit that referenced this pull request Mar 11, 2025
* main: (77 commits)
  web: Ignore Storybook when running codespell. (#13454)
  core: bump ruff from 0.9.9 to 0.9.10 (#13448)
  core: bump webauthn from 2.5.1 to 2.5.2 (#13449)
  website/docs: backup and restore: remove extra period (#13440)
  website: bump prismjs from 1.29.0 to 1.30.0 in /website (#13456)
  web: bump prismjs from 1.29.0 to 1.30.0 in /web (#13455)
  web: admin interface: faster card load (#13331)
  web/admin: fix display bug for assigned users in application bindings in the wizard (#13435)
  website: bump the build group across 1 directory with 9 updates (#13442)
  core: bump django from 5.0.12 to 5.0.13 (#13425)
  providers/SCIM: fix object exists error for users, attempt to look up user ID in remote system (#13437)
  website/docs: sys mgmt: document authentik backups/restoration (#12943)
  website: fix build in docker (#13430)
  website/integrations: zipline: add (#13257)
  translate: Updates for file web/xliff/en.xlf in fr (#13431)
  lifecycle/aws: bump aws-cdk from 2.1002.0 to 2.1003.0 in /lifecycle/aws (#13426)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#13428)
  translate: Updates for file web/xliff/en.xlf in zh-Hans (#13429)
  core, web: update translations (#13423)
  website: add a better edit this page element (#13391)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants