Skip to content

lib/sync/outgoing: revert reduce number of db queries made (revert #14177)#17306

Merged
rissson merged 1 commit into
mainfrom
revert-14177
Oct 8, 2025
Merged

lib/sync/outgoing: revert reduce number of db queries made (revert #14177)#17306
rissson merged 1 commit into
mainfrom
revert-14177

Conversation

@rissson

@rissson rissson commented Oct 7, 2025

Copy link
Copy Markdown
Member

This reverts commit b361dd3.

Details

REPLACE ME


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)

@rissson rissson self-assigned this Oct 7, 2025
@rissson
rissson requested a review from a team as a code owner October 7, 2025 16:34
@rissson rissson added the backport/version-2025.8 Add this label to PRs to backport changes to version-2025.8 label Oct 7, 2025
@rissson

rissson commented Oct 7, 2025

Copy link
Copy Markdown
Member Author

backport for 2025.6 already done in #16893

@rissson
rissson enabled auto-merge (squash) October 7, 2025 16:34
@netlify

netlify Bot commented Oct 7, 2025

Copy link
Copy Markdown

Deploy Preview for authentik-storybook canceled.

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

@netlify

netlify Bot commented Oct 7, 2025

Copy link
Copy Markdown

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit b7ef08f
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68e541072e38ef0008c9496e
😎 Deploy Preview https://deploy-preview-17306--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

netlify Bot commented Oct 7, 2025

Copy link
Copy Markdown

Deploy Preview for authentik-integrations canceled.

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

@codecov

codecov Bot commented Oct 7, 2025

Copy link
Copy Markdown

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17306      +/-   ##
==========================================
+ Coverage   92.71%   92.90%   +0.19%     
==========================================
  Files         855      855              
  Lines       46510    46510              
==========================================
+ Hits        43122    43211      +89     
+ Misses       3388     3299      -89     
Flag Coverage Δ
e2e 46.06% <7.14%> (+1.07%) ⬆️
integration 23.06% <7.14%> (-0.06%) ⬇️
unit 91.03% <100.00%> (+<0.01%) ⬆️
unit-migrate 91.09% <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 merged commit 85ecb4b into main Oct 8, 2025
157 of 160 checks passed
@rissson
rissson deleted the revert-14177 branch October 8, 2025 11:15
@authentik-automation

Copy link
Copy Markdown
Contributor

🍒 Cherry-pick to version-2025.8 created: #17330

@github-actions

github-actions Bot commented Oct 8, 2025

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

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

rissson added a commit that referenced this pull request Oct 8, 2025
…4177) (cherry-pick #17306 to version-2025.8) (#17330)

Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport/version-2025.8 Add this label to PRs to backport changes to version-2025.8

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants