Commit Graph

  • 2c9fbf81a7
    add enum name mapping to ada codegen (#17299) William Cheng 2023-12-06 17:50:03 +08:00
  • 6a43a371f1
    fix: Configure python urllib3 connection pool size (#17323) Robert Schweizer 2023-12-06 08:49:10 +01:00
  • 6230248716 update php samples William Cheng 2023-12-06 14:56:53 +08:00
  • 33149569a3
    Fix PHP constructor docblock (#17324) Viktor Szépe 2023-12-06 07:51:52 +01:00
  • 0ab9f74cfb
    use keyParamName (#17328) devhl-labs 2023-12-06 01:49:55 -05:00
  • 39d5b4ebf9
    Replace stray TAB characters with spaces (#17311) Viktor Szépe 2023-12-05 11:01:25 +01:00
  • 391df3b81c update samples William Cheng 2023-12-05 15:36:33 +08:00
  • 889c6fe7a1
    Fix non-four indents in PHP templates (#17309) Viktor Szépe 2023-12-05 08:27:43 +01:00
  • 0ee662b515
    Fix parameter names in Configuration (#17305) Viktor Szépe 2023-12-05 08:26:52 +01:00
  • d9b795171a
    Bump actions/setup-dotnet from 3.2.0 to 4.0.0 (#17312) dependabot[bot] 2023-12-05 15:25:54 +08:00
  • e8e7a210c3
    Skip escaping path parameter description (#17304) Beppe Catanese 2023-12-05 08:21:18 +01:00
  • cdb020d044
    add enum name mapping option to swift generators (#17297) William Cheng 2023-12-05 15:06:31 +08:00
  • bbd0ce38be
    add enum mapping option to dart generators (#17298) William Cheng 2023-12-04 12:32:36 +08:00
  • ac45e3ddab
    add enum name mapping feature to the rust generators (#17290) William Cheng 2023-12-04 10:53:11 +08:00
  • b19bc59c6a
    add enum name mapping feature to go generators (#17289) William Cheng 2023-12-04 10:52:58 +08:00
  • 2967b33ab6
    [csharp][generichost] Added enum for api key names (#17295) devhl-labs 2023-12-03 21:44:12 -05:00
  • 95340d5264
    [cpp-qt-client] pass QString by const reference instead of by value (#16793) Martin Delille 2023-12-03 11:14:22 +01:00
  • 62faa53373
    [POSTMAN] Include header description (#17292) Beppe Catanese 2023-12-03 01:06:09 +01:00
  • 6657b2c5c2
    [POSTMAN] Query parameter description (#17291) Beppe Catanese 2023-12-03 01:05:44 +01:00
  • 64e5266556
    [kotlin-client] Fixed an issue where compilation fails when an enum of type integer is used as a query parameter (#17178) YusukeOba 2023-12-02 19:54:34 +09:00
  • 95736e8f75 Deploy website - based on f834519aebf8a565b1be768e67b1bd0aa8242b25 William Cheng 2023-12-02 17:45:33 +08:00
  • ac78f1e85b
    [POSTMAN] Enabling required query parameters (#17281) Beppe Catanese 2023-12-02 10:41:05 +01:00
  • f834519aeb move config file to unmaintained to avoid samples outdated errors William Cheng 2023-12-01 11:29:09 +08:00
  • 8911740924
    [BUGFIX][Rust] Array with unique enum items no longer causes mismatched types error (#17197) SAIA-Basseldonk 2023-11-30 15:08:37 +01:00
  • f033b11408
    Update JAX-RS client samples (#17262) William Cheng 2023-11-30 21:39:42 +08:00
  • 939ffdd73c
    Add bean validation for primitive container type 17450 (#17157) Dennis Melzer 2023-11-30 13:28:45 +01:00
  • 4c4d0e485a
    [java] Update logback to newer versions (#17259) William Cheng 2023-11-30 18:51:46 +08:00
  • 4a1db3f1e6
    [JAVA] Jersey3 deprecate class attribute (#17223) Beppe Catanese 2023-11-30 06:50:30 +01:00
  • 77127ecf65
    Bump actions/setup-java from 3 to 4 (#17252) dependabot[bot] 2023-11-30 13:50:10 +08:00
  • a8ac32238b
    [BUG] OpenAPI normalizer ignoring common parameters (#17236) Beppe Catanese 2023-11-30 03:31:31 +01:00
  • fd58539fe9
    [JAVA] Jersey3 deprecated field only deprecates getter method (#17221) Beppe Catanese 2023-11-29 14:54:17 +01:00
  • 9184560597
    remove unused CI files (#17217) William Cheng 2023-11-29 18:05:46 +08:00
  • 46dd87525e
    Add tests for max,min items in array (rust-server) (#17215) William Cheng 2023-11-29 16:21:54 +08:00
  • 14c12fc617
    include {min|max}Items validation in rust-server models (#17201) Vance Shipley 2023-11-29 15:06:59 +08:00
  • fb429f7e94
    [csharp][generichost] Do not assume api keys are interchangeable (#17185) devhl-labs 2023-11-27 21:54:34 -05:00
  • 8669646d99
    fix: chsarp get file name from content disposition (#17183) Xiangxuan Qu 2023-11-27 21:32:41 +09:00
  • e2a8118c86
    add enum name mapping support to php generators (#17195) William Cheng 2023-11-27 20:26:28 +08:00
  • ac687657ba
    add enum name mapping feature to C# generators (#17194) William Cheng 2023-11-27 20:26:12 +08:00
  • a117dd55f1
    add enum name mapping feature to kotlin generators (#17193) William Cheng 2023-11-27 20:25:15 +08:00
  • 4f82071502
    [csharp][generichost] Honor the Set-Cookie header (#17186) devhl-labs 2023-11-26 22:01:05 -05:00
  • 9fa3aec2e0
    [kotlin-client][multiplatform] update dependency versions (#17180) Csaba Kozák 2023-11-26 14:58:22 +01:00
  • 3fa21b5603
    do not inherit additional properties (#17140) devhl-labs 2023-11-26 08:49:00 -05:00
  • ad95d551ed
    [csharp][generichost] Allow multiple auth methods of same type (#17129) devhl-labs 2023-11-26 08:46:48 -05:00
  • 8bea7f7377
    handled nullable inner enums better (#17128) devhl-labs 2023-11-26 08:45:25 -05:00
  • 4c6dbfe7d6
    fix build errors in jdk 11 (#17177) William Cheng 2023-11-24 17:40:13 +08:00
  • 7c551e65dd
    Bump s4u/setup-maven-action from 1.10.0 to 1.11.0 (#17175) dependabot[bot] 2023-11-24 12:54:35 +08:00
  • 0d2a01611c update samples William Cheng 2023-11-23 11:46:06 +08:00
  • 0dbc108d62
    Add openapiGeneratorIgnoreList option to pre-populate .openapi-generator-ignore (#17164) William Cheng 2023-11-23 11:10:29 +08:00
  • a93bab077f
    Add openapi-normalizer rule to set tags to operationId (#17161) William Cheng 2023-11-23 11:09:09 +08:00
  • aaed846f5f
    Update Dockerfile (cli, online) to use eclipse-temurin:17.0.3_7-jre-focal (#17139) William Cheng 2023-11-23 11:08:31 +08:00
  • 917d671d2c
    Fix typescript-fetch to support nullable enum properties (#17153) Rick Dutour Geerling 2023-11-22 19:44:08 +01:00
  • 3f033c0974
    [kotlin-client][multiplatform] fix iosSimulatorArm64 source sets (#17167) Csaba Kozák 2023-11-22 18:57:51 +01:00
  • ab0b44a1c4
    [kotlin-client] add support for kotlinx-datetime (#17166) Csaba Kozák 2023-11-22 18:52:37 +01:00
  • 7bf9534034 update option description (java client) William Cheng 2023-11-21 12:29:43 +08:00
  • 87b86c78dc
    feat: Support useSingleRequestParameter feature for java microprofile client generation (#17072) Vignesh 2023-11-21 09:26:11 +05:30
  • baaf759440
    [python-fastapi]Add an alias keyword parameter for Query parameter (#17111) Makoto Suzuki 2023-11-21 12:34:43 +09:00
  • 9970c06f8c
    Adds basic retries to rest API requests for Python asyncio (#17014) Pat Buxton 2023-11-21 02:42:34 +00:00
  • 489d369ee7
    README: update url for maven-wrapper (#17142) Max-Julian Pogner 2023-11-20 04:29:43 +01:00
  • 0401c46147
    Fix missing objects when defining inline anyOf, or oneOf (#17141) William Cheng 2023-11-20 10:24:57 +08:00
  • 6d93b0ec83
    Fix handling of composed schema in inline model resolver (#17138) William Cheng 2023-11-19 23:24:49 +08:00
  • 8e36014ae6 update samples William Cheng 2023-11-19 17:36:25 +08:00
  • 97704841c5 Merge branch 'master' of https://github.com/OpenAPITools/openapi-generator William Cheng 2023-11-19 17:31:36 +08:00
  • 63c8d0e071
    python docs templates minor fixes (#17133) Barak Amar 2023-11-19 11:29:59 +02:00
  • 186fde250b
    [spring-cloud] add http basic test (#17135) William Cheng 2023-11-19 16:07:28 +08:00
  • bf6145506d update samples William Cheng 2023-11-19 15:26:38 +08:00
  • 4fd5603075
    Fix JavaSpring clientConfiguration's ConditionalOnProperty import (#17027) Vedant Chokshi 2023-11-19 07:22:04 +00:00
  • 685d9445c2
    [Kotlin] fix: match tags of closing brackets with opening ones (#12976) (#17117) greenbourne277 2023-11-19 07:44:31 +01:00
  • 75ff110449
    [python] Some cleanup of samples folder (#17127) Robert Schweizer 2023-11-19 07:43:34 +01:00
  • 1da970b3b1
    fix comparison using equals (#17132) William Cheng 2023-11-19 14:41:39 +08:00
  • a577db895c
    fix[csharp]: The Deserialize should use the ClientUtils to handle the headers. (#16604) Xiangxuan Qu 2023-11-18 15:41:17 +09:00
  • 8258cde110
    [jmeter] Fix exception when operationId has $ (#17125) William Cheng 2023-11-18 14:38:19 +08:00
  • 4bedeef643
    [Java][apache-httpclient][feign][okhttp-gson] Enable access token refresh (#17086) Tomohiko Ozawa 2023-11-18 13:46:18 +09:00
  • dc4c72c85c
    [BUG] [dart-dio] Support for Analyzer configuration options changes in Dart 3 (#17099) Petar Karadzhov 2023-11-18 05:46:03 +01:00
  • 3e5049565d
    [kotlin-client][multiplatform] add iosSimulatorArm64 target (#17058) Csaba Kozák 2023-11-18 03:47:23 +01:00
  • 5e7f2f274c
    fix: Annotate free-form object as dict in Python (#17082) Robert Schweizer 2023-11-18 03:46:01 +01:00
  • 0098d56a6a
    [PHP-NG] allow 'object' type in serializer (#17118) Artur Neumann 2023-11-18 08:26:36 +05:45
  • eabd9401bf
    fix rust client test (#17124) William Cheng 2023-11-18 10:37:54 +08:00
  • 1ce95ff41e
    Map type date to correct rust type NaiveDate (#17095) Markus Lenger 2023-11-18 03:33:45 +01:00
  • 5c69284928
    [PHP-NG] convert data to string before giving it to preg_match (#17119) Artur Neumann 2023-11-18 08:02:34 +05:45
  • 3552935a5b
    [PHP-NG] don't nullify mixed types (#17116) Artur Neumann 2023-11-18 08:00:14 +05:45
  • 1f5b590d5a
    Python-server workflow fixes + pytest (#17060) Aurélien Joga 2023-11-18 03:10:10 +01:00
  • a2c1b02840
    added required fields to zapier models generation (#17115) Emanuele Saccomandi 2023-11-18 03:09:17 +01:00
  • f81d44bb29
    [PHP-NG] check if json_decode was able to decode response (#17120) Artur Neumann 2023-11-18 07:53:32 +05:45
  • 195f27de1f
    update rest-assured dep to newer versions (#17107) William Cheng 2023-11-17 10:35:54 +08:00
  • 07620cebe2
    update webclient dep to newer version, add tests (#17106) William Cheng 2023-11-17 10:34:22 +08:00
  • dcccd06a9a
    Revert "Use JDK17 images in Dockerfile (#17076)" (#17104) William Cheng 2023-11-16 23:35:11 +08:00
  • f702631649 update appveyor csharp-net7-test William Cheng 2023-11-16 12:07:55 +08:00
  • 178f4fbad8 add dotnet7 workflow, new samples William Cheng 2023-11-16 11:55:50 +08:00
  • bae20c1887
    Use JDK17 images in Dockerfile (#17076) William Cheng 2023-11-16 10:16:04 +08:00
  • d9920a5b81 update samples William Cheng 2023-11-16 00:56:05 +08:00
  • 37451fa569
    [Java][resttemplate] Add test for bearer auth (#17081) Tomohiko Ozawa 2023-11-16 01:38:49 +09:00
  • e47e7041f7
    [python][Feat] Deserialize error responses (#17038) Robert Schweizer 2023-11-15 17:37:04 +01:00
  • 54dc35844b Deploy website - based on 69fcfeff38b878a1c617e796efbe1daf4daf0944 William Cheng 2023-11-15 21:37:07 +08:00
  • 69fcfeff38
    Add passgenau-digital and we-make.ai as OpenAPI Generator users (#17077) Jonas Heschl 2023-11-15 14:34:16 +01:00
  • dd4143b75e
    [csharp] Added .net8 (#17075) devhl-labs 2023-11-15 02:35:02 -05:00
  • a460b7ea87
    [typescript-axios] Upgrade to axios@^1 (#14518) Segev Finer 2023-11-14 16:06:15 +02:00
  • 61fde48501
    fix: Disable warnings for model_* properties (#17066) Robert Schweizer 2023-11-14 14:50:35 +01:00
  • 6be4d2e082
    update algoria settings (#17064) William Cheng 2023-11-14 14:18:55 +08:00
  • 302c2767b3 Deploy website - based on 92daacd6a25873847886ac2360193a1303208300 William Cheng 2023-11-14 12:36:34 +08:00
  • 2ca958642b
    Add socks5 proxy support for OpenAPI generated python client (#16918) Rolf Rando 2023-11-13 20:28:05 -08:00