Skip to content

Conversation

@basyskom-dege
Copy link
Contributor

PR checklist

  • Read the contribution guidelines.
  • Pull Request title clearly describes the work in the pull request and Pull Request description provides details about how to validate the work. Missing information here may result in delayed response from the community.
  • If contributing template-only or documentation-only changes which will change sample output, build the project beforehand.
  • Run the shell script ./bin/generate-samples.shto update all Petstore samples related to your fix. 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.
  • File the PR against the correct branch: master, 5.1.x, 6.0.x
  • Copy the technical committee to review the pull request if your PR is targeting a particular programming language.

This PR will rename the generator for cpp-qt5-client to cpp-qt-client. The reason behind this, is the release of Qt6. In Qt6 there are some deprecated functions that are "removed" in PR #8234. @wing328 suggested to rename the generator to just Qt since it now supports Qt5 and Qt6. The only changes are the removal of all occurrences of the 5s in every file. I did not change the cpp-qt5-qhttpengine-server though since I did not change possibly deprecated functions in this generator.

PING @wing328 @ravinikam (2017/07) @stkrwork (2017/07) @etherealjoy (2018/02) @MartinDelille (2018/03) @muttleyxd (2019/08)

wing328 and others added 28 commits December 21, 2020 17:14
* update version to 5.0.1-SNAPSHOT

* update samples

* update meta codegen
* add badge for 5.1.x branch

* add badge for 6.0.0

* minor change

* update pr tempalte
* fix for Deno 1.6

* update dependency version of Deno test code
…#8054)

Added a Set<String> in toExampleValueRecursive() to keep track of which models we have
generated to avoid an infinite recursion for recursive models.  An example of a recursive
model would be a GeoJson GeometryCollection.

Co-authored-by: Frank Levine <[email protected]>
* [swift5] add URLResponse to ErrorResponse

* [swift] improve unit tests

* [swift] improve unit tests
…cation (#8302)

* [swift] create a sample of bearer token authentication with URLSession

* [swift] create a sample of bearer token authentication with URLSession

* [swift] create a sample of bearer token authentication with URLSession

* [swift] create a sample of bearer token authentication with URLSession

* [swift] create a sample of bearer token authentication with Alamofire

* [swift] create a sample of bearer token authentication with Alamofire
#7976)

* 7141: filter out problem+json mime type from JSON mime types fast tracked into the Accept header (resttemplate)

* 7141: ran ensure-up-to-date

* 7141: minimize changes with master (keep using isJsonMime for MediaType)
* ran `mvn -N io.takari:maven:0.7.7:wrapper`
* this fixes colored output not working in zsh/MacOs/BigSur, not exactly sure what caused it not to work anymore
* [Swift 5] deprecated retry hook since its no longer needed

* [Swift 5] deprecated retry hook since its no longer needed

* [swift] fix generator code formatting
…LEncoded enconding (#8275)

* [swift5] fix issue with form data with null file

* [swift5] fix issue with form data with null file on alamofire implementation

* [swift5] update sample projects

* [swift5] fix issue with form data with null file on alamofire implementation

* [swift5] add support for form url enconded in URLSession

* [swift5] add support for form url enconded in Alamofire

* [swift] improve code formatting

* [swift] improve code formatting

* [swift] dont defaut to application/json
* [dart-dio] Enable strong-mode and strict types

This will make it easier to eventually transition to NNBD. Also fix some formatting things.

* [dart-dio] Add implicit-casts: false to analysis options

* [dart-dio] Add dartanalyzer to integration tests

* raise minimum Dart version to 2.6 (to support spread collection)
* add header to all files for language version
* fix some missing imports that can be fixed (some remain due to missing inheritance support)
…#8306)

* empty arrays are now correctly generated
* default arrays with values are empty
* date/dateTime is now always null in order to prevent compile errors
* ignre docker login error

* trigger faiure

* Revert "trigger faiure"

This reverts commit ce17593.
…then the C client can be compiled by C++ compiler (#8205)

* [C][Client] Add cpp reserved keywords to C-libcurl client generator

* update doc

Co-authored-by: William Cheng <[email protected]>
@basyskom-dege
Copy link
Contributor Author

is the circleci build failure caused by those changes? I took a look and it seems like its unrelated.

@wing328
Copy link
Member

wing328 commented Jan 5, 2021

Thanks for the PR. Let me check.

Since this change is a breaking change with fallback, we'll need to target this change for version 5.1.0 instead.

@basyskom-dege
Copy link
Contributor Author

Since this change is a breaking change with fallback, we'll need to target this change for version 5.1.0 instead.

all right!

@wing328 wing328 changed the base branch from master to 5.1.x January 5, 2021 14:06
@wing328 wing328 added this to the 5.1.0 milestone Jan 5, 2021
@wing328 wing328 closed this Feb 8, 2021
@wing328 wing328 deleted the branch OpenAPITools:5.1.x February 8, 2021 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.