Skip to content

*: convert slugfields to textfields#17411

Merged
rissson merged 4 commits intomainfrom
slug-to-textfield
Nov 25, 2025
Merged

*: convert slugfields to textfields#17411
rissson merged 4 commits intomainfrom
slug-to-textfield

Conversation

@rissson
Copy link
Member

@rissson rissson commented Oct 13, 2025

Details

Removes character limits


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)

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson self-assigned this Oct 13, 2025
@rissson rissson requested review from a team as code owners October 13, 2025 14:29
@netlify
Copy link

netlify bot commented Oct 13, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 7bd850b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6925db2bf98a0100073d9e28
😎 Deploy Preview https://deploy-preview-17411--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 Oct 13, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 7bd850b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6925db2b8957040008b1e6d7

@netlify
Copy link

netlify bot commented Oct 13, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 7bd850b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6925db2b603188000820fc1c
😎 Deploy Preview https://deploy-preview-17411--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 Oct 13, 2025

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17411      +/-   ##
==========================================
+ Coverage   92.71%   92.97%   +0.26%     
==========================================
  Files         894      894              
  Lines       48923    48926       +3     
==========================================
+ Hits        45358    45488     +130     
+ Misses       3565     3438     -127     
Flag Coverage Δ
e2e 45.34% <100.00%> (+0.69%) ⬆️
integration 23.15% <100.00%> (+<0.01%) ⬆️
unit 91.11% <100.00%> (+<0.01%) ⬆️
unit-migrate 91.16% <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.

@rissson rissson moved this to In Progress in authentik Core Oct 24, 2025
@rissson rissson moved this from In Progress to Needs review in authentik Core Oct 27, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Oct 27, 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-7bd850b3e1156b4118950a387130de586aba950c
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-7bd850b3e1156b4118950a387130de586aba950c

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

@dewi-tik dewi-tik added this to the Release 2025.12 milestone Nov 20, 2025
@dewi-tik
Copy link
Contributor

@github-project-automation github-project-automation bot moved this from Needs review to In Progress in authentik Core Nov 25, 2025
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson enabled auto-merge (squash) November 25, 2025 16:37
@rissson rissson merged commit 9621082 into main Nov 25, 2025
134 of 137 checks passed
@rissson rissson deleted the slug-to-textfield branch November 25, 2025 17:56
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Nov 25, 2025
kensternberg-authentik added a commit that referenced this pull request Dec 11, 2025
* main: (58 commits)
  core: bump goauthentik.io/api/v3 from 3.2025120.5 to 3.2025120.7 (#18381)
  web/admin: add entitlement search (#18291)
  core: bump goauthentik/fips-debian from `8b7e8d0` to `8c4ec98` (#18361)
  website: bump the build group in /website with 3 updates (#18382)
  core: bump astral-sh/uv from 0.9.11 to 0.9.12 (#18383)
  root: improve testing helpers (#18379)
  website: bump the goauthentik group across 1 directory with 4 updates (#18378)
  website: bump the eslint group in /website with 3 updates (#18356)
  policies: use flow planner directly in PolicyAccessView to directly set flow context (#18372)
  providers/scim: fix PATCH for AWS (#18230)
  enterprise/providers/scim: fix OAuth (#18358)
  web: Fix stale table rows (#17940)
  web: Bump packages. (#18371)
  *: convert slugfields to textfields (#17411)
  outposts: set container healthcheck inline (#18298)
  web:  ESLint Typing Fixes  (#18362)
  core: bump golang.org/x/crypto from 0.43.0 to 0.45.0 (#18275)
  lifecycle/aws: bump aws-cdk from 2.1032.0 to 2.1033.0 in /lifecycle/aws (#18278)
  core: bump github.com/getsentry/sentry-go from 0.38.0 to 0.39.0 (#18353)
  ci: bump actions/setup-python from 6.0.0 to 6.1.0 in /.github/actions/setup (#18360)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants