summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fixed location of 'with' in a test.Mark Sapiro2016-12-312-15/+16
| | | | | | | | | | | | Removed unneeded 'as' clauses.
| * | Simplified the org domain mock patch and tweaked a test.Mark Sapiro2016-12-311-17/+11
| |/
| * Move the dmarc configuration options to their own section.Barry Warsaw2016-12-312-40/+46
| |
| * Small style fixes.Barry Warsaw2016-12-312-82/+104
| | | | | | | | | | | | | | * Split the email using .rpartition(). * Use a sentinel singleton for a marker instead of a string. * Move some code out of a try clause and eliminate an else clause for coverage. * Boost coverage by mocking a DNSException.
| * Added test data for organizational domains and a mock to use it.Mark Sapiro2016-12-305-19/+80
| | | | | | | | Made a few test coverage tweaks.
| * Boost coverage.Barry Warsaw2016-12-302-6/+18
| |
| * Merge branch 'master' into mr215-review.Barry Warsaw2016-12-303-17/+16
| |\ | |/ |/|
* | Merge branch 'tox-tweaks' into 'master' Barry Warsaw2016-12-303-18/+17
|\ \ | | | | | | | | | | | | Various setup/tox/testing tweaks. See merge request !228
| * | Various setup/tox/testing tweaks.Barry Warsaw2016-12-303-18/+17
|/ / | | | | | | | | | | | | | | | | - Introduce a `nocov` factor until https://github.com/tox-dev/tox/issues/418 is fixed. - Eliminate extraneous test run for coverage and diff_cover tests. - Rename coverage factor to cov. - Quieter diffcov and cov output. - Move around some dependencies. flufl.testing are not runtime deps.
| * Improve coverage for rules/dmarc.py.Barry Warsaw2016-12-301-11/+20
| |
| * Minor tweaks and coverage:Barry Warsaw2016-12-304-32/+48
| | | | | | | | | | | | | | * Format and wrap a comment. * Add a test for having two From: headers. * use <alpha@example.com> as standard Message-ID * Cover URLError case.
| * Review Mark's changes.Barry Warsaw2016-12-302-11/+48
| |
| * Removed unreachable line from rules/dmarc.py.Mark Sapiro2016-12-303-13/+167
| | | | | | | | Added tests to improve coverage.
| * Merge gitlab.com:mailman/mailman into dmarcMark Sapiro2016-12-3010-25/+15
| |\ | |/ |/|
* | Merge branch 'SAUnicodeLarge' into 'master' Barry Warsaw2016-12-301-3/+3
|\ \ | | | | | | | | | | | | | | | | | | Fix typos Closes #302 See merge request !227
| * | Yet another typo in database/types.pyMark Sapiro2016-12-301-1/+1
| | |
| * | Fix typos Mark Sapiro2016-12-301-2/+2
|/ /
* | Merge branch 'issue297' into 'master' Barry Warsaw2016-12-309-22/+12
|\ \ | | | | | | | | | | | | Remove to_moderators See merge request !226
| * | Remove an unused import.Barry Warsaw2016-12-291-1/+0
| | |
| * | Remove support for to_moderators.Barry Warsaw2016-12-292-12/+1
| | | | | | | | | | | | Remove a NEWS entry which is no longer applicable.
| * | Fix flake8 errors.Mark Sapiro2016-12-042-2/+4
| | |
| * | Fix tests for test-owner instead of moderator's address.Mark Sapiro2016-12-043-4/+4
| | |
| * | Merge gitlab.com:mailman/mailman into to_moderatorsMark Sapiro2016-12-04259-566/+504
| |\ \
| * | | Remove to_moderators.Mark Sapiro2016-12-041-1/+1
| | | |
| * | | Rrmove to_moderators.Mark Sapiro2016-12-041-2/+2
| | | |
| * | | Remove to_moderatorsMark Sapiro2016-12-041-1/+1
| | | |
| * | | Remove to_moderators.Mark Sapiro2016-12-041-1/+1
| | | |
| | | * Simplified the various list settings and remamed several things.Mark Sapiro2016-12-2617-221/+141
| | | |
| | | * Fixed alembic down_revision following merge of another migration.Mark Sapiro2016-12-231-2/+2
| | | |
| | | * Merge gitlab.com:mailman/mailman into dmarcMark Sapiro2016-12-232-2/+29
| | | |\ | |_|_|/ |/| | |
* | | | Merge branch 'pendedkeyvalue' into 'master' Barry Warsaw2016-12-233-2/+30
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Increase pendedkeyvalue table value column width. Closes #301 See merge request !225
| * | | | Increase pendedkeyvalue table value column width.Mark Sapiro2016-12-153-2/+30
|/ / / / | | | | | | | | | | | | | | | | Also require docutils==0.12 to work around https://github.com/sphinx-doc/sphinx/issues/3212
| | | * Modifications based on feedback from Barry.Mark Sapiro2016-12-166-61/+102
| | | | | | | | | | | | | | | | | | | | | | | | Also, the change to the value column of pendedkeyvalue from SAUnicode to SAUnicodeLarge is removed as it is a separate MR now. This will cause mysql CI to fail until that MR lands.
| | | * Temporary workaround for <https://github.com/sphinx-doc/sphinx/issues/3212>.Mark Sapiro2016-12-101-0/+1
| | | |
| | | * Fixed Content-Type of text/html part in tests.Mark Sapiro2016-12-091-5/+5
| | | |
| | | * Replaced mailman.public with public.public.Mark Sapiro2016-12-094-11/+38
| | | | | | | | | | | | | | | | | | | | Simplified Munge From replacement and added a test for rfc2047 encoded display name.
| | | * Merged from master.Mark Sapiro2016-12-09255-545/+483
| | | |\ | |_|_|/ |/| | |
* | | | 3.1.0b1Barry Warsaw2016-12-051-2/+2
| |/ / |/| |
* | | Merge branch 'nohang' into 'master' Barry Warsaw2016-12-041-3/+55
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent the occasional CI/testsuite hang This doesn't solve the underlying problem of why child processes (both runners and master) occasionally don't exit, but it prevents ugly timeouts in the CI infrastructure when that happens. See merge request !222
| * | | Prevent the occasional CI/testsuite hang.Barry Warsaw2016-12-031-3/+55
|/ / / | | | | | | | | | | | | | | | This doesn't solve the underlying problem of why child processes (both runners and master) occasionally don't exit, but it prevents ugly timeouts in the CI infrastructure when that happens.
* | | Merge branch 'fluflpublic' into 'master' Barry Warsaw2016-11-30245-524/+267
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pay off some tech debt This cleans up a few things. * Use `flufl.testing`'s flake8 and nose2 plugins instead of Mailman's copies. * Use `atpublic`'s `@public` decorator instead of Mailman's copies. See merge request !221
| * | | Remove some unused imports.Barry Warsaw2016-11-301-2/+0
| | | |
| * | | Finish configuring flufl.testing.Barry Warsaw2016-11-303-4/+15
| | | | | | | | | | | | | | | | Also, use the better way to set the LMTP ident.
| * | | Enable the flufl.testing extension.Barry Warsaw2016-11-291-3/+1
| | | |
| * | | More fixes & flufl.testing.Barry Warsaw2016-11-294-120/+7
| | | |
| * | | Fix an import.Barry Warsaw2016-11-291-1/+2
| | | |
| * | | Use flufl.testing's flake8 plugin.Barry Warsaw2016-11-293-142/+2
| | | |
| * | | Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-29242-255/+243
|/ / /
* | | Remove cruft.Barry Warsaw2016-11-281-5/+0
| | |
* | | Starting to clean up the branch.Barry Warsaw2016-11-286-25/+13
| | |