p1c2u
73804849be
Python 3.8 3.9 support
2021-01-31 13:28:56 +00:00
A
c4adce63d8
Merge pull request #281 from p1c2u/feature/github-actions
...
GitHub actions
2021-01-31 13:02:40 +00:00
p1c2u
6a04ceddf8
Test python github action
2021-01-31 12:54:38 +00:00
p1c2u
c3ed52910c
Publish python package github action
2021-01-31 12:39:09 +00:00
p1c2u
efc8dc3240
path finder comment line too long fix
2021-01-31 12:37:14 +00:00
A
9d252330b7
Merge pull request #273 from grinspins/fix/prioritize-concrete-branches
...
Fix/prioritize concrete branches
2021-01-30 18:22:25 +00:00
A
ed901eeefa
Merge pull request #274 from cope-systems/master
...
Added a link to a Bottle plugin that leverages OpenAPI Core
2021-01-29 20:34:14 +00:00
Robert Cope
1b221084a1
Added a link to a Bottle plugin that leverages OpenAPI Core
2021-01-02 12:46:25 -07:00
Sebastian Mainberger
0e93b49f64
TST: Add tests for path prioritization.
2020-12-08 12:46:11 -08:00
Sebastian Mainberger
44d3fd3927
Bug: Prioritize concrete paths over template paths.
2020-12-08 12:44:53 -08:00
p1c2u
0aeb14477b
Version 0.13.4
2020-07-20 15:04:40 +01:00
p1c2u
f6ba057fd2
Revert "Merge pull request #243 from Beirdo/master"
...
This reverts commit 1583454b56
, reversing
changes made to 8bbdb5931b
.
2020-07-20 14:58:05 +01:00
A
1583454b56
Merge pull request #243 from Beirdo/master
...
Small change to Schema model to allow generated specs to be picklable
2020-07-20 14:53:01 +01:00
A
8bbdb5931b
Merge pull request #252 from p1c2u/dependabot/pip/django-2.2.13
...
Bump django from 2.2.10 to 2.2.13
2020-07-20 14:47:01 +01:00
dependabot[bot]
d8b2322c3b
Bump django from 2.2.10 to 2.2.13
...
Bumps [django](https://github.com/django/django ) from 2.2.10 to 2.2.13.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/2.2.10...2.2.13 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-06-06 00:01:27 +00:00
A
97b568dc55
Merge pull request #233 from dlarrick/falcon-params
...
Fix the Falcon integration to properly handle URLs with query strings.
2020-05-10 15:37:43 +01:00
A
9379eac8a0
Merge pull request #245 from p1c2u/fix/parser-path-parameter-search-fix
...
Templating parser path parameter search fix
2020-05-10 15:31:17 +01:00
p1c2u
aeca7775fd
Templating parser path parameter search fix
2020-04-23 09:01:46 +01:00
Gavin Hurlbut
72d21a253c
Merge pull request #1 from p1c2u/master
...
Merge from upstream
2020-04-19 23:11:16 -07:00
Gavin Hurlbut
7993de894e
Small change to Schema model to allow generated specs to be picklable
...
- overriding __dict__ is death for pickling. I renamed it to __newdict__
and tweaked the one user of it, and now this part of the structure is
working fine for pickling
- there are also upstream changes in jsonschema that need to be in for the
overall success
- this allows me to create the API spec from a swagger file once (which takes
2-20s for the files I'm working with), and cache the result as a pickle file
for loading on the next startup (assuming the swagger file hasn't been
updated). The load from pickle files takes 2-5ms. This is an improvement
of load time by 3 orders of magnitude.
2020-04-19 13:08:07 -07:00
A
97ec8c7967
Merge pull request #237 from p1c2u/fix/date-time-format-unmarshal-tz-fix
...
Date-time format unmarshal tz fix
2020-04-12 16:19:54 +01:00
A
39688c7252
Merge pull request #239 from p1c2u/fix/unmarshalling-nullable-objects-fix
...
Unmarshalling nullable objects
2020-04-12 16:19:22 +01:00
p1c2u
7307794656
Unmarshalling nullable objects
2020-04-12 14:59:22 +01:00
p1c2u
dc8bd4d335
Date-time format unmarshal tz fix
2020-04-11 19:09:49 +01:00
A
1270d5a6b9
Merge pull request #225 from p1c2u/fix/security-http-provider-fix
...
Security HTTP provider fix
2020-04-11 13:10:33 +01:00
A
2680b62ce7
Merge pull request #236 from p1c2u/fix/case-insensitive-headers-fix
...
Case insensitive headers fix
2020-04-11 13:09:07 +01:00
p1c2u
ac5c6762d8
Case insensitive headers fix
2020-04-11 10:47:36 +01:00
Doug Larrick
9b9e5d3df9
Fix the Falcon integration to properly handle URLs with query strings.
...
Bring main README up to date for current falcon
2020-04-06 16:10:23 -04:00
A
753637d2d0
Merge pull request #227 from schunka/fix/requests-response-data
...
Fix Requests.response factory
2020-03-27 09:12:20 +00:00
p1c2u
926a17b9b2
Update requests contrib tests
2020-03-27 08:58:45 +00:00
A
dbd5036949
Merge pull request #228 from chreke/master
...
Add documentation for custom formatters
2020-03-26 10:58:09 +00:00
Christoffer Ekeroth
99371d7915
Add documentation for custom formatters
2020-03-26 01:44:14 +01:00
Ales Jirasek
d79ad01e2f
Update responses.py
2020-03-25 12:29:53 +01:00
p1c2u
e2ae4f35d0
Security HTTP provider fix
2020-03-23 14:09:46 +00:00
A
89ec335210
Merge pull request #222 from p1c2u/paths-finer-paths-order-test-2
...
Paths finder paths order fix
2020-03-23 12:42:21 +00:00
p1c2u
9c22ddf01c
Paths finder paths order fix
2020-03-23 11:28:56 +00:00
p1c2u
187b3d669b
Version 0.13.3
2020-03-11 12:02:06 +00:00
A
eef515f729
Merge pull request #215 from p1c2u/feature/falcon-inteagration
...
Falcon integration
2020-03-11 11:23:43 +00:00
Artur Maciag
9baea54920
Falcon integration
2020-03-11 10:44:30 +00:00
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