[PR #2983] [MERGED] RQ implementation #2852

Closed
opened 2026-02-27 12:13:04 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: rq-integration


📝 Commits (4)

  • f05478b added rq
  • c671b25 Added test, fixed dkim management command
  • 6304550 Updated doc
  • a57b0fe Keep 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.

## 📋 Pull Request Information **Original PR:** https://github.com/modoboa/modoboa/pull/2983 **Author:** [@Spitfireap](https://github.com/Spitfireap) **Created:** 4/26/2023 **Status:** ✅ Merged **Merged:** 6/27/2023 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `rq-integration` --- ### 📝 Commits (4) - [`f05478b`](https://github.com/modoboa/modoboa/commit/f05478bccd74c920d6a6a0db5632a23ff9d892eb) added rq - [`c671b25`](https://github.com/modoboa/modoboa/commit/c671b2526dffd1a409ab5ea00ade929f1f924d5c) Added test, fixed dkim management command - [`6304550`](https://github.com/modoboa/modoboa/commit/6304550c988c25c322d65f9ad003248e4183c2a1) Updated doc - [`a57b0fe`](https://github.com/modoboa/modoboa/commit/a57b0fef2e8c52c1dd877f72ed9dc09f966f992d) Keep settings consistent between dev and prod ### 📊 Changes **14 files changed** (+223 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:13:04 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#2852
No description provided.