Skip to content

packages/django-channels-postgres: eagerly delete messages#20687

Merged
rissson merged 1 commit intomainfrom
channels-eagerly-delete
Mar 3, 2026
Merged

packages/django-channels-postgres: eagerly delete messages#20687
rissson merged 1 commit intomainfrom
channels-eagerly-delete

Conversation

@rissson
Copy link
Member

@rissson rissson commented Mar 3, 2026

Details

alleviate some of #20644


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)

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson self-assigned this Mar 3, 2026
@rissson rissson requested a review from a team as a code owner March 3, 2026 13:01
@rissson rissson added backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2 area:backend labels Mar 3, 2026
@netlify
Copy link

netlify bot commented Mar 3, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit bf51d7a
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69a6dbb4f5a4fc0008bfffed
😎 Deploy Preview https://deploy-preview-20687--authentik-integrations.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
Copy link

netlify bot commented Mar 3, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit bf51d7a
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69a6dbb4715ba000082d45d7
😎 Deploy Preview https://deploy-preview-20687--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
Copy link

codecov bot commented Mar 3, 2026

Codecov Report

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

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     
Flag Coverage Δ
conformance 37.64% <ø> (-0.04%) ⬇️
e2e 43.26% <ø> (-0.06%) ⬇️
integration 22.39% <ø> (-0.08%) ⬇️
unit 91.54% <ø> (+0.01%) ⬆️
unit-migrate 91.64% <ø> (+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.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 3, 2026

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

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

@rissson rissson enabled auto-merge (squash) March 3, 2026 15:01
Copy link
Collaborator

@gergosimonyi gergosimonyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

((This is a half-blind review.))

@rissson rissson merged commit 3927130 into main Mar 3, 2026
105 checks passed
@github-project-automation github-project-automation bot moved this from Todo to In Progress in authentik Core Mar 3, 2026
@rissson rissson deleted the channels-eagerly-delete branch March 3, 2026 15:20
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Mar 3, 2026
authentik-automation bot pushed a commit that referenced this pull request Mar 3, 2026
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2026.2 created: #20688

rissson added a commit that referenced this pull request Mar 3, 2026
#20687 to version-2026.2) (#20688)

packages/django-channels-postgres: eagerly delete messages (#20687)

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
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

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

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants