Commit graph

485 commits

Author SHA1 Message Date
A
7789cdaba3
Merge pull request #214 from zupo/patch-1
Fix to force ConfigParser to correctly parse extra requirements
2020-03-11 09:59:46 +00:00
Artur Maciag
09f87a9967 Falcon contrib 2020-03-10 10:45:53 +00:00
Lars de Ridder
db80167a79 Support for falcon-jsonify 2020-03-10 10:45:53 +00:00
Lars de Ridder
ab3372906b Make query params into multidict 2020-03-10 10:45:53 +00:00
Lars de Ridder
fa35d4a5f9 Added __init__.py 2020-03-10 10:45:53 +00:00
Lars de Ridder
58b98205c7 Falcon OpenAPI request and response factories 2020-03-10 10:45:53 +00:00
Nejc Zupan
728f63ef4c
Fix to force ConfigParser to correctly parse extra requirements
Refs https://github.com/python-poetry/poetry/pull/2144#issuecomment-596221732
2020-03-10 10:08:15 +00:00
A
43bf9a6e8d
Merge pull request #212 from p1c2u/feature/use-openapi-schema-validator-lib
Use openapi-schema-validator library
2020-03-05 11:38:45 +00:00
p1c2u
e817973435 Use openapi-schema-validator library 2020-03-05 11:28:21 +00:00
A
8c1e331377
Merge pull request #211 from p1c2u/feature/extendable-schema
Extensible schema models
2020-03-04 19:30:12 +00:00
Artur Maciag
c0b9916dc8 Extensible schema models 2020-03-04 00:03:48 +00:00
A
4815905d01
Merge pull request #210 from p1c2u/fix/b64decode-issue29427-fix
b64decode issue29427 fix
2020-03-03 12:22:29 +00:00
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