mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[PR #2983] [MERGED] RQ implementation #2852
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#2852
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/modoboa/modoboa/pull/2983
Author: @Spitfireap
Created: 4/26/2023
Status: ✅ Merged
Merged: 6/27/2023
Merged by: @tonioo
Base:
master← Head:rq-integration📝 Commits (4)
f05478badded rqc671b25Added test, fixed dkim management command6304550Updated doca57b0feKeep settings consistent between dev and prod📊 Changes
14 files changed (+223 additions, -13 deletions)
View changed files
📝
.github/workflows/modoboa.yml(+13 -1)📝
doc/manual_installation/modoboa.rst(+31 -1)📝
doc/upgrade.rst(+68 -0)📝
docker-compose.yml(+20 -0)📝
docker/Dockerfile.dev(+1 -1)📝
modoboa/admin/handlers.py(+13 -0)📝
modoboa/admin/management/commands/subcommands/_manage_dkim_keys.py(+18 -0)📝
modoboa/admin/tests/test_domain.py(+10 -1)📝
modoboa/admin/tests/utils.py(+3 -0)📝
modoboa/core/commands/templates/settings.py.tpl(+21 -0)📝
modoboa/core/commands/templates/urls.py.tpl(+2 -2)📝
requirements.txt(+5 -1)📝
test_project/test_project/settings.py(+16 -1)📝
test_project/test_project/urls.py(+2 -5)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.