Commit graph

481 commits

Author SHA1 Message Date
Carlos Corbacho
acd9dd918f Set license from __init__.py
This fixes pip so it displays the correct license for the package.
2021-04-03 19:47:42 +01:00
A
0865a4f54f
Merge pull request #309 from p1c2u/feature/response-finder
Response finder
2021-03-31 16:25:18 +01:00
p1c2u
601f6090a7 Response finder 2021-03-31 16:17:40 +01:00
A
086e0b152c
Merge pull request #308 from jparise/schema-parameters-extensions
Add extensions support for the Parameter model
2021-03-31 09:04:49 +01:00
Jon Parise
4c725af0ba Add extensions support for the Parameter model
Extensions are allowed on Parameter objects, per the spec:

> This object MAY be extended with Specification Extensions.

https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.3.md#parameterObject
2021-03-30 16:10:35 -07:00
A
098b015cc6
Merge pull request #307 from p1c2u/feature/media-type-finder
Media type finder
2021-03-30 15:15:37 +01:00
p1c2u
841e999710 Media type finder 2021-03-30 14:30:03 +01:00
A
1747433ded
Merge pull request #306 from p1c2u/refactor/schema-content-refactor-2
Schema content refactor 2
2021-03-30 12:39:53 +01:00
p1c2u
c900f63e7d Schema content refactor 2 2021-03-30 12:37:01 +01:00
A
f6efa8410d
Merge pull request #305 from p1c2u/refactor/schema-content-refactor
Schema content refactor
2021-03-30 11:58:07 +01:00
p1c2u
e128fd59f1 Schema content refactor 2021-03-30 11:45:45 +01:00
A
cfe4a7ce4e
Merge pull request #303 from p1c2u/feature/deserialize-data-form-media-type
deserialize data form media type
2021-03-30 09:45:54 +01:00
p1c2u
5f62c62937 deserialize data form media type py27 2021-03-30 09:28:14 +01:00
p1c2u
852c081068 deserialize data form media type 2021-03-24 21:35:39 +00:00
A
7a83f019c5
Merge pull request #302 from p1c2u/feature/media-type-deserialize-form-urlencoded
media type deserialize form urlencoded
2021-03-24 20:40:40 +00:00
p1c2u
74920a77de media type deserialize form urlencoded 2021-03-24 20:32:12 +00:00
A
e73dbd190e
Merge pull request #298 from p1c2u/dependabot/pip/django-2.2.18
Bump django from 2.2.13 to 2.2.18
2021-03-24 13:44:36 +00:00
A
695f4e64c7
Merge pull request #271 from eyadgaran/master
use prepared request to format payload before converting
2021-03-24 13:43:27 +00:00
p1c2u
ff4a6c81ee requests request typing fix 2021-03-24 13:33:53 +00:00
dependabot[bot]
5f70afc260
Bump django from 2.2.13 to 2.2.18
Bumps [django](https://github.com/django/django) from 2.2.13 to 2.2.18.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.13...2.2.18)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-24 13:29:34 +00:00
p1c2u
f316b81ba3 use prepared request tests 2021-03-24 13:29:12 +00:00
Elisha Yadgaran
5a91425c68 use prepared request to format payload before converting 2021-03-24 13:29:12 +00:00
A
6a222b93df
Merge pull request #301 from p1c2u/fix/datetime-format-strict-tests-fix
datetime format strict-rfc3339 tests fix
2021-03-24 13:28:48 +00:00
p1c2u
f77f5aa8df datetime format strict-rfc3339 tests fix 2021-03-24 13:26:15 +00:00
p1c2u
b51d8104ac python package description 2021-02-21 19:13:33 +00:00
p1c2u
8eb380ff37 Version 0.13.7 2021-02-15 12:22:54 +00:00
A
49720894c8
Merge pull request #295 from p1c2u/fix/any-unmarshaller-validation-fix
Any unmarshaller validate fix
2021-02-15 12:14:02 +00:00
p1c2u
abfd0c67be Any unmarshaller validate fix 2021-02-15 11:58:16 +00:00
A
4e7d8edbb2
Merge pull request #293 from p1c2u/feature/docs
Basic documentation
2021-02-14 15:35:57 +00:00
p1c2u
929a52b2cc Basic docs 2021-02-14 15:20:53 +00:00
A
5673e8f4e4
Merge pull request #292 from p1c2u/fix/format-checker-on-validator-scope
Format checker on validation scope
2021-02-13 12:31:57 +00:00
p1c2u
90355f87dd Format checker on validation scope 2021-02-13 01:10:16 +00:00
A
70f05b2f0a
Merge pull request #291 from p1c2u/fix/format-checker-deepcopy-to-shallowcopy
Format checker deepcopy to shallowcopy
2021-02-13 00:19:50 +00:00
p1c2u
a16162ffa0 Format checker deepcopy to shallowcopy 2021-02-12 23:58:30 +00:00
A
501694c403
Merge pull request #290 from p1c2u/feature/spec-validation-customization
Spec validation customization
2021-02-12 23:53:29 +00:00
p1c2u
accd9cf48b Spec validation customization 2021-02-12 23:41:01 +00:00
A
d6ddb101a9
Merge pull request #287 from allcaps/typo
Fix typos
2021-02-10 20:52:24 +00:00
Coen van der Kamp
8c3b23f7f1 Fix typos 2021-02-10 17:19:32 +01:00
p1c2u
3719092c36 Version 0.13.6 2021-02-09 22:18:21 +00:00
A
ab78913945
Merge pull request #286 from p1c2u/fix/any-unmarshaller-use-all-of
AnyUnmarshaller use allOf schemas
2021-02-09 22:07:43 +00:00
p1c2u
c40bd4d0e4 AnyUnmarshaller use allOf schemas test 2021-02-09 21:37:36 +00:00
p1c2u
95af36994e AnyUnmarshaller use allOf schemas 2021-02-08 22:55:45 +00:00
p1c2u
667795db6f Github actions changes 2021-02-02 13:27:18 +00:00
A
f2b5bbe1f3
Merge pull request #284 from p1c2u/fix/remove-security-fix
Remove security on operation level fix
2021-02-02 13:24:34 +00:00
p1c2u
dcec29b1aa Remove security on operation level fix 2021-02-02 12:58:31 +00:00
p1c2u
b6a745c7e9 Publish python package manually 2021-02-01 22:37:58 +00:00
p1c2u
2de1237550 Publish python package on release fix 2021-02-01 22:31:44 +00:00
p1c2u
4c2386f5d4 Version 0.13.5 2021-02-01 22:13:19 +00:00
p1c2u
605bc74443 Publish python 2 and 3 github action 2021-02-01 22:00:02 +00:00
A
c309089efc
Merge pull request #276 from jgod/master
ArrayUnmarshaller: return None on nullable type instead of "NoneType object is not iterable" crash
2021-02-01 20:59:57 +00:00