packages/django-channels-postgres/layer: fix query when subscribed to multiple channels#18152
packages/django-channels-postgres/layer: fix query when subscribed to multiple channels#18152
Conversation
… multiple channels Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
✅ Deploy Preview for authentik-integrations canceled.
|
✅ Deploy Preview for authentik-storybook canceled.
|
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. 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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your 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)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your 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-628328534156a6d9c0c35939dc303123528c4b7eAfterwards, run the upgrade commands from the latest release notes. |
… multiple channels (#18152) Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
|
🍒 Cherry-pick to |
* 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) ...
didn't cause any issue until now, but might as well