summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge "Added inheritance for hooks from parent classes"Jenkins2014-06-253-4/+182
|\ \ \
| * | | Added inheritance for hooks from parent classesTihomir Trifonov2014-06-173-4/+182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also added hook inheritance from mixins, and adding hooks to child controllers, added as sub-controllers. Fixes bug 1330673 Change-Id: I709cece7bcce26943b254b15dc8ddac5613b1202
* | | | Fix a bug that broke `default_renderer = json`.Ryan Petrello2014-06-252-1/+16
| |/ / |/| | | | | | | | | | | Change-Id: Ie57feadb6efe664c1bc3c39debcb21c3355f210c Fixes bug 1332501
* | | Merge "Add support for Pecan *without* thread local request/response objects"Jenkins2014-06-259-129/+1650
|\ \ \
| * | | Add support for Pecan *without* thread local request/response objectsRyan Petrello2014-05-289-129/+1650
| |/ / | | | | | | | | | Change-Id: I5a5a05e1f57ef2d8ad64e925c7ffa6907b914273
* | | Test ceilometer on py27.Ryan Petrello2014-06-241-8/+8
| | | | | | | | | | | | Change-Id: I885dbfbddd2d6acdcbec6271acbccaebbc0de5de
* | | Fix routing docs about "Interacting with the Request and Response Object"Pierre Padrixe2014-06-191-2/+2
| |/ |/| | | | | | | | | | | | | pecan.response.text and pecan.response.status should be written instead of pecan.response.body and pecan.response.status_int Change-Id: Ie3f4011e3f299c77d464308cabfd2245ed01bb9f Closes-Bug: #1332101
* | Merge "Missing import in example"Jenkins2014-06-191-0/+1
|\ \
| * | Missing import in exampleStanislaw Pitucha2014-05-271-0/+1
| | | | | | | | | | | | | | | | | | `import logging` is required in the example. Change-Id: I92777da13b64592d4fb064c3ee0fc9507360ca0f
* | | Fix an incorrect barbican repo URL.Ryan Petrello2014-06-021-1/+1
| |/ |/| | | | | Change-Id: I65afb17dd348f5a3f63a6c97690423fab3f25695
* | Merge "Gate on stable/icehouse, and a few new projects that use pecan."Jenkins2014-05-281-1/+25
|\ \
| * | Gate on stable/icehouse, and a few new projects that use pecan.Ryan Petrello2014-05-191-1/+25
| | | | | | | | | | | | Change-Id: Ib31ecdb4e23054141511725b90dc10f6a7ec2afe
* | | Fix a documentation typo.Ryan Petrello2014-05-251-2/+2
| |/ |/| | | | | Change-Id: I3f36528b1911a570bdcb59115a3aa61d0e5b6a04
* | Allow controllers to return an explicit `webob.Response` object.Ryan Petrello2014-05-192-0/+20
|/ | | | Change-Id: I5e827eed73962a0a6f5d879224759a4d13888751
* Merge "Fix a broken scaffold test."Jenkins2014-04-241-1/+1
|\
| * Fix a broken scaffold test.Ryan Petrello2014-04-241-1/+1
| | | | | | | | | | | | Related to bug 1311629 Change-Id: Ic442457c501d598814f492e7aab4d885bdcf0711
* | Do not include Content-Type on 204 and 304 status codesJulien Danjou2014-04-242-3/+6
|/ | | | Change-Id: Iec7e5e0a7d5f10bf264a2e8e0a01cdaf2d73fd86
* Work around another obscure RestController edge case that should raise a 404.Ryan Petrello2014-04-232-0/+49
| | | | | | Fixes bug 1311147 Change-Id: I3dd0986c458902b03ed140872fc1938b06e75f4b
* Merge "If an exposed method returns nothing, reply with an HTTP 204."Jenkins2014-04-232-3/+5
|\
| * If an exposed method returns nothing, reply with an HTTP 204.Ryan Petrello2014-04-232-3/+5
| | | | | | | | | | Fixes-bug: 1311629 Change-Id: I06259adc76631d88777d1747c09dae3a67692a39
* | Some browsers don't like SVG.Ryan Petrello2014-04-151-1/+1
| | | | | | | | Change-Id: I93c267967720c2e6cbbf2654b47b9dfc505c34ba
* | Replace the PyPI badge with a working version.Ryan Petrello2014-04-081-2/+2
| | | | | | | | Change-Id: Iee92608602d43a28911518b5582f0c9f59958fde
* | Merge "Import run_cross_tests.sh from oslo-incubator"Jenkins2014-04-042-0/+77
|\ \
| * | Import run_cross_tests.sh from oslo-incubatorDoug Hellmann2014-03-272-0/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the script for running unit tests in other projects so we can more easily establish cross-project gate jobs. Depends on https://review.openstack.org/#/c/83411/ and https://review.openstack.org/#/c/83412/ Change-Id: I0c4b1c425c3aea18b7825c75b9147fd8a1da6914
* | | Version increment.0.5.0Ryan Petrello2014-04-012-2/+15
| | | | | | | | | | | | Change-Id: I34ab0eedf6a96eb77f21ec3e6b91cc3264409822
* | | Merge "color logging support"Jenkins2014-04-016-12/+115
|\ \ \
| * | | color logging supportAlfredo Deza2014-04-016-12/+115
| | | | | | | | | | | | | | | | Change-Id: Ic88b41e4032d6c97e020485341d375c196a1a1c0
* | | | Adding myself as an author for docs contributionchadlung2014-03-311-0/+1
| | | | | | | | | | | | | | | | Change-Id: I04cdbb2947c794a6f805b6b325bce921f2539565
* | | | Merge "Revert "Fix a Py3 compatability issue with WebTest > 1.3.1 < 2.0""Jenkins2014-03-281-1/+1
|\ \ \ \
| * | | | Revert "Fix a Py3 compatability issue with WebTest > 1.3.1 < 2.0"Ryan Petrello2014-03-271-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 9ce0a79866fc4aee0b0988b5b75ce2432c97d0ee. This was originally an attempted workaround for: https://github.com/Pylons/webtest/commit/38137ee4b4afb300ab1a8bbf13f66e1a8238b1b8#diff-f8658b710075968677d52c7d013ec098R240 but is an inappropriate fix (that causes a bug of its own). Change-Id: I3f957a0fff1985596974f51fa154f5de652dc7c5
* | | | Adding new walkthroughs for docschadlung2014-03-273-1/+484
|/ / / | | | | | | | | | Change-Id: I419d337e06ecc70d539823e89dd768d923b1e2c5
* | | pep8 fixesRyan Petrello2014-03-273-6/+6
|/ / | | | | | | Change-Id: If592949bb1dedfc3674d939d5244f5efd4a02eb3
* | Merge "Pass arbitrary keyword args to load_test_app"Jenkins2014-03-252-4/+4
|\ \
| * | Pass arbitrary keyword args to load_test_appJim Rollenhagen2014-03-182-4/+4
| |/ | | | | | | | | | | | | | | | | Applications can be written with arbitrary keyword arguments in `setup_app`. The test app builder should support this by allowing arbitrary keyword args to be passed to `load_test_app`, and pass those along to `load_app`. Change-Id: Icb3d5c39d0bf147c1e58732be3199a30a7539f6f
* | Merge "Remove the logo tagline."Jenkins2014-03-251-0/+0
|\ \
| * | Remove the logo tagline.Ryan Petrello2014-03-251-0/+0
| | | | | | | | | | | | Change-Id: I05e9343236be0c3a59a8b6f0ed40de462bd34a78
* | | Merge "Close the fieldset tag for scaffold index"Jenkins2014-03-201-1/+1
|\ \ \
| * | | Close the fieldset tag for scaffold indexChad Lung2014-03-091-1/+1
| |/ / | | | | | | | | | Change-Id: I480cb2569277ce5ee2dbf63cae557e39f74583e1
* | | Merge "Document another configuration use case for the use of `__force_dict__`."Jenkins2014-03-201-6/+12
|\ \ \
| * | | Document another configuration use case for the use of `__force_dict__`.Ryan Petrello2014-03-181-6/+12
| | |/ | |/| | | | | | | | | | Change-Id: I74ab3b38adad456440df728d54843bbcbbad1ee3 Fixes bug: 1293545
* | | Delay the `threading.local` import to allow for eventlet/gevent monkeypatching.Ryan Petrello2014-03-191-3/+11
|/ / | | | | | | | | | | Fixes bug 1294177 Change-Id: I51482148602d85e40230547d0e19cf0c2a0c6d8a
* | Add formal support for pypy.Ryan Petrello2014-03-181-1/+5
|/ | | | | | Fixes bug 1290922 Change-Id: I93f8318bad32800eb384e6a5e09dfc8eae5fed79
* Add a pecan scaffold for generating a simple REST API.Ryan Petrello2014-03-0619-8/+317
| | | | | Change-Id: Iae346dc2d9a9cc52f3c8b4b546793c8d9670f56d Fixes bug 1248822
* Version increment.0.4.5Ryan Petrello2014-02-192-1/+9
| | | | Change-Id: Ic3333885875af332f751dc46cfa7ef67d03f20c5
* Merge "Fix a trailing slash bug for `RestController`s that have a `_lookup` ↵Jenkins2014-02-192-3/+35
|\ | | | | | | method."
| * Fix a trailing slash bug for `RestController`s that have a `_lookup` method.Ryan Petrello2014-02-192-3/+35
| | | | | | | | Change-Id: Ibefa6742d0411b8cb8ae1592c8b1ca077088c5e6
* | Merge "Add improved documentation for `pecan.request` and `pecan.response`."Jenkins2014-02-191-0/+28
|\ \ | |/ |/|
| * Add improved documentation for `pecan.request` and `pecan.response`.Ryan Petrello2014-02-181-0/+28
| | | | | | | | | | Change-Id: I6f27e5a352000758b959f70d19261389a3ea97b7 Closes-Bug: 1276869
* | Merge "Test pecan against Python3.4 (for now, rc1)."Jenkins2014-02-142-2/+15
|\ \
| * | Test pecan against Python3.4 (for now, rc1).Ryan Petrello2014-02-132-2/+15
| |/ | | | | | | Change-Id: I39c03bbca6c54a3d6c75f82da9842d67ed5666ea