summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* | Merge "Cleanup the WSGI app reference from the threadlocal state on every ↵Jenkins2014-02-142-1/+2
|\ \ | | | | | | | | | request."
| * | Cleanup the WSGI app reference from the threadlocal state on every request.Ryan Petrello2014-02-132-1/+2
| |/ | | | | | | | | Change-Id: I22f93224047e2b6fd6692423cc27f85b6261f9f8 Closes-Bug: #1279461
* | Fix a trailing slash bug for `RestController`s that have a `_lookup` method.Ryan Petrello2014-02-132-0/+43
|/ | | | | Change-Id: Ibd025fc52d37f58644de23cf283afd8d4d55e2d1 Closes-Bug: #1280003
* Forcibly upgrade/install pecan-dev for OpenStack gating tests.Ryan Petrello2014-02-131-3/+3
| | | | Change-Id: I73cdf6ecedfb8b636ddd90aca473b8b786c50d7d
* Simplify tox gate tests for OpenStack projects.Ryan Petrello2014-02-131-24/+9
| | | | | | I put some tox in your tox so you can tox while you tox. Change-Id: I2995a0f4ba919b42e90238bb9765958b049e3e57
* Improve pecan documentation and correct intersphinx references.Ryan Petrello2014-01-1922-189/+247
| | | | Change-Id: Iac6229a2727a3c662d3fe9e83e1aa02ef648f025
* Merge "Fix typos in documents and comments"Jenkins2014-01-185-9/+9
|\
| * Fix typos in documents and commentsChang Bo Guo2013-12-105-9/+9
| | | | | | | | | | | | | | | | | | Fix typos detected by toolkit misspellings. * pip install misspellings * git ls-files | grep -v locale | misspellings -f - Change-Id: I3d7c06bcc3b5d0cdf82b8da98a7fba15e935cab6
* | Version increment.0.4.4Ryan Petrello2014-01-072-1/+6
| | | | | | | | Change-Id: Icc610b720c512a633cb8b50db3837364d41be19c