Commit Graph

  • b67a019cf9
    upgrade apache-httpclient to junit5 (#18616) Thorsten Hirsch 2024-05-09 03:54:32 +02:00
  • 4441ab303f
    [jaxrs-spec] fix nullable import, migrate tests to 3.0 spec (#18606) William Cheng 2024-05-08 17:45:43 +08:00
  • 8226ff8f96
    [python-flask] deference parameter schemas before further processing (#18605) William Cheng 2024-05-08 17:00:19 +08:00
  • 9db0e3237c
    [php-flight] fix: always set http status in streaming response and use http status from spec (#18604) Daniel Schreiber 2024-05-08 08:26:41 +02:00
  • ac649b2e2f
    Disable clippy::too_many_arguments in generated Rust client code. (#18601) Max Nachlinger 2024-05-07 20:52:20 -07:00
  • 8f6a2860bf
    [go-server] Fix: error handling and linting (#18550) Ween Jiann 2024-05-08 00:06:45 +08:00
  • 06499605e1
    [RUST-AXUM] Fix #18580: disableValidation does not create superfluous code (#18592) myz-dev 2024-05-07 15:02:45 +02:00
  • 2d967ccae8
    [Rust-Axum] Fix uuid in header params causing compilation errors (#18563) myz-dev 2024-05-07 15:02:19 +02:00
  • 9929d35166
    [refactor] Use getType in ModelUtils (#18577) William Cheng 2024-05-07 18:05:22 +08:00
  • be94c22d08
    [C++][Pistache] Compile error when nesting references (#16711) (#18586) keyjh2 2024-05-07 03:15:42 -06:00
  • dec8a430df
    [Microprofile] Add option to use tags a client keys and server generator (#16673) kiwi-oss 2024-05-07 10:24:23 +02:00
  • dc63444789 update samples William Cheng 2024-05-07 12:30:21 +08:00
  • 2fb41ac529
    [JAVA] Fix generation of remove method of map entries (#18562) Reinhard Handler 2024-05-07 06:13:15 +02:00
  • 228b47a953
    [go-server] Fix: missing sample changes from previous commit (#18546) (#18588) keyjh2 2024-05-06 21:27:19 -06:00
  • cefbf62060
    [go-server] Fix: missing quotes for string default value (#18546) Ween Jiann 2024-05-06 14:17:44 +08:00
  • b1fac19a75
    Fix #18572 rust server: Silence clippy lints by refactoring (#18575) myz-dev 2024-05-06 06:24:33 +02:00
  • f145b8962d
    [kotlin-client] Update Gradle and dependencies (#18571) Stefan Koppier 2024-05-05 15:40:58 +02:00
  • 296a6ac516
    [typescript-fetch] Restore pre-es2017 compatibility in modelEnum template (#18418) Manuel Covas 2024-05-05 08:05:12 +01:00
  • fde8c772fb
    [BUG] [C++][Pistache] cpp-pistache-server generating API include unde… (#18553) Marc Le Bihan 2024-05-04 15:59:49 +02:00
  • d3b156d694
    Add .sdkmanrc for easy Java and Maven version management (#18552) Philzen 2024-05-04 15:05:10 +02:00
  • 38b8f60e54
    Update broken JSON schema links (#18565) Philzen 2024-05-04 06:31:11 +02:00
  • 73f2d8289b
    fix(typescript-axios): Correct the content type for a list of objects in form-data when contentType is present (#18505) Hidan 2024-05-03 19:13:57 +05:30
  • 06b00e657c
    Support optional singleRequestParameter (#18467) Tristan 2024-05-03 15:10:06 +02:00
  • 0e809d4800
    [typescript-fetch] Support fileNaming option (#18283) (#18284) En0s0und 2024-05-03 15:07:54 +02:00
  • 67a504a2f3
    [typescript-fetch] Remove a cycle in the discriminator dependency graph. (#18503) Jeffrey Yasskin 2024-05-03 06:07:02 -07:00
  • 8cb23db8c0
    [html2] Fix rendering of arrays of objects in html2 docs (#18561) Aniokrait 2024-05-03 17:54:02 +09:00
  • 30dc35de44
    [kotlin][client] fix warning (#18560) Stefan Koppier 2024-05-03 10:47:55 +02:00
  • ef2fa03e96
    [Java][Client] Add support for the new Spring RestClient (#18522) Nicklas Wiegandt 2024-05-01 18:15:20 +02:00
  • d573f00e84 update go samples William Cheng 2024-05-01 22:52:26 +08:00
  • 9f57684dad
    [PHP] Update php.md - marked Multiserver as true (#18545) William Cheng 2024-05-01 19:29:48 +08:00
  • 230e8ce887
    [go-server] add field name in parsing error messages (#18533) rledisez 2024-05-01 07:28:51 -04:00
  • 10897caf37
    [go-server] fix imports with go generation (#18514) Richard Lavoie 2024-05-01 06:13:03 -04:00
  • afd3a78e20
    scala-sttp: fix for issue 15785 api returns unit. (#18537) Daniel Wischolek 2024-05-01 12:12:04 +02:00
  • 5e40fe7f8f
    scala-sttp4: fix for issue 15785 api returns unit. (#18536) Daniel Wischolek 2024-05-01 12:11:52 +02:00
  • 2a1b4f90df
    Add new option allArgConstructor for java client, spring generators (#18538) William Cheng 2024-05-01 18:10:35 +08:00
  • 98d026118c
    feat(php): allow to pass raw boolean to api (#18520) Simon Podlipsky 2024-05-01 12:10:00 +02:00
  • 0768ddcd7c
    [swift] support content type application json variants (#18539) Bruno Coelho 2024-04-30 11:16:28 +01:00
  • a4cf255dce
    Add useSingleRequestParameter to typescript-nestjs generator (#18476) Arivanandan 2024-04-30 16:07:57 +09:00
  • e36172090e
    fix: ExampleGenerator for composed child schemas and array schemas (#18479) Phellippe Lima 2024-04-30 07:36:49 +01:00
  • 81fab15a33
    [PYTHON] Fix for failing to lookup discriminator value using AllOf and discriminator (#18498) Zishun (Zack) Wei 2024-04-30 14:21:20 +08:00
  • bd02e65f88
    [Java] Update Java version in GitHub actions (#18513) Erko Risthein 2024-04-30 08:57:01 +03:00
  • 8faa77cd1c
    fix(typescript-angular): make sure basePath is defined before assignment (#18457) jase 2024-04-29 18:07:45 +02:00
  • 5f136557ba update php samples William Cheng 2024-04-29 09:38:58 +08:00
  • 7070255dc5
    [php-flight] fix: parsing class/enum models (#18528) Daniel Schreiber 2024-04-29 03:32:12 +02:00
  • 2ae34e417e Deploy website - based on 06ed7c82056aace4651d65ec56b68e4520739b53 William Cheng 2024-04-29 09:12:53 +08:00
  • 06ed7c8205
    [dart] [dart-dio] Support Dart3 (#18001) Tadas Krivickas 2024-04-28 17:09:10 +03:00
  • f8d91510a9
    clean up supporting-mustache (#18524) William Cheng 2024-04-28 20:45:42 +08:00
  • 519eaf6bf3
    fix post process file type (#18519) Ashish Mathew 2024-04-28 05:30:54 -07:00
  • c16f7f0aad
    better example of user defined supporting file (#18512) martin-mfg 2024-04-27 09:35:49 +02:00
  • 1751163f36
    fix null type check when simplifying any type (#18504) William Cheng 2024-04-26 13:16:59 +08:00
  • a5ccd7a77e fix array default check in php nextgen William Cheng 2024-04-26 10:10:13 +08:00
  • fd90aa6347
    Use the current Java version in devcontainer.json. (#18502) Jeffrey Yasskin 2024-04-25 18:38:23 -07:00
  • e400a48445 to not override values if additional proeprties already present appdescription-override2 William Cheng 2024-04-25 20:59:20 +08:00
  • a6efa58341 to not override values if additional proeprties already present appdescription-override William Cheng 2024-04-25 20:59:20 +08:00
  • a5d463d90f
    made the HttpSigning method public to get the signed header. (#18496) William Cheng 2024-04-25 16:08:57 +08:00
  • d45b1c8f37 made the HttpSigning method public to get the signed header. Ghufran Zahidi 2024-04-24 16:26:56 +05:30
  • a00549cd65
    Add an option to skip unmarshall json in Go client generator (#18448) William Cheng 2024-04-25 12:52:48 +08:00
  • 3bd6d67cc0
    (java client) minor code enhancements (#18493) William Cheng 2024-04-25 12:51:18 +08:00
  • 1bb4d42216
    update readme, format code (php flight) (#18492) William Cheng 2024-04-25 10:58:11 +08:00
  • d7b808e2e9
    [Rust] Add support for base64-encoded byte arrays (#18469) Elric Milon 2024-04-25 04:26:34 +02:00
  • efb7e5624d
    Cask version fix (#18486) Aaron Pritzlaff 2024-04-24 16:50:14 +01:00
  • 50945d0e17
    [Kotlin] fix wrong type- and importMapping for kotlinx.date (#17597) (#18488) Alexander Karkossa 2024-04-24 17:42:57 +02:00
  • fbe2e0b18f
    Fix enum value issues in path or query (#18483) Even André Fiskvik 2024-04-24 13:57:25 +02:00
  • 4dc8531a67
    fix for the artefact names in scala cask (#18480) Aaron Pritzlaff 2024-04-24 11:50:00 +01:00
  • 59ba346306 update samples William Cheng 2024-04-24 15:34:02 +08:00
  • 7036b99e91
    [cpp-restsdk] add support for AnyType (#18463) Amin Yahyaabadi 2024-04-23 22:44:21 -07:00
  • dc96d648f7
    docs: add instruction for building the binary (#18473) Amin Yahyaabadi 2024-04-23 22:36:55 -07:00
  • 1d67d0632d update samples William Cheng 2024-04-23 21:32:52 +08:00
  • d71df6ab85
    fix incorrect JsonProperty in pojo constructor (#18421) Duc Nguyen 2024-04-23 14:45:10 +07:00
  • efc81aff43 Deploy website - based on 58aad760f07e3e3391a27c28dd4c3ed6ede62357 William Cheng 2024-04-22 23:52:34 +08:00
  • 58aad760f0
    Add SearchApi to users list (#18455) SebastjanPrachovskij 2024-04-22 18:50:31 +03:00
  • 99b5fe9f9c
    [typescript-angular] Add support for marking model properties with @deprecated (#18417) Even André Fiskvik 2024-04-22 15:24:24 +02:00
  • a724c754bc
    Add ResumableTask to URLSessionImplementations.mustache (#18438) Mike Welsh 2024-04-22 08:51:12 -04:00
  • cbf52aefe4 update samples William Cheng 2024-04-22 19:44:21 +08:00
  • 36911c773e
    Revert "Fix: Incorrect serialisation of maps and sets in typescript-axios (#1…" (#18452) Esteban Gehring 2024-04-22 08:47:10 +02:00
  • c64d569a7d
    [typescript-nestjs] Accept async function for fetching access token (#18190) Archit Mathur 2024-04-22 12:04:02 +05:30
  • 406d00fe9b
    [kotlin] Fix model imports when using exploded query params (#18440) Gabriel Feo 2024-04-22 07:31:35 +01:00
  • d25c5a8b26
    [TS-FETCH] Generate models/index.ts in postProcessModels (#18256) gianlucaparadise 2024-04-22 08:31:08 +02:00
  • 73bca68fea
    add example for UserDefinedTemplates (#18423) martin-mfg 2024-04-22 04:46:15 +02:00
  • 2217a7b0f2
    feat: simple/experimental generator for flight-php server framework (#18406) Daniel Schreiber 2024-04-21 17:56:59 +02:00
  • 6568bc54a5
    [csharp] Fixed nullability of composed schemas (#18408) devhl-labs 2024-04-21 11:47:43 -04:00
  • c8e835cac7
    update x/net to newer version in go generators (#18447) William Cheng 2024-04-21 22:01:20 +08:00
  • 93f4323364
    Taught Scala-cask to publish JS model files (#18413) Aaron Pritzlaff 2024-04-20 11:23:09 +01:00
  • d99affda96
    Add a link to the tech conference talk (#18431) KentarouTakeda 2024-04-19 18:44:23 +09:00
  • 514c0d6448
    [RUST-AXUM] fix generator not handling application/x-www-form-urlencoded request content, update for initial fix #18061 (#18362) denisbog 2024-04-18 09:52:36 +03:00
  • bacf4e92dd Deploy website - based on 807250a4300f3a4fed65f990e7055b34047222e1 William Cheng 2024-04-17 20:38:11 +08:00
  • 807250a430
    Prepare 7.6.0 (#18412) William Cheng 2024-04-17 19:05:37 +08:00
  • cce4139af6
    v7.5.0 release (#18411) v7.5.0 William Cheng 2024-04-17 16:24:01 +08:00
  • 7609273a02
    fix string compare in haskell generator (#18410) William Cheng 2024-04-17 15:13:05 +08:00
  • dd97def5fa
    update undertow to newer version (#18409) William Cheng 2024-04-17 11:29:06 +08:00
  • 213564a5aa
    #18388: Add Mutiny support to JaxRS (#18389) lizzyTheLizard 2024-04-17 05:20:39 +02:00
  • 7b0f963c74
    [csharp][generichost] Delete samples (#18323) devhl-labs 2024-04-16 03:10:19 -04:00
  • c109399f3f
    fixed property naming convention for composed types (#18312) devhl-labs 2024-04-16 03:09:15 -04:00
  • f37a431e49 update tests timcbaoth-improve-camlization-in-default-codegen William Cheng 2024-04-16 14:20:12 +08:00
  • f362ff1e88 fix William Cheng 2024-04-16 14:05:37 +08:00
  • ef50215438 Merge remote-tracking branch 'origin/master' into timcbaoth-improve-camlization-in-default-codegen William Cheng 2024-04-16 12:52:30 +08:00
  • c7b33c4762
    [Java] fix beanvalidation compilation failed when items type in array… (#18379) weirdo 2024-04-16 12:30:39 +08:00
  • 1471e7a0d0
    Go generate all of with multiple ref and discriminator (#18390) Radoslav Kotsev 2024-04-16 07:21:00 +03:00
  • 81f576c9da
    update dnspython to a newer version (#18376) William Cheng 2024-04-13 10:52:43 +08:00
  • 8155d03c38
    Allow Symfony 7 / Remove EOL PHP / Bearer Fix (#18357) Daniel Metzner 2024-04-13 04:46:47 +02:00