mirror of
https://github.com/modoboa/modoboa-postfix-autoreply.git
synced 2026-04-25 08:35:53 +03:00
[PR #54] [MERGED] spring clean #70
Labels
No labels
bug
bug
enhancement
enhancement
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-postfix-autoreply-modoboa#70
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-postfix-autoreply/pull/54
Author: @ghost
Created: 2/4/2018
Status: ✅ Merged
Merged: 2/9/2018
Merged by: @tonioo
Base:
master← Head:fix/spring-clean📝 Commits (8)
e94c277add .editorconfig8be328esetup.cfg0b5dabafix quotes1d874afsort imports using isort86c7856pep8 fixes392d76ewhitespace fixes91d1d8cimport unicode_literalsc9319a0add missing utf8 header📊 Changes
19 files changed (+322 additions, -270 deletions)
View changed files
➕
.editorconfig(+21 -0)📝
docs/conf.py(+82 -72)📝
modoboa_postfix_autoreply/__init__.py(+1 -2)📝
modoboa_postfix_autoreply/apps.py(+5 -1)📝
modoboa_postfix_autoreply/factories.py(+4 -1)📝
modoboa_postfix_autoreply/forms.py(+13 -13)📝
modoboa_postfix_autoreply/handlers.py(+4 -6)📝
modoboa_postfix_autoreply/known_problems.py(+4 -1)📝
modoboa_postfix_autoreply/management/__init__.py(+0 -2)📝
modoboa_postfix_autoreply/management/commands/__init__.py(+0 -2)📝
modoboa_postfix_autoreply/management/commands/autoreply.py(+8 -11)📝
modoboa_postfix_autoreply/models.py(+8 -4)📝
modoboa_postfix_autoreply/modo_extension.py(+6 -5)📝
modoboa_postfix_autoreply/postfix_maps.py(+4 -0)📝
modoboa_postfix_autoreply/tests.py(+25 -31)📝
modoboa_postfix_autoreply/views.py(+3 -6)📝
setup.cfg(+21 -0)📝
setup.py(+2 -1)📝
test_project/test_project/settings.py(+111 -112)📄 Description
See modoboa/modoboa#1388
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.