summaryrefslogtreecommitdiff
path: root/wsmeext
Commit message (Expand)AuthorAgeFilesLines
* Retire github mirror, repo moved to opendevHEADmasterJim Rollenhagen2019-09-2624-3989/+0
* Improve handling of :module: in wsme documenters0.9.3Vladyslav Drok2018-06-271-6/+15
* Fix (some) tests for modern flask and pep8Chris Dent2018-04-097-16/+16
* Remove white space between print ()0.9.2Sanu Madhavan2017-01-201-1/+1
* Fix: Sphinx extension on Python3Lucas Alvares Gomes2017-01-181-0/+2
* Fix pep8 issues and switch to py35 in tox.iniVladyslav Drok2016-12-234-0/+7
* Replace deprecated assertEquals with assertEqualStéphane Bisinger2015-05-131-1/+1
* Ensure UserType objects are converted to basetypeStéphane Bisinger2015-05-071-1/+1
* Convert built-in types when passed as stringsStéphane Bisinger2015-05-061-1/+1
* Enable real testing of python 3.4Chris Dent2015-04-281-2/+4
* Merge "Pecan: Make it possible to use the Response to return a non-default re...Jenkins2015-04-201-2/+15
|\
| * Pecan: Make it possible to use the Response to return a non-default return typeLucas Alvares Gomes2015-04-011-2/+15
* | Converts prints to logging.debug callsStéphane Bisinger2015-04-161-5/+6
|/
* Improve Accept and Content-Type handlingChris Dent2015-02-181-1/+15
* Fix pep8 w503 errorsChris Dent2015-02-181-2/+2
* Correct pep8 errors from imports in weird places.Chris Dent2015-02-091-4/+2
* several fixes for SOAP protocolSławek Ehlert2015-01-052-4/+7
* Make the flask adapter working with flask.ext.restfulChristophe de Vienne2014-11-111-0/+7
* Add support for manually specifying supported content types in @wsmeexpose.Ryan Petrello2014-09-242-5/+11
* Use APIPATH_MAXLEN from the right moduleDustin J. Mitchell2014-06-201-1/+1
* Fix pep8 errorsJulien Danjou2014-04-253-9/+3
* pecan: cleanup, use global vars and staticmethodJulien Danjou2014-01-101-18/+23
* Merge "Enable and fix Sphinx tests"Jenkins2013-10-111-5/+6
|\
| * Enable and fix Sphinx testsJulien Danjou2013-10-071-5/+6
* | Add custom error code to ClientSideErrorYuriy Zveryanskyy2013-10-095-39/+4
|/
* Handle [] {} for body in rest protocolsMehdi Abaakouk2013-10-041-1/+1
* Include Pecan tests in default Python environmentJulien Danjou2013-09-261-0/+6
* Merge "Minor code cleanups"Jenkins2013-09-232-8/+8
|\
| * Minor code cleanupsJulien Danjou2013-09-182-8/+8
* | Merge "Remove various usage of sys.exc_info()"Jenkins2013-09-221-3/+1
|\ \
| * | Remove various usage of sys.exc_info()Julien Danjou2013-09-181-3/+1
| |/
* | Add improved support for HTTP response codes in cornice apps.Ryan Petrello2013-09-161-2/+13
|/
* Add improved support for HTTP response codes in TG 1.x apps.Ryan Petrello2013-09-061-3/+32
* Add improved support for HTTP response codes in flask apps.Ryan Petrello2013-09-061-1/+11
* pep8 fixes, including a declaration in tox.ini for running flake8Ryan Petrello2013-09-0513-150/+128
* Fix for returned status code and .gitignore119Vik2013-08-283-4/+43
* Fix issue #11 in the pecan adapterChristophe de Vienne2013-08-021-0/+5
* The Response object can now carry error details. Not sure about this though, ...Christophe de Vienne2013-06-211-1/+8
* Fix inner null objects in the extdirect protocolChristophe de Vienne2013-05-131-0/+2
* Fix returning objects with object attributes set to 'None'Christophe de Vienne2013-05-131-0/+5
* Use assertEquals so we see what is the wrong value if anyChristophe de Vienne2013-05-041-1/+1
* pecan: Make it possible to use the Response to return non-default status codes.Angus Salkeld2013-04-241-0/+7
* wsmeext.cornice now handle errors properlyChristophe de Vienne2013-04-171-15/+32
* wsmeext.cornice.signature can now decorate resource class methodsChristophe de Vienne2013-04-171-2/+18
* Pecan adapter: Debug mode (which returns the exception tracebacks to theChristophe de Vienne2013-04-161-1/+4
* The cornice adapter now handle the url matched parametersChristophe de Vienne2013-04-101-2/+3
* Move the missing argument verification in a wsme.runtime module so that it ca...Christophe de Vienne2013-04-083-3/+9
* Move the function documentation code to a separate function.Christophe de Vienne2013-04-041-92/+101
* A new HostRequest type can be used to have the host framework request object ...Christophe de Vienne2013-04-024-0/+9
* Create some (incomplete) tests for the cornice adapter and fix itChristophe de Vienne2013-03-281-27/+25