| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Make sure runner subprocesses get covered during `tox -e coverage`. | Barry Warsaw | 2014-11-16 | 1 | -0/+1 |
| * | s/restish/falcon/ | Barry Warsaw | 2014-11-15 | 26 | -605/+1004 |
| |\ |
|
| | * | Make it work with some pending refactoring in upstream falcon. | Barry Warsaw | 2014-11-11 | 1 | -1/+2 |
| | * | Trunk merge. | Barry Warsaw | 2014-11-08 | 1 | -5/+6 |
| | |\
| |/
|/| |
|
| | * | When we switch to tox, we'll get hash randomization, which breaks many tests. | Barry Warsaw | 2014-11-06 | 4 | -7/+9 |
| | * | Port to current Falcon git head. | Barry Warsaw | 2014-11-02 | 2 | -17/+23 |
| | * | Trunk merge. | Barry Warsaw | 2014-11-02 | 2 | -18/+16 |
| | |\ |
|
| | * | | Remove some unused code. | Barry Warsaw | 2014-11-02 | 1 | -5/+0 |
| | * | | Minor cleanups. | Barry Warsaw | 2014-08-15 | 3 | -11/+7 |
| | * | | Refactor so that most modules don't need to import falcon, and so fewer | Barry Warsaw | 2014-08-14 | 12 | -215/+190 |
| | * | | Complete the conversion from restish to falcon, modulo a clean up pass. All | Barry Warsaw | 2014-08-14 | 17 | -257/+352 |
| | * | | Port users and part of members. | Barry Warsaw | 2014-08-13 | 3 | -60/+92 |
| | * | | Lists and pagination are ported. | Barry Warsaw | 2014-08-13 | 5 | -75/+152 |
| | * | | Domains are ported to falcon. | Barry Warsaw | 2014-08-13 | 4 | -47/+63 |
| | * | | Make preferences work. | Barry Warsaw | 2014-08-13 | 6 | -42/+87 |
| | * | | test_addresses and test_root are both passing now. | Barry Warsaw | 2014-08-12 | 3 | -17/+17 |
| | * | | Get addresses.rst, i.e. /<api>/addresses working. | Barry Warsaw | 2014-08-12 | 9 | -73/+122 |
| | * | | First pass at converting to falcon for the REST API layer. | Barry Warsaw | 2014-08-12 | 5 | -94/+207 |
| * | | | Tox-ify the test suite. Now you don't have to create a virtualenv separately. | Barry Warsaw | 2014-11-07 | 3 | -10/+14 |
| | |/
|/| |
|
| * | | Merge abompard's fixes to the Postgres test suite. | Barry Warsaw | 2014-10-30 | 1 | -17/+15 |
| * | | Pass all tests with PYTHONWARNINGS=error. | Barry Warsaw | 2014-09-22 | 1 | -1/+1 |
| |/ |
|
| * | Use print functions consistently through, and update all __future__ imports to | Barry Warsaw | 2014-04-28 | 17 | -34/+34 |
| * | * Fixed a crash in the REST server when searching for nonmembers via | Barry Warsaw | 2014-04-15 | 5 | -65/+245 |
| * | * Addresses can be added to existing users, including display names, via the | Barry Warsaw | 2014-04-14 | 3 | -1/+166 |
| |\ |
|
| | * | Add an email address to an existing user via the REST API. | Barry Warsaw | 2014-04-14 | 3 | -0/+165 |
| |/| |
|
| | * | Posting an invalid email address string to the user/addresses endpoint | Florian Fuchs | 2014-04-14 | 2 | -2/+17 |
| | * | * Added an API endpoint to POST new email addresses to a user resource. | Florian Fuchs | 2014-04-13 | 3 | -0/+87 |
| * | | Trunk merge | Barry Warsaw | 2014-04-14 | 24 | -24/+219 |
| |\| |
|
| | * | Several internal improvements: | Barry Warsaw | 2014-01-06 | 1 | -1/+1 |
| | * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 22 | -22/+22 |
| | * | Fix a couple of intermittent test problems. | Barry Warsaw | 2013-12-01 | 1 | -0/+1 |
| | * | Add lists/<list-id>/archivers as the resource end-point. | Barry Warsaw | 2013-11-27 | 4 | -53/+190 |
| | * | Checkpointing. | Barry Warsaw | 2013-11-25 | 1 | -6/+10 |
| | * | Unit tests for enabling/disabling archivers. | Joanna Skrzeszewska | 2013-09-18 | 1 | -0/+26 |
| | * | Changes for enabling/disabling archivers. | Joanna Skrzeszewska | 2013-09-08 | 1 | -1/+28 |
| * | | Aurélien Bompard's import-from-2.1 branch, with cleanup and fixes. | Barry Warsaw | 2014-04-14 | 2 | -2/+3 |
| |/ |
|
| * | * Expose ``hide_address`` to the ``.../preferences`` REST API. Contributed | Barry Warsaw | 2013-08-28 | 2 | -0/+4 |
| |\ |
|
| | * | Adding a missing hide_address preference | Sneha Priscilla | 2013-08-09 | 1 | -0/+1 |
| * | | Switch to PEP 435 enums from flufl.enums. | Barry Warsaw | 2013-06-18 | 5 | -10/+14 |
| |/ |
|
| * | Tweaks and fixes by Barry. | Barry Warsaw | 2013-03-21 | 8 | -69/+85 |
| * | Florian's branch for LP: #1156529 | Barry Warsaw | 2013-03-21 | 8 | -3/+287 |
| |\ |
|
| | * | Removed unused `default_count` argument and remove one wrapping level in pagi... | Florian Fuchs | 2013-03-20 | 5 | -33/+30 |
| | * | Fixed comment typo | Florian Fuchs | 2013-03-20 | 1 | -1/+1 |
| | * | Fixed some comments in pagination test | Florian Fuchs | 2013-03-20 | 1 | -5/+7 |
| | * | REST API collection pagination: slice result only if pagination params are pr... | Florian Fuchs | 2013-03-20 | 1 | -1/+5 |
| | * | REST API: Added pagination functionality to list, member and user collections. | Florian Fuchs | 2013-03-20 | 8 | -3/+284 |
| * | | * Add ``reply_to_address`` and ``first_strip_reply_to`` as writable | Barry Warsaw | 2013-03-20 | 2 | -178/+10 |
| |/ |
|
| * | * Non-queue runners should not create ``var/queue`` subdirectories. Fixed by | Barry Warsaw | 2013-01-20 | 1 | -0/+9 |
| |\ |
|
| | * | Test added to non_queue_runner bug | Sandesh Kumar Agrawal | 2013-01-17 | 1 | -0/+7 |
| |/ |
|
| * | Bump copyright years. | Barry Warsaw | 2013-01-01 | 21 | -21/+21 |