-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local Reference Fixes 0.9.0 #15
base: main
Are you sure you want to change the base?
Commits on May 11, 2021
-
chore(deps): update dependency jinja2 to v3 (openapi-generators#424)
Co-authored-by: Renovate Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 720368c - Browse repository at this point
Copy the full SHA 720368cView commit details
Commits on May 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 64f67fe - Browse repository at this point
Copy the full SHA 64f67feView commit details -
fix: Deserialization of optional nullable properties when no value is…
… returned from the API [openapi-generators#420 & openapi-generators#381]. Thanks @forest-benchling! * Handle optional nullable deserialization * Fix test
Configuration menu - View commit details
-
Copy full SHA for e708750 - Browse repository at this point
Copy the full SHA e708750View commit details -
fix(parser): Prevent crash when providing a non-string default to a s…
…tring attribute. Fixes openapi-generators#414 (openapi-generators#415)
Configuration menu - View commit details
-
Copy full SHA for fddf68a - Browse repository at this point
Copy the full SHA fddf68aView commit details
Commits on May 13, 2021
-
feat(parser): Allow references to non-object, non-enum types [openapi…
…-generators#371][openapi-generators#418][openapi-generators#425]. Thanks @p1-ra! * parser / properties / do not restrict reference pointer type to `enum` or `object` * e2e / update `openapi.json` and golden-record * tpl / model / add missing typing import: `Tuple,Optional,BinaryIO,TextIO` * test: Make big ref test model properties required to lessen generated code Co-authored-by: Nementon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 79acbf8 - Browse repository at this point
Copy the full SHA 79acbf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f58cfd - Browse repository at this point
Copy the full SHA 0f58cfdView commit details
Commits on May 17, 2021
-
templates / endpoint_module / form_data: do not use
attr.asdict
, us……e <Model>.to_dict()` serializer - to handle internal UNSET values to not serialize them, `attr.asdict` do not know UNSET type and will serialize them
Configuration menu - View commit details
-
Copy full SHA for 588fa23 - Browse repository at this point
Copy the full SHA 588fa23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b17d1f - Browse repository at this point
Copy the full SHA 1b17d1fView commit details
Commits on May 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 907208e - Browse repository at this point
Copy the full SHA 907208eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15c7b13 - Browse repository at this point
Copy the full SHA 15c7b13View commit details -
Configuration menu - View commit details
-
Copy full SHA for df9ac8a - Browse repository at this point
Copy the full SHA df9ac8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8135d38 - Browse repository at this point
Copy the full SHA 8135d38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b43462 - Browse repository at this point
Copy the full SHA 0b43462View commit details -
Configuration menu - View commit details
-
Copy full SHA for 074b58d - Browse repository at this point
Copy the full SHA 074b58dView commit details -
vendored openapi_schema_pydantic / correct flake8 warnings
- correct: W293, W291, F821
Configuration menu - View commit details
-
Copy full SHA for 1e0620c - Browse repository at this point
Copy the full SHA 1e0620cView commit details -
correct openapi_schema_pydantic schemas breaking changes
- anyOf, allOf, oneOf now default to `None` instead of `[]`
Configuration menu - View commit details
-
Copy full SHA for d8c1a9f - Browse repository at this point
Copy the full SHA d8c1a9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5befdc5 - Browse repository at this point
Copy the full SHA 5befdc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 470be5f - Browse repository at this point
Copy the full SHA 470be5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b09ebd6 - Browse repository at this point
Copy the full SHA b09ebd6View commit details -
openapi_schema_pydantic / remove ellipsis notation
- Mypy do not well support it to declare `undefined` value
Configuration menu - View commit details
-
Copy full SHA for e71c4cc - Browse repository at this point
Copy the full SHA e71c4ccView commit details -
openapi_schema_pydantic / allow extra values
- For support of OAI vendor extension
Configuration menu - View commit details
-
Copy full SHA for 2902c21 - Browse repository at this point
Copy the full SHA 2902c21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59b6e5e - Browse repository at this point
Copy the full SHA 59b6e5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9371b1b - Browse repository at this point
Copy the full SHA 9371b1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d66065 - Browse repository at this point
Copy the full SHA 0d66065View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58fa3de - Browse repository at this point
Copy the full SHA 58fa3deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d67fe5 - Browse repository at this point
Copy the full SHA 4d67fe5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4d7ff0 - Browse repository at this point
Copy the full SHA f4d7ff0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3667232 - Browse repository at this point
Copy the full SHA 3667232View commit details -
Configuration menu - View commit details
-
Copy full SHA for f46d1e6 - Browse repository at this point
Copy the full SHA f46d1e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d4416d - Browse repository at this point
Copy the full SHA 6d4416dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8abe92 - Browse repository at this point
Copy the full SHA c8abe92View commit details
Commits on May 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c396e4e - Browse repository at this point
Copy the full SHA c396e4eView commit details