packages/django-channels-postgres: eagerly delete messages#20687
packages/django-channels-postgres: eagerly delete messages#20687
Conversation
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ 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 #20687 +/- ##
==========================================
- Coverage 93.38% 93.35% -0.04%
==========================================
Files 981 983 +2
Lines 55407 55473 +66
==========================================
+ Hits 51743 51785 +42
- Misses 3664 3688 +24
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-bf51d7ae11669463d44722d93d493bb363a1eddd
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-bf51d7ae11669463d44722d93d493bb363a1edddAfterwards, run the upgrade commands from the latest release notes. |
gergosimonyi
left a comment
There was a problem hiding this comment.
((This is a half-blind review.))
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
|
🍒 Cherry-pick to |
Details
alleviate some of #20644
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)If applicable
make docs)