Commit graph

373 commits

Author SHA1 Message Date
Artur Maciag
05148b8acd b64decode issue29427 fix 2020-03-03 12:11:24 +00:00
A
c27cd892ec
Merge pull request #209 from p1c2u/feature/requests-integration
Requests integration
2020-03-03 11:16:34 +00:00
Artur Maciag
7e920f8290 Requests integration 2020-03-03 11:09:28 +00:00
A
02d20e5f44
Merge pull request #208 from p1c2u/dependabot/pip/django-2.2.10
Bump django from 2.2.9 to 2.2.10
2020-03-03 08:56:24 +00:00
dependabot[bot]
bc0c217ce4
Bump django from 2.2.9 to 2.2.10
Bumps [django](https://github.com/django/django) from 2.2.9 to 2.2.10.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.9...2.2.10)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-03 08:51:29 +00:00
A
2f91ea380b
Merge pull request #202 from p1c2u/feature/path-patterns-finder
Path patterns finder
2020-03-03 08:51:01 +00:00
Artur Maciag
dcb7161af7 Path pattern finder 2020-03-02 11:26:54 +00:00
Artur Maciag
817ff5c746 Move path finder to separate templating module 2020-02-25 10:57:46 +00:00
Artur Maciag
8539d9b0f4 Base validator class 2020-02-25 10:23:14 +00:00
Artur Maciag
24276bf37a Unify find path method of request validator 2020-02-25 09:08:30 +00:00
Artur Maciag
18944893f7 Version 0.13.2 2020-02-24 10:00:28 +00:00
A
4b35906f48
Merge pull request #203 from p1c2u/fix/werkzeug-missing-dependency-fix
werkzeug missing dependency fix
2020-02-24 09:59:13 +00:00
Artur Maciag
d40e41128f werkzeug missing dependency fix 2020-02-24 09:48:42 +00:00
Artur Maciag
35da0289c1 Version 0.13.1 2020-02-18 12:06:23 +00:00
A
01e04ff0cb
Merge pull request #200 from p1c2u/fix/validators-shortcuts-fix
Validators shortcuts fix
2020-02-18 12:04:53 +00:00
A
d4e9fe4e60
Merge pull request #199 from p1c2u/fix/flask-error-handler-status-fix
Flask error handler status fix
2020-02-18 12:04:13 +00:00
Artur Maciag
3ca531a485 Validators shortcuts fix 2020-02-18 11:57:15 +00:00
Artur Maciag
15e9c28175 Flask error handler status fix 2020-02-18 11:51:42 +00:00
Artur Maciag
912f0afc7a Version 0.13.0 2020-02-17 16:46:25 +00:00
A
778b4a51a5
Merge pull request #152 from phrfpeixoto/read_only_write_only
Yet another readOnly and writeOnly support
2020-02-17 12:54:38 +00:00
Artur Maciag
1bea6013c3 Property read-only and write-only support 2020-02-17 12:42:13 +00:00
Pedro Peixoto
975ac0d7c9 Updating unmarshal and validation methods' signatures to propagate the context until reaching the properties. 2020-02-17 12:25:44 +00:00
Pedro Peixoto
8260426b91 Creating a decorator that warns the developer whenever he fails to set a context. 2020-02-17 12:23:40 +00:00
Pedro Peixoto
aa95bc5d02 Providing a context whenever unmarshalling objects on Request and Responses
(readOnly and writeOnly applies on to properties)
2020-02-17 12:17:44 +00:00
Pedro Peixoto
ca369f795a Creating read_only and write_only properties on the Schema 2020-02-17 12:14:46 +00:00
Pedro Peixoto
baf042cbb6 Creating tests that comply with readOnly and writeOnly specifications 2020-02-17 12:13:14 +00:00
A
b6fdd64e1a
Merge pull request #197 from p1c2u/refactor/openapi-request-datatype-refactor
OpenAPI request datatype refactor
2020-02-16 19:40:28 +00:00
Artur Maciag
e0d61c8f11 OpenAPI request datatype refactor 2020-02-11 14:54:36 +00:00
A
281aab89a8
Merge pull request #196 from p1c2u/feature/missing-path-fields
Missing path model fields
2020-02-07 15:38:47 +00:00
Artur Maciag
aa7ed31acd Missing path model fields 2020-02-07 11:21:11 +00:00
p1c2u
899d7ba0ce README updated about security 2020-02-04 20:35:23 +00:00
A
90bbc558d0
Merge pull request #195 from p1c2u/feature/security-validation
Security validation
2020-02-04 15:54:52 +00:00
Artur Maciag
fde1b6bdc5 Security providers and security models retouch 2020-02-04 13:58:42 +00:00
Artur Maciag
4ae5a085a3 Security HTTP scheme type support 2020-02-04 11:14:51 +00:00
p1c2u
d915f23414 Security validation with Api Key support 2020-02-04 11:06:52 +00:00
A
f0759b05a5
Merge pull request #194 from p1c2u/fix/free-form-objects-unmarshal-fix
Free-form objects unmarshal
2020-02-03 21:06:17 +00:00
p1c2u
75643da1af Free-form objects unmarshal 2020-02-03 20:58:27 +00:00
A
a80648e4d2
Merge pull request #193 from p1c2u/feature/missing-info-models
Missing Info models
2020-02-03 20:01:41 +00:00
p1c2u
d4ac0978d5 Missing Info models 2020-02-03 19:50:21 +00:00
A
e553923d76
Merge pull request #192 from p1c2u/feature/custom-media-type-deserializers
Custom media type deserializers
2020-02-03 18:44:41 +00:00
Artur Maciag
ab2e10f998 Custom media type deserializers 2020-02-03 18:35:48 +00:00
A
80485788c0
Merge pull request #191 from p1c2u/refactor/move-cast-out-of-schema-models
Move deserialize/cast out of schema models
2020-02-03 15:35:49 +00:00
Artur Maciag
4044483194 style fixes 2020-02-03 14:55:50 +00:00
Artur Maciag
6d8b2e5111 Move media deserializers to separate subpackage 2020-02-03 13:34:43 +00:00
Artur Maciag
58d5c26fee Move param deserializers to separate subpackage 2020-02-03 13:05:44 +00:00
Artur Maciag
7b87cf9019 Move value getters out of schema models 2020-02-03 11:29:01 +00:00
Artur Maciag
faa8164f9a Request and response data validation process refac 2020-02-03 11:13:37 +00:00
Artur Maciag
7da1ea6b77 Get rid of cast in schema 2020-02-03 10:59:27 +00:00
Artur Maciag
b4c10e847a Split cast and deserialise processes 2020-02-03 10:17:27 +00:00
A
2c1a6c189c
Merge pull request #190 from p1c2u/fix/deserialize-models-without-schema-fix
Deserialise models without schema fix
2020-02-03 09:37:49 +00:00