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
William Cheng
85c43e731b
fix incorrect date in the readme
2021-05-10 15:15:07 +08:00
William Cheng
a0c3db1157
Merge branch '5.2.x'
2021-05-07 12:09:21 +08:00
William Cheng
cff2286d67
fix distribution
2021-05-07 10:29:38 +08:00
William Cheng
e9a62ab910
update readme
2021-05-07 10:19:19 +08:00
William Cheng
be214dc349
Merge remote-tracking branch 'origin/master' into 5.2.x
2021-05-07 10:15:12 +08:00
William Cheng
560bf7e080
v5.1.1 release ( #9421 )
v5.1.1
2021-05-07 09:57:19 +08:00
Luca Mazzanti
2f2e250ab2
[csharp-netcore][httpclient] Issues managing error statuses ( #9389 )
...
* [csharp-netcore] correct rawContent read
* [csharp-netcore] avoid deserialize result when in error
* [csharp-netcore] avoid aggregate exceptions
* Updated samples
* Updated samples
* Refactored PetApiTest
* Updated samples
* Fixed test issues
* reverted previous commit
2021-05-07 07:23:53 +08:00
Bruno Coelho
f4f4d5de0e
[kotlin][client] fix warning for non optional header parameter ( #9415 )
2021-05-07 00:26:22 +08:00
William Cheng
7703c923f9
update doc
2021-05-06 12:14:45 +08:00
Samuel Kahn
343d7eb712
[cpp-ue4] Improved retry system to use Unreal's FHttpRetrySystem ( #9382 )
...
* Revert "[cpp-ue4] Added the possibility to retry requests easily with AsyncRetry method on the response and SetAutoRetryCount on the request"
* [cpp-ue4] Improved retry system to use Unreal's FHttpRetrySystem
* [cpp-ue4] Updated style guide link
* update samples
Co-authored-by: William Cheng <wing328hk@gmail.com>
2021-05-06 11:26:07 +08:00
matt beary
32b2ea3291
Fixes #9398 : fix aspnet enum documentation ( #9404 )
2021-05-06 11:23:32 +08:00
matt beary
45d55f6b73
[aspnetcore] Fix incorrect logging messages ( #9405 )
...
* fix incorrect aspnetcore logging messages
* address comments from review
cleans up log messages
2021-05-06 10:46:06 +08:00
William Cheng
ec085713ce
[Erlang] migrate CI to drone.io ( #9406 )
...
* test erlang client, server in drone.io
* rearrange tests, add server folder
* comment out erlang server tests
2021-05-06 10:42:46 +08:00
Julian G
8f5639554e
[C++] [Pistache] Model validation, general overhaul ( #9251 )
...
* overhaul pistache templates
* fix function signature in model-source
return type now aligns with definition in model-header
* use default keyword for destructors
* generate pistache samples
* move bin/configs/other/cpp-pistache-server-cpp-pistache.yaml to bin/configs/cpp-pistache-server-cpp-pistache.yaml
* Only generate validation body if necessary
* generate pistache samples
2021-05-05 16:52:47 +08:00
shylacs
4d2b022619
Add VMware to users list ( #9388 )
...
* Add VMware to users list
LMK if I can provide the png for company logo. I tried uploading to img folder and could not.
* add logo, update readme
Co-authored-by: William Cheng <wing328hk@gmail.com>
2021-05-05 00:08:15 +08:00
Luca Mazzanti
e9fa936886
[csharp][netcore-httpclient] Refactor of constructors: removed obsolete attribute ( #9373 )
...
* Removed obsolete attribute on constructors without HttpClient prameter
* add clickable link in the tooltip
* update doc, add tests
Co-authored-by: William Cheng <wing328hk@gmail.com>
2021-05-04 23:58:20 +08:00
Stefan Wendt
d21743e9e5
[TypeScript-fetch] Fix issue 9360 ( #9362 )
...
* [TypeScript] Fix misplaced parentheses
* [TypeScript] Run PR relevant scripts
* [TypeScript] ensure up to date
* Revert "[TypeScript] ensure up to date"
This reverts commit 320ec45f
* Revert "[TypeScript] Run PR relevant scripts"
This reverts commit 23cda753
Co-authored-by: Stefan Wendt <stefan.wendt@isax.com>
2021-05-03 18:15:52 +02:00
Matthew
3da1999135
Fix typo in readme ( #9387 )
2021-05-03 22:45:55 +08:00
johnthagen
a88313c40c
[Python] Avoid DeprecationWarning in inspect.getargspec on Python 3 ( #9271 )
...
* Avoid DeprecationWarning in inspect.getargspec on Python 3
* Regenerate samples
2021-04-30 11:59:33 -07:00
ex0ns
ebc1d7bd95
[scala][akka] Update dependencies for scala 2.13 in scala-akka ( #8624 )
...
* [scala][akka] Update dependencies for scala 2.13
* Update pom.mustache to support multiple scala's version
* Update pom.xml
* Scala cross build 2.12 and 2.13
* Update version. Migrate to sbt
* Remove space
* Add pom.xml back
2021-04-29 18:51:30 +08:00
Anders Aaen Springborg
dbb42f9027
[BUG] new.sh fix generator type , issue #9320 ( #9321 )
...
* generation type on template dir path
* remove gen_type from template and resources
2021-04-29 18:23:13 +08:00
William Cheng
1c1c6b465f
[kotlin-server-deprecated] minor improvements ( #9367 )
...
* minor wording change
* remove samples
* remove yaml
2021-04-29 11:50:05 +08:00
William Cheng
18cdb36d3e
[Test] Migrate samples from 2.0 Spec to 3.0 spec ( #9347 )
...
* nim petstore to use 3.0 spec
* ktorm to use 3.0 spec
* update c petstore to use 3.0 spec
* Revert "update c petstore to use 3.0 spec"
This reverts commit a8ff0517bacc52fd9ac945f5812a8c12294fc410.
2021-04-29 10:23:55 +08:00
Rustam
ccbb78e1b2
Keep old Ktor server generator for backward compatibility ( #9365 )
2021-04-29 08:26:57 +08:00
William Cheng
5d946289ef
Bump OkHTTP dependency to latest in build.sbt ( #9361 )
2021-04-28 22:36:29 +08:00
Rustam
53398a0850
Ktor server upgrade ( #9088 )
...
* Update to new ktor version #9087
* Update doc #9087
* Cleanup #9087
2021-04-28 21:57:15 +08:00
William Cheng
b63d735312
update samples
2021-04-28 21:14:23 +08:00
William Cheng
3e58b0908c
Merge remote-tracking branch 'origin/5.2.x' into 6.0.x
2021-04-28 18:08:24 +08:00
William Cheng
73564bc046
update samples
2021-04-28 17:57:26 +08:00