summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Boost coverage.Barry Warsaw2016-01-038-11/+100
* Happy New Year.Barry Warsaw2016-01-02365-370/+370
* Cleanups, corner case fixes, and coverage.Barry Warsaw2015-12-319-24/+97
* Major push for completing issue #121. Now in API 3.1, all UUIDs must be theBarry Warsaw2015-12-3016-80/+497
* More coverage.Barry Warsaw2015-12-294-2/+27
* Coverage improvements.Barry Warsaw2015-12-297-10/+54
* Boost coverage.Barry Warsaw2015-12-264-11/+92
* Tweak the API.Barry Warsaw2015-12-261-23/+37
* Give the predictable ID factories similar APIs.Aurélien Bompard2015-12-265-34/+54
* Return predictable token IDs in testing mode.Aurélien Bompard2015-12-262-17/+33
* The ``mailman members`` command can now be used to display members based onBarry Warsaw2015-12-226-176/+270
* Bump coverage to 100%Barry Warsaw2015-12-222-4/+39
* Expose the "bump digest" and "send digest" functionality though the REST APIBarry Warsaw2015-12-226-9/+238
* Port bump-digests to MM3, via the `mailman digests` command.Barry Warsaw2015-12-224-102/+110
* Refactor bump_digest_number_and_volume() and maybe_send_digest_now() intoBarry Warsaw2015-12-226-175/+463
* Be liberal with the transaction.Barry Warsaw2015-12-212-8/+13
* Add a test and a fix for the no-args version of `mailman send-digests`.Barry Warsaw2015-12-202-7/+74
* Move the data_paths.Barry Warsaw2015-12-204-5/+45
* Add a send-digests subcommand to send list digests right now.Barry Warsaw2015-12-2014-126/+433
* NEWSBarry Warsaw2015-12-191-0/+3
* Digests improvements:Barry Warsaw2015-12-1911-16/+211
* Slightly better suggestions for creating the Alembic file.Barry Warsaw2015-12-191-7/+4
* Update NEWS.Barry Warsaw2015-12-171-0/+2
* Merge branch 'master' of gitlab.com:mailman/mailmanBarry Warsaw2015-12-170-0/+0
|\
| * Fix the error code for a corner case.Barry Warsaw2015-12-172-7/+7
* | Fix the error code for a corner case.Barry Warsaw2015-12-172-7/+7
|/
* Remove code accidentally pulled in from another branch.Barry Warsaw2015-12-172-10/+0
* Many improvements to listconf.py.Barry Warsaw2015-12-173-64/+304
* adds tests for new digest attributesYashu Seth2015-12-161-0/+2
* adds digest_send_periodic, digest_volume_frequency attributesYashu Seth2015-12-161-0/+2
* Optimize pendings.Barry Warsaw2015-12-1616-54/+360
|\
| * A few minor cleanups.Barry Warsaw2015-12-165-33/+29
| * Fix a leftover type argumentAurélien Bompard2015-12-161-1/+1
| * Bring back the constructor for PendedKeyValueAurélien Bompard2015-12-161-0/+4
| * Implement suggestions from the reviewAurélien Bompard2015-12-165-26/+47
| * Add a commit to avoid a lock in PostgreSQLAurélien Bompard2015-12-161-0/+5
| * Handle data migrationAurélien Bompard2015-12-161-0/+14
| * Resolve conflicts.Barry Warsaw2015-12-161-2/+2
| * Add a commit to avoid a lock in PostgreSQLAurélien Bompard2015-12-162-4/+6
| * Handle data migrationAurélien Bompard2015-12-162-0/+128
| * Update the REST query to use the find() methodAurélien Bompard2015-12-161-16/+3
| * Add indexes on the Pendable fields that can be queried upon.Aurélien Bompard2015-12-162-13/+39
| * Improve the unit test for the find methodAurélien Bompard2015-12-161-9/+28
| * Make sure that Pendables always have a typeAurélien Bompard2015-12-1613-13/+27
| * Add a find method for pending requestsAurélien Bompard2015-12-162-6/+45
| * Use the relationship instead of an explicit queryAurélien Bompard2015-12-161-4/+2
| * Use the relationship cascade feature to delete key-valuesAurélien Bompard2015-12-162-9/+62
|/
* Add a couple indexes on MemberAurélien Bompard2015-12-152-2/+27
* _resource_as_dict() may not return None.Barry Warsaw2015-12-124-3/+9
* Reject notifications contained no reason.Aurélien Bompard2015-12-123-2/+88