-
-
Notifications
You must be signed in to change notification settings - Fork 7k
[Qt][C++] Adding Parameter Styling Support #8565
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
Closed
basyskom-dege
wants to merge
53
commits into
OpenAPITools:master
from
basyskom-dege:QtParameterStyling
Closed
[Qt][C++] Adding Parameter Styling Support #8565
basyskom-dege
wants to merge
53
commits into
OpenAPITools:master
from
basyskom-dege:QtParameterStyling
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merge conflicts occur because of the PRs #8234 and #8251 were merged to master after i created this branch. |
* Removes nulltype from python, updates samples * Removes nulltype from the python requirements * Removes nulltype import in models, moves requiredVars to optionalVars when approprieate
* Remove unused stored reference of delegate. URLSession keeps a strong reference anyway. * Fix cleanup * Update samples
* Add CORS support to python-flask server generator * Documentation update and CORS support for other generators using the same base class * Trivial sample changes
Co-authored-by: nanashi0x74 <[email protected]>
* add getters for default headermap and auths * regenerate samples, make shebangs portable * Revert making shebangs portable This reverts commit ec60f60. Co-authored-by: nanashi0x74 <[email protected]>
* [Java] fix generation for JavaTimeFormatter * [Java] fix generation for JavaTimeFormatter * [Java] fix generation for JavaTimeFormatter * [Java] fix generation for JavaTimeFormatter * [Java] fix generation for JavaTimeFormatter * [Java] fix generation for JavaTimeFormatter * [Java] fix generation for JavaTimeFormatter * [Java] fix generation for JavaTimeFormatter * [Java] fix generation for JavaTimeFormatter
… by the programmer (#8500)
…ed <stdexcept>. (#8550) * Multiple cpp-qt5-client bugfixes. * Added '#include <stdexcept>' where std::runtime_error is used * Fixed request with FILE body: QByteArray doesn't have ::toUtf8() * Updated related samples * Fixed isByteArray section * updated docs * Docs changes reverted
* [Rust Server] Support Cargo Metadata Configuration This adds support for publish, repository, documentation and homepage metadata. * [Rust Server] Test Cargo Metadata configuration
* [Rust Server] Make responses serializable * Update samples
* [rust-server] Add support for Bearer auth - Added bearer auth to the security features for rust server - Supplemented the basic auth condition in the context template to handled basic auth and bearer auth separately. - Repurpose an exising sample to confirm the code generation works as expected. * Update docs * Update readme for bearer tokens
* fix auto-generated R doc * better example for enum value
* Remove redundant Rust use statement * Return errors only for 4xx and 5xx in Rust reqwest Since 1xx and 3xx are perfectly valid status codes the client might need to handle. see: https://docs.rs/reqwest/0.11.0/reqwest/struct.StatusCode.html#method.is_informational * Regenerate samples Co-authored-by: Gabriel Féron <[email protected]>
…/openapi-generator into QtParameterStyling
Rebased due to the conflicts. |
Closed. I will create a new PR with latest changes. |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR checklist
This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master.
These must match the expectations made by your contribution.
You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example
./bin/generate-samples.sh bin/configs/java*
.For Windows users, please run the script in Git BASH.
master
,5.1.x
,6.0.x
This PR will enable parameter styling support following the OpenAPI Specification 3.0.3.
The field
allowReserved
is missing because it is not available in the mustache template. I created an issue addressing this #8564. Once this issue is fixed, I will provide additional commits to support theallowReserved
feature.PING @wing328 @ravinikam (2017/07) @stkrwork (2017/07) @etherealjoy (2018/02) @MartinDelille (2018/03) @muttleyxd (2019/08)