[PR #1108] [MERGED] New resources endpoints. #2122

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

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/1108
Author: @tonioo
Created: 4/24/2017
Status: Merged
Merged: 4/24/2017
Merged by: @tonioo

Base: masterHead: feature/limits_api


📝 Commits (2)

📊 Changes

7 files changed (+195 additions, -30 deletions)

View changed files

📝 modoboa/limits/forms.py (+4 -29)
📝 modoboa/limits/lib.py (+25 -0)
modoboa/limits/serializers.py (+33 -0)
📝 modoboa/limits/tests/test_api.py (+88 -0)
modoboa/limits/urls_api.py (+12 -0)
modoboa/limits/viewsets.py (+31 -0)
📝 modoboa/urls_api.py (+2 -1)

📄 Description

see #1106


🔄 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/1108 **Author:** [@tonioo](https://github.com/tonioo) **Created:** 4/24/2017 **Status:** ✅ Merged **Merged:** 4/24/2017 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `feature/limits_api` --- ### 📝 Commits (2) - [`6910e9b`](https://github.com/modoboa/modoboa/commit/6910e9b008632927dbab6120bfceb36aac695abe) New resources endpoints. - [`639550e`](https://github.com/modoboa/modoboa/commit/639550eedd88d4973712363fa58b48abd819337d) Fixed unit tests. ### 📊 Changes **7 files changed** (+195 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `modoboa/limits/forms.py` (+4 -29) 📝 `modoboa/limits/lib.py` (+25 -0) ➕ `modoboa/limits/serializers.py` (+33 -0) 📝 `modoboa/limits/tests/test_api.py` (+88 -0) ➕ `modoboa/limits/urls_api.py` (+12 -0) ➕ `modoboa/limits/viewsets.py` (+31 -0) 📝 `modoboa/urls_api.py` (+2 -1) </details> ### 📄 Description see #1106 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:09:29 +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#2122
No description provided.