Skip to content

stages: update friendly_name model from null to blank#16672

Merged
PeshekDotDev merged 1 commit intomainfrom
required-field
Sep 16, 2025
Merged

stages: update friendly_name model from null to blank#16672
PeshekDotDev merged 1 commit intomainfrom
required-field

Conversation

@PeshekDotDev
Copy link
Contributor

@PeshekDotDev PeshekDotDev commented Sep 8, 2025

Details

Certain stages have an error that will not allow you to post a blank name due to the database model. This has been updated


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 docs)

@PeshekDotDev PeshekDotDev requested review from a team as code owners September 8, 2025 19:56
@netlify
Copy link

netlify bot commented Sep 8, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit f9aaa7b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68bf34dd7373ba0008a023db
😎 Deploy Preview https://deploy-preview-16672--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 Sep 8, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit f9aaa7b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68bf34dd96139900089804fe

@netlify
Copy link

netlify bot commented Sep 8, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit f9aaa7b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68bf34dd281515000898b969
😎 Deploy Preview https://deploy-preview-16672--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.

@codecov
Copy link

codecov bot commented Sep 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.78%. Comparing base (7182b22) to head (f9aaa7b).
⚠️ Report is 87 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16672      +/-   ##
==========================================
- Coverage   92.83%   92.78%   -0.05%     
==========================================
  Files         838      838              
  Lines       45360    45360              
==========================================
- Hits        42108    42089      -19     
- Misses       3252     3271      +19     
Flag Coverage Δ
e2e 46.58% <100.00%> (+0.01%) ⬆️
integration 23.45% <100.00%> (-0.06%) ⬇️
unit 90.93% <100.00%> (+<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.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 8, 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-f9aaa7bc596dedcc5efeb16d83f19fe43664da00
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-f9aaa7bc596dedcc5efeb16d83f19fe43664da00

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

@BeryJu BeryJu changed the title authentik/stages: update friendly_name model from null to blank stages: update friendly_name model from null to blank Sep 16, 2025
Copy link
Collaborator

@gergosimonyi gergosimonyi left a comment

Choose a reason for hiding this comment

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

It's crazy that this works with NULLs already in the database. Django truly is the future.

Copy link
Member

@BeryJu BeryJu left a comment

Choose a reason for hiding this comment

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

LGTM

@PeshekDotDev PeshekDotDev merged commit d94f743 into main Sep 16, 2025
109 checks passed
@PeshekDotDev PeshekDotDev deleted the required-field branch September 16, 2025 17:06
kensternberg-authentik added a commit that referenced this pull request Sep 19, 2025
* main: (81 commits)
  translate: Updates for file web/xliff/en.xlf in de (#16808)
  stages: update friendly_name model from null to blank (#16672)
  sources/saml: add default error messages to exceptions (#15562)
  website/docs: 2025.8.3 release notes (#16809)
  core, web: update translations (#16783)
  stages/email_authenticator: Fix email mfa loop (#16579)
  website/docs: updated Frontend development environment contributor docs (#16731)
  webiste/integrations: update roundcube doc (#16753)
  website/docs: update create oauth provider page (#16617)
  website: bump @types/node from 24.4.0 to 24.5.0 in /website (#16789)
  web: bump the rollup group across 1 directory with 4 updates (#16792)
  core: bump github.com/getsentry/sentry-go from 0.35.2 to 0.35.3 (#16786)
  web: bump the storybook group across 1 directory with 5 updates (#16791)
  web: bump @types/node from 24.4.0 to 24.5.0 in /packages/esbuild-plugin-live-reload (#16794)
  web: bump @goauthentik/prettier-config from 1.0.5 to 3.1.0 in /web in the goauthentik group across 1 directory (#16793)
  web: bump @types/node from 24.4.0 to 24.5.0 in /packages/prettier-config (#16795)
  web: bump @types/node from 22.15.19 to 24.5.0 in /web (#16796)
  web: Use curated dictionary for e2e fixtures. (#16750)
  website/integrations: fix wekan redirect URL (#16801)
  website/docs: fix docker tabs not rendering properly (#16799)
  ...
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.

3 participants