William Cheng
45e6accf99
remove HTTPSigningConfiguration.cs
2020-10-13 13:28:55 +08:00
William Cheng
a5083398de
fix warning, remove trailing spaces ( #7659 )
2020-10-13 10:32:43 +08:00
Justin Black
0cfe02348b
Unifies naming for isMap in Schema class properties ( #7640 )
...
* Updates isMapModel + isMapContainer -> isMap
* Removes git conflict characters
2020-10-12 09:12:37 -07:00
William Cheng
f8a71cab5c
convert fromjson to static method ( #7650 )
2020-10-12 15:25:37 +08:00
William Cheng
b208a311db
[C#][netcore] Rename HTTPSigningConfiguration.cs to HttpSigningConfiguration.cs ( #7630 )
...
* rename HTTPSigningConfiguration.cs to HttpSigningConfiguration.cs
* update samples
* minor change
2020-10-11 12:25:38 +08:00
agilob
25d10bb6cc
[dart] Move dart-dio to sit with other dart configs ( #7593 )
...
* Move dart-dio to other dart configs
* Run ./bin/generate-samples.sh
2020-10-10 18:22:52 +08:00
William Cheng
4acc8eab45
[C#][netcore] Add discriminator support to oneOf lookup ( #7626 )
...
* add discriminator support to oneOf lookup
* fix type check, removed unused code
* fix type check
* add options
* setLegacyDiscriminatorBehavior
* fix typo
* replace break with return
* use packageName
2020-10-10 18:20:30 +08:00
William Cheng
931c4e361f
update samples
2020-10-10 17:10:32 +08:00
Michael Ramstein
242f648379
[Elixir] Fixes Typespec for multiple return definitions ( #7604 )
...
* Respects multiple responses during typespec generation
* Generate Samples
2020-10-10 11:18:04 +08:00
Noor Dawod
2984497731
Upgrade Dart2 template to advertised best-practices, plenty of additions too. ( #7585 )
...
* Updated Dart2 template.
* Generated Petstore client code for Dart2.
* Use double-quotes instead of single-quotes, to be consistent with output of Dart generator.
* Updated Petstore samples.
* Wrap few more places with triple curly parentheses.
* Generated Petstore files.
* Revert to using single quotes, fix Java generator too.
* Generated Petstore files.
* Lower case the content type value.
* Only lower-case content type when checking its value.
* Generated files from running "./bin/utils/ensure-up-to-date".
* Remove outdated comments for Dart1.
* Regenerate Petstore samples for Dart.
* Added a new option "pubLibrary".
* Added support for (de)serializing a DateTime into an epoch value.
* Make client variable a getter/setter, adjust docs.
* Fixed a small error in class template.
* Fix Dart documentation in API classes.
* Simplify test in HTTP Basic auth, remove unused lint rule.
2020-10-10 11:08:58 +08:00
Ghufran Zahidi
c6ab073a29
Fixed the empty string issue when server returns null ( #7633 )
2020-10-10 10:15:58 +08:00
Maksym Melnychok
8416fff568
[python-experimental] implement in
operator for model classes ( #7637 )
...
* implement operator for model classes
* refresh samples
2020-10-09 10:38:15 -07:00
Michael Ramstein
690be29f4b
[Elixir] Fixes optional body mapping ( #7606 )
...
* Fixes optional body issue
* Generate Samples
2020-10-09 17:21:35 +08:00
William Cheng
fe31b9e2ce
java jersey2: remove trailing whitespaces ( #7632 )
2020-10-09 17:11:23 +08:00
Lukáš Vasek
157c01d031
Fix scopes generation for multiple oauth flows ( #7615 )
...
* Fixed generation of oauth2 scopes for multiple oauth2 flows
* Fixed locale in string format
Co-authored-by: Jim Schubert <james.schubert@gmail.com>
2020-10-08 23:15:58 -04:00
William Cheng
3d36d491df
replace tab with spaces ( #7625 )
2020-10-08 23:00:36 +08:00
William Cheng
001533fa63
fix warnings in HTTPSigningConfiguration ( #7628 )
2020-10-08 22:58:59 +08:00
William Cheng
a1c8e248e7
[C#][netcore] Add oneOf support to C# .NET Core client ( #7607 )
...
* add oneOf support to c# netcore
* add oneof support to c# netcore client
* update samples
* remove unused file
* add oneof support to response in api client
* add oneof support to serialize
* update samples
* fix actual instance, add more tests
* fix oneof handling in api client
* update tests
2020-10-08 15:46:36 +08:00
Rocky Warren
8d0053fa9f
[typescript-axios]: Only call JSON.stringify
on JSON request bodies ( #7580 )
...
* [typescript-axios]: Only serialize JSON request bodies
* Remove Regex and instead add a method in Configuration class
* Update samples
2020-10-08 08:15:42 +02:00
William Cheng
d8ba49b267
default OverrideSpecifiedNames to false ( #7583 )
2020-10-07 15:54:00 +08:00
Dalibor Karlović
b1da09625d
[PHP] Small tweaks for php generator, PHPStan level 1 ( #7528 )
...
* Small tweaks for php generator, PHPStan level 1
Co-authored-by: Yuriy Belenko <yura-bely@mail.ru>
2020-10-07 09:21:24 +03:00
Tomohiro Suwa
08a1bdcb57
[Ruby] Feature/ruby client build from hash nullable array ( #7609 )
...
* Ruby Client: nullable build_from_hash for array type
* Genearte samples with 8217ecaeb
2020-10-07 02:14:56 +09:00
Hippolyte HENRY
cad0161f7e
[ruby] fix default value for referenced schemas and enums ( #7611 )
...
* [ruby] fix default value for referenced schemas and enums
* generate samples
2020-10-07 01:27:41 +09:00
henryh-force
e9c6d65f2d
Updated keywords to be aligned with website https://developer.salesfo … ( #7522 )
...
* Updated keywords to be aligned with website https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_reserved_words.htm
* [samples] Regenerate
Co-authored-by: Jim Schubert <james.schubert@gmail.com>
2020-10-05 21:00:23 +08:00
agilob
61b543f03d
[Dart] Removal of deprecated Dart generators and generated code ( #7568 )
...
* Remove old dart generated code
* Remove uses of SUPPORT_DART2
* Remove dart1 only flag BROWSER_CLIENT
* Remove supportDart2 and browserClient from docs
* Revert removal of credits of dart(1)
* Update getHelp in dartcodegen
2020-10-04 16:21:08 +08:00
William Cheng
4bde3a12d1
[C#][netcore] Add IsRequired
to the model properties ( #7590 )
...
* add IsRequired to c# model properties
* add deserialization tests for pet
* revise test
2020-10-04 16:19:30 +08:00
Kuzma
4e5ecf271a
[Python] correct return types if multiple responses are defined ( #7427 )
...
* update python mustache templates
* bug fix
* rm response_type
* generated samples
* resolve conflict
* samples
* set None if a type is empty
* regenerated samples
2020-10-03 08:37:08 -07:00
William Cheng
a287c51b97
update default faraday versions ( #7538 )
2020-10-02 18:46:49 +08:00
Alexander Smaga
bb4e0c0058
[php][bug] Fix offsetGet in model generic to return offset rather than bool|null ( #7571 )
2020-10-01 22:15:05 -04:00
david1601
206f3f7238
[Java][Spring] Add Spring pagination with vendor extension x-spring-paginated ( #5022 )
...
Co-authored-by: Mathias Hinterndorfer <mathias.hinterndorfer@joyn-it.at>
Co-authored-by: Mathias Hinterndorfer <mathias.hinterndorfer@gmail.com>
Co-authored-by: Jim Schubert <james.schubert@gmail.com>
2020-10-01 21:32:22 -04:00
William Cheng
626481bb07
Add tests for serialization of special property names ( #7544 )
...
* add test for serialization of special propery name
* comment out os dependent test
2020-10-01 20:38:01 +08:00
William Cheng
b7f5265ae5
remove apache license in jaxrs, update samples ( #7553 )
2020-10-01 15:03:59 +08:00
William Cheng
4bf81a0263
update microprofile default license info file ( #7550 )
2020-09-30 16:46:24 +08:00
Slavek Kabrda
336521b464
[Python-experimental] Don't mandate passing in required value as argument ( #7424 )
...
* [Python-experimental] Don't mandate passing in required value as argument
* Remove usage of have_value
* Address additional review comments
* Fix tests according to the code change
* Does not set None as value initial value, removes hasRequired tag usage, updates docstring
Co-authored-by: Justin Black <justin.a.black@gmail.com>
2020-09-29 10:56:52 -07:00
Jeff Shantz
b8de51f2fd
Update RetryConfiguration.mustache ( #7495 )
...
* Update RetryConfiguration.mustache
Use Policy<> instead of RetryPolicy<> to allow for use of wrapped policies.
* update samples
Co-authored-by: William Cheng <wing328hk@gmail.com>
2020-09-29 22:42:58 +08:00
Jakub Surdej
2d30714d5e
Allow auth.accessToken to be either function or string ( #7484 )
2020-09-29 10:56:38 +02:00
William Cheng
d7dfcc20c0
Add server URL without variables to the test spec ( #7517 )
...
* add server url without variables to the test spec
* fix php tests
* fix tests
* fix assertion
2020-09-28 22:06:42 +08:00
Francesco Marini
785cbbbb63
[Swift5][URLSession] Fix handling of customHeaders between retries ( #7527 )
...
* fix: correct handling of customHeaders
Problem: custom headers could be overwritten between
request retries following, e.g. a token refresh ( for example,
while implementing @4brunu refresh code :
https://github.com/OpenAPITools/openapi-generator/issues/5462#issuecomment-592417371 ).
A simple reordering of the modifiedRequest headers construction
solves the problem.
* fix: correct PetStore samples implementation [PR#7527]
Co-authored-by: Franz Marini <f.marini@opengate.biz>
2020-09-28 21:46:47 +08:00
William Cheng
8b39335859
fix php test using getter ( #7525 )
2020-09-28 16:09:09 +08:00
William Cheng
7a98580f45
Merge branch 'master' of https://github.com/openapitools/openapi-generator
2020-09-28 09:35:24 +08:00
William Cheng
b72d5ca81e
comment out php test to fix travis failure
2020-09-28 09:29:36 +08:00
henryh-force
ec815ca33a
[Apex] better handling of different content-type in the response ( #7515 )
...
* PR7500
* update samples
Co-authored-by: William Cheng <wing328hk@gmail.com>
2020-09-27 21:10:14 +08:00
Dalibor Karlović
2c59f1dc8c
[php] Small tweaks for php generator ( #7376 )
2020-09-27 12:42:51 +03:00
Grigory Entin
a5ee2e0454
[Swift5] Fixed spelling for promise
. ( #7516 )
2020-09-27 16:13:21 +08:00
Hui Yu
f608803a40
[C][Client]Support data callback function ( #7467 )
2020-09-25 20:34:17 +08:00
翠 / green
9ace82ae14
[typescript-axios] replace optional chaining ( #7476 )
...
To avoid requiring TypeScript above 3.7.2.
refs #7455
2020-09-25 14:27:29 +02:00
翠 / green
5472943134
[typescript-axios] fix refining query
( #7475 )
2020-09-25 14:01:04 +02:00
Ghufran Zahidi
d6bfecf2ef
[powershell] Updated the Api doc with httpsiging script snippet. ( #7499 )
...
* Added the httpsigning code snippet for api doc
* Updated the sample
* update samples
Co-authored-by: William Cheng <wing328hk@gmail.com>
2020-09-25 16:54:14 +08:00
Hippolyte HENRY
9ba943318a
[go][client] Fix API docs example generation ( #7489 )
...
* [go][client] Fix API docs example
* Generate samples
2020-09-25 14:45:18 +08:00
William Cheng
596bbb9c58
Add option to set recursion limit ( #7491 )
...
* add option to set recursion limit
* fix test failure
* update doc
* add tests
* add missing import
* rename option to recursionLimit
2020-09-24 11:47:22 -07:00