Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
b131e21
Added unit tests to demonstrate the problems of https://github.com/za…
ddurham2 Apr 22, 2020
2af3c48
now splitting out multipart POSTs into files[] and form[], handling d…
ddurham2 Apr 22, 2020
6ba7927
rewrote how operations/openapi.py::_get_body_argument() works to bett…
ddurham2 Apr 22, 2020
c277980
Adding unit tests to improve code converage test
ddurham2 Apr 23, 2020
41e03cd
Merge remote-tracking branch 'upstream/master' into fix_975-renewed
ddurham2 May 20, 2020
5b69e90
post merge fixes - using 'async' keyword now in new unit test file
ddurham2 May 20, 2020
e214f45
unit test improvements -- now testing the contents of the files we up…
ddurham2 May 22, 2020
1628d36
making some code a bit clearer regarding duplicate names of file subm…
ddurham2 May 22, 2020
13488a5
Merge branch 'master' of https://github.com/zalando/connexion into fi…
ddurham2 Jul 22, 2020
d1345f5
Patched up 2.7.0 version with validation.py repair of request.body pa…
Mar 10, 2021
a7f8858
US ASCII is a safer encoding for the body parsing
Mar 11, 2021
92c28c1
Revert to utf-8 as the default
Mar 11, 2021
f41436f
Merge branch 'master' into fix-urlencoded-body-parameter-parsing
RichardBruskiewich Mar 11, 2021
0b8c861
parse_body_parameters is a static function
Mar 11, 2021
9524238
Merge branch 'fix-urlencoded-body-parameter-parsing' of https://githu…
Mar 11, 2021
91ea2f1
Applied https://github.com/zalando/connexion/issues/975 fix commit #9…
Mar 11, 2021
1d54bb1
Tag your version with a local STAR tag
Mar 11, 2021
b091fb1
Applying patch https://github.com/zalando/connexion/pull/954
Mar 11, 2021
114bdf4
trench warefare: just another small iteration that makes sense?
Mar 11, 2021
c7a01e6
set 'body' default to an empty byte string
Mar 11, 2021
b7aefc3
Merge branch 'jjdunham2/fix_975-renewed' into fix-urlencoded-body-par…
Mar 11, 2021
150921b
missing string type in TYPE_MAP?
Mar 12, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Tag your version with a local STAR tag
  • Loading branch information
Richard Bruskiewich committed Mar 11, 2021
commit 1d54bb1645e522f7edc40231099647cccab372da
2 changes: 1 addition & 1 deletion connexion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ def _required_lib(exc, *args, **kwargs):
AioHttpApp = _aiohttp_not_installed_error

# This version is replaced during release process.
__version__ = '2020.0.dev1'
__version__ = '2020.0.dev1-STAR-Informatics-Patched'