forked from OpenAPITools/openapi-generator
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fixes for feature/new-uplink-generator
branch
#3
Draft
ff137
wants to merge
2,570
commits into
feature/new-uplink-generator
Choose a base branch
from
feature/new-uplink-generator2
base: feature/new-uplink-generator
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Fixes for feature/new-uplink-generator
branch
#3
ff137
wants to merge
2,570
commits into
feature/new-uplink-generator
from
feature/new-uplink-generator2
Conversation
This file contains 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
…ools#15130) * add bytearray, none type as primitive type * update samples * update doc
* [cpp-qt-client] Fix warning about deprecated count() method * [cpp-qt-client] Ignore build directory * [cpp-qt-client] Use ctest * Fix CMakeLists.txt for cpp-qt-client
…ientCodegen (OpenAPITools#15096) * Make TypeScriptClientCodegen extend AbstractTypeScriptClientCodegen * Regenerate samples * Update docs * Clean up * Remove updated toEnumName * Fix: SUPPORTS_ES6 * Fix: `setSupportsES6` should not be set directly in unit tests * Set modelPropertyNaming to camelCase
Downgrade tox and flake8. Alternateively, we can increase minimum python version to 3.8.1
…s#15160) * explicit interface implementation * minor spacing change
* Adding Flipkart as a openapi generator user * chore: added flipkart company logo static asset * fix: fixed typo in users
Clarify which OpenAPI Generator version exactly introduced [Set skipFormModel to true by default](OpenAPITools#8125).
Added useSwashBuckle condition to Swashbuckle attributes in models
* Check if Kind is Struct * Commit regenerated files * Tabs indentation instead of 4-space * Commit regenerated files
…ITools#15079) * Add ability to handle parameters of number type * Generate samples * Add handling for number without format * Regenerate samples * Fix indentation
…ITools#15083) * Fix: reservedWordsMappings not checked for reserved word * Fix coding issue
…penAPITools#15084) * Change Routes to map[string]Route * Fix linting issues * Regenerate samples
* add test for aspnetcore 6.0 useSwashBuckle option * update samples * update petstore with more tests * add options * update samples * remove unused files
…5189) Align the lower limits between pyproject.toml and setup.py. Set a common upper limit of <2, because version 2 brings breaking changes.
…ools#15193) Co-authored-by: Steven <[email protected]>
* Update dependecies and go version * Use generics for recurse * Fix helpers.mustache * Regenerate samples
* improve go sample workflow gh * update * trigger build * Revert "trigger build" This reverts commit 129bc30. * comment out go chi server tests
…do not use HttpBearerAuth (or HttpBasicAuth) for other http auth methods (such as http signature auth or custom schemes) (OpenAPITools#15220) * remove http signature from test yaml when not supported * do not use HttpBearerAuth for signature auth or other unsupported http auth method ignore unsupported http auth method unless generated code would not compile (in which case, an exception is thrown) * [Java] fix use of isBasic condition * [kotlin] fix use of isBasic condition
* better enforcer with gradle mgmt plugin * update gradle-enterprise * fix id
* removed .netcore 3.1 * dont use .net standard for test package
* Added library 'jvm-spring-webclient' to Kotlin client generator * Reran all generators and generated docs * Changed target of kotlin-jvm-spring-webclient sample from 2_0 to 3_0 * Added build of kotlin-jvm-spring-webclient to github workflow
…penAPITools#15608) * better code foramt, add library creator * remove kotlin server deprecated generator
Signed-off-by: Huan-Cheng Chang <[email protected]>
* support generation of enums for groovy * add custom json generator for groovy * add nestet enums in groovy templates * add indent for nested Groovy enums & fix compilation errors in Groovy ApiUtils * save auto generated samples&docs for groovy
* [rust-client]: fix for collection format multi * update rust samples --------- Co-authored-by: Gorka Kobeaga <[email protected]>
Update master branch with upstream
ff137
changed the title
Update
Update May 24, 2023
feature/new uplink generator
branch to include latest upstreamfeature/new-uplink-generator
branch to include latest upstream
ff137
changed the title
Update
Fixes for May 24, 2023
feature/new-uplink-generator
branch to include latest upstreamfeature/new-uplink-generator
branch
Was a bit optimistic with this one. A lot of work required to get generation syncing up with previous behavior. Leaving as to-do |
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.
Upgraded with latest upstream changes. Additionally, fix:
-> Dict[str, Any]
instead of-> Dict