Skip to content

web: Make action field search case insensitive in Event Matcher Policy Form#17680

Merged
melizeche merged 2 commits intomainfrom
fix_case_search_event
Oct 23, 2025
Merged

web: Make action field search case insensitive in Event Matcher Policy Form#17680
melizeche merged 2 commits intomainfrom
fix_case_search_event

Conversation

@melizeche
Copy link
Member

@melizeche melizeche commented Oct 23, 2025

Details

Before
image

After
image


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)

@melizeche melizeche requested a review from a team as a code owner October 23, 2025 18:10
@netlify
Copy link

netlify bot commented Oct 23, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit f9863a0
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68fa6f844fb8410008818378
😎 Deploy Preview https://deploy-preview-17680--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 23, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit f9863a0
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68fa6f845b0a770008324667
😎 Deploy Preview https://deploy-preview-17680--authentik-storybook.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 23, 2025

Deploy Preview for authentik-integrations canceled.

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

@codecov
Copy link

codecov bot commented Oct 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.93%. Comparing base (c9bed13) to head (f9863a0).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17680      +/-   ##
==========================================
+ Coverage   92.71%   92.93%   +0.21%     
==========================================
  Files         869      869              
  Lines       47949    47949              
==========================================
+ Hits        44456    44560     +104     
+ Misses       3493     3389     -104     
Flag Coverage Δ
e2e 45.27% <ø> (+0.71%) ⬆️
integration 23.11% <ø> (-0.07%) ⬇️
unit 91.08% <ø> (+<0.01%) ⬆️
unit-migrate 91.12% <ø> (+<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

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-f9863a0bc9604fc27d409218aff231bb0bf02614
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-f9863a0bc9604fc27d409218aff231bb0bf02614

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

@melizeche melizeche added the area:frontend Features or issues related to the browser, TypeScript, Node.js, etc label Oct 23, 2025
Copy link
Contributor

@kensternberg-authentik kensternberg-authentik left a comment

Choose a reason for hiding this comment

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

Solid.

@melizeche melizeche merged commit 3d38bcd into main Oct 23, 2025
101 checks passed
@melizeche melizeche deleted the fix_case_search_event branch October 23, 2025 19:54
@melizeche melizeche added this to the Release 2025.12 milestone Oct 24, 2025
@melizeche melizeche self-assigned this Oct 24, 2025
@melizeche melizeche moved this to Done in authentik Core Oct 24, 2025
kensternberg-authentik added a commit that referenced this pull request Nov 10, 2025
* main: (25 commits)
  ci: bump astral-sh/setup-uv from 7.1.1 to 7.1.2 in /.github/actions/setup (#17718)
  web: bump the storybook group across 1 directory with 5 updates (#17715)
  ci: bump actions/upload-artifact from 4.6.2 to 5.0.0 (#17720)
  ci: bump actions/download-artifact from 5.0.0 to 6.0.0 (#17719)
  website/integrations: grafana: replace deprecated redirect_uris usage by allowed_redirect_uris (#17710)
  web: bump @types/codemirror from 5.60.16 to 5.60.17 in /web (#17685)
  web: bump @types/node from 22.15.19 to 24.9.1 in /web (#17687)
  web: bump hono from 4.10.2 to 4.10.3 in /web (#17698)
  website/docs: blueprints: add a bit more info (#17704)
  website/docs: release notes: Add Zot integration (#17700)
  website/integrations: zot oci registry integration (#17682)
  website/integrations: sonarr: clarify reverse proxy setup (#17485)
  website/docs: eap add info about custom validation (#17642)
  web: Fix table row click handler. (#17697)
  root: Fix transifex link (#17696)
  translate: add cs_CZ (#17632)
  web: bump @goauthentik/prettier-config from 1.0.5 to 3.1.0 in /web in the goauthentik group across 1 directory (#17684)
  web: Make action field search case insensitive in Event Matcher Policy Form (#17680)
  website/docs: add note about invite link not bound (#17657)
  web:  Abstract Wizard Lifecycle (#17658)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:frontend Features or issues related to the browser, TypeScript, Node.js, etc

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants