Tiffany Marrel
b5d766de4b
[xojo] fix use of isBasic from #15194 ( #15761 )
2023-06-06 10:47:46 +08:00
Tiffany Marrel
d3a2e0e43e
[Kotlin] fix security features listed in documentation ( #15758 )
2023-06-06 10:45:44 +08:00
devhl-labs
e439476e16
removed inheritence ( #15767 )
2023-06-06 10:36:59 +08:00
karzang
bc7bdca87f
support nullable check for OAS 3.1 ( #15698 )
2023-06-05 19:34:51 +08:00
Tiffany Marrel
d2446013d1
[TypeScript] fix security features listed in documentation ( #15751 )
2023-06-05 17:18:01 +08:00
Tiffany Marrel
0d9ca8a2d5
[C# csharp] fix security features listed in documentation ( #15687 )
2023-06-05 17:13:27 +08:00
Tiffany Marrel
9bf752454e
[PHP] fix security features listed in documentation ( #15750 )
2023-06-05 17:05:38 +08:00
devhl-labs
db3ef134b8
used partial methods for logging ( #15749 )
2023-06-05 14:08:56 +08:00
devhl-labs
4604bf016f
fixed casing ( #15748 )
2023-06-05 14:06:54 +08:00
devhl-labs
e06e2cce69
fixed more warnings and spacing issues ( #15743 )
2023-06-04 16:13:52 +08:00
devhl-labs
3cff040fe8
used name in camel case ( #15742 )
2023-06-04 16:13:14 +08:00
devhl-labs
e5531c1135
improved spacing ( #15741 )
2023-06-04 16:12:37 +08:00
William Cheng
fbb0d6d935
add a test case for python-fastapi query parameter default value ( #15744 )
2023-06-04 13:37:12 +08:00
William Cheng
7295c97089
remove EOL in template file
2023-06-04 11:34:06 +08:00
Beau
961b83104e
Fixed default for string query param ( #15686 )
2023-06-04 11:23:20 +08:00
devhl-labs
0943e5063a
[csharp-netcore][generichost] Improved spacing ( #15740 )
...
* improved spacing
* addressed comment
2023-06-03 20:05:08 +08:00
Clément Tamisier
2b9d94cb0a
add missing quote ( #15732 )
2023-06-03 13:36:13 +08:00
Tiffany Marrel
fad23df09c
[Rust] fix security features listed in documentation ( #15718 )
2023-06-03 11:45:55 +08:00
Tiffany Marrel
7ab636d268
[JavaScript][javascript-flowtyped] fix security features listed in documentation ( #15715 )
2023-06-03 11:45:27 +08:00
Tiffany Marrel
2cc3e7865c
[Go] fix security features listed in documentation ( #15714 )
2023-06-03 11:44:48 +08:00
Tiffany Marrel
eb0fe1bd1f
[R] fix security features listed in documentation ( #15716 )
2023-06-03 11:14:35 +08:00
Tiffany Marrel
a953eb750f
[Powershell] fix security features listed in documentation ( #15717 )
2023-06-03 11:11:56 +08:00
Olivier Sechet
65bee03e21
Use gitHost instead of github.com ( #15720 )
2023-06-03 11:08:33 +08:00
Michael Glanznig
05b9a899e4
add support for dry-run flag to Maven and Gradle plugins, fixes #15729 ( #15734 )
2023-06-03 11:06:58 +08:00
devhl-labs
2db7b0b177
removed more more warnings ( #15737 )
2023-06-03 10:51:13 +08:00
Stefan Koppier
f0a624a135
Documentation update ( #15728 )
...
* Updated Gradle documentation examples to use correct non-deprecated .set(x) syntax instead of directly assigning
* Updated more Gradle documentation examples to use correct non-deprecated .set(x) syntax instead of directly assigning
* Updated documentation to use Java 11 instead of Java 8
2023-06-02 20:59:18 +08:00
William Cheng
421bcd1787
Decommission csharp
client generator ( #15708 )
...
* remove csharp client generator
* update samples/docs
2023-06-02 20:42:29 +08:00
William Cheng
7466d06b89
fix property name comparison in C# ( #15697 )
2023-06-02 20:42:12 +08:00
devhl-labs
f331cb0695
removed more hotfixes ( #15723 )
2023-06-02 16:42:39 +08:00
stephanpelikan
0d4e399718
Do JSON serialization only if requested by mime-type ( #13456 ) ( #15676 )
...
* Do JSON serialization only if requested by mime-type (#13456 )
* Refactoring based on feedback to PR (#13456 )
2023-06-01 19:53:24 +02:00
William Cheng
fc76944e19
Update maven plugins, use maven 3.8.8 in CI ( #15713 )
...
* update maven pom.xml, use 3.9.2 in CI
* use maven 3.8.8
* use variable
2023-06-02 00:30:06 +08:00
stephanpelikan
3943e97e14
Introduce option 'importFileExtension' to typescript-fetch ( #15439 ) ( #15440 )
2023-06-01 08:49:07 +02:00
Peter Lamby
6504eafddb
[BUG][typescript-fetch] fix npe when debuggingModels ( #15577 ) ( #15578 )
2023-06-01 08:33:29 +02:00
Tiffany Marrel
c2f635a330
fix use of isBasic and isBasicBasic and isBasicBearer and isHttpSignature in documentation ( #15443 )
...
* [ada] fix use of isBasic condition
* [apex] fix use of isBasic condition
* [asciidoc] fix use of isBasic condition
* [python] fix use of isBasic condition
* [csharp C#] fix use of isBasic condition
* [htmlDocs] fix use of isBasic condition
* [Ruby] fix use of isBasic condition
* [scala] fix use of isBasic condition
* [julia] fix use of isBasic condition
* [Objective-C objc] fix use of isBasic condition
* [GraphQL] fix use of isBasic condition
* [MarkDown] fix use of isBasic condition
2023-06-01 09:47:00 +08:00
devhl-labs
f769070fa3
removed warnings ( #15706 )
2023-06-01 09:32:21 +08:00
Chris McEvoy
5fae4f5d93
add go api key example in README.md ( #15705 )
2023-06-01 09:01:21 +08:00
devhl-labs
3ee2eeedba
removed hotfix ( #15703 )
2023-06-01 08:49:22 +08:00
William Cheng
c8a1607b9f
rename ts codegen method ( #15696 )
2023-06-01 00:24:40 +08:00
Ross Bender
1561c33966
[JAVA] Generate client files with multiple enum oneOf
types ( #12687 )
...
* handle multiple enum types for oneof
* add updates from generate-samples.sh
* add test coverage for oneof enum generation
* update doc and var names for clarity
2023-05-31 17:28:47 +08:00
Oleh Kurpiak
ff414dd6da
[Spring] Defaulting for Spring HTTP Interface library ( #15689 ) ( fix #15631 )
2023-05-31 11:20:58 +03:00
devhl-labs
0bcf9d8bde
patch all property collections ( #15678 )
2023-05-31 00:36:35 +08:00
devhl-labs
1e1e786a72
created partial method to format arguments ( #15677 )
2023-05-31 00:35:50 +08:00
devhl-labs
d7d57e2ea3
fixed null reference exception ( #15680 )
2023-05-31 00:10:39 +08:00
William Cheng
10c270fda6
fix date isinstance check ( #15675 )
2023-05-31 00:03:14 +08:00
gonzalad
8a0f374a45
spring: fix spring pageable used without any config ( #15113 ) ( fix #13052 )
...
* spring: fix spring pageable used without any config
Spring Pageable is imported whenever we have an API with
a Pageable Json schema, even if x-spring-paginated is not
set.
This commit imports Spring Pageable only if
x-spring-paginated is set to true.
* spring: add unit test for pageable fix
* spring: fix spring pageable feedback from review
remove unrelated example
---------
Co-authored-by: gonzalad <gonzalad@users.noreply.github.com>
2023-05-30 08:42:33 +03:00
William Cheng
8bad27e0ab
update python fastapi server dependencies ( #15650 )
2023-05-29 17:16:15 +08:00
William Cheng
7006b388de
Update go-gin dockerfile to newer version: 1.19 ( #15597 )
...
* update go-gin dockerfile to newer version: 1.19
* add go.sum
* fix
* update go mod
2023-05-29 16:55:14 +08:00
Stephan Strate
8e2fa826e5
[kotlin-server] cleanup KotlinServerCodegen configuration ( #15653 )
2023-05-29 15:58:08 +08:00
William Cheng
431cc2ec8e
Fix bugs (string comparison) in csharp generators ( #15663 )
...
* fix bugs in csharp generators
* undo change
2023-05-29 15:17:54 +08:00
devhl-labs
784c700d37
[csharp] Fix property names ( #13681 )
...
* build samples
* build samples
* commit java changes
* use var as prefix instead of _ for illegal names
* resolved conflict
2023-05-28 13:50:02 +08:00