summaryrefslogtreecommitdiff
path: root/src/mailman/rest/tests
Commit message (Expand)AuthorAgeFilesLines
* merge trunk and fix merge conflictsAbhilash Raj2015-04-205-51/+300
|\
| * Branch his ready.Barry Warsaw2015-04-171-5/+43
| * Check pointing new subscription moderation REST API.Barry Warsaw2015-04-171-44/+87
| * Checkpointing.Barry Warsaw2015-04-161-49/+170
| * Plumb the subscription policy through the REST API.Barry Warsaw2015-04-152-1/+14
| * A better email validator which actually validates the email address.Barry Warsaw2015-04-151-1/+17
| * Add a test for a reported (but non-reproducible) failure patching a mailing l...Barry Warsaw2015-04-151-1/+19
* | mark the test as an expected failureAbhilash Raj2015-04-161-0/+1
* | Add test case to check a bug in falcon's Request classAbhilash Raj2015-04-161-0/+8
|/
* Abhilash's fix for allowing singleton strings in REST interfaces that alsoBarry Warsaw2015-04-152-0/+65
|\
| * add test for previous bugfixAbhilash Raj2015-04-141-0/+9
* | Trunk mergeBarry Warsaw2015-04-071-0/+55
|\|
| * * 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
| | * Abhilash's branch, pre-cleaning.Barry Warsaw2015-04-061-0/+12
| |/|
| | * * implement left over methodsAbhilash Raj2015-04-061-4/+11
| | * * Add `drop_column` inside sqlite check, fix indentationAbhilash Raj2015-03-311-0/+5
* | | Advertise the subscription policy in the REST APIAurélien Bompard2015-03-311-0/+1
|/ /
* | Merging in several refactorings, and a REST API change.Barry Warsaw2015-03-261-4/+7
|\ \ | |/ |/|
| * * Refactor add_member() so that it uses a RequestRecord namedtuple.Barry Warsaw2015-03-211-4/+7
* | LP: #1432239 - Make sure acceptable aliases are deleted before the mailingBarry Warsaw2015-03-241-0/+16
|/
* * When deleting a user object, make sure their preferences are also deleted.Barry Warsaw2015-03-201-0/+21
* LP: #1425359: Elaborate on how email addresses with mixed case can subscribeBarry Warsaw2015-03-131-6/+38
|\
| * Fixed the issue #1425359 and wrote corresponding tests.black-perl ankprashar@gmail.com2015-03-041-0/+9
|/
* * A new API is provided to support non-production testing infrastructures,Barry Warsaw2015-02-132-0/+84
* * When deleting a user via REST, make sure all linked addresses are deleted.Barry Warsaw2015-02-091-69/+114
* * You can now DELETE an address. If the address is linked to a user, theBarry Warsaw2015-02-051-0/+9
* * When creating a user with an email address, do not create the user recordBarry Warsaw2015-02-051-0/+22
* We don't need the 'six' package any more.Barry Warsaw2015-01-0410-10/+10
* Bump copyright years.Barry Warsaw2015-01-0411-11/+11
* * ``$cwd`` is now an additional substitution variable for the ``mailman.cfg``Barry Warsaw2015-01-032-0/+108
* * You can access the system configuration via the resource pathBarry Warsaw2014-12-263-12/+181
* Deprecate <api>/system path in favor of <api>/system/versions.Barry Warsaw2014-12-261-2/+18
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-2210-30/+2
* Trunk merge.Barry Warsaw2014-12-221-0/+174
|\
| * * The address resource now has an additional '/user' sub-resource which canBarry Warsaw2014-12-081-0/+174
| |\
| | * REST feature: create a user from an existing addressAurélien Bompard2014-12-081-0/+136
| |/
* | All the REST tests pass.Barry Warsaw2014-12-154-1/+88
* | Lots of REST test fixes.Barry Warsaw2014-12-153-10/+11
* | Two more REST tests passing.Barry Warsaw2014-12-152-8/+8
* | Checkpointing more fixes.Barry Warsaw2014-12-111-2/+4
* | Checkpointing.Barry Warsaw2014-11-308-19/+13
|/
* s/restish/falcon/Barry Warsaw2014-11-158-36/+354
|\
| * Port to current Falcon git head.Barry Warsaw2014-11-021-5/+5
| * Complete the conversion from restish to falcon, modulo a clean up pass. AllBarry Warsaw2014-08-144-5/+112
| * Lists and pagination are ported.Barry Warsaw2014-08-132-24/+95
| * Domains are ported to falcon.Barry Warsaw2014-08-131-0/+14
| * Make preferences work.Barry Warsaw2014-08-131-0/+67
| * Get addresses.rst, i.e. /<api>/addresses working.Barry Warsaw2014-08-122-2/+16
| * First pass at converting to falcon for the REST API layer.Barry Warsaw2014-08-121-5/+50
|/