summaryrefslogtreecommitdiff
path: root/src/mailman/rest/tests/test_lists.py
Commit message (Expand)AuthorAgeFilesLines
* Rename metadata key for clarityBarry Warsaw2017-08-041-0/+1
* Updated rest/lists.py to handle list name error exceptions and addedMark Sapiro2017-02-191-0/+22
* Remove the dependency on httplib2.Barry Warsaw2017-02-061-94/+97
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Merge branch 'hide-system-disabled-archivers' into 'master' Barry Warsaw2016-11-261-5/+3
|\
| * Fix testsAurélien Bompard2016-08-181-1/+1
| * Don't show the disabled archivers in the REST APIAurélien Bompard2016-08-181-6/+4
* | Split registration (subscription) and unsubscription:Barry Warsaw2016-09-131-1/+1
|/
* New template system. Closes #249Barry Warsaw2016-07-161-0/+232
* Tweaks and clean up.Barry Warsaw2016-04-291-26/+99
* Add batch unsubscribe option to REST API.Harshit Bansal2016-04-281-0/+33
* Clean up the rest directory.Barry Warsaw2016-03-251-9/+0
* Add a test for header-matches on missing lists.Barry Warsaw2016-02-291-5/+0
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Cleanups, corner case fixes, and coverage.Barry Warsaw2015-12-311-0/+6
* Bump coverage to 100%Barry Warsaw2015-12-221-2/+38
* Expose the "bump digest" and "send digest" functionality though the REST APIBarry Warsaw2015-12-221-3/+74
* Rework pagination to fix the 'start' and 'total_size' valuesAurélien Bompard2015-11-041-7/+7
* LP: #1432239 - Make sure acceptable aliases are deleted before the mailingBarry Warsaw2015-03-241-0/+16
* We don't need the 'six' package any more.Barry Warsaw2015-01-041-1/+1
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+0
* Lots of REST test fixes.Barry Warsaw2014-12-151-5/+5
* Checkpointing.Barry Warsaw2014-11-301-3/+2
* Complete the conversion from restish to falcon, modulo a clean up pass. AllBarry Warsaw2014-08-141-0/+18
* Lists and pagination are ported.Barry Warsaw2014-08-131-0/+82
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Add lists/<list-id>/archivers as the resource end-point.Barry Warsaw2013-11-271-20/+63
* Unit tests for enabling/disabling archivers.Joanna Skrzeszewska2013-09-181-0/+26
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * List styles are supported through the REST API. Get the list of availableBarry Warsaw2012-12-301-0/+47
* * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-311-24/+8
* - Module modernization by adding the print_function() import.Barry Warsaw2012-04-221-11/+11
* * Mailing list resources now have a `member_count` attribute which gives theBarry Warsaw2012-03-151-2/+51
|\
| * Unittest to show that adding members to a list is reflected in the rest apitoshio2012-03-151-1/+43
|/
* copybumpBarry Warsaw2012-01-011-1/+1
* Remove extraneous `test_suite()` functions. zope.testrunner willBarry Warsaw2011-10-301-8/+0
* * Getting the roster or configuration of a nonexistent list did not give aBarry Warsaw2011-09-011-0/+89