William Cheng
71a8e0afda
Add sponsorship message in C generator ( #8649 )
...
* update c generator sponsorship message
* add powerofcreation
2021-02-09 21:49:49 +08:00
Kaijia Feng
df1df5c5df
Minor fix for typescript-nestjs ( #8654 )
2021-02-09 13:42:27 +01:00
Reinhard-PTV
6fdd8ea3da
Fixed serialization of date-time query parameters. ( #8616 )
2021-02-08 23:03:29 +08:00
basyskom-dege
578420cfa9
Finished paramter styling(query,path,header,cookie) ( #8587 )
2021-02-08 20:21:53 +08:00
Reinhard-PTV
df107e2244
Do not use context timezone. ( #8614 )
2021-02-08 19:25:58 +08:00
William Cheng
1bff357958
Fix HTTP Signing authentication in C# .net 5 client ( #8645 )
...
* fix issues with http signing in .net 5
* add new files
* remove comment from yaml
2021-02-08 19:22:09 +08:00
William Cheng
e4b31b7601
add sponsorship message in swift5 generator ( #8643 )
2021-02-08 19:06:19 +08:00
Jamie Gaskins
d4c76df79f
Fix syntax errors and method calls in code generated by Crystal client generator ( #8644 )
...
* Fix string interpolation
* Fix syntax error and s/include\?/includes\?/
* Fix more `.include?` and `.key?` calls
* update samples
Co-authored-by: William Cheng <wing328hk@gmail.com>
2021-02-08 19:02:55 +08:00
kalinjul
d57aa95b80
Replace deprecated import for kotlin Parcelize annotation ( #8590 )
...
* replace deprecated import
* update kotlin version to 1.4.20, add kotlin-parcelize plugin
* update samples to gradle 6.8.1
* Revert "update samples to gradle 6.8.1"
This reverts commit 2f9bbe804f370eaf7a8d83edf51b7b2e2ccf74c3.
* Revert "update kotlin version to 1.4.20, add kotlin-parcelize plugin"
This reverts commit 5063141c0c91205538e8bda59671d4a9b31da2ff.
* Add kotlin-parcelize plugin for kotlin-client
2021-02-08 13:31:21 +08:00
Troy P
75b987104b
[JS] the replace statement in parseDate is too greedy ( #8632 ) ( #8633 )
...
* updated the regex used in the String.replace for parseDate() to more precisely target ISO-8601
* added the replace function call to the ES6 mustache file
2021-02-08 13:27:59 +08:00
cal
ef9e8b7181
refactor: erefactor/AutoRefactor - Annotation ( #8544 )
...
AutoRefactor cleanup 'AnnotationCleanUp' applied by erefactor:
Simplifies annotation uses:
- empty parentheses will be removed from annotations,
- single members named "value" will be removed from annotations and
only the value will be left.
For AutoRefactor see https://github.com/JnRouvignac/AutoRefactor
For erefactor see https://github.com/cal101/erefactor
2021-02-08 11:50:21 +08:00
Stephane Carrez
a06af89be9
Fix #8640 : [BUG] [Ada] Server skeleton does not compile when an operation has no parameter ( #8641 )
...
- add missing 'use Swagger.Streams;' clause
- add Style_Checks pragma to fix style compilation warnings in generated Ada code
- fix spurious spaces in licence headers that cause Ada style compilation warning
- update the default GNAT project config
2021-02-08 11:20:15 +08:00
Benjamin Klatt
c5ddf463c4
FIX #8583 [BUG][JAVA] AbstractOpenApiSchema package ( #8635 )
...
Fixed package declaration in AbstractOpenApiSchema.mustache template
2021-02-08 10:33:57 +08:00
William Cheng
64097ea139
remove release tag
2021-02-06 20:17:58 +08:00
William Cheng
8025e5fe7b
update readme
2021-02-06 18:52:09 +08:00
William Cheng
07a4c7b5bf
fix meta-codegen pom.xml
2021-02-06 17:58:59 +08:00
William Cheng
3e81876e2c
Merge remote-tracking branch 'origin/master' into 5.1.x
2021-02-06 17:52:32 +08:00
William Cheng
c7fcb39a2d
Prepare v5.0.1 release ( #8627 )
...
* release 5.0.1
* update samples
v5.0.1
2021-02-06 16:37:22 +08:00
William Cheng
21d7330aea
update samples
2021-02-06 14:55:43 +08:00
Žilvinas Urbonas
90e25f6f4c
[BUG][Python] init access token for python client configuration ( #7469 )
...
* fix: init access token for python client configuration
* fix: remove duplicate initializations for access_token
2021-02-05 13:09:53 -08:00
Ryan Cloherty
4c3820f66f
Fixed incorrect link ( #8626 )
...
The link to the Gradle plugin linked to the Maven plugin. I've pointed the link in the right direction.
2021-02-05 23:54:56 +08:00
William Cheng
c33b5a66e7
minor fixes to ts nestjs generator ( #8622 )
2021-02-05 19:45:10 +08:00
William Cheng
e6cee8eb71
Mark java-vertx as deprecated ( #8609 )
...
* mark java-vert as deprecated
* update, clean up samples
* remove entrites related to java-vertx
2021-02-04 16:36:55 +08:00
William Cheng
19eaf73205
update README with new generators
2021-02-04 15:03:11 +08:00
William Cheng
b7ee885805
[C#][netcore] fix binary response ( #8593 )
...
* fix binary response
* update test file hash
2021-02-04 11:01:44 +08:00
William Cheng
a5ac2ee1a3
remove import as already stated in the installation instruction ( #8608 )
2021-02-04 10:50:43 +08:00
Aanisha Mishra
d869544ce1
[Go][Client] Secret key content string in http signing support ( #8570 )
...
* accept private key content string
* sample update
* Add comments to new methods
* update samples with comments
* Update modules/openapi-generator/src/main/resources/go/signing.mustache
Co-authored-by: Jiri Kuncar <jiri.kuncar@gmail.com>
* Update modules/openapi-generator/src/main/resources/go/signing.mustache
Co-authored-by: Jiri Kuncar <jiri.kuncar@gmail.com>
* Update signing.mustache
* update sample comments
* Update modules/openapi-generator/src/main/resources/go/signing.mustache
Co-authored-by: Sebastien Rosset <serosset@cisco.com>
* Update modules/openapi-generator/src/main/resources/go/signing.mustache
Co-authored-by: Sebastien Rosset <serosset@cisco.com>
* update empty checks for privateKey
Co-authored-by: Vikrant Balyan <vvb@users.noreply.github.com>
Co-authored-by: Jiri Kuncar <jiri.kuncar@gmail.com>
Co-authored-by: Sebastien Rosset <serosset@cisco.com>
2021-02-04 10:33:17 +08:00
William Cheng
d7bdd7f490
Fix TS tests in Travis CI ( #8607 )
...
* remove npm test
* remove npm test
* rearrange tests
* move ts axios tests to circleci
* Revert "move ts axios tests to circleci"
This reverts commit 356f795617d50125c15acc815e68899ff0bd35fa.
* add moduleResolution: node
* update tsconfig.json
* add axios installation
* install builds/with-npm-version
* update samples
2021-02-04 09:17:45 +08:00
William Cheng
6fa586635b
fix logo
2021-02-03 17:20:37 +08:00
Bruno Coelho
45fc02350b
[kotlin] fix Date types usages ( #8594 )
...
* [kotlin] fix Date types usages
2021-02-02 20:55:51 -05:00
Jens Oberender
b78d4fce6a
Upgraded dependency versions in okhttp generator. ( #8604 )
...
Co-authored-by: Jens Oberender <burberius@users.noreply.github.com>
2021-02-02 20:45:09 -05:00
William Cheng
0fdb003e57
update samples
2021-02-02 22:16:35 +08:00
William Cheng
2c457a458e
Merge remote-tracking branch 'origin/5.1.x' into 6.0.x
2021-02-02 21:43:53 +08:00
William Cheng
ca225e4827
update samples
2021-02-02 21:15:02 +08:00
William Cheng
5b99d8724c
Merge remote-tracking branch 'origin/master' into 5.1.x
2021-02-02 21:04:15 +08:00
Peter Leibiger
1b440e191c
[dart-dio] Improve API & API-Client field initialization ( #8589 )
2021-02-02 18:46:51 +08:00
Peter Leibiger
769b0e0e38
[feature][dart] Add support for uniqueItems/sets ( #8375 )
...
* [dart][dart-dio] Add support for set types
* copy `uniqueItems` usage from 2.0 fake spec to `3.0`
* add support for sets in parameters, responses and properties
* Regenerate all other samples
* Fix broken tests due to invalid cast
* Update documentation
* Regenerate samples
* update samples
Co-authored-by: William Cheng <wing328hk@gmail.com>
2021-02-02 18:42:45 +08:00
William Cheng
f01ee4a8d2
Add a link to presentation at Open Source Summit Japan 2020 ( #8596 )
...
* Add a link to presentation at Open Source Summit Japan 2020
* rearrange
2021-02-02 15:37:40 +08:00
William Cheng
1baec57de8
remove old script reference in readme ( #8595 )
2021-02-02 11:47:13 +08:00
Peter Leibiger
26f21bb6a0
[dart-dio] Add missing isRedirect parameter to response ( #8588 )
2021-02-01 22:29:20 +08:00
William Cheng
19f21acd85
Fix handling of 1xx and 3xx in Rust Reqwest ( #8574 )
...
* Remove redundant Rust use statement
* Return errors only for 4xx and 5xx in Rust reqwest
Since 1xx and 3xx are perfectly valid status codes the client might
need to handle.
see: https://docs.rs/reqwest/0.11.0/reqwest/struct.StatusCode.html#method.is_informational
* Regenerate samples
Co-authored-by: Gabriel Féron <feron.gabriel@gmail.com>
2021-02-01 16:29:01 +08:00
Pe-te
c12f6041f7
Added 'hash' to objcReservedWords ( #8582 )
...
Fix for https://github.com/OpenAPITools/openapi-generator/issues/7991
2021-02-01 13:31:30 +08:00
William Cheng
6dee98784a
Fix auto-generated R doc ( #8584 )
...
* fix auto-generated R doc
* better example for enum value
2021-02-01 13:30:31 +08:00
William Cheng
d36ce1225d
Add @kannkyo to JMeter tech committee ( #8585 )
...
* Add @kannkyo to JMeter tech committee
* rearrange
2021-01-31 15:09:07 +08:00
William Cheng
370d0e82f8
update samples
2021-01-31 14:27:46 +08:00
Matthew Dowdell
b4154be8d0
[Rust Server] Add support for Bearer token authentication ( #7840 )
...
* [rust-server] Add support for Bearer auth
- Added bearer auth to the security features for rust server
- Supplemented the basic auth condition in the context template to handled basic auth and bearer auth separately.
- Repurpose an exising sample to confirm the code generation works as expected.
* Update docs
* Update readme for bearer tokens
2021-01-30 12:07:46 +00:00
Richard Whitehouse
4ea4ceb0ff
[Rust Server] Serializable responses ( #8516 )
...
* [Rust Server] Make responses serializable
* Update samples
2021-01-30 11:49:42 +00:00
Richard Whitehouse
c15a4375e2
[Rust Server] Cargo Metadata Configuration ( #8519 )
...
* [Rust Server] Support Cargo Metadata Configuration
This adds support for publish, repository, documentation and homepage metadata.
* [Rust Server] Test Cargo Metadata configuration
2021-01-30 11:49:18 +00:00
Igor Sirotin
328cadb070
[Qt5][C++] Fixed QByteArray::toUtf8 with FILE as request body. Included <stdexcept>. ( #8550 )
...
* Multiple cpp-qt5-client bugfixes.
* Added '#include <stdexcept>' where std::runtime_error is used
* Fixed request with FILE body: QByteArray doesn't have ::toUtf8()
* Updated related samples
* Fixed isByteArray section
* updated docs
* Docs changes reverted
2021-01-30 11:35:52 +08:00
Peter Leibiger
5135967c91
[dart] Fix typo added in 57126a19 ( #8581 )
2021-01-30 11:32:33 +08:00