[PR #2011] [MERGED] Moving back the stats module to the core. #2403

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

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2011
Author: @tonioo
Created: 9/17/2020
Status: Merged
Merged: 9/17/2020
Merged by: @tonioo

Base: masterHead: feature/messages_log


📝 Commits (4)

  • be65d3b Moving back the stats module to the core.
  • 6766c0e Added system packages to build RRDtool.
  • cfb559e Fixed unit tests.
  • df07f8c Improved coverage.

📊 Changes

73 files changed (+6424 additions, -6 deletions)

View changed files

📝 .travis.yml (+3 -1)
📝 modoboa/admin/factories.py (+1 -0)
📝 modoboa/admin/static/admin/js/admin.js (+4 -1)
modoboa/admin/templates/admin/domains_log_headers.html (+6 -0)
modoboa/admin/templates/admin/domains_logs.html (+9 -0)
📝 modoboa/admin/templatetags/admin_tags.py (+7 -0)
📝 modoboa/admin/tests/test_domain.py (+26 -0)
📝 modoboa/admin/urls.py (+2 -0)
📝 modoboa/admin/views/domain.py (+45 -3)
📝 modoboa/core/commands/templates/settings.py.tpl (+1 -0)
📝 modoboa/core/tests/test_views.py (+4 -1)
modoboa/maillog/__init__.py (+1 -0)
modoboa/maillog/apps.py (+16 -0)
modoboa/maillog/factories.py (+25 -0)
modoboa/maillog/forms.py (+59 -0)
modoboa/maillog/graphics.py (+269 -0)
modoboa/maillog/handlers.py (+38 -0)
modoboa/maillog/lib.py (+25 -0)
modoboa/maillog/locale/cs_CZ/LC_MESSAGES/django.po (+178 -0)
modoboa/maillog/locale/cs_CZ/LC_MESSAGES/djangojs.po (+24 -0)

...and 53 more files

📄 Description

The stats module is definitly a core component.
This PR also implements a maillog viewer.

see #2010


🔄 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/2011 **Author:** [@tonioo](https://github.com/tonioo) **Created:** 9/17/2020 **Status:** ✅ Merged **Merged:** 9/17/2020 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `feature/messages_log` --- ### 📝 Commits (4) - [`be65d3b`](https://github.com/modoboa/modoboa/commit/be65d3b0da63d522723736e8bf33ecc26de8cb70) Moving back the stats module to the core. - [`6766c0e`](https://github.com/modoboa/modoboa/commit/6766c0e699dbc712d6c0cccd899c5cfcd7e43923) Added system packages to build RRDtool. - [`cfb559e`](https://github.com/modoboa/modoboa/commit/cfb559e1d9097641538cafc2a1410c597035eb52) Fixed unit tests. - [`df07f8c`](https://github.com/modoboa/modoboa/commit/df07f8c6d657b1abe25c924caabddd4c95cf1db1) Improved coverage. ### 📊 Changes **73 files changed** (+6424 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+3 -1) 📝 `modoboa/admin/factories.py` (+1 -0) 📝 `modoboa/admin/static/admin/js/admin.js` (+4 -1) ➕ `modoboa/admin/templates/admin/domains_log_headers.html` (+6 -0) ➕ `modoboa/admin/templates/admin/domains_logs.html` (+9 -0) 📝 `modoboa/admin/templatetags/admin_tags.py` (+7 -0) 📝 `modoboa/admin/tests/test_domain.py` (+26 -0) 📝 `modoboa/admin/urls.py` (+2 -0) 📝 `modoboa/admin/views/domain.py` (+45 -3) 📝 `modoboa/core/commands/templates/settings.py.tpl` (+1 -0) 📝 `modoboa/core/tests/test_views.py` (+4 -1) ➕ `modoboa/maillog/__init__.py` (+1 -0) ➕ `modoboa/maillog/apps.py` (+16 -0) ➕ `modoboa/maillog/factories.py` (+25 -0) ➕ `modoboa/maillog/forms.py` (+59 -0) ➕ `modoboa/maillog/graphics.py` (+269 -0) ➕ `modoboa/maillog/handlers.py` (+38 -0) ➕ `modoboa/maillog/lib.py` (+25 -0) ➕ `modoboa/maillog/locale/cs_CZ/LC_MESSAGES/django.po` (+178 -0) ➕ `modoboa/maillog/locale/cs_CZ/LC_MESSAGES/djangojs.po` (+24 -0) _...and 53 more files_ </details> ### 📄 Description The stats module is definitly a core component. This PR also implements a maillog viewer. see #2010 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:10:51 +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#2403
No description provided.