Commit Graph

7 Commits

Author SHA1 Message Date
Jyhess
db4459fa20 Datetime serialization (#851)
* Add datetime and uuid serialization for AioHttp

* Remove ujson dependency

* fix merge error

* Retry CI

* remove bad jsonifier import

* remove ujson import
2019-12-03 05:23:36 +01:00
Daniel Grossmann-Kavanagh
08e4536e5e bump and pin isort, apply all automatic fixes (#903)
Fixes the build.

Changes proposed in this pull request:
 - apply all of the isort changes that resulted from the latest version
 - pin to the latest version (4.3.15) so this doesn't happen again, unless we bump the version on purpose
2019-03-15 13:04:33 +01:00
lynxknight
fda2b18b38 AioHttpApi oauth middleware should catch all OAuth problems (#830)
Fixes #829

* aiohttp openapi basic auth testing

* let oauth_problem_middleware recognize all OAuth exceptions

* scope problem should return 403

* excepting two classes makes more sense than subclassing hacks
2019-01-14 08:44:54 +01:00
Jyhess
78bea62279 Fix case sensitive headers (#825) 2018-12-18 08:24:59 +01:00
Diogo Dutra
03a0febbf9 Fixed aiohttp test client deprecation messages. (#810) 2018-12-11 08:50:46 +01:00
Maksim Ekimovskii
2841697b9e aiohttp tests: simplify folder layout; naming refactoring. Small aiohttp_api refactoring + tests; Extend aiohttp swagger files and fake apis. Problem with request body for aiohttp handlers remains; 2018-02-03 17:40:03 +02:00
Diogo Dutra
5ce51450fe Addded aiohttp support 2018-01-18 12:53:57 -02:00