mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[PR #1578] [MERGED] feat(useDnsServer): add field in admin view, use in resolver if defin… #2267
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#2267
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/1578
Author: @fvandenbulcke
Created: 10/5/2018
Status: ✅ Merged
Merged: 10/16/2018
Merged by: @tonioo
Base:
master← Head:master📝 Commits (6)
55f6347feat(useDnsServer): add field in admin view, use in resolver if defined. unit tests5d10455feat(useDnsServer): correctif error pipeline - indentation,lines too longa35eb42feat(useDnsServer): correctif error pipeline - unit test name too long35c031ffix(useDnsServer): change help message on form fieldcbbe840feat(dns-resolver): application to get ip address + unit tests6c2fbb1feat(dns-resolver): correction lint📊 Changes
6 files changed (+110 additions, -36 deletions)
View changed files
📝
Dockerfile.dev(+3 -2)📝
modoboa/admin/app_settings.py(+9 -0)📝
modoboa/admin/lib.py(+22 -20)📝
modoboa/admin/tests/test_mx.py(+16 -6)📝
modoboa/admin/tests/utils.py(+58 -7)📝
modoboa/core/tests/test_views.py(+2 -1)📄 Description
Add in admin, field to use specific DNS server.
The server is call during query resolving.
Unit tests for view and method about query resolving
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.