Skip to content

blueprints: fix ignoring hidden paths#24222

Merged
rissson merged 1 commit into
mainfrom
fix-blueprints-ignore-hidden-paths
Jul 20, 2026
Merged

blueprints: fix ignoring hidden paths#24222
rissson merged 1 commit into
mainfrom
fix-blueprints-ignore-hidden-paths

Conversation

@rissson

@rissson rissson commented Jul 20, 2026

Copy link
Copy Markdown
Member

Details

What does this PR change?

Why is this change needed?

How was this tested?

Linked issues

closes #24171


Checklist

  • The project has been linted, built, and tested (make all)
  • The documentation has been updated and formatted (make docs)

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson self-assigned this Jul 20, 2026
@rissson
rissson requested a review from a team as a code owner July 20, 2026 13:07
@rissson rissson moved this from Todo to Needs review in authentik Core Jul 20, 2026
@github-project-automation github-project-automation Bot moved this from Needs review to In Progress in authentik Core Jul 20, 2026
@rissson
rissson enabled auto-merge (squash) July 20, 2026 13:08
@netlify

netlify Bot commented Jul 20, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 9c9ee28
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6a5e1d8b5ef5c8000821bd4b
😎 Deploy Preview https://deploy-preview-24222--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

codecov Bot commented Jul 20, 2026

Copy link
Copy Markdown

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #24222      +/-   ##
==========================================
- Coverage   93.50%   93.46%   -0.04%     
==========================================
  Files        1060     1060              
  Lines       63630    63630              
  Branches      424      424              
==========================================
- Hits        59495    59473      -22     
- Misses       4135     4157      +22     
Flag Coverage Δ
conformance 35.51% <0.00%> (+<0.01%) ⬆️
e2e 40.48% <0.00%> (-0.01%) ⬇️
integration 31.53% <0.00%> (-0.48%) ⬇️
rust 0.00% <ø> (ø)
unit 92.69% <100.00%> (+<0.01%) ⬆️
unit-migrate 92.71% <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 Harness.
📢 Have feedback on the report? Share it here.

@rissson
rissson merged commit 6722007 into main Jul 20, 2026
125 checks passed
@rissson
rissson deleted the fix-blueprints-ignore-hidden-paths branch July 20, 2026 13:34
@github-project-automation github-project-automation Bot moved this from In Progress to Done in authentik Core Jul 20, 2026
@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-9c9ee2821ede11b9fe6d419b2dd029e85b20a440
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-9c9ee2821ede11b9fe6d419b2dd029e85b20a440

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

bug: logic error in skipping dot-dirs in find_blueprints

2 participants