Skip to content

web/admin: reworked sync status card (cherry-pick #13625)#13692

Merged
rissson merged 1 commit intoversion-2025.2from
cherry-pick-13625
Mar 28, 2025
Merged

web/admin: reworked sync status card (cherry-pick #13625)#13692
rissson merged 1 commit intoversion-2025.2from
cherry-pick-13625

Conversation

@rissson
Copy link
Member

@rissson rissson commented Mar 28, 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)

* reworked sync status

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* update imports

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* add story and fix import

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* format

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@rissson rissson self-assigned this Mar 28, 2025
@rissson rissson requested a review from a team as a code owner March 28, 2025 12:00
@netlify
Copy link

netlify bot commented Mar 28, 2025

Deploy Preview for authentik-docs ready!

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

@rissson rissson merged commit 1a727b9 into version-2025.2 Mar 28, 2025
56 of 60 checks passed
@rissson rissson deleted the cherry-pick-13625 branch March 28, 2025 12:04
@codecov
Copy link

codecov bot commented Mar 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.74%. Comparing base (28cc75a) to head (fb42b8c).
Report is 1 commits behind head on version-2025.2.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@               Coverage Diff               @@
##           version-2025.2   #13692   +/-   ##
===============================================
  Coverage           92.73%   92.74%           
===============================================
  Files                 793      793           
  Lines               40317    40317           
===============================================
+ Hits                37387    37390    +3     
+ Misses               2930     2927    -3     
Flag Coverage Δ
e2e 48.11% <ø> (+0.04%) ⬆️
integration 24.31% <ø> (ø)
unit 90.45% <ø> (ø)

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.

@github-actions
Copy link
Contributor

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-fb42b8c0b89e9f451d1c8330ae1d51cfb9b22786
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-fb42b8c0b89e9f451d1c8330ae1d51cfb9b22786

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

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