summaryrefslogtreecommitdiff
path: root/src/mailman/rest/tests/test_domains.py
Commit message (Expand)AuthorAgeFilesLines
* Rename metadata key for clarityBarry Warsaw2017-08-041-0/+1
* Remove the dependency on httplib2.Barry Warsaw2017-02-061-13/+13
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Fixed a bunch of things in PATCHing domains and added tests and NEWS.Mark Sapiro2016-10-221-0/+50
* Split registration (subscription) and unsubscription:Barry Warsaw2016-09-131-1/+1
* New template system. Closes #249Barry Warsaw2016-07-161-1/+221
* Clean up the rest directory.Barry Warsaw2016-03-251-8/+0
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Cleanups, corner case fixes, and coverage.Barry Warsaw2015-12-311-1/+13
* Abhilash's fix for allowing singleton strings in REST interfaces that alsoBarry Warsaw2015-04-151-0/+17
|\
| * add test for previous bugfixAbhilash Raj2015-04-141-0/+9
|/
* * Domains now have a list of owners, which are ``IUser`` objects, instead ofBarry Warsaw2015-04-061-0/+55
|\
| * Add lots of test for various bits of domain owners.Barry Warsaw2015-04-061-1/+43
| * * implement left over methodsAbhilash Raj2015-04-061-4/+11
| * * Add `drop_column` inside sqlite check, fix indentationAbhilash Raj2015-03-311-0/+5
|/
* 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
* All the REST tests pass.Barry Warsaw2014-12-151-1/+12
* Checkpointing.Barry Warsaw2014-11-301-3/+2
* Domains are ported to falcon.Barry Warsaw2014-08-131-0/+14
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-311-12/+4
* - Module modernization by adding the print_function() import.Barry Warsaw2012-04-221-6/+7
* copybumpBarry Warsaw2012-01-011-1/+1
* Remove extraneous `test_suite()` functions. zope.testrunner willBarry Warsaw2011-10-301-8/+0
* * Four new events are created, and notifications are sent during domainBarry Warsaw2011-09-021-0/+11
* * New REST resource http://.../<domain>/lists can be GETed in order to findBarry Warsaw2011-08-301-0/+72