-
Notifications
You must be signed in to change notification settings - Fork 39
Comparing changes
Open a pull request
base repository: luolingchun/flask-openapi3
base: master
head repository: luolingchun/flask-openapi3
compare: v2.x
- 17 commits
- 23 files changed
- 3 contributors
Commits on Aug 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 231974c - Browse repository at this point
Copy the full SHA 231974cView commit details
Commits on Sep 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0a081a2 - Browse repository at this point
Copy the full SHA 0a081a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e93763c - Browse repository at this point
Copy the full SHA e93763cView commit details
Commits on Sep 24, 2023
-
bugfix for gneerics class (#107)
* add generics class bug test * bugfix for gneerics class When we use generics in responses, the schema name include `[]` but [OpenAPI 3 doesn't allow it](https://spec.openapis.org/oas/v3.1.0#components-object). ``` All the fixed fields declared above are objects that MUST use keys that match the regular expression: ^[a-zA-Z0-9\.\-_]+$. ``` The pydantic normalize all `$ref` but the schema name ( `components.schemas` ) set by this library so we shuld normalize name using pydantic's function. * add normalize_name method * normalize name for parse_body * normalize name for parse_form
Configuration menu - View commit details
-
Copy full SHA for 060eb9d - Browse repository at this point
Copy the full SHA 060eb9dView commit details -
bugfix for parameter object (#106)
* add test for path and query parameter bugs * bugfix for parameter object fields The parameter object include all files in schema object by this code. https://github.com/luolingchun/flask-openapi3/blob/master/flask_openapi3/utils.py#L181 But parameter object doesn't allow all fields, for example `title` `type` So we ignore unsupported fields. * add header bugfix * Directly obtain the values of `deprecated`, `example`, and `examples` --------- Co-authored-by: luolingchun <luolingchun@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for e70d644 - Browse repository at this point
Copy the full SHA e70d644View commit details
Commits on Oct 1, 2023
-
Fix cookie extra properties (#115)
(cherry picked from commit 7785574)
Configuration menu - View commit details
-
Copy full SHA for a664955 - Browse repository at this point
Copy the full SHA a664955View commit details
Commits on Oct 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ee57e55 - Browse repository at this point
Copy the full SHA ee57e55View commit details
Commits on Oct 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4ca6b87 - Browse repository at this point
Copy the full SHA 4ca6b87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e73b80 - Browse repository at this point
Copy the full SHA 6e73b80View commit details
Commits on Oct 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c74f1a3 - Browse repository at this point
Copy the full SHA c74f1a3View commit details -
Skip 422 response non parameters (#123)
* skip-422-response-non-parameters * Fix tests (cherry picked from commit b295eac)
Configuration menu - View commit details
-
Copy full SHA for 6fc9390 - Browse repository at this point
Copy the full SHA 6fc9390View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c3f609 - Browse repository at this point
Copy the full SHA 5c3f609View commit details -
Configuration menu - View commit details
-
Copy full SHA for af2dd13 - Browse repository at this point
Copy the full SHA af2dd13View commit details
Commits on Nov 26, 2023
-
Fix the same operationId in APIBlueprint (#133)
* Fix the same operationId (cherry picked from commit 30f6bca)
Configuration menu - View commit details
-
Copy full SHA for 2115895 - Browse repository at this point
Copy the full SHA 2115895View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed8e0a7 - Browse repository at this point
Copy the full SHA ed8e0a7View commit details -
The default value defined in the form is invalid (#129)
* The default value defined in the form is invalid (cherry picked from commit b6a7e74)
Configuration menu - View commit details
-
Copy full SHA for a55df8e - Browse repository at this point
Copy the full SHA a55df8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96dae66 - Browse repository at this point
Copy the full SHA 96dae66View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...v2.x