Commit Graph

  • 5195a8177f Runs generate-samples and export docs Julien Lengrand-Lambert 2024-03-05 23:02:12 +01:00
  • 7c94979f98 Update README.md to add technical committee to Postman generator patch-2 julien Lengrand-Lambert 2024-03-05 22:59:48 +01:00
  • 506db42421 Completes README file with extra information Julien Lengrand-Lambert 2024-03-05 22:54:12 +01:00
  • aa104986c3 Updates generator doc Julien Lengrand-Lambert 2024-03-05 22:32:22 +01:00
  • ecbcb98720 Adding many tests, deleting experiment files Julien Lengrand-Lambert 2024-03-05 22:22:55 +01:00
  • fd0343180c Adds support for Accept header Julien Lengrand-Lambert 2024-03-05 14:01:33 +01:00
  • a68b8acf68 Fixes empty lines issue Julien Lengrand-Lambert 2024-03-05 10:37:27 +01:00
  • ae9084bfd6 fix: typo in docs (#18028) William Zhang 2024-03-05 02:34:02 -05:00
  • 63d27a0d23 Add support for custom headers Julien Lengrand-Lambert 2024-03-05 01:15:24 +01:00
  • d0193c9d29 Not sure whaet happened with my api mustache file Julien Lengrand-Lambert 2024-03-05 00:46:16 +01:00
  • c5604ea5ce Add support for all basic Auth headers Julien Lengrand-Lambert 2024-03-04 17:54:12 +01:00
  • 36d3ba0e30 Add support for custom variables in request body Julien Lengrand-Lambert 2024-03-04 10:51:43 +01:00
  • 8f74d03290 fix KotlinServerCodegenTest and PostmanCollectionCodegenTest (#18019) martin-mfg 2024-03-04 06:08:33 +01:00
  • 92314232f8 [bugfix][18008]: fix getBeanValidation for scalar as ref (#18014) Aliaksei 2024-03-04 06:04:57 +01:00
  • 2d155105a4 Added jackson as supported serialization library for retrofit2 (#16853) gf-smtzgr 2024-03-04 05:50:42 +01:00
  • 12bfbc8fb1 Adds github spec, for complex example. Julien Lengrand-Lambert 2024-03-03 22:27:17 +01:00
  • 5d43c88540 [Java] [Spring] Fix reactive return type for list (#16884) Vladimir Svoboda 2024-03-02 14:19:34 +01:00
  • 009fda5e3d [JAVA][apache-httpclient] Use `EntityUtils#toString instead of Scanner` (#17998) Alex B 2024-03-02 14:18:49 +01:00
  • cdf8973999 [Rust] [Axum] Fix clippy warning: to_string_trait_impl (#17995) Linh Tran Tuan 2024-03-01 12:32:23 +09:00
  • d3ebb0a52b Fix 3.1 generation for composed schema's with type object (#18002) Georgi Getsov 2024-03-01 03:23:53 +00:00
  • 85b627ec7a Adding secret file to gitignore feat/adding-responses-github Julien Lengrand-Lambert 2024-02-29 16:01:59 +01:00
  • 5037904243 Fixing some bugs in map traversal Julien Lengrand-Lambert 2024-02-29 14:39:46 +01:00
  • d4e10508cd [C#] fix anyof, oneof mixed primitive object parse error (#17986) William Cheng 2024-02-29 16:05:08 +08:00
  • c10c9146b9 [python] Update Markdown files for Models with fixed Python print() syntax (#17993) Kathryn DiPippo 2024-02-28 21:54:54 -05:00
  • d801bfdb84 remove poetry.lock (#17994) William Cheng 2024-02-29 10:54:08 +08:00
  • 8df0d98a44 fix broken link to spec William Cheng 2024-02-29 10:42:59 +08:00
  • 2d3670b96c update openapi normalizer doc William Cheng 2024-02-29 10:34:21 +08:00
  • 6394b7b8ff Adds body to requests. Julien Lengrand-Lambert 2024-02-28 16:48:48 +01:00
  • 90e5641a72 Setting up test infrastructure Julien Lengrand-Lambert 2024-02-28 14:32:08 +01:00
  • c886b681bd Merge branch 'master' into feat/jetbrains-http-client-upgrade-2 Julien Lengrand-Lambert 2024-02-28 14:23:05 +01:00
  • 33d2d0536d Generates starting client for cURL feat/simple-curl-generator Julien Lengrand-Lambert 2024-02-28 14:01:47 +01:00
  • 275ed9296d [dart2] [client] Bump test package version to >=1.21.6<1.22.0 to enable running tests on Dart3 projects. Also bumped minimum Dart version to 2.18 to accomodate this change. (#17563) (#17816) 0xNF 2024-02-28 19:37:33 +09:00
  • 1fbf7220ec [CS] refactor: update github actions (#17666) Anakael 2024-02-28 10:56:48 +03:00
  • 6f01a7ad82 fix(rust): wrong path to model used as parameter of api (#17968) Artem Medvedev 2024-02-28 07:56:03 +01:00
  • 340a3eba54 update feign to newer version (#17983) William Cheng 2024-02-28 14:11:42 +08:00
  • 149246de31 fix(java): resolve feign ambiguity in ApiErrorDecoder fix(#17842) (#17843) Ruokki 2024-02-28 05:06:57 +01:00
  • 8ca914d64f [okhttp-gson] Make initializer block for GSON builder static #16860 (#16892) Andre Wachsmuth 2024-02-28 04:04:44 +00:00
  • df8851d627 update orjson to newer version (#17982) William Cheng 2024-02-28 11:45:26 +08:00
  • 4b04e17751 feat(rust): support ability to disable boxed models in client (#17931) Artem Medvedev 2024-02-28 04:22:18 +01:00
  • 2a4e60ccbb [Kotlin] Fix default values (#17937) Stefan Koppier 2024-02-28 04:20:27 +01:00
  • 0b02734b93 better handling of allOf in request/response (#17964) William Cheng 2024-02-28 11:19:11 +08:00
  • a8efb8eea8 Add hasReadOnly property to CodegenModel (#17942) Tomohiko Ozawa 2024-02-26 17:27:33 +09:00
  • 51ef501c02 fix npe by prefixItems in normalizer 3.1 spec (#17955) William Cheng 2024-02-26 15:24:55 +08:00
  • 22c52d358c Update Java templates to correctly close parenthesis (#17961) Ross Bender 2024-02-26 01:24:31 -06:00
  • 4ba187a1a4 Provide rust-server swagger/multipart_form (#17950) Chris Miller 2024-02-25 04:18:15 -05:00
  • 6e113842cf [resttemplate] Update springweb to newer version (#17953) William Cheng 2024-02-24 23:43:15 +08:00
  • 518b29d089 fix(rust): oneOf generation for client (#17915) Artem Medvedev 2024-02-24 16:41:30 +01:00
  • 15af1ce1de update doc William Cheng 2024-02-23 16:27:26 +08:00
  • 81b96fd606 Prevent enum item names being reserved keywords (#17804) Miklós Márton 2024-02-23 09:02:22 +01:00
  • 62b3ba7acc [cpp]Do not lowercase the reserved keywords for C++ (#17802) Miklós Márton 2024-02-23 09:01:36 +01:00
  • 9c72b25bf4 [cpp-qt-client]Allow nullable parameters (#17805) Miklós Márton 2024-02-23 09:01:13 +01:00
  • c4f90d058b Add NULL as reserved keyword cpp (#17803) Miklós Márton 2024-02-23 09:00:23 +01:00
  • a6771adf53 Add nullable to model fields (#17934) Jean-François Côté 2024-02-23 02:55:19 -05:00
  • 9f5ec178cb update html2 samples William Cheng 2024-02-23 00:44:17 +08:00
  • fe919b2203 Updated jQuery to latest version (#17930) Kira Resari 2024-02-22 17:34:04 +01:00
  • 8d73c82417 Add additional mustache lambda for kebab case (#17858) Tyler Mairose 2024-02-22 09:30:01 -07:00
  • a43405a899 Merge branch 'master' into feat/curl-generator feat/curl-generator Julien Lengrand-Lambert 2024-02-22 16:56:49 +01:00
  • 10dec83c6c Having fun creating a barebones curl generator Julien Lengrand-Lambert 2024-02-22 16:54:27 +01:00
  • f191904297 Add auto-generated test files for kotlin client (#17916) William Cheng 2024-02-21 18:29:23 +08:00
  • 3af7363e76 Fix ClassCastException in OpenAPINormalizer on composed schemas in 3.1 (#17912) Bastien Jansen 2024-02-21 08:22:46 +01:00
  • 6c86c2d3cf Remove postprocess printing (#17880) mikkka 2024-02-20 15:19:38 +05:00
  • cf8c343b17 Merge branch 'master' of https://github.com/openapitools/openapi-generator William Cheng 2024-02-20 17:59:04 +08:00
  • 3c364ccbb4 use white litslink logo William Cheng 2024-02-20 17:58:38 +08:00
  • c99a5cfeb6 [python] update model_config from dict to ConfigDict (#17900) ふぁ 2024-02-20 18:53:13 +09:00
  • 6b024dbbfa Add LITSLINK as the bronze sponsor (#17904) William Cheng 2024-02-20 17:48:21 +08:00
  • 48565ae5be Generate API files as interfaces for go-gin server (#17784) Mehmet Fatih Ercik 2024-02-20 08:37:44 +01:00
  • 95377cded4 Fix typos 'the the'. (#17897) Stefan 2024-02-20 05:00:55 +00:00
  • ad84355288 fix: Runtime error that occurs when Retrofit2 query parameter is an enum list (#17901) William Cheng 2024-02-20 12:56:28 +08:00
  • ad08581f16 [python] Fix Circular imports on inherited discriminators. (#17886) ふぁ 2024-02-20 13:17:32 +09:00
  • bf8ee80001 Enable local build cache (#17894) Jérôme Prinet 2024-02-20 04:23:46 +01:00
  • 76d743b63b fix(rust): simplify new function optional logic (#17865) Nathan Shaaban 2024-02-19 14:26:29 +00:00
  • eb7d9b1605 Migrate to Develocity Build Cache connector (#17891) Jérôme Prinet 2024-02-19 14:17:39 +01:00
  • e025ef947a Use exists() to check for properties (#17798) Noor Dawod 2024-02-19 04:12:46 +01:00
  • 6350d1d191 make title available to templates for ref properties (#17881) Felix König 2024-02-19 04:06:26 +01:00
  • 28b75377b5 Add EchoServerResponseParser.kt to Kotlin Echo API client (#17887) William Cheng 2024-02-19 10:52:58 +08:00
  • 7d539bcb78 Remove deprecated library (jvm-okhttp3) in kotlin client generator (#17884) William Cheng 2024-02-18 17:16:23 +08:00
  • 436a3e0744 fix multi line description in allOf (#17879) William Cheng 2024-02-16 15:26:15 +08:00
  • 5a0f6b8eb2 use unescaped media type (#17878) William Cheng 2024-02-16 10:55:01 +08:00
  • 809c90aa24 Use unescaped media type in java native client (#17872) William Cheng 2024-02-16 10:17:08 +08:00
  • cedf170454 Adds Collapse Spec Options to Maven Plugin (#17714) Dipesh Chauhan (Twilio Work Account) 2024-02-15 01:02:25 -08:00
  • 7d76d0af61 Fix configuration handling with Feign (#17860) Dennis Melzer 2024-02-15 10:01:01 +01:00
  • 82bb813aeb update fastapi dependencies to newer versions (#17871) William Cheng 2024-02-15 15:27:17 +08:00
  • 4e39f12e29 [Go] fix isNil check (#17870) William Cheng 2024-02-15 14:17:31 +08:00
  • 887b860007 Update python-fastapi generator to support Pydantic v2 (#17369) William Cheng 2024-02-15 14:15:51 +08:00
  • 8cd34ac963 Fix native java with list validation (#17857) Steven Sheehy 2024-02-14 23:29:43 -06:00
  • 4810dd52c3 [python-fastapi] auto generate impl folder (#17852) William Cheng 2024-02-15 13:08:04 +08:00
  • b0c9456add add FILTER to openapi normalizer (#17859) William Cheng 2024-02-15 13:05:31 +08:00
  • 41bb5cd331 [Dart] Make dependency on intl package less strict (#17862) Yannick Wiesner 2024-02-15 05:54:20 +01:00
  • 487b856c11 Fix java-spring equals generation (#17837) s-jepsen 2024-02-15 05:27:33 +01:00
  • 9deeb608e6 fix(ruby): Detect content-type in form-data file upload using faraday (#17851) (#17853) dvacca-onfido 2024-02-14 14:14:01 +01:00
  • 7d2e8b1278 update rust samples William Cheng 2024-02-14 00:10:26 +08:00
  • c30d3696b0 [rust] basic oneOf support (#13970) Nathan Shaaban 2024-02-13 11:21:51 +00:00
  • 4fb97b1003 add support for extension in request body to name body parameter (#17850) William Cheng 2024-02-13 17:33:51 +08:00
  • dd3ab0a1fa Fix attributes in allOf and $ref (#17836) William Cheng 2024-02-13 16:54:40 +08:00
  • 3f344ac6b4 update python fastapi readme William Cheng 2024-02-13 16:54:27 +08:00
  • 024c245ba7 Run the server using PYTHONPATH and correct module (#17820) Alex 2024-02-13 09:49:39 +01:00
  • aad345f0bd expand documentation for option "artifactVersion" (#17845) martin-mfg 2024-02-13 09:18:05 +01:00
  • f3d5ea2f54 Bump s4u/setup-maven-action from 1.11.0 to 1.12.0 (#17849) dependabot[bot] 2024-02-13 12:55:10 +08:00
  • ec42f88c6a refactor(php): unify $hostSettings variable name (#17828) Simon Podlipsky 2024-02-12 09:13:55 +01:00
  • f431540075 fix(php): do not cast to string something that's already string (#17838) Simon Podlipsky 2024-02-12 09:06:33 +01:00