devhl
1d01926af3
renamed standard2 to standard2.0
2024-03-23 21:48:52 -04:00
devhl
7720a6431e
renamed standard2 to standard2.0
2024-03-23 21:48:36 -04:00
devhl
9f3f51eeb6
moved OpenAPIClientCoreAndNet47
2024-03-23 21:47:42 -04:00
devhl
9d84fd7a92
moved OpenAPIClientCore
2024-03-23 21:46:58 -04:00
devhl
3e40459b4c
moved OpenAPIClient-unityWebRequest
2024-03-23 21:46:14 -04:00
devhl
19278f8ec9
moved OpenAPIClient-restsharp-name-parameter-mappings
2024-03-23 21:44:56 -04:00
devhl
a0460adb6d
moved OpenAPIClient-net48
2024-03-23 21:44:02 -04:00
devhl
894ed5d946
moved OpenAPIClient-net47
2024-03-23 21:43:12 -04:00
devhl
7befce6bc6
moved OpenAPIClient-net7.0-useDateTimeForDate
2024-03-23 21:40:35 -04:00
devhl
c8bfdc964e
moved OpenAPIClient-net5.0
2024-03-23 21:39:41 -04:00
devhl
3ba7d46885
moved OpenAPIClient-httpclient
2024-03-23 21:38:24 -04:00
devhl
adea1c413b
moved OpenAPIClient-ConditionalSerialization
2024-03-23 21:37:08 -04:00
devhl
a3711980b0
moved OpenAPIClient
2024-03-23 21:36:01 -04:00
devhl
a165e22662
moved OpenAPIClient-generichost-netstandard2.0
2024-03-23 21:31:34 -04:00
devhl
314aedab0b
moved OpenAPIClient-generichost-net7.0-useDateTimeForDate
2024-03-23 21:30:53 -04:00
devhl
7f75faea9d
moved OpenAPIClient-generichost-net6.0-nrt-useSourceGeneration
2024-03-23 21:30:17 -04:00
devhl
ba6b8d8f24
moved OpenAPIClient-generichost-net6.0-nrt
2024-03-23 21:29:41 -04:00
devhl
fc3b521b09
moved OpenAPIClient-generichost-net6.0
2024-03-23 21:29:05 -04:00
devhl
0caabded37
moved oneOf
2024-03-23 21:28:13 -04:00
devhl
377b28f524
moved anyOf
2024-03-23 21:27:47 -04:00
devhl
2e28e557f4
moved allOf
2024-03-23 21:27:13 -04:00
devhl
500aeada68
moved manual tests
2024-03-23 21:25:06 -04:00
devhl-labs
716a82f8bb
minor spacing change ( #18210 )
2024-03-23 13:01:58 +08:00
devhl-labs
da1187fc8d
[csharp] Fixes incorrect property name ( #18136 )
...
* moved camel case lambda
* renamed camel case lambda
* reverted unintended change
* fixed wrong property names
* restored accidental file deletion
* build samples
2024-03-18 13:02:26 +08:00
William Cheng
4ff7e0ec3f
Prepare 7.5.0 snapshot ( #18068 )
...
* Revert "7.4.0 release"
This reverts commit eda049348425171df772a7b9087cc97db718cfda.
* prepare 7.5.0 snapshot version
* update samples
* update doc
2024-03-11 11:10:52 +08:00
Ross Bender
cf2435f335
Add support for controlling output of OpenAPI Generator version in generated files ( #17952 )
...
* add initial openapi config and java generated files
* add java implementation for adding generator version
* regenerate sample client files
* remove tabs
* only show generated version if build info exists
* set build info for batch generation
* update generator doc for new global flag
* use existing property for generator version
* update templates to include generator version
* update templates for better generator version syntax
* revert undesired changes
* regenerate samples for openapi client
* update templates to correct formatting/newlines
* correct description text and add to usage doc
* add generator cli option for all codegen types
* use more concise version info; update existing codegens to support new prop
* correct wrong prop reference
* add initial test coverage for new prop
* update last (scala) templates with new prop
* update samples after upstream merge
* use consistent version output
* use better sample project id/name
* revert using option for generator version in templates
2024-03-09 15:52:08 +08:00
William Cheng
d4e10508cd
[C#] fix anyof, oneof mixed primitive object parse error ( #17986 )
...
* Update csharp oneOf and anyOf mustache templates to accept primitive, object, and array types when deserializing
Add bug openapi spec
Remove generated files
Add test endpoints
Generate base on spec
Remove issue spec as it is moved into sample test spec
Add back in number and int
Round trip anyOf/oneOf serialization tests
Generate classes with int/num types
Do through converter instead of object ctor
Regen models
Use convert methods
Regen models
Test data
Add enum
Remove enums
Regenned models
* update sha256
* use new spec
* skip tests
* update workflow
* fix
---------
Co-authored-by: Ruben Aguilar <ruben.aguilar@forgeglobal.com>
2024-02-29 16:05:08 +08:00
Anakael
1fbf7220ec
[CS] refactor: update github actions ( #17666 )
...
* feat: DateOnly for client
* fix: generated doc for csharp
* doc: fix generators README for csharp
* add DateOnly option for aspnet
* refactor: update csharp docs
* refactor: fix typo
* finish
* finish
* finish
* regenerate
* rebuild and regenerate
* fix build error
* finish
* revert path
* regenerate
* remove exceed samples
* regenerate
* add DateOnly to nullable
* remove obsolete file from list
* update test files list
* remove obsolete sample build
* revert manual tests
* revert samples to master and regenerate
* remove new samples
* remove eol
* remove eol
* add new specs
* try fix test
* update tests
* update files
* remove eol
* revert
* remove eol
* regenerate
* add net6+ support to aspnetcore
* add jobs
* update actions
* regenerate
* delete exceed file
* remove rexeg
2024-02-28 15:56:48 +08:00
Stefan
95377cded4
Fix typos 'the the'. ( #17897 )
2024-02-20 13:00:55 +08:00
Simon Podlipsky
1e9bccca16
feat: generate EOL in VERSION file ( #17829 )
...
The EOL is missing so let's add it in order to comply with POSIX standard:
Line
> A sequence of zero or more non- <newline> characters plus a terminating <newline> character.
2024-02-12 15:40:55 +08:00
William Cheng
783e68c7ac
7.4.0 snapshot ( #17818 )
...
* Revert "7.3.0-release (#17817 )"
This reverts commit d617b46c86b9075c5e0d63fe3798e2982f5259ac.
* update samples, docs, readme
2024-02-08 16:07:22 +08:00
Aron
1146575848
corrected handling of "isPrimitiveType" for FormParameters ( #17700 )
...
* FormParameters correct handling for "isPrimitiveType"
https://github.com/OpenAPITools/openapi-generator/issues/17699
* MultipartApi.cs generated with new mustache
https://github.com/OpenAPITools/openapi-generator/issues/17699
* FakeApi.cs generated based on new mustache
https://github.com/OpenAPITools/openapi-generator/issues/17699
* FakeApi.cs generated based on new mustache
https://github.com/OpenAPITools/openapi-generator/issues/17699
* FakeApi.cs generated based on new mustache
https://github.com/OpenAPITools/openapi-generator/issues/17699
* FakeApi.cs generated based on new mustache
https://github.com/OpenAPITools/openapi-generator/issues/17699
* FakeApi.cs generated based on new mustache
https://github.com/OpenAPITools/openapi-generator/issues/17699
* FakeApi.cs generated based on new mustache
https://github.com/OpenAPITools/openapi-generator/issues/17699
2024-01-31 10:42:15 +08:00
martin-mfg
9afea50cab
use map/array model class only if it is generated ( #17612 )
...
* fix
* tests
* generate samples
* refactor
2024-01-29 21:35:21 +08:00
Anakael
11caad92df
[CSharp] feat!: add useDateOnly flag ( #17471 )
...
* feat: DateOnly for client
* fix: generated doc for csharp
* doc: fix generators README for csharp
* add DateOnly option for aspnet
* refactor: update csharp docs
* refactor: fix typo
* finish
* finish
* finish
* regenerate
* rebuild and regenerate
* fix build error
* finish
* revert path
* regenerate
* remove exceed samples
* regenerate
* add DateOnly to nullable
* remove obsolete file from list
* update test files list
* remove obsolete sample build
* revert manual tests
* revert samples to master and regenerate
* remove new samples
* remove eol
* remove eol
* add new specs
* try fix test
* update tests
* update files
* remove eol
* revert
* remove eol
* regenerate
* add net6+ support to aspnetcore
* add jobs
2024-01-10 11:34:14 +08:00
martin-mfg
64f2cad9e8
fix #17258 - use model class only if it is generated ( #17490 )
...
* fix #16797 and #15796 spring child constructor missing parent params
* root cause and update the DefaultCodegen.java to add missing property when with multi inheritance
* rollback SpringCodegen.java
* update samples
* rollback with master cause #16992 fixed this issue too
* still using orignal design
* catchup master
* catchup master
* catchup master
* fix
* add tests
---------
Co-authored-by: dabdirb <dabdirb@gmail.com>
2024-01-05 10:30:28 +08:00
Ghufran Zahidi
35b47e6382
Fixed the HttpSigning issue for ECDSA key supplied as string. ( #17459 )
...
Co-authored-by: Aanisha Mishra <aanisha.mishra05@gmail.com>
Co-authored-by: Vikrant Balyan (vvb) <vvb@cisco.com>
Co-authored-by: Vikrant Balyan <vvb@users.noreply.github.com>
Co-authored-by: Sebastien Rosset <serosset@cisco.com>
2023-12-26 17:50:14 +08:00
William Cheng
5eab3cef19
Prepare 7.3.0-SNAPSHOT ( #17456 )
...
* Revert "v7.2.0 release (#17455 )"
This reverts commit fe638d009363c142c246ff089032f243e0b4ee01.
* set version to 7.3.0-SNAPSHOT
* update doc
2023-12-22 16:55:58 +08:00
Maciej Lewiński
51c8be3f8c
[csharp][generichost] Handle obsolete params and methods ( #17344 )
...
* [csharp][generichost] Handle obsolete params and methods
* update samples
---------
Co-authored-by: William Cheng <wing328hk@gmail.com>
2023-12-11 13:17:26 +08:00
Vladislav Bauer
62462354ca
[csharp] Support 420 HTTP code ( #17207 )
...
* [csharp] Support 420 HTTP code
* [csharp] Support 420 HTTP code
* [csharp] Support 420 HTTP code
* [csharp] Support 420 HTTP code
* [csharp] Support 420 HTTP code
2023-12-08 21:35:03 +08:00
devhl-labs
0ab9f74cfb
use keyParamName ( #17328 )
2023-12-06 14:49:55 +08:00
devhl-labs
2967b33ab6
[csharp][generichost] Added enum for api key names ( #17295 )
...
* added enum
* added enum
2023-12-04 10:44:12 +08:00
devhl-labs
fb429f7e94
[csharp][generichost] Do not assume api keys are interchangeable ( #17185 )
...
* allow multiple auth methods of same type
* allow multiple auth methods of same type
* allow multiple headers to have api keys
* removed commneted code
* fixed all but standard
* fixed standard
2023-11-28 10:54:34 +08:00
Xiangxuan Qu
8669646d99
fix: chsarp get file name from content disposition ( #17183 )
...
* fix: chsarp get file name from content disposition
* update samples
---------
Co-authored-by: William Cheng <wing328hk@gmail.com>
2023-11-27 20:32:41 +08:00
William Cheng
ac687657ba
add enum name mapping feature to C# generators ( #17194 )
2023-11-27 20:26:12 +08:00
devhl-labs
4f82071502
[csharp][generichost] Honor the Set-Cookie header ( #17186 )
...
* allow multiple auth methods of same type
* allow multiple auth methods of same type
* allow multiple headers to have api keys
* remove changes for another pr
* resolved conflicts, build samples
* fixed a casing issue
* fixed casing issue
2023-11-27 11:01:05 +08:00
devhl-labs
3fa21b5603
do not inherit additional properties ( #17140 )
2023-11-26 21:49:00 +08:00
devhl-labs
ad95d551ed
[csharp][generichost] Allow multiple auth methods of same type ( #17129 )
...
* allow multiple auth methods of same type
* allow multiple auth methods of same type
2023-11-26 21:46:48 +08:00
devhl-labs
8bea7f7377
handled nullable inner enums better ( #17128 )
2023-11-26 21:45:25 +08:00
Xiangxuan Qu
a577db895c
fix[csharp]: The Deserialize should use the ClientUtils to handle the headers. ( #16604 )
2023-11-18 14:41:17 +08:00
devhl-labs
dd4143b75e
[csharp] Added .net8 ( #17075 )
...
* added .net8
* change .net version in the github action
* upgrade manual sample
2023-11-15 15:35:02 +08:00