summaryrefslogtreecommitdiff
path: root/src/mailman/database/__init__.py (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-08Delete subscription requests when a mailing list is deleted.Barry Warsaw5-17/+30
2017-01-08Delete PendedKeyValue before deleting Pended.Abhilash Raj1-2/+4
2017-01-08Delete all pendings when mailing list is deletedAbhilash Raj4-2/+33
2017-01-08Rebase and elaborate.Barry Warsaw1-6/+47
2017-01-08Swap order of configs and describe use of both config filesAbhilash Raj1-2/+5
2017-01-08Add default configuration to the documentation.Abhilash Raj2-0/+10
2017-01-06Bump to beta 2.Barry Warsaw1-2/+2
2017-01-04Bump copyright years.Barry Warsaw394-398/+396
2017-01-04NEWSBarry Warsaw1-0/+1
2017-01-04Make code style review pass.Barry Warsaw6-192/+232
2017-01-02Made some argument names more descriptive and consistent.Mark Sapiro1-35/+60
2017-01-01Some configs moved to [dmarc] section.Mark Sapiro1-1/+1
2017-01-02Pragma no cover a line that coverage can't reach.Barry Warsaw1-1/+7
2017-01-01Add some coverage.Barry Warsaw3-6/+19
2017-01-01Test coverage improvements.Mark Sapiro2-16/+177
2017-01-01Implement caching suffix list with in-tree fallback.Barry Warsaw11-150/+12174
2017-01-01Replaced urllib.request.urlopen() with mailman.utilities.protocols.get().Mark Sapiro2-10/+10
2016-12-31Moved test data from rules/data to rules/tests/data.Mark Sapiro3-7/+3
2016-12-31Fixed location of 'with' in a test.Mark Sapiro2-15/+16
2016-12-31Fix some fallout from the previous commit.Barry Warsaw4-10/+27
2016-12-31Simplified the org domain mock patch and tweaked a test.Mark Sapiro1-17/+11
2016-12-31Move the dmarc configuration options to their own section.Barry Warsaw2-40/+46
2016-12-31Small style fixes.Barry Warsaw2-82/+104
2016-12-30Added test data for organizational domains and a mock to use it.Mark Sapiro5-19/+80
2016-12-30Boost coverage.Barry Warsaw2-6/+18
2016-12-30Improve coverage for rules/dmarc.py.Barry Warsaw1-11/+20
2016-12-30Minor tweaks and coverage:Barry Warsaw4-32/+48
2016-12-30Review Mark's changes.Barry Warsaw2-11/+48
2016-12-30Various setup/tox/testing tweaks.Barry Warsaw3-18/+17
2016-12-30Removed unreachable line from rules/dmarc.py.Mark Sapiro3-13/+167
2016-12-30Yet another typo in database/types.pyMark Sapiro1-1/+1
2016-12-30Fix typos Mark Sapiro1-2/+2
2016-12-29Remove an unused import.Barry Warsaw1-1/+0
2016-12-29Remove support for to_moderators.Barry Warsaw2-12/+1
2016-12-26Simplified the various list settings and remamed several things.Mark Sapiro17-221/+141
2016-12-23Fixed alembic down_revision following merge of another migration.Mark Sapiro1-2/+2
2016-12-16Modifications based on feedback from Barry.Mark Sapiro6-61/+102
2016-12-15Increase pendedkeyvalue table value column width.Mark Sapiro3-2/+30
2016-12-10Temporary workaround for <https://github.com/sphinx-doc/sphinx/issues/3212>.Mark Sapiro1-0/+1
2016-12-09Fixed Content-Type of text/html part in tests.Mark Sapiro1-5/+5
2016-12-09Replaced mailman.public with public.public.Mark Sapiro4-11/+38
2016-12-053.1.0b1Barry Warsaw1-2/+2
2016-12-04Fix flake8 errors.Mark Sapiro2-2/+4
2016-12-04Fix tests for test-owner instead of moderator's address.Mark Sapiro3-4/+4
2016-12-04Remove to_moderators.Mark Sapiro1-1/+1
2016-12-04Rrmove to_moderators.Mark Sapiro1-2/+2
2016-12-04Remove to_moderatorsMark Sapiro1-1/+1
2016-12-04Remove to_moderators.Mark Sapiro1-1/+1
2016-12-03Prevent the occasional CI/testsuite hang.Barry Warsaw1-3/+55
2016-11-30Remove some unused imports.Barry Warsaw1-2/+0