Skip to content

packages/django-channels-postgres/layer: fix query when subscribed to multiple channels#18152

Merged
rissson merged 1 commit intomainfrom
fix-cache-not-deleted
Nov 14, 2025
Merged

packages/django-channels-postgres/layer: fix query when subscribed to multiple channels#18152
rissson merged 1 commit intomainfrom
fix-cache-not-deleted

Conversation

@rissson
Copy link
Member

@rissson rissson commented Nov 14, 2025

didn't cause any issue until now, but might as well

… multiple channels

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson added this to the Release 2025.10.2 milestone Nov 14, 2025
@rissson rissson self-assigned this Nov 14, 2025
@rissson rissson requested a review from a team as a code owner November 14, 2025 13:47
@rissson rissson added the backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10 label Nov 14, 2025
@rissson rissson requested a review from gergosimonyi November 14, 2025 13:47
@netlify
Copy link

netlify bot commented Nov 14, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 6283285
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/691732d8fa25d30008874c4a

@netlify
Copy link

netlify bot commented Nov 14, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 6283285
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/691732d869b7f00008db9747

@rissson rissson moved this from Todo to Needs review in authentik Core Nov 14, 2025
@netlify
Copy link

netlify bot commented Nov 14, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 6283285
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/691732d81e1de6000830fff1
😎 Deploy Preview https://deploy-preview-18152--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.

@github-project-automation github-project-automation bot moved this from Needs review to In Progress in authentik Core Nov 14, 2025
@codecov
Copy link

codecov bot commented Nov 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.91%. Comparing base (2b794e6) to head (6283285).
⚠️ Report is 3 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18152      +/-   ##
==========================================
- Coverage   92.97%   92.91%   -0.07%     
==========================================
  Files         869      869              
  Lines       48115    48115              
==========================================
- Hits        44733    44704      -29     
- Misses       3382     3411      +29     
Flag Coverage Δ
e2e 45.19% <ø> (ø)
integration 23.12% <ø> (-0.06%) ⬇️
unit 91.07% <ø> (ø)
unit-migrate 91.12% <ø> (ø)

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-628328534156a6d9c0c35939dc303123528c4b7e
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-628328534156a6d9c0c35939dc303123528c4b7e

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

@rissson rissson merged commit 779d98a into main Nov 14, 2025
101 checks passed
@rissson rissson deleted the fix-cache-not-deleted branch November 14, 2025 14:30
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Nov 14, 2025
authentik-automation bot pushed a commit that referenced this pull request Nov 14, 2025
… multiple channels (#18152)

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2025.10 created: #18153

BeryJu pushed a commit that referenced this pull request Nov 14, 2025
… multiple channels (cherry-pick #18152 to version-2025.10) (#18153)

packages/django-channels-postgres/layer: fix query when subscribed to multiple channels (#18152)

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
kensternberg-authentik added a commit that referenced this pull request Dec 11, 2025
* main: (74 commits)
  packages/django-channels-postgres/layer: fix query when subscribed to multiple channels (#18152)
  core: deduplicate user attribute constant definitions (#18138)
  web: bump @trivago/prettier-plugin-sort-imports from 5.2.2 to 6.0.0 in /web (#18146)
  crypto: update certificates on fs event (#18129)
  github: converts issue templates to forms (#18133)
  core: bump github.com/getsentry/sentry-go from 0.36.2 to 0.37.0 (#18140)
  web: bump type-fest from 5.1.0 to 5.2.0 in /web (#18144)
  web: bump vite from 7.1.12 to 7.2.2 in /web (#18143)
  website: bump the build group in /website with 3 updates (#18141)
  web: bump globals from 16.4.0 to 16.5.0 in /web (#18145)
  core: bump astral-sh/uv from 0.9.8 to 0.9.9 (#18148)
  core: bump goauthentik/fips-debian from `5017d65` to `40a1f32` (#18149)
  website/integrations: Add ezBookkeeping integration (#18040)
  website/integrations: Add Joplin (#18042)
  web: Disable library `<datalist>` on Firefox. (#18103)
  web/admin: link to user on invitation list page (#18132)
  web/admin: update stage descriptions (#18118)
  website/integrations: add SeaTable (#18115)
  website/integrations: stripe: fix markdown (#18126)
  web/flows: improvements for hCaptcha (#16882)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:backend backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants