Skip to content

events: disable all JSON autocomplete#15138

Merged
BeryJu merged 1 commit intomainfrom
events/disable-all-autocomplete
Jun 19, 2025
Merged

events: disable all JSON autocomplete#15138
BeryJu merged 1 commit intomainfrom
events/disable-all-autocomplete

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Jun 18, 2025

Details

Disabling suggestions for context makes the request go from 90s to 13s for 800k events which is better but still slow


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: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested a review from a team as a code owner June 18, 2025 23:51
@netlify
Copy link

netlify bot commented Jun 18, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 5431070
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68535109f61b6c000832a202

@netlify
Copy link

netlify bot commented Jun 18, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 5431070
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/685351095a24ed00080b73a4

@netlify
Copy link

netlify bot commented Jun 18, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 5431070
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68535109f61b6c000832a206
😎 Deploy Preview https://deploy-preview-15138--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.

@codecov
Copy link

codecov bot commented Jun 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.80%. Comparing base (e6e0e49) to head (5431070).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15138      +/-   ##
==========================================
- Coverage   92.80%   92.80%   -0.01%     
==========================================
  Files         821      821              
  Lines       42361    42361              
==========================================
- Hits        39315    39312       -3     
- Misses       3046     3049       +3     
Flag Coverage Δ
e2e 47.69% <ø> (-0.05%) ⬇️
integration 24.34% <ø> (+<0.01%) ⬆️
unit 90.70% <ø> (+<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.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
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-543107007cc54b80051211d9c27e55473f003088
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-543107007cc54b80051211d9c27e55473f003088

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

@BeryJu BeryJu merged commit 2d480bf into main Jun 19, 2025
108 checks passed
@BeryJu BeryJu deleted the events/disable-all-autocomplete branch June 19, 2025 00:36
cavefire pushed a commit to cavefire/authentik that referenced this pull request Jun 24, 2025
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
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