p1c2u
|
b2410e2f3a
|
OAS 3.0 validator
|
2019-09-12 19:46:11 +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 |
|
Gerhard Weis
|
a8d7d9b9dc
|
very simple and hacky path item parameter override test
|
2019-06-19 08:49:03 +10:00 |
|
Artur Maciag
|
e8d98dfdf7
|
TestPathItemParamsValidator linting fix
|
2019-06-18 16:35:45 +01:00 |
|
Artur Maciag
|
27ebae3182
|
Parameters on path item object support
|
2019-06-18 16:31:42 +01:00 |
|
Gerhard Weis
|
40944119d1
|
add failing test for parameters on path item object
|
2019-06-18 15:42:19 +01:00 |
|
A
|
9376b2e2da
|
Merge pull request #141 from bjmc/flask_params
Modify FlaskOpenAPIRequest to accomodate path variables
|
2019-06-17 15:38:45 +01:00 |
|
A
|
0df1d051b4
|
Merge pull request #133 from crunchr/support-any-type-with-one-of-rb1
Add support for one-of with any type
|
2019-06-17 13:28:41 +01:00 |
|
Brendan McCollam
|
3093364304
|
PEP8
|
2019-06-12 12:16:55 +01:00 |
|
Brendan McCollam
|
2908015745
|
Adds test for request validator w/Flask wrapper
formatting
|
2019-06-12 12:16:55 +01:00 |
|
Brendan McCollam
|
934550324e
|
Fix pre-existing test
|
2019-06-12 12:16:55 +01:00 |
|
Brendan McCollam
|
2ec02e473e
|
Adds failing test
Adds flask_wrapper.yaml spec
|
2019-06-12 11:37:10 +01:00 |
|
Daniel Bradburn
|
a1596ea8c3
|
remove unused import
|
2019-06-08 11:21:59 +02:00 |
|
A
|
f0cfa2d0e0
|
Merge pull request #131 from MCapitani/links
add support for "links" in Response
|
2019-05-21 12:26:32 +01:00 |
|
A
|
f5d26112b2
|
Merge pull request #130 from MCapitani/add-path-param
add support for path-level parameters
|
2019-05-17 10:30:51 +01:00 |
|
Daniel Bradburn
|
7d903a8907
|
Add support for one-of with any type
|
2019-05-02 15:50:38 +02:00 |
|
Artur Maciąg
|
f8e4e34e39
|
String byte format fix
|
2019-03-22 14:35:12 +00:00 |
|
A
|
aa978cbe00
|
Merge pull request #121 from ondratu/master
Object additionalProperties support
|
2019-03-22 13:21:43 +00:00 |
|
Artur Maciąg
|
cd0ca5d26f
|
Raw value type strict validation
|
2019-03-22 11:21:50 +00:00 |
|
Ondrej Tuma
|
83b9c37915
|
Object additionalProperties support
* Default is true like in specification
* When is set false, it works like in past
* Object with types works
|
2019-03-12 16:01:28 +01:00 |
|
Marco Capitani
|
f748783842
|
add support for "links" in Response
|
2019-03-08 14:12:11 +01:00 |
|
Marco Capitani
|
f232f7419b
|
add support for path-level parameters
|
2019-03-08 10:19:09 +01:00 |
|
Artur Maciag
|
a533a080cc
|
byte string format
|
2019-02-27 00:59:45 +00:00 |
|
Artur Maciag
|
48d1d1c8ae
|
UUID string format tests
|
2019-02-26 14:22:28 +00:00 |
|
A
|
922fce4085
|
Merge pull request #75 from smarlowucf/flake8
Switch test requirement to pytest-flake8.
|
2019-02-24 03:29:44 +00:00 |
|
Artur Maciąg
|
dccb93bbfe
|
test validaotr escape sequence fix
|
2019-02-24 02:28:45 +00:00 |
|
Domen Kožar
|
399602f013
|
sync master changes with exception refactoring
|
2018-09-13 11:59:44 +01:00 |
|
Marcin Molenda
|
e5cb549ea1
|
Expose tags in Operation object
|
2018-08-31 16:57:53 +02:00 |
|
p1c2u
|
0cbbdb0232
|
Unmarshal any schema type
|
2018-08-23 09:29:36 +01:00 |
|
p1c2u
|
05b8a30091
|
Any schema type
|
2018-08-22 14:27:32 +01:00 |
|
Artur Maciag
|
82f32be1e7
|
String validation
|
2018-08-22 13:49:24 +01:00 |
|
p1c2u
|
0915e94530
|
Object validation
|
2018-08-22 09:34:18 +01:00 |
|
Artur Maciag
|
b75798aa62
|
Handle parameter deserialization errors
|
2018-08-17 13:25:31 +01:00 |
|
A
|
ac797bcf2a
|
Merge pull request #46 from HoverHell/paramlocations
Request headers and cookies parameter parsing fix
|
2018-08-13 20:21:46 +01:00 |
|
p1c2u
|
3ab55e44bd
|
Lazy schema references
|
2018-07-28 22:12:47 +01:00 |
|
Rafael Caricio
|
15fc9b009a
|
Makes it possible to access API examples
|
2018-07-24 09:47:02 +02:00 |
|
Rafael Caricio
|
8ab0b6206e
|
Populate operation_id attr
|
2018-07-23 18:02:51 +02:00 |
|
Artur Maciag
|
f8e977cc17
|
Parameters tests
|
2018-07-09 12:10:05 +01:00 |
|
Artur Maciag
|
54b8011603
|
Mimetype wildcards support
|
2018-05-30 15:01:01 +01:00 |
|
Artur Maciag
|
78f55ee80f
|
Schema additional properties support
|
2018-05-30 11:20:35 +01:00 |
|
Artur Maciag
|
d87b60ade7
|
Schema format accepts any value
|
2018-05-30 09:41:34 +01:00 |
|
Artur Maciag
|
4c75f0f9b7
|
OneOf schema support
|
2018-05-25 16:50:09 +01:00 |
|
Artur Maciag
|
4e1a61aace
|
Exceptions restructure
|
2018-05-25 11:30:50 +01:00 |
|
Artur Maciag
|
9b05d7b271
|
Wrapper restructure
|
2018-05-25 11:30:50 +01:00 |
|
Artur Maciag
|
7111a91cef
|
Validators restructure
|
2018-05-25 11:30:50 +01:00 |
|
Artur Maciag
|
734a4673f8
|
Schema objects restructure
|
2018-05-25 11:30:50 +01:00 |
|
p1c2u
|
0350562b54
|
Response JSON text as array fix
|
2018-04-23 20:40:54 +01:00 |
|