agilob
b1cba96627
Revert "[Java][Spring] Fix for #8659 - Different in-parameter types generated for api and delegate for files ( #9331 )" ( #9555 )
...
This reverts commit b9a1c8f016711307b9c718dbbdf60a137372c7af.
2021-05-23 22:59:51 +08:00
Rinish Sam
9eb9c30a92
[dart][dart-dio] Fix gitignore comment style ( #9554 )
...
* Fix gitignore comment style in templates
* Update samples
2021-05-23 11:27:07 +08:00
Blackclaws
696bcb3e85
[csharp][httpclient] Remove noncompliant post behaviour ( #9427 )
...
* Remove behaviour that does not 1:1 represent spec
* Update samples
2021-05-21 14:50:42 +08:00
Blackclaws
2c4e79f45c
[csharp][httpclient] Introduce FileParameter as an abstraction ( #9426 )
...
* Introduce FileParameter as an abstraction
* Update Samples
* Add new file to samples
* Fix hardcoded package name
* Fix hardcoded package name, import FileParameter in Model
* Remove unneccesary warning
2021-05-21 14:49:33 +08:00
Peter Leibiger
b8c5a647e0
[dart][ci] Move Dart samples from CircleCI to Github actions ( #9515 )
...
* [dart] Move Dart samples from CircleCI to Github actions
* Fix format failing with latest Dart version
* Workflow naming
* Split dart samples depending on version
* use fixed version to prevent flaky builds
* Change branch pattern for release branches
2021-05-21 14:45:50 +08:00
William Cheng
071dc3413d
fix typescript node due to @types/bluebird 3.5.35 ( #9533 )
2021-05-21 14:45:14 +08:00
Arthur Mogliev
ab6d66147b
[php-mezzio-ph] PHP 8 support ( #9445 )
...
* Huge update for php-mezzio-ph generator:
- proper container support for data types
- support for query parameter references and query parameter schema references
- dependency update (PHP 7.3+, PathHandler 0.7+, DataTransfer 0.5+)
* Sample regeneration after rebasing for php-mezzio-ph
* - added custom CLI option for php-mezzio-ph to generate code using modern PHP syntax
- removed obsolete php-mezzio-ph samples in samples/openapi3/server/petstore/php-mezzio-ph
* - fixes for JavaDoc declarations that seems to break CI
* - fix for outdated sample file
2021-05-21 14:40:38 +08:00
William Cheng
4948ce78ed
update samples
2021-05-21 12:54:40 +08:00
Yusuke Hosonuma
338812114c
[crystal][client] support configure method with block ( #9506 )
...
* [crystal][client] allow initialize Configuration with block
* [crystal][client] update samples
* [crystal][client] add test for configuration.cr
* [crystal][client] fix .configure
* [crystal][client] update samples
* [crystal][client] add test for pestore.cr
* [crystal][client] fix Configuration#configure
2021-05-21 12:37:21 +08:00
Stefan Hanselmann
d1b8a3fac4
[Kotlin] [ #8809 ] Allow optional header parameters with Kotlin and ret… ( #9306 )
...
* [Kotlin] [#8809 ] Allow optional header parameters with Kotlin and retrofit2
* [Kotlin] [#8809 ] Update sample client
* [Kotlin] [#8809 ] Replace mustache dot notation with more classic style
* [Kotlin] [#8809 ] Remove new line at the end of the mustache template
2021-05-20 23:07:04 +08:00
Kazuki Chigita
1ff436a86a
[REQ] [kotlin-client] Add uriAdapter for moshiBuilder ( #9494 )
...
* Apply UriAdapter to moshiBuilder
* Add UriAdapter for supportingFiles
* Fix test
* Apply ./bin/generate-samples.sh
2021-05-20 23:05:22 +08:00
Makoto Aoyama
0a34839567
Add hashableModels to additional properties ( #9495 )
...
* Add hashableStruct
* Revert "Remove x-swift-hashable"
This reverts commit 18053af0016fdba13fd1e5df00ad86abee071283.
* Add Hashable for x-swift-hashable
* Add config yaml to test x-swift-hashable
* Run ./bin/generate-samples.sh ./bin/configs/swift5*
* Run ./bin/utils/export_docs_generators.sh
* Run ./bin/generate-samples.sh ./bin/configs/swift5*
* Verify setHashableStruct
* Rename hashableStruct => hashableModels
- Replace hashableStruct => hashableModels
- Replace HashableStruct => HashableModels
- Replace HASHABLE_STRUCT => HASHABLE_MODELS
- Update docs
* Refactor modelObject.mustache
* Control equals and hash functions
2021-05-20 23:04:19 +08:00
Bruno Coelho
f48311dac4
[swift5][client] make AnyCodable optional ( #9479 )
...
* [swift5][client] make AnyCodable usage optional
* [swift5][client] update sample projects
2021-05-18 23:47:26 +08:00
Dennis Melzer
6b5794df9d
Fix bean validation for type Optional ( #8708 )
...
* Fix bean validation for type Optional
#8690
* Revert path params
2021-05-18 23:17:57 +08:00
William Cheng
9e4afb0fc3
[C++] Rename Qt5 to Qt ( #9490 )
...
* rename qt5 to qt
* rename, update
* rename qt5 to qt in the templates
* update doc
2021-05-18 23:09:59 +08:00
Peter Leibiger
55b95bc9c5
Fix CircleCI failures ( #9503 )
...
* Fix go-echo-server sample not running in CircleCI
* remove wrong argument
* [dart] Fix petstore sample tests & Multipart not working
* follow up to #9392
* `MultipartRequest(null, null)` is no longer valid after `http` package upgrade
* fix petstore sample project not compiling
* disable live petstore tests
* use template to strip out unused code blocks
2021-05-18 23:09:29 +08:00
Michał Wilski
93166dd6b5
fix: properly mark 'deprecated' routes in typescript-axios template #9502 ( #9505 )
...
Co-authored-by: Michał Wilski <michal.wilski.ext@eloomi.com>
2021-05-18 08:10:44 +02:00
Justin Black
fb3aed6dc4
Fixes python test_fake_api tests ( #9483 )
...
* Fixes test_upload_download_file
* Fixes test_string
* Fixes test_string_enum
* Fixes test_number_with_validations test_composed_one_of_number_with_validations
* Fixes two more tests
* Fixes test_array_of_enums
* Fixes two tests
* Removes comment
* Fixes serializationf of composed schema object models, fixes test
* Samples regenerated
* Removes pdb
2021-05-17 20:15:53 -07:00
Kuzma
e1ef7d40b3
add OAuth2 to typescript template ( #9466 )
...
* add OAuth to typescript
* generate samples
2021-05-17 18:22:18 +02:00
Kuzma
1c733247b1
fix api key ( #9476 )
2021-05-17 18:19:08 +02:00
William Cheng
c4f7091da5
partially revert 9404: avoid empty string enum value ( #9501 )
2021-05-17 23:47:07 +08:00
Yusuke Hosonuma
477926f008
[crystal][client] Support authorization ( #9488 )
...
* [crystal][client] support authorization header
* [crystal][client] update samples
* [crystal][client] update tests
* [crystal][client] add unit test for api_client.cr
2021-05-17 21:24:30 +08:00
William Cheng
08467928de
update samples
2021-05-17 18:25:07 +08:00
quarantam
69e8e07cab
Update ApiClient.mustache ( #9492 )
...
Fixing #7209
2021-05-17 18:10:29 +08:00
Amal Thomas
2f6bfb0dfc
Update plugins.md ( #9499 )
2021-05-17 13:38:09 +08:00
Steffen Neumann
97ddcc2257
Add support for Boolean in R client generator ( #9469 )
...
* Add support for Boolean in R client generator
* Regenerated with updated R generator
2021-05-15 23:22:48 +08:00
William Cheng
2342396465
reduce travis ci job runtime ( #9491 )
2021-05-15 22:59:15 +08:00
William Cheng
2f70e6a5bc
Add a link to powershell devops conf presentation ( #9487 )
2021-05-15 16:42:35 +08:00
William Cheng
f7b79e9a26
Add @lucamazzanti to the C# technical committee ( #9486 )
2021-05-15 16:27:13 +08:00
Yusuke Hosonuma
5ea31b585c
[crystal] Update crystal version 1.0.0 (from 0.35.1) ( #9477 )
...
* [crystal] update crystal version 1.0.0
* [crystal] show crystal version on CI
* [crystal][client] $ shards update --ignore-crystal-version
* [crystal][client] update pom.xml
2021-05-15 16:02:06 +08:00
Bruno Coelho
e6a10ae350
[swift5][client] add option to generate or not the model additional properties ( #9375 )
...
* [swift5][client] add option to generate or not the models additional properties
* [swift5][client] update sample projects
* [swift5][client] format code
* [swift5][client] format code
* [swift5][client] format code
* [swift5][client] update docs
2021-05-15 15:46:32 +08:00
William Cheng
702e274659
update samples
2021-05-13 18:51:38 +08:00
William Cheng
5e29d61639
Merge remote-tracking branch 'origin/master' into 6.0.x
2021-05-13 18:44:58 +08:00
William Cheng
ecedd28e4e
better code format ( #9463 )
2021-05-13 17:32:00 +08:00
Yusuke Hosonuma
44efb7a3f6
[python][flask] specify flask version 1.1.2 ( #9471 )
2021-05-13 17:28:47 +08:00
Sheldon Young
f9cd80deed
[scala-sttp] Bump minor versions of libraries, SBT and Scala ( #9356 )
2021-05-12 21:29:51 +08:00
Sheldon Young
be06541b47
[scala-sttp] Compilation failed when URI parameter name is not camelCase, fixes #9345 ( #9354 )
2021-05-12 21:16:27 +08:00
Bruno Coelho
c4c15cecb6
[kotlin][client] add sample for parcelizeModels ( #9394 )
2021-05-12 20:56:03 +08:00
William Cheng
456023b77c
Update erlang-server dependencies ( #9414 )
...
* update erlang-server dependencies
* reenable erlang-server test
* test with 2.7.0
* use only cowboy
* comment out erlang server test
2021-05-12 17:08:59 +08:00
gbmarc1
c966b5fe1f
[python] readonly constructors ( #9409 )
...
* readonly
* other tests
* doc
* python samples
* model utils
2021-05-10 18:41:26 -07:00
Kuzma
686b2110e6
[BUG] [typescript] Duplicate parameter's names (rename options to _options and config to _config) ( #9428 )
...
* rename options to _options and config to _config
* add samples
2021-05-10 19:52:58 +02:00
Bruno Coelho
3173e0b1d3
[kotlin][client] improve docs ( #9393 )
2021-05-10 20:42:13 +08:00
William Cheng
a63912ee1e
add --allow-different-user ( #9439 )
2021-05-10 20:23:38 +08:00
William Cheng
85ff15ac8a
update samples
2021-05-10 19:05:02 +08:00
Guillaume TOURBIER
808c0b03bd
feat: add access to webclient and webclientBuilder ( #9329 )
...
* feat: add access to webclient and webclientBuilder
fix : #8602
* docs: add params for webclient & builder
2021-05-10 19:02:36 +08:00
William Cheng
4bb5c8ae0f
better code format, update samples ( #9438 )
2021-05-10 18:26:23 +08:00
Yusuke Hosonuma
1751aa7272
[crystal][client] some fix and minor improvement ( #9416 )
...
* [crystal][client] remove redundant include JSON::Serializable
* [crystal][client] fix syntax error
* [crystal][client] fix shard name
* [crystal][client] add 'require "json"'
* [crystal][client] update sample projects
2021-05-10 16:17:49 +08:00
Mark Nevill
ae2423e64a
[Bash] Fix matching of header parameters ( #9370 )
2021-05-10 16:11:13 +08:00
Kyle Kelly
a98cb97f91
[Javascript-Flowtyped] Handle joining uniqueItems in api template ( #9417 )
...
* Add handling for casting uniqueItems from Set to Arrays so they can be properly joined
* Fix mixed-indent lines
2021-05-10 16:10:24 +08:00
Adi1231234
1961c661f3
upgrade dart generator dependencies ( #9392 )
...
* upgrade intl package
* upgrade http package and change url to uri
* update petstore sample
* update pubspec files
* upgrade http dependency
* upgrade dev dependencies
* update json_serializable and test
* delete nullable - deprecated on json_serializable 4.1.1
* fixed NNBD issue
* change test version
2021-05-10 16:07:03 +08:00