summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Allows multiple parameters to be converted to listMehdi Abaakouk2014-12-112-5/+33
* tox: pass posargs to test commandJulien Danjou2014-12-081-1/+1
* Merge "Add documentation for generic REST controllers."Jenkins2014-12-052-45/+155
|\
| * Add documentation for generic REST controllers.Ryan Petrello2014-12-042-45/+155
* | Corrects ouptut -> output in docs/source/hooks.rstEd Cranford2014-12-041-1/+1
|/
* Version increment.0.8.1Ryan Petrello2014-11-242-6/+14
* Merge "Improve detection of infinite recursion for PecanHook and pypy."Jenkins2014-11-212-3/+29
|\
| * Improve detection of infinite recursion for PecanHook and pypy.Ryan Petrello2014-11-202-3/+29
* | Merge "Fix typo in description"Jenkins2014-11-201-1/+1
|\ \ | |/ |/|
| * Fix typo in descriptionThomas Bechtold2014-11-181-1/+1
* | Fix broken wsme-stable tests and remove some deprecated pip flags.Ryan Petrello2014-11-201-4/+4
|/
* Merge "Fixes expose of staticmethod"Jenkins2014-11-122-0/+33
|\
| * Fixes expose of staticmethodMehdi Abaakouk2014-10-282-0/+33
* | Only define remainder when not emptyChmouel Boudjnah2014-10-282-1/+6
|/
* Version increment.0.8.0Ryan Petrello2014-10-142-1/+12
* Merge "Fix a routing bug for generic subcontrollers."Jenkins2014-10-142-1/+38
|\
| * Fix a routing bug for generic subcontrollers.Ryan Petrello2014-09-262-1/+38
* | Merge "Resolve a bug that mixes up argument order for generic functions."Jenkins2014-10-142-3/+96
|\ \
| * | Resolve a bug that mixes up argument order for generic functions.Ryan Petrello2014-09-282-3/+96
| |/
* | Merge "Remove `assert` for flow control; it can be optimized away with `pytho...Jenkins2014-09-265-7/+10
|\ \ | |/ |/|
| * Remove `assert` for flow control; it can be optimized away with `python -O`.Ryan Petrello2014-09-255-7/+10
* | For HTTP POSTs, map JSON request bodies to controller keyword arguments.Ryan Petrello2014-09-252-0/+107
|/
* Merge "Improve argspec detection and leniency for wrapped controllers."Jenkins2014-09-256-7/+111
|\
| * Improve argspec detection and leniency for wrapped controllers.Ryan Petrello2014-09-246-7/+111
* | Merge "When detecting non-content for HTTP 204, properly catch UnicodeDecodeE...Jenkins2014-09-242-3/+17
|\ \ | |/ |/|
| * When detecting non-content for HTTP 204, properly catch UnicodeDecodeError.Ryan Petrello2014-09-232-3/+17
* | When path arguments are incorrect for RestController, return HTTP 404, not 400.Ryan Petrello2014-09-242-10/+12
|/
* Merge "Revert "Import run_cross_tests.sh from oslo-incubator""Jenkins2014-09-222-77/+0
|\
| * Revert "Import run_cross_tests.sh from oslo-incubator"Ryan Petrello2014-09-102-77/+0
* | Fix a bug in generic function handling when context locals are disabled.Ryan Petrello2014-09-222-6/+59
* | Stop using distribute for Python 3 tests.Ryan Petrello2014-09-221-12/+0
|/
* Add docs environment to tox.iniMonty Taylor2014-09-081-0/+4
* Version increment.0.7.0Ryan Petrello2014-08-282-1/+14
* Merge "Configure the root logger properly"Jenkins2014-08-274-5/+4
|\
| * Configure the root logger properlyStanislaw Pitucha2014-08-274-5/+4
* | Merge "Refactor 204 handling."Jenkins2014-08-271-14/+20
|\ \
| * | Refactor 204 handling.Ryan Petrello2014-07-281-14/+20
* | | Merge "Add a few py.test options to improve ease of use for the py.test runner."Jenkins2014-08-271-1/+1
|\ \ \
| * | | Add a few py.test options to improve ease of use for the py.test runner.Ryan Petrello2014-08-251-1/+1
| | |/ | |/|
* | | Catch an edge case in RestController routing and properly return an HTTP 400.Ryan Petrello2014-08-252-15/+136
|/ /
* | Include test requirements in sdist tarballThomas Bechtold2014-08-201-0/+1
* | Fix an infinite recursion error in PecanHook application.Ryan Petrello2014-08-152-1/+50
* | Provide `pecan.state.arguments` for inspecting controller call argumentsRyan Petrello2014-07-283-13/+388
|/
* Version increment.0.6.1Ryan Petrello2014-07-102-1/+6
* Don't (mistakenly) set HTTP 204 on controllers which set `response.body_file`.Ryan Petrello2014-07-092-2/+105
* Merge "Gate on designate stable and HEAD."0.6.0Jenkins2014-06-271-0/+16
|\
| * Gate on designate stable and HEAD.Ryan Petrello2014-06-251-0/+16
* | Version increment.Ryan Petrello2014-06-263-1/+28
* | Merge "Be gracious in deprecation of method signatures related to threadlocal...Jenkins2014-06-262-9/+57
|\ \
| * | Be gracious in deprecation of method signatures related to threadlocal removal.Ryan Petrello2014-06-252-9/+57