summaryrefslogtreecommitdiff
path: root/src/mailman/rest (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure runner subprocesses get covered during `tox -e coverage`.Barry Warsaw2014-11-161-0/+1
* s/restish/falcon/Barry Warsaw2014-11-1526-605/+1004
|\
| * Make it work with some pending refactoring in upstream falcon.Barry Warsaw2014-11-111-1/+2
| * Trunk merge.Barry Warsaw2014-11-081-5/+6
| |\ | |/ |/|
| * When we switch to tox, we'll get hash randomization, which breaks many tests.Barry Warsaw2014-11-064-7/+9
| * Port to current Falcon git head.Barry Warsaw2014-11-022-17/+23
| * Trunk merge.Barry Warsaw2014-11-022-18/+16
| |\
| * | Remove some unused code.Barry Warsaw2014-11-021-5/+0
| * | Minor cleanups.Barry Warsaw2014-08-153-11/+7
| * | Refactor so that most modules don't need to import falcon, and so fewerBarry Warsaw2014-08-1412-215/+190
| * | Complete the conversion from restish to falcon, modulo a clean up pass. AllBarry Warsaw2014-08-1417-257/+352
| * | Port users and part of members.Barry Warsaw2014-08-133-60/+92
| * | Lists and pagination are ported.Barry Warsaw2014-08-135-75/+152
| * | Domains are ported to falcon.Barry Warsaw2014-08-134-47/+63
| * | Make preferences work.Barry Warsaw2014-08-136-42/+87
| * | test_addresses and test_root are both passing now.Barry Warsaw2014-08-123-17/+17
| * | Get addresses.rst, i.e. /<api>/addresses working.Barry Warsaw2014-08-129-73/+122
| * | First pass at converting to falcon for the REST API layer.Barry Warsaw2014-08-125-94/+207
* | | Tox-ify the test suite. Now you don't have to create a virtualenv separately.Barry Warsaw2014-11-073-10/+14
| |/ |/|
* | Merge abompard's fixes to the Postgres test suite.Barry Warsaw2014-10-301-17/+15
* | Pass all tests with PYTHONWARNINGS=error.Barry Warsaw2014-09-221-1/+1
|/
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-2817-34/+34
* * Fixed a crash in the REST server when searching for nonmembers viaBarry Warsaw2014-04-155-65/+245
* * Addresses can be added to existing users, including display names, via theBarry Warsaw2014-04-143-1/+166
|\
| * Add an email address to an existing user via the REST API.Barry Warsaw2014-04-143-0/+165
|/|
| * Posting an invalid email address string to the user/addresses endpoint Florian Fuchs2014-04-142-2/+17
| * * Added an API endpoint to POST new email addresses to a user resource.Florian Fuchs2014-04-133-0/+87
* | Trunk mergeBarry Warsaw2014-04-1424-24/+219
|\|
| * Several internal improvements:Barry Warsaw2014-01-061-1/+1
| * Bump copyright years.Barry Warsaw2014-01-0122-22/+22
| * Fix a couple of intermittent test problems.Barry Warsaw2013-12-011-0/+1
| * Add lists/<list-id>/archivers as the resource end-point.Barry Warsaw2013-11-274-53/+190
| * Checkpointing.Barry Warsaw2013-11-251-6/+10
| * Unit tests for enabling/disabling archivers.Joanna Skrzeszewska2013-09-181-0/+26
| * Changes for enabling/disabling archivers.Joanna Skrzeszewska2013-09-081-1/+28
* | Aurélien Bompard's import-from-2.1 branch, with cleanup and fixes.Barry Warsaw2014-04-142-2/+3
|/
* * Expose ``hide_address`` to the ``.../preferences`` REST API. ContributedBarry Warsaw2013-08-282-0/+4
|\
| * Adding a missing hide_address preferenceSneha Priscilla2013-08-091-0/+1
* | Switch to PEP 435 enums from flufl.enums.Barry Warsaw2013-06-185-10/+14
|/
* Tweaks and fixes by Barry.Barry Warsaw2013-03-218-69/+85
* Florian's branch for LP: #1156529Barry Warsaw2013-03-218-3/+287
|\
| * Removed unused `default_count` argument and remove one wrapping level in pagi...Florian Fuchs2013-03-205-33/+30
| * Fixed comment typoFlorian Fuchs2013-03-201-1/+1
| * Fixed some comments in pagination testFlorian Fuchs2013-03-201-5/+7
| * REST API collection pagination: slice result only if pagination params are pr...Florian Fuchs2013-03-201-1/+5
| * REST API: Added pagination functionality to list, member and user collections.Florian Fuchs2013-03-208-3/+284
* | * Add ``reply_to_address`` and ``first_strip_reply_to`` as writableBarry Warsaw2013-03-202-178/+10
|/
* * Non-queue runners should not create ``var/queue`` subdirectories. Fixed byBarry Warsaw2013-01-201-0/+9
|\
| * Test added to non_queue_runner bugSandesh Kumar Agrawal2013-01-171-0/+7
|/
* Bump copyright years.Barry Warsaw2013-01-0121-21/+21