| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bump copyright years. | Barry Warsaw | 2017-01-04 | 1 | -1/+1 |
| * | Use `atpublic` for @public instead of internal copy. | Barry Warsaw | 2016-11-29 | 1 | -1/+1 |
| * | Learn to encode Messages and Header instances to JSON | Aurélien Bompard | 2016-11-28 | 1 | -0/+6 |
| * | Fix #207 | Barry Warsaw | 2016-07-14 | 1 | -0/+12 |
| * | Clean up the rest directory. | Barry Warsaw | 2016-03-25 | 1 | -24/+18 |
| * | Super duper. | Barry Warsaw | 2016-01-26 | 1 | -2/+2 |
| * | Refactor API differences into a separate class. | Barry Warsaw | 2016-01-13 | 1 | -25/+0 |
| * | Refactor API contexts. | Barry Warsaw | 2016-01-13 | 1 | -1/+1 |
| * | Additional refactoring to use the QuerySequence wrapper, so that we can still | Barry Warsaw | 2016-01-06 | 1 | -11/+6 |
| * | Support SQL queries for CollectionMixin._get_collection | Aurélien Bompard | 2016-01-06 | 1 | -4/+10 |
| * | Boost coverage. | Barry Warsaw | 2016-01-03 | 1 | -3/+3 |
| * | Happy New Year. | Barry Warsaw | 2016-01-02 | 1 | -1/+1 |
| * | Cleanups, corner case fixes, and coverage. | Barry Warsaw | 2015-12-31 | 1 | -2/+2 |
| * | Major push for completing issue #121. Now in API 3.1, all UUIDs must be the | Barry Warsaw | 2015-12-30 | 1 | -1/+1 |
| * | _resource_as_dict() may not return None. | Barry Warsaw | 2015-12-12 | 1 | -1/+4 |
| * | Sort the JSON output when [devmode]enabled is true. | Barry Warsaw | 2015-11-21 | 1 | -1/+1 |
| * | Sort the JSON keys in dev mode | Aurélien Bompard | 2015-11-21 | 1 | -1/+2 |
| * | * Add NEWS and a missing _all__ key. | Barry Warsaw | 2015-11-06 | 1 | -4/+6 |
| * | Rework pagination to fix the 'start' and 'total_size' values | Aurélien Bompard | 2015-11-04 | 1 | -34/+25 |
| * | Clean up based on review. | Barry Warsaw | 2015-07-18 | 1 | -0/+1 |
| * | * REST API version 3.1 introduced. Mostly backward compatible with version | Barry Warsaw | 2015-07-18 | 1 | -2/+6 |
| * | Plumb the subscription policy through the REST API. | Barry Warsaw | 2015-04-15 | 1 | -0/+6 |
| * | Bump copyright years. | Barry Warsaw | 2015-01-04 | 1 | -1/+1 |
| * | Remove huge amounts of now unnecessary file boilerplate. | Barry Warsaw | 2014-12-22 | 1 | -3/+0 |
| * | Fix some basic REST plumbing, and make test_rosters pass. | Barry Warsaw | 2014-12-11 | 1 | -3/+5 |
| * | Trunk merge. | Barry Warsaw | 2014-11-08 | 1 | -5/+6 |
| |\ |
|
| | * | Tox-ify the test suite. Now you don't have to create a virtualenv separately. | Barry Warsaw | 2014-11-07 | 1 | -7/+11 |
| * | | When we switch to tox, we'll get hash randomization, which breaks many tests. | Barry Warsaw | 2014-11-06 | 1 | -2/+5 |
| * | | Refactor so that most modules don't need to import falcon, and so fewer | Barry Warsaw | 2014-08-14 | 1 | -0/+46 |
| * | | Complete the conversion from restish to falcon, modulo a clean up pass. All | Barry Warsaw | 2014-08-14 | 1 | -64/+5 |
| * | | Lists and pagination are ported. | Barry Warsaw | 2014-08-13 | 1 | -14/+6 |
| * | | test_addresses and test_root are both passing now. | Barry Warsaw | 2014-08-12 | 1 | -7/+4 |
| * | | Get addresses.rst, i.e. /<api>/addresses working. | Barry Warsaw | 2014-08-12 | 1 | -0/+42 |
| |/ |
|
| * | Use print functions consistently through, and update all __future__ imports to | Barry Warsaw | 2014-04-28 | 1 | -1/+1 |
| * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 1 | -1/+1 |
| * | Switch to PEP 435 enums from flufl.enums. | Barry Warsaw | 2013-06-18 | 1 | -2/+2 |
| * | Tweaks and fixes by Barry. | Barry Warsaw | 2013-03-21 | 1 | -25/+18 |
| * | Removed unused `default_count` argument and remove one wrapping level in pagi... | Florian Fuchs | 2013-03-20 | 1 | -21/+18 |
| * | Fixed comment typo | Florian Fuchs | 2013-03-20 | 1 | -1/+1 |
| * | 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 | 1 | -0/+40 |
| * | Bump copyright years. | Barry Warsaw | 2013-01-01 | 1 | -1/+1 |
| * | * You can now PUT and PATCH on user resources to change the user's display | Barry Warsaw | 2012-09-22 | 1 | -0/+61 |
| * | Do not taunt Happy Python 2.6 Fun Ball. | Barry Warsaw | 2012-03-14 | 1 | -2/+2 |
| * | copybump | Barry Warsaw | 2012-01-01 | 1 | -1/+1 |
| * | Happy New Year. | Barry Warsaw | 2011-01-01 | 1 | -1/+1 |
| * | Fix the obvious errors identified by pyflakes. Skip false positives (mostly | Barry Warsaw | 2010-10-08 | 1 | -1/+0 |
| * | Ugly, ugly, ugly hack to enable the non-standard HTTP verb PATCH for partial | Barry Warsaw | 2010-09-01 | 1 | -0/+43 |
| * | Refactor, and add a missing import. | Barry Warsaw | 2010-08-23 | 1 | -69/+0 |
| * | Refactor the list configuration code via the REST interface, and flesh it out | Barry Warsaw | 2010-08-23 | 1 | -8/+28 |