mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 08:56:02 +03:00
[PR #1018] [MERGED] Control DNS checks per domain. #2089
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#2089
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/1018
Author: @tonioo
Created: 2/6/2017
Status: ✅ Merged
Merged: 2/8/2017
Merged by: @tonioo
Base:
master← Head:feature/dnscheck_control_per_domain📝 Commits (4)
ce77b66Control DNS checks per domain.a5bd489Fixed wrong queryset.d000569Fixed domain listing display.285d782Improved unit test.📊 Changes
9 files changed (+49 additions, -27 deletions)
View changed files
📝
modoboa/admin/forms/domain.py(+2 -2)📝
modoboa/admin/management/commands/subcommands/_mx.py(+2 -1)➕
modoboa/admin/migrations/0008_domain_enable_dns_checks.py(+20 -0)📝
modoboa/admin/models/domain.py(+4 -0)➕
modoboa/admin/templates/admin/_domain_dnschecks_status.html(+14 -0)📝
modoboa/admin/templates/admin/domain_detail.html(+1 -12)📝
modoboa/admin/templates/admin/domain_general_form.html(+1 -0)📝
modoboa/admin/templates/admin/domains_table.html(+1 -12)📝
modoboa/admin/tests/test_mx.py(+4 -0)📄 Description
#1017
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.