Skip to content

web: Improved Timestamps#18300

Merged
GirlBossRush merged 3 commits intomainfrom
timestamps-v3
Dec 8, 2025
Merged

web: Improved Timestamps#18300
GirlBossRush merged 3 commits intomainfrom
timestamps-v3

Conversation

@GirlBossRush
Copy link
Contributor

Details

This PR covers a few fixes to <ak-timestamp>, allowing for more immediate refreshing on the first minute, then every minute afterwards. Refinements to the @property change callback and added visibility checks also reduce the frequency of component updates.

@GirlBossRush GirlBossRush self-assigned this Nov 20, 2025
@GirlBossRush GirlBossRush requested a review from a team as a code owner November 20, 2025 21:30
@GirlBossRush GirlBossRush added a11y Features or issues related to accessibility area:frontend Features or issues related to the browser, TypeScript, Node.js, etc labels Nov 20, 2025
@netlify
Copy link

netlify bot commented Nov 20, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 603ac67
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6925da89ac2af10008a01d9d
😎 Deploy Preview https://deploy-preview-18300--authentik-integrations.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

netlify bot commented Nov 20, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 603ac67
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6925da89555fdb000730bd8a
😎 Deploy Preview https://deploy-preview-18300--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 project configuration.

@netlify
Copy link

netlify bot commented Nov 20, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 603ac67
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6925da8a015a500008bd38dd
😎 Deploy Preview https://deploy-preview-18300--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.

@codecov
Copy link

codecov bot commented Nov 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.97%. Comparing base (a37162a) to head (603ac67).
⚠️ Report is 183 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18300      +/-   ##
==========================================
+ Coverage   92.91%   92.97%   +0.05%     
==========================================
  Files         894      894              
  Lines       48923    48923              
==========================================
+ Hits        45459    45487      +28     
+ Misses       3464     3436      -28     
Flag Coverage Δ
e2e 45.34% <ø> (+0.35%) ⬆️
integration 23.14% <ø> (+<0.01%) ⬆️
unit 91.11% <ø> (ø)
unit-migrate 91.16% <ø> (ø)

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.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 20, 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-603ac67613c569d2c3f346705fa483455218aab1
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-603ac67613c569d2c3f346705fa483455218aab1

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

@github-project-automation github-project-automation bot moved this from Todo to In Progress in authentik Core Dec 8, 2025
@GirlBossRush GirlBossRush merged commit 9b1f537 into main Dec 8, 2025
98 checks passed
@GirlBossRush GirlBossRush deleted the timestamps-v3 branch December 8, 2025 21:42
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Dec 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

a11y Features or issues related to accessibility area:frontend Features or issues related to the browser, TypeScript, Node.js, etc

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants