Skip to content

stages/authenticator_email: remove flaky assertions#13371

Merged
rissson merged 3 commits intomainfrom
email-authenticator-stage-try-fixing-tests
Mar 3, 2025
Merged

stages/authenticator_email: remove flaky assertions#13371
rissson merged 3 commits intomainfrom
email-authenticator-stage-try-fixing-tests

Conversation

@rissson
Copy link
Member

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

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson self-assigned this Mar 3, 2025
@rissson rissson requested a review from a team as a code owner March 3, 2025 15:27
@netlify
Copy link

netlify bot commented Mar 3, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 48d1f62
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/67c5d1b874c8890008d86637

@netlify
Copy link

netlify bot commented Mar 3, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 48d1f62
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/67c5d1b9f8e7c1000893248a

@codecov
Copy link

codecov bot commented Mar 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.74%. Comparing base (20635a8) to head (48d1f62).
Report is 3 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #13371   +/-   ##
=======================================
  Coverage   92.73%   92.74%           
=======================================
  Files         793      793           
  Lines       40352    40347    -5     
=======================================
- Hits        37421    37418    -3     
+ Misses       2931     2929    -2     
Flag Coverage Δ
e2e 48.00% <ø> (+<0.01%) ⬆️
integration 24.08% <ø> (+<0.01%) ⬆️
unit 90.46% <ø> (+<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.

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@github-actions
Copy link
Contributor

github-actions bot commented Mar 3, 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-48d1f62e6f5f6a16c58ec1e71dfeed655391c3f7
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-48d1f62e6f5f6a16c58ec1e71dfeed655391c3f7

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

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson changed the title stages/authenticator_email: try fixing flaky tests stages/authenticator_email: remove flaky assertions Mar 3, 2025
@rissson rissson merged commit 93cfa64 into main Mar 3, 2025
93 checks passed
@rissson rissson deleted the email-authenticator-stage-try-fixing-tests branch March 3, 2025 16:23
kensternberg-authentik added a commit that referenced this pull request Mar 4, 2025
* main: (135 commits)
  providers/proxy: kubernetes outpost: fix reconcile when only annotations changed (#13372)
  website: bump the build group in /website with 3 updates (#13381)
  core, web: update translations (#13378)
  web/admin: prefer using datefns over moment.js (#13143)
  website/docs: fix typo (#13377)
  stages/authenticator_email: remove flaky assertions (#13371)
  translate: Updates for file web/xliff/en.xlf in fr (#13374)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in fr (#13373)
  website: bump typescript from 5.7.3 to 5.8.2 in /website (#13368)
  lifecycle/aws: bump aws-cdk from 2.1001.0 to 2.1002.0 in /lifecycle/aws (#13365)
  website: bump the build group in /website with 11 updates (#13367)
  ci: bump getsentry/action-release from 1 to 3 (#13366)
  website: bump @rspack/binding-darwin-arm64 from 1.1.6 to 1.2.6 in /website (#13354)
  core, web: update translations (#13346)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#13348)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#13347)
  translate: Updates for file web/xliff/en.xlf in zh-Hans (#13349)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#13350)
  ci: update versions for daily full testing (#13303)
  website: bump prettier from 3.5.2 to 3.5.3 in /website (#13355)
  ...
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