summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge "Version increment."0.9.0Jenkins2015-05-282-1/+27
|\
| * Version increment.Ryan Petrello2015-05-272-1/+27
* | Require orderddict for Python 2.6 support.Ryan Petrello2015-05-271-0/+4
|/
* Add tox environments to gate pecan against openstack/gnocchiRyan Petrello2015-05-271-0/+18
* Add tox environments to gate pecan against openstack/magnumRyan Petrello2015-05-271-0/+16
* Gate against latest stable projects.Ryan Petrello2015-05-261-9/+17
* Merge "Allow users to specify custom path segments for routing."Jenkins2015-05-217-8/+549
|\
| * Allow users to specify custom path segments for routing.Ryan Petrello2015-05-217-8/+549
* | Merge "Properly raise HTTP 405 (and specify Allow headers) for RestController"Jenkins2015-05-214-36/+126
|\ \
| * | Properly raise HTTP 405 (and specify Allow headers) for RestControllerRyan Petrello2015-05-214-36/+126
| |/
* | Update the `rest-api` scaffold to use generic controllers, *not* RestControllerRyan Petrello2015-05-212-20/+29
|/
* Fix broken wsme-stable tests.Ryan Petrello2015-05-211-1/+6
* Replace ci.o.o links with docs.o.o/infraJeremy Stanley2015-05-141-1/+1
* Merge "Fix unquoting of positional args with plus sign"Jenkins2015-05-132-6/+22
|\
| * Fix unquoting of positional args with plus signMaxim Kulkin2015-05-122-6/+22
* | Add more emphasis to the need for debug=False in deployment documentation.Ryan Petrello2015-05-111-11/+13
|/
* Properly handle Python3 Unicode path segments in pecan routing.Ryan Petrello2015-05-077-13/+132
* Merge "make_app() now uses the debugger param in DebugMiddleware()"Jenkins2015-04-295-12/+76
|\
| * make_app() now uses the debugger param in DebugMiddleware()Joe D'Andrea2015-04-295-12/+76
* | Drop support for Python 3.2.Ryan Petrello2015-04-293-27/+4
|/
* Merge "Prevent @expose(generic=True) on special methods (_route, _lookup, _de...Jenkins2015-04-122-0/+28
|\
| * Prevent @expose(generic=True) on special methods (_route, _lookup, _default).Ryan Petrello2015-03-022-0/+28
* | core: do not assume controller is a methodJulien Danjou2015-03-022-1/+13
|/
* Fix broken wsme-stable job and pep8 failures.Julien Danjou2015-03-027-29/+26
* Merge "Document how to serve static files (with an iterable, not in-memory)."Jenkins2015-02-041-0/+54
|\
| * Document how to serve static files (with an iterable, not in-memory).Ryan Petrello2015-02-041-0/+54
* | Default the `pecan` log level to DEBUG for development.Ryan Petrello2015-01-122-2/+2
|/
* *Properly* detect Python < 3.3.0.8.3Ryan Petrello2015-01-121-2/+2
* Fix py32 support; importlib.machinery.SourceFileLoader doesn't exist until py33Ryan Petrello2015-01-121-2/+3
* Version increment.Ryan Petrello2015-01-122-1/+12
* Merge "Change pecan to more gracefully handle a few odd request encoding edge...Jenkins2015-01-123-3/+48
|\
| * Change pecan to more gracefully handle a few odd request encoding edge cases.Ryan Petrello2015-01-083-3/+48
* | Merge "Document pecan.request.context"Jenkins2015-01-091-0/+19
|\ \ | |/
| * Document pecan.request.contextRyan Petrello2015-01-081-0/+19
* | Improve ImportError verbosity for configuration files.Ryan Petrello2015-01-062-1/+38
* | Merge "core: optimize renderer computing"Jenkins2014-12-311-7/+8
|\ \
| * | core: optimize renderer computingJulien Danjou2014-12-191-7/+8
| |/
* | middleware.static: remove useless stored variableJulien Danjou2014-12-191-1/+0
|/
* Version increment.0.8.2Ryan Petrello2014-12-172-1/+6
* Don't clone pecan-dependent projects from cgit.Ryan Petrello2014-12-161-9/+9
* 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