Yuriy Belenko
d65bf8d1a6
[php-slim4] Partial generation ( #11069 )
...
* Update tests folder
I forgot to update tests folder in latest PR. Fixing my mistake.
* Implement part generation
2021-12-17 16:11:06 +08:00
Yuriy Belenko
7dbcac3b6c
[php-slim4] Switch to Packaged Body Parsing Middleware ( #9562 )
...
* Remove custom JSON parsing middleware
* Enable packaged Body Parsing Middleware
Ref:
https://www.slimframework.com/docs/v4/middleware/body-parsing.html
* Refresh samples
2021-12-17 15:24:21 +08:00
Hui Yu
490377c7b0
[C][Client] Support custom data type e.g.IntOrString ( #11074 )
2021-12-17 13:01:37 +08:00
Michael Brügmann
1e3dd1f7c8
[Swift5] replace special characters in Swift enum var name ( #11131 )
...
* replace replaceSpecialCharacters in enum var names
* test special characters in enum var names
* ./bin/utils/export_docs_generators.sh
* bring back replacement check for whole string
* Revert "./bin/utils/export_docs_generators.sh"
This reverts commit 63dfd33dd309739831d4f833f29817b28bdb45fe.
Co-authored-by: Michael Brügmann <mail@michael-bruegmann.de>
2021-12-17 12:14:20 +08:00
Tal Kirshboim
acadba4bfb
Declare Kotlin API classes as open ( #11129 )
2021-12-17 12:12:47 +08:00
Josh Burton
6f6d4f8c02
[dart-dio-next] Removes dioLibrary option ( #10931 )
...
As there is no longer a fork of the dio library this option can be removed
2021-12-17 10:36:42 +08:00
Samuel Nelson
80d1eedc20
Fix deprecation issue since akka-http 2.6 ( #11048 )
2021-12-17 10:20:26 +08:00
Bruno Coelho
42d635b463
[swift5][client] improve code formatting ( #11124 )
...
* [swift][client] improve code formatting with multiple response as
* [kotlin][vertx] update sample project
2021-12-17 10:19:41 +08:00
Mostafa Moradian
fedc54af9a
[K6 Generator] various enhancements (request body example data extraction, support for generating scenario tests and load tests out of the box, and much more) ( #11106 )
...
* Further K6 OpenAPI generator enhancements
* request body example data extraction
* request grouping and ordering
* response visibility
* request data extraction for chaining requests
Signed-off-by: Michael H. Siemaszko <mhs@into.software>
* Further K6 OpenAPI generator enhancements
- regenerated samples
Signed-off-by: Michael H. Siemaszko <mhs@into.software>
* Fix suggested changes by linter
* Fix extra spaces in the template
* Log exception
* Rename function signature to camelCase
* Address comments on Big-O
* Move declaration of variable near the usage
* Add config file for generating k6 script
* Regenerate k6 script
* Regenerate samples
* Fix predicate
* Fix missing import
Co-authored-by: Michael H. Siemaszko <mhs@into.software>
2021-12-17 10:18:10 +08:00
dependabot[bot]
94e3ae10fd
Bump actions/upload-artifact from 2.2.4 to 2.3.1 ( #11136 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2.2.4 to 2.3.1.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2.2.4...v2.3.1 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-17 10:14:41 +08:00
dependabot[bot]
2e08c5f403
Bump actions/download-artifact from 2.0.10 to 2.1.0 ( #11066 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 2.0.10 to 2.1.0.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v2.0.10...v2.1.0 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-17 10:14:29 +08:00
Tomáš Čermák
9b65513bb1
[Protobuf-Schema] Namespace updates ( #11115 )
...
* [Protobuf-Schema] Namespace updates
* [Protobuf-Schema] Petstore sample updated
2021-12-17 10:12:11 +08:00
agilob
ebb69147a5
Forbid using standard streams in archunit ( #11130 )
2021-12-17 10:11:36 +08:00
William Cheng
c27ddc67fe
show error when schema in discriminator mapping is undefined ( #11127 )
2021-12-15 22:18:39 +08:00
William Cheng
27e6d08be4
skip okhttp-gson-nextgen ci test
2021-12-15 17:47:20 +08:00
William Cheng
b2daa5a836
update jackson-databind-nullable to 0.2.2 ( #11121 )
2021-12-15 11:41:16 +08:00
Tal Kirshboim
3eb0465ec4
Update samples ( #11119 )
2021-12-15 11:38:10 +08:00
William Cheng
e5d58a35a2
update dependencies to newer versions (java) ( #11116 )
2021-12-14 18:32:37 +08:00
William Cheng
8ef49bbaa2
re-enable cpp-qt test in travis ci
2021-12-14 18:24:21 +08:00
basyskom-dege
8fbd11073a
[QT][C++]fixed integration test for Oauth ( #10921 )
...
* fixed missing package, fixed namespace issues
* using older function to check if token is valid
* using time.h to check if token is valid
2021-12-14 18:23:18 +08:00
Bruno Coelho
eb224db540
[kotlin][client] remove old Date usage ( #11082 )
...
* [kotlin][client] remove old Date usage
* [kotlin][client] remove old Date usage
2021-12-14 16:03:12 +08:00
Bruno Coelho
5416e92d19
[swift5][client] add support for async/await in iOS 13 and above ( #11109 )
2021-12-14 15:58:19 +08:00
Tomáš Čermák
d5979d3180
[Protobuf-Schema] Added nullable ( #11073 )
2021-12-14 15:44:22 +08:00
William Cheng
fbb61658df
[kotlin][client] rename ApiInfrastructureResponse to ApiResponse ( #11094 )
...
* rename ApiInfrastructureResponse to ApiResponse
* mark ApiResponse as reserved word
* update samples, docs
* fix typo
2021-12-12 16:32:08 +08:00
Bruno Coelho
3247903caa
[kotlin][client] update request exceptions ( #11065 )
2021-12-11 21:48:59 +08:00
Guus Bloemsma
0236f84c11
[kotlin-client] Allowing vendor types for json ( #10758 )
...
* Using the first serializable 'consumes' mediaType
Using all deserializable 'produces' mediaTypes
Matching json vendor types as json
* updating the generated samples
2021-12-11 21:48:00 +08:00
Justin Black
cee5f75912
Feat adds content and header properties to CodegenResponse ( #11046 )
...
* Adds responseHeaders to codegenResponse
* Sets response headers in codegenResponse
* Samples updated
* Adds test of response headers
* Adds content to CodegenResponse
* Sets codegenResponse content
* Tests added, test content-data.yaml spec update
* Adds mediaTypeSchemaSuffix input to getContent
* Tests updated
* Updates how response content schema names are set
* Adds missing Locale to String.format invocations
2021-12-10 13:49:29 -08:00
Deniz Dogan
c94d2b2331
[swift5] Fix missing case for FormDataEncoding#encode ( #11064 )
...
Fixes #11062
2021-12-10 14:08:32 +08:00
William Cheng
550c0781dc
[okhttp-gson-next-gen] new option for error object ( #10995 )
...
* add error body and type to api exception class
* add option to specify error object
* add option, update api doc with better error handling
* update samples
* update doc
2021-12-10 02:08:17 +08:00
Tomasz Prus
b755ae288a
[Python] Add option to select/detect content-type. ( #10978 )
...
* [Python] Add option to select/detect content-type.
* Regenerate samples after rebase.
* Update samples.
* test: fix assertion
2021-12-08 13:15:26 -08:00
Justin Black
347b75a024
Fixes paramName and dataType for request body anyType parameters ( #11075 )
...
* Adds request body of any type
* Fixes param dataType, paramName, and baseName
* Uses updateRequestBodyForPrimitiveType as the else case for anyType request bodies like the code used to do
* Samples updated
* Samples regenerated
2021-12-08 13:03:08 -08:00
Bruno Coelho
c941044701
[swift5][client] allow request cancellation and authentication flow to work together ( #11019 )
...
* [swift5][client] allow request cancellation and authentication flow to work together
* [swift5][client] allow request cancellation and authentication flow to work together
* [swift5][client] rename OpenAPIRequestCancellable to RequestTask
* [swift5][client] rename OpenAPIRequestCancellable to RequestTask
2021-12-09 01:07:49 +08:00
William Cheng
2ff6f833e2
add more tests for oneOf ( #11068 )
2021-12-08 09:39:42 +08:00
William Cheng
a489a2e828
[java][okhttp-gson-next-gen] better error message in oneOf/anyOf ( #11059 )
...
* better error message
* update tests
2021-12-07 21:38:54 +08:00
William Cheng
192126be6b
[java][okhttp-gson-next-gen] fix serialization, add tests ( #11057 )
...
* fix serialization, add tests
* add new files
2021-12-07 16:22:46 +08:00
William Cheng
000a18d3b9
[java][okhttp-gson-nextgen] Better null handling in oneOf, anyOf model ( #11056 )
...
* better null handling in oneOf model
* update anyof with better null handling
* add null test
2021-12-07 15:11:06 +08:00
William Cheng
0eec937845
update samples
2021-12-07 00:28:43 +08:00
William Cheng
e00efe7c8d
Merge remote-tracking branch 'origin/5.4.x' into 6.0.x
2021-12-07 00:12:13 +08:00
William Cheng
676da0e778
update samples
2021-12-07 00:11:40 +08:00
William Cheng
2b7910c875
Merge remote-tracking branch 'origin/master' into 5.4.x
2021-12-06 23:57:07 +08:00
William Cheng
95377f68bf
[C#][functions] minor improvements. ( #11034 )
...
* better code format
* mark generator as beta
* update readme
* minor code format change
* remove docs
* add Docs
* remove docs
* add back docs
* mv yaml
2021-12-06 23:18:48 +08:00
William Cheng
5a62ae6628
Add links to blog posts, remove nmuesch remove java tech comm ( #11040 )
...
* add links to blog posts, remove nmuesch remove java tech comm
* fix link
2021-12-05 17:58:55 +08:00
William Cheng
5451b77d42
[CodegenResponse] various enhancements and bug fixes ( #10984 )
...
* add more response tests, fix simpleType
* samples update
* replace simpleType with containerType
* update doc template
* fix typo in mustache tag
2021-12-05 17:43:17 +08:00
Yuriy Belenko
186842ea19
[php-slim4] Bump required PHP version to 7.4 ( #11039 )
...
* Change minimum PHP version to 7.4
* Refresh samples
2021-12-05 15:47:12 +08:00
Alexey Makhrov
03b4ac736f
[typescript-angular] taggedUnions=true: Support recursive schemas ( #11016 )
...
* typescript-angular: taggedUnions=true: Preserve import to the parent model from the child
if the child property has a direct reference to it
* Fix javadoc
2021-12-04 17:43:52 +01:00
WILLIAM CHENG
96ee13bbb2
replace tab with spaces
2021-12-04 14:43:32 +08:00
Peter Leibiger
ecddd4cff1
[dart][dio][built_value] Fix missing serializer factory builders for additionalProperties ( #11011 )
...
Refactor the addition of custom serializer factories.
2021-12-04 14:32:36 +08:00
Peter Leibiger
85985e8bfb
[dart][dio] Fix int64 based enums not correctly generated ( #11014 )
2021-12-04 14:31:55 +08:00
WILLIAM CHENG
86e549697e
Merge branch 'master' of https://github.com/OpenAPITools/openapi-generator
2021-12-04 13:18:38 +08:00
WILLIAM CHENG
1799e9cd12
update doc
2021-12-04 13:18:29 +08:00