summaryrefslogtreecommitdiff
path: root/wsme
Commit message (Expand)AuthorAgeFilesLines
* Retire github mirror, repo moved to opendevHEADmasterJim Rollenhagen2019-09-2626-6371/+0
* Fix overindentationCyril Roelandt2019-03-121-1/+1
* Get WSME tests working againChris Dent2018-11-121-3/+3
* Fix (some) tests for modern flask and pep8Chris Dent2018-04-096-11/+11
* Remove white space between print ()0.9.2Sanu Madhavan2017-01-201-5/+5
* Print exceptions raised from from_param methods0.9.0Vladyslav Drok2016-12-232-2/+28
* Fix pep8 issues and switch to py35 in tox.iniVladyslav Drok2016-12-233-0/+5
* wsattr.__set__() catchs TypeErrorVictor Stinner2016-03-082-1/+14
* Fix jenkins failurehouming-wang2016-03-081-3/+1
* Return 400, if the query string is not a dict0.8.0Mehdi Abaakouk2015-08-072-0/+10
* Merge "rest: return 415 when content-type is invalid"Jenkins2015-08-073-2/+16
|\
| * rest: return 415 when content-type is invalidMehdi Abaakouk2015-08-043-2/+16
* | Merge "Complex types should check unexpected attributes"Jenkins2015-08-073-17/+129
|\ \ | |/ |/|
| * Complex types should check unexpected attributesStéphane Bisinger2015-05-183-17/+129
* | json: raise ValueError invalid list or dictMehdi Abaakouk2015-08-032-1/+28
* | Fixes exception path with the datatype is a ObjectMehdi Abaakouk2015-08-032-2/+19
* | Move ipaddr to netaddrLan Qi song2015-05-272-9/+9
* | Merge "Added timezone support to parse_isodatetime"Jenkins2015-05-262-7/+42
|\ \
| * | Added timezone support to parse_isodatetimeMichael Krotscheck2015-05-222-7/+42
| |/
* | Fix wrong reference to status argument in the docsStéphane Bisinger2015-05-261-3/+4
|/
* Replace deprecated assertEquals with assertEqualStéphane Bisinger2015-05-132-76/+76
* Ensure UserType objects are converted to basetypeStéphane Bisinger2015-05-073-2/+51
* Convert built-in types when passed as stringsStéphane Bisinger2015-05-064-2/+153
* Enable real testing of python 3.4Chris Dent2015-04-283-15/+15
* Multiple protocol accept or content-type matchingChris Dent2015-04-244-13/+100
* Raise an InvalidInput if you get a ValueError from JSON data.Stéphane Bisinger2015-04-242-3/+40
* Return a 400 status code on invalid JSON inputStéphane Bisinger2015-04-232-5/+17
* Fix i18n when formatting exceptionLucas Alvares Gomes2015-04-202-6/+51
* Merge "Change client-side error logging to debug"Jenkins2015-04-201-1/+1
|\
| * Change client-side error logging to debugChris Dent2015-04-091-1/+1
* | Merge "Fix validation of IPv{4,6}AddressType"Jenkins2015-04-202-4/+12
|\ \
| * | Fix validation of IPv{4,6}AddressTypeIlya Kharin2014-07-162-4/+12
* | | Pecan: Make it possible to use the Response to return a non-default return typeLucas Alvares Gomes2015-04-011-1/+8
| |/ |/|
* | Fixing spelling error on MIME Type Errors and PEP8Jason Myers2015-03-041-1/+1
* | Improve Accept and Content-Type handlingChris Dent2015-02-186-15/+125
* | Fix pep8 w503 errorsChris Dent2015-02-183-9/+8
* | Merge "Fix printing object reference on StringType"Jenkins2015-01-222-1/+10
|\ \
| * | Fix printing object reference on StringTypeLucas Alvares Gomes2014-07-152-1/+10
| |/
* | Fix passing Dict/Array based UserType as params0.6.2Christophe de Vienne2014-11-152-0/+21
* | Allow non-auto-registered complex typeChristophe de Vienne2014-11-112-1/+9
* | Add support for manually specifying supported content types in @wsmeexpose.Ryan Petrello2014-09-241-1/+2
|/
* Fix error: variable 'kw' referenced before assignmentarati.mahimane2014-04-291-0/+1
* Fix pep8 errorsJulien Danjou2014-04-252-10/+0
* Fix default handling for zero valuesDoug Hellmann2014-03-112-1/+30
* Fixing spelling mistakesChad Lung2014-03-051-1/+1
* A proper check of UuidTypeIlya Kharin2014-02-262-3/+5
* args_from_args() to work with an instance of UserTypeLucas Alvares Gomes2014-01-032-2/+29
* Add 'readonly' parameter to wsattr0.6Yuriy Zveryanskyy2013-12-124-4/+33
* Fix typos in documents and commentsChang Bo Guo2013-12-102-3/+3
* Support dynamic typesDoug Hellmann2013-11-212-0/+162