Commit graph

501 commits

Author SHA1 Message Date
A
6d7adfb8bf
Merge pull request #179 from p1c2u/refactor/shortcuts-cleanup
Shortcuts cleanup
2020-01-17 14:59:04 +00:00
Artur Maciag
da3b6ee669 Shortcuts cleanup 2020-01-17 14:52:26 +00:00
A
6f9200eada
Merge pull request #180 from p1c2u/fix/flake-check-fixes
Flake8 check fixes
2020-01-17 14:51:11 +00:00
Artur Maciag
7360fca581 Flake8 check fixes 2020-01-17 14:43:18 +00:00
A
4b712cb2b5
Merge pull request #173 from gjo/feature/webob
webob support
2020-01-13 10:43:32 +00:00
A
9bd5a1df90
Merge branch 'master' into feature/webob 2020-01-13 10:34:51 +00:00
A
26f0ca0d14
Merge pull request #174 from p1c2u/dependabot/pip/django-2.2.8
Bump django from 2.2.6 to 2.2.8
2020-01-13 10:33:08 +00:00
dependabot[bot]
0da697f3b3
Bump django from 2.2.6 to 2.2.8
Bumps [django](https://github.com/django/django) from 2.2.6 to 2.2.8.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.6...2.2.8)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-05 00:36:03 +00:00
Gouji Ochiai
8152d20e8e use getall instead of getlist 2019-11-19 13:07:20 +09:00
Gouji Ochiai
e88bef490d webob's multidict protocol does not support getlist. 2019-11-19 13:06:50 +09:00
A
cabe512fb0
Merge pull request #170 from p1c2u/fix/validation-schema-errors-iter-fix
Validation schema errors iter fix
2019-10-23 09:28:17 +01:00
p1c2u
44de9c4322 Validation schema errors iter fix 2019-10-22 22:01:17 +01:00
A
57cc70a9f0
Merge pull request #169 from p1c2u/feature/operations-more-fields
Operations fields
2019-10-22 20:37:33 +01:00
p1c2u
c4d4ed8515 Server missing fields 2019-10-22 18:21:40 +01:00
p1c2u
d7840d0d61 Operations more fields 2019-10-22 17:20:52 +01:00
A
4c4636a263
Merge pull request #168 from p1c2u/feature/schema-exceptions-refactor
Schema exceptions refactor
2019-10-20 18:24:34 +01:00
p1c2u
cfdf3410d2 Narrow validation exceptions 2019-10-20 15:06:13 +01:00
p1c2u
2bca2526f2 Schema validation errors list 2019-10-20 15:06:11 +01:00
p1c2u
88459829ad Schema validate exceptions refactor 2019-10-20 13:25:21 +01:00
p1c2u
939cec94e7 Schema unmarshal exceptions refactor 2019-10-20 13:00:14 +01:00
A
fd99117278
Merge pull request #167 from p1c2u/feature/django-support
Django OpenAPI request/response factories
2019-10-20 09:10:58 +01:00
p1c2u
eb2530590d Django 2.2 for python3 setup 2019-10-20 03:06:56 +01:00
p1c2u
2e11553f3a README update with Django usage 2019-10-20 00:58:31 +01:00
p1c2u
2000b1215f Django OpenAPI request/response factories 2019-10-20 00:58:28 +01:00
Pieterjan Lambein
0d62c5f374 Add django wrapper 2019-10-19 15:38:49 +01:00
A
9be404ebfc
Merge pull request #166 from p1c2u/feature/wrappers-restructure
OpenAPI request/response factories introduction
2019-10-19 14:13:33 +01:00
p1c2u
76d508181d README fixes 2019-10-19 13:59:16 +01:00
p1c2u
0bbf787423 Flask factories; Get rid of wrappers 2019-10-19 13:35:48 +01:00
p1c2u
cffc47c60a OpenAPI request and response datatypes 2019-10-19 13:01:56 +01:00
p1c2u
8a614de0bb Restructure flask and mock 2019-10-19 12:01:57 +01:00
A
06041458e0
Merge pull request #165 from p1c2u/feature/validation-datatypes
Validation datatypes
2019-10-19 11:12:27 +01:00
p1c2u
48ee8f9f87 Validation result datatypes and tests restructure 2019-10-19 10:55:32 +01:00
A
f12b6d8445
Merge pull request #161 from p1c2u/feature/setup-config-refactor
Setup config file
2019-10-16 20:50:20 +01:00
p1c2u
ffce1ab2de Makefile added 2019-10-16 20:29:46 +01:00
p1c2u
4f486c2bc6 Setup config refactor 2019-10-16 20:28:37 +01:00
p1c2u
df5fbe7c2a bumpversion config 2019-09-21 20:29:44 +01:00
p1c2u
aa78985348 Version 0.12.0 2019-09-21 20:07:04 +01:00
A
4690f77c09
Merge pull request #157 from p1c2u/feature/validation-refactor
OAS validation with JSONSchema
2019-09-13 10:13:18 +01:00
p1c2u
fc60083e78 Get rid of schema validation in unmarshal 2019-09-13 01:55:22 +01:00
p1c2u
a2fc5284c6 Get rid of object validator 2019-09-12 19:56:39 +01:00
p1c2u
b2410e2f3a OAS 3.0 validator 2019-09-12 19:46:11 +01:00
p1c2u
c4c51637d2 Rename schema validate to obj_validate 2019-09-12 19:46:11 +01:00
p1c2u
f414b182c8 Version 0.11.1 2019-09-07 13:03:58 +01:00
A
843fa7e7ca
Merge pull request #156 from p1c2u/feature/separate-parameter-cast-and-unmarshal
Separate cast and unmarshal
2019-09-03 17:30:01 +01:00
p1c2u
5273a7ff7c Separate cast and unmarshal 2019-09-02 23:48:13 +01:00
A
0e30b71a77
Merge pull request #145 from gweis/path-parameter-override
very simple and hacky path item parameter override test
2019-06-20 16:34:03 +01:00
Gerhard Weis
3d23f17c1d add test to check parameter uniqueness is handled correctly in validator 2019-06-20 06:38:00 +10:00
Gerhard Weis
d490d5774b fix path parameter validation when overridden on operation 2019-06-20 06:23:54 +10:00
Gerhard Weis
a8248a53da parameters are unique as long as name and location are unique. 2019-06-20 05:09:33 +10:00
Gerhard Weis
a1dfaf6adb make flake8 happy 2019-06-19 08:59:50 +10:00