Skip to content

api: optimise schemas' common query parameters - #16884

Merged
BeryJu merged 3 commits into
mainfrom
api/optimise-schema-paginate-search
Sep 19, 2025
Merged

api: optimise schemas' common query parameters#16884
BeryJu merged 3 commits into
mainfrom
api/optimise-schema-paginate-search

Conversation

@BeryJu

@BeryJu BeryJu commented Sep 18, 2025

Copy link
Copy Markdown
Member

Details

Dedupe query parameters instead of re-specifying the same thing over and over again


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: Jens Langhammer <jens@goauthentik.io>
@BeryJu
BeryJu requested review from a team as code owners September 18, 2025 23:10
@netlify

netlify Bot commented Sep 18, 2025

Copy link
Copy Markdown

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 8c2c11c
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68cd394fdf17b60008c7e2f6

@netlify

netlify Bot commented Sep 18, 2025

Copy link
Copy Markdown

Deploy Preview for authentik-storybook canceled.

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

@netlify

netlify Bot commented Sep 18, 2025

Copy link
Copy Markdown

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 8c2c11c
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68cd394fe4532c00081f332b

@codecov

codecov Bot commented Sep 18, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.82%. Comparing base (26ac581) to head (8c2c11c).
⚠️ Report is 7 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #16884   +/-   ##
=======================================
  Coverage   92.82%   92.82%           
=======================================
  Files         838      838           
  Lines       45386    45395    +9     
=======================================
+ Hits        42128    42138   +10     
+ Misses       3258     3257    -1     
Flag Coverage Δ
e2e 46.59% <11.11%> (-0.01%) ⬇️
integration 23.50% <0.00%> (-0.01%) ⬇️
unit 90.92% <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.

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

Copy link
Copy Markdown
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-8c2c11cf685d8905e1e44f0e40f5b30b071af8a1
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-8c2c11cf685d8905e1e44f0e40f5b30b071af8a1

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

@BeryJu
BeryJu merged commit 2363c0d into main Sep 19, 2025
108 checks passed
@BeryJu
BeryJu deleted the api/optimise-schema-paginate-search branch September 19, 2025 11:51
kensternberg-authentik added a commit that referenced this pull request Sep 19, 2025
* main:
  core, web: update translations (#16885)
  web: bump the storybook group across 1 directory with 5 updates (#16886)
  api: optimise schemas' common query parameters (#16884)
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.

1 participant