summaryrefslogtreecommitdiff
path: root/src/mailman/testing/helpers.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-13Just a little more UUID conversion convenience.Barry Warsaw3-21/+19
2016-01-13Use common idiom for converting the UUID.Barry Warsaw2-14/+15
2016-01-13Fix getting a list member through the 3.1 APIAurélien Bompard2-11/+31
2016-01-13Refactor API differences into a separate class.Barry Warsaw19-94/+128
2016-01-13Refactor API contexts.Barry Warsaw14-100/+158
2016-01-11Several optimizations:Barry Warsaw20-97/+105
2016-01-11Use the more efficient find_member() API.Barry Warsaw1-4/+3
2016-01-10Delegate more to the underlying query object and don't use a cached results.Barry Warsaw2-4/+10
2016-01-09Boost coverage.Barry Warsaw5-15/+94
2016-01-08Boost coverage.Barry Warsaw5-29/+131
2016-01-07Refactor some tests and documentation.Barry Warsaw5-216/+339
2016-01-06Docstring.Barry Warsaw1-0/+6
2016-01-06A little bit more refactoring, just to keep things cleaner.Barry Warsaw2-4/+5
2016-01-06Complete the layer violation fixes by moving the SubscriptionService class toBarry Warsaw3-109/+133
2016-01-06Additional refactoring to use the QuerySequence wrapper, so that we can stillBarry Warsaw9-33/+75
2016-01-06Make the members request pageableAurélien Bompard7-24/+26
2016-01-06Return SQL queries in IListRequests.of_typeAurélien Bompard2-4/+2
2016-01-06Support SQL queries for CollectionMixin._get_collectionAurélien Bompard2-4/+20
2016-01-04More coverage.Barry Warsaw2-2/+25
2016-01-03Boost coverage.Barry Warsaw8-11/+100
2016-01-02Happy New Year.Barry Warsaw365-370/+370
2015-12-31Cleanups, corner case fixes, and coverage.Barry Warsaw9-24/+97
2015-12-30Major push for completing issue #121. Now in API 3.1, all UUIDs must be theBarry Warsaw16-80/+497
2015-12-29More coverage.Barry Warsaw4-2/+27
2015-12-29Coverage improvements.Barry Warsaw7-10/+54
2015-12-26Boost coverage.Barry Warsaw4-11/+92
2015-12-26Tweak the API.Barry Warsaw1-23/+37
2015-12-26Give the predictable ID factories similar APIs.Aurélien Bompard5-34/+54
2015-12-26Return predictable token IDs in testing mode.Aurélien Bompard2-17/+33
2015-12-22The ``mailman members`` command can now be used to display members based onBarry Warsaw6-176/+270
2015-12-22Bump coverage to 100%Barry Warsaw2-4/+39
2015-12-22Expose the "bump digest" and "send digest" functionality though the REST APIBarry Warsaw6-9/+238
2015-12-22Port bump-digests to MM3, via the `mailman digests` command.Barry Warsaw4-102/+110
2015-12-22Refactor bump_digest_number_and_volume() and maybe_send_digest_now() intoBarry Warsaw6-175/+463
2015-12-21Be liberal with the transaction.Barry Warsaw2-8/+13
2015-12-20Add a test and a fix for the no-args version of `mailman send-digests`.Barry Warsaw2-7/+74
2015-12-20Move the data_paths.Barry Warsaw4-5/+45
2015-12-20Add a send-digests subcommand to send list digests right now.Barry Warsaw14-126/+433
2015-12-19NEWSBarry Warsaw1-0/+3
2015-12-19Digests improvements:Barry Warsaw11-16/+211
2015-12-19Slightly better suggestions for creating the Alembic file.Barry Warsaw1-7/+4
2015-12-17Update NEWS.Barry Warsaw1-0/+2
2015-12-17Fix the error code for a corner case.Barry Warsaw2-7/+7
2015-12-17Fix the error code for a corner case.Barry Warsaw2-7/+7
2015-12-17Remove code accidentally pulled in from another branch.Barry Warsaw2-10/+0
2015-12-17Many improvements to listconf.py.Barry Warsaw3-64/+304
2015-12-16adds tests for new digest attributesYashu Seth1-0/+2
2015-12-16adds digest_send_periodic, digest_volume_frequency attributesYashu Seth1-0/+2
2015-12-16A few minor cleanups.Barry Warsaw5-33/+29
2015-12-16Fix a leftover type argumentAurélien Bompard1-1/+1