Commit Graph

  • 1730a4efce Fix typo in javascript generator template (#3249) Michael Petö 2019-06-30 06:07:49 +02:00
  • 180e8b39ee Deploy website wing328 2019-06-30 00:58:32 +00:00
  • 3e5e82460f
    [online] Apidocs ui (#3229) Jim Schubert 2019-06-29 20:30:45 -04:00
  • b06229f0ae Deploy website wing328 2019-06-28 17:49:30 +00:00
  • 731b162942 [C++][Pistache] Fix warnings (#3238) Mateusz Szychowski (Muttley) 2019-06-28 19:21:01 +02:00
  • e46bd7dd18 [go] Serialize multipart array of complex objects as JSON (#2965) Thiago Arrais 2019-06-28 12:14:13 -03:00
  • 148324c002 Deploy website wing328 2019-06-28 10:30:21 +00:00
  • 6b0e72739e Deploy website wing328 2019-06-28 10:22:57 +00:00
  • 51014839fd add new perl file wing328 2019-06-28 18:00:48 +08:00
  • 23e63dccfa [java-client][okhttp-gson] support bearer authentication (#3236) Jérémie Bresson 2019-06-28 11:55:51 +02:00
  • 6578cef260 [python] : Make example code snippet compilable (#3148) Sai Giridhar P 2019-06-28 15:23:25 +05:30
  • a41448ab9c update perl petstore samples wing328 2019-06-28 16:34:17 +08:00
  • 05e6b1249d Deploy website wing328 2019-06-28 02:17:28 +00:00
  • 3a1b29b90c Added special handling for 'string' types with format 'uri' (OpenAPITools#3160) (#3161) Rainer Hermanns 2019-06-28 03:48:41 +02:00
  • 8cdacb5a44 Merge branch 'sync_41x_50x' into 5.0.x wing328 2019-06-28 09:26:39 +08:00
  • c8ec7c2d83 Deploy website wing328 2019-06-27 16:55:27 +00:00
  • 73966a0152 [KOTLIN Spring] add interfaceOnly option (#3050) Roman Müller 2019-06-27 18:23:50 +02:00
  • bacbbe7af8 update samples wing328 2019-06-27 20:38:48 +08:00
  • a48d7f77fb Merge remote-tracking branch 'origin/4.1.x' into sync_41x_50x wing328 2019-06-27 18:27:20 +08:00
  • 1020223007 Merge branch 'sync_master_4.1.x' into 4.1.x wing328 2019-06-27 18:16:36 +08:00
  • 325ed4b72e If a parameter is a date, format it as YYYY-MM-DD (#3218) Mark Oude Veldhuis 2019-06-27 08:09:38 +02:00
  • 35a6f9d6e6 remove corrupted files wing328 2019-06-27 12:12:44 +08:00
  • 50d47fd496 Deploy website wing328 2019-06-27 03:49:31 +00:00
  • 6c9fefa7b5 update doc wing328 2019-06-27 10:47:05 +08:00
  • ec643e5a80 Deploy website wing328 2019-06-26 17:48:52 +00:00
  • 68a5fa4c8b [C++][Pistache] Catch exception instead of runtime_error (#3225) Mateusz Szychowski (Muttley) 2019-06-26 19:13:54 +02:00
  • 7af2bc8dff add link to the "new-generator" guide (#3227) DanielHabenicht 2019-06-26 17:57:24 +02:00
  • f41cd234d9
    Fix release table in the readme (#3221) William Cheng 2019-06-26 22:09:16 +08:00
  • 7534df4520 Merge remote-tracking branch 'origin/master' into 4.1.x wing328 2019-06-26 16:01:23 +08:00
  • c1771c94bd
    Add template creator: C# ASP.NET Core 3.0: @A-Joshi (#3213) William Cheng 2019-06-25 19:23:49 +08:00
  • 796651ca95 Deploy website wing328 2019-06-25 07:11:23 +00:00
  • baad19330e Deploy website wing328 2019-06-25 06:56:31 +00:00
  • 01f991a034 Fix inheritance with modelPrefix (#3151) Thibault Duperron 2019-06-25 08:46:19 +02:00
  • 800eee0202 Deploy website wing328 2019-06-25 06:43:23 +00:00
  • 94c583b6ce [aspnetcore]: Preliminary support for ASP.NET 3.0 Core preview 5 (#2824) Amit Joshi 2019-06-25 02:40:05 -04:00
  • fe8dd343a8
    Remove Jean from the core team in the public website (#3212) William Cheng 2019-06-25 14:25:45 +08:00
  • 5b9283beca feat: configurable limit of simultaneous connections (python/asyncio) (#3200) Tomasz Prus 2019-06-25 08:13:43 +02:00
  • f681764067 [R] feat(r): Inclusion of useragent, timeout and serialization (#3084) Ramanth 2019-06-25 11:42:13 +05:30
  • 9518e2a02e [typescript-rxjs] refactor to arrow functions and short hand object creation (#3077) Bernd 2019-06-25 06:04:40 +02:00
  • 2b55413371 [Go][Client] Use configured Scheme and Host in requests (#3115) Johan Brandhorst 2019-06-25 05:02:20 +01:00
  • 74c569ebf8
    Make sure Perl client samples are up-to-date (#3207) William Cheng 2019-06-25 10:34:44 +08:00
  • 3ee76a0662
    [core] Initial implementation of a validation framework in core (#3183) Jim Schubert 2019-06-24 18:24:50 -04:00
  • 6b428d65f6
    Release versioning helper script(s) (#3110) Jim Schubert 2019-06-24 18:22:10 -04:00
  • 3c2b889bb5 Deploy website wing328 2019-06-24 16:02:58 +00:00
  • 034064be4c Ruby-client: Don't encode slashes if strict-spec false (#3204) Chris Couzens 2019-06-24 16:30:00 +01:00
  • 4ac33d80f0 [openapi-yaml] Config option outputFile was ignored by the generator. (#3199) Michal Foksa 2019-06-24 16:58:38 +02:00
  • 06cfdbbdc6 Add missing javax dependencies for Java > 8 (#3188) Mathieu Debove 2019-06-24 15:42:49 +02:00
  • 55ae485fd0 update kotlin samples wing328 2019-06-24 21:01:36 +08:00
  • 38008e669e
    Minor fix to presentation link William Cheng 2019-06-24 14:42:01 +08:00
  • a882e4b3a5 Add Flow import to kotlin spring reactive (#3107) Thibault Duperron 2019-06-24 08:26:31 +02:00
  • 1d8c9dcc0b Ktor Fix KtorExperimentalAPI import (#3108) Thibault Duperron 2019-06-24 08:23:22 +02:00
  • 038afd6650
    Add a link to the speaker deck at Kubernetes Contributor Summit (#3205) William Cheng 2019-06-24 14:00:18 +08:00
  • 2773b32c36 [csharp] Adding http response details on api_docs and making example snippet compilable (#3129) Sai Giridhar P 2019-06-24 09:05:52 +05:30
  • a038fcc9c8 [java][jesery2]: "InjectionManagerFactory not found" issue (#3153) Sai Giridhar P 2019-06-24 09:03:57 +05:30
  • 56fac09ef8 Deploy website wing328 2019-06-21 17:05:41 +00:00
  • f6c738ed9e Add #send to ruby reserved word list (#3146) Martyn Garcia 2019-06-21 10:33:16 -06:00
  • ac28a29804 Deploy website wing328 2019-06-21 14:44:18 +00:00
  • e3fe12eacf Merge java8 doc for spring (#3122) Thibault Duperron 2019-06-21 16:13:19 +02:00
  • 1540ae7951 added api key authentication to aspnetcore 2.1 (#3089) MBcom 2019-06-21 15:54:08 +02:00
  • b6bb13b93c
    Add "yue9944882" to Perl technical committee (#3194) William Cheng 2019-06-21 21:52:35 +08:00
  • 2a5af92cdf [csharp-netcore]: Adding http response details in api_docs and making example snippet compilable (#3128) Sai Giridhar P 2019-06-21 18:39:13 +05:30
  • b9451e91af generate travis configuration (#3193) Min Kim 2019-06-21 21:01:23 +08:00
  • 7321e2c731 Deploy website wing328 2019-06-21 11:05:18 +00:00
  • 0e2eed6892 Perl: Basic bearer auth support (#3192) Min Kim 2019-06-21 18:32:12 +08:00
  • 47299e0678 Deploy website wing328 2019-06-21 09:12:46 +00:00
  • 46c18ad4dd [R] feat(r) : Alternate PR for serialization fixes along with WithHttpInfo method enhancement (#3099) Ramanth 2019-06-21 14:08:32 +05:30
  • 8e0dc2f150
    improve release checkout script (#3184) William Cheng 2019-06-21 10:56:22 +08:00
  • 8e11fd9fe4
    Prepare 4.0.3-SNAPSHOT (#3185) William Cheng 2019-06-20 18:50:49 +08:00
  • fae9d4a37b
    4.0.2 release (#3181) v4.0.2 William Cheng 2019-06-20 12:39:15 +08:00
  • b520ce7495 Deploy website wing328 2019-06-19 17:26:38 +00:00
  • 93edd7650b Fix rubocop obsolescence (#3175) Rhuan 2019-06-19 18:50:29 +02:00
  • c5b8552ebc Deploy website wing328 2019-06-18 09:19:41 +00:00
  • 4ead766b9e
    Add Fuse to the company list (#3164) William Cheng 2019-06-18 16:45:13 +08:00
  • 242d296082 Idiomatic Rust returns for Error conversions (#2812) Michael Edwards 2019-06-14 10:26:36 +02:00
  • a864ae90de
    Add API timeout handling (#3078) sunn 2019-06-12 20:16:12 +02:00
  • 5011ab29ae Deploy website wing328 2019-06-09 04:27:42 +00:00
  • 314f18a2c1 Import inner items for map (#3123) Thibault Duperron 2019-06-09 05:56:22 +02:00
  • d86f3edc73
    update core team in pom.xml (#3126) William Cheng 2019-06-09 11:48:13 +08:00
  • be36f7f806 Deploy website wing328 2019-06-08 18:50:51 +00:00
  • ab9facd905
    [gradle] Document consuming via gradle plugin portal (#3125) Jim Schubert 2019-06-08 14:20:48 -04:00
  • 2a5a272300 Bump up babel-cli version to fix security alert (#3121) Akihito Nakano 2019-06-08 23:12:13 +09:00
  • beed411825 Deploy website wing328 2019-06-07 22:10:59 +00:00
  • 6c98046ee6
    [C++] [cpprestsdk] Add examples and test for cpprestsdk (#3109) sunn 2019-06-07 23:37:49 +02:00
  • a96ab1cf9d
    [core] GeneratorSettings, WorkflowSettings, and cleanup in CodegenConfigurator (#2946) Jim Schubert 2019-06-07 13:07:52 -04:00
  • 3df525ee33 Add enum support to rust and skip none option serialization in clients (#2244) Gabriel Féron 2019-06-07 18:28:43 +02:00
  • 00befc4631 Deploy website wing328 2019-06-06 20:08:11 +00:00
  • c2f5038d75
    Add/update new core team member: etherealjoy (#3116) Jim Schubert 2019-06-06 15:36:00 -04:00
  • 5de7f09ae9
    Gradle sample on travis (#3114) Jim Schubert 2019-06-06 15:09:26 -04:00
  • 14950c3cfd Deploy website wing328 2019-06-06 15:36:47 +00:00
  • cd85210835 [typescript-fetch] add bearer token support (#3097) Ken Rosaka 2019-06-06 16:58:31 +02:00
  • 6660b74247
    Add Q_DECLARE_METATYPE to the generated models and remove ref in signals (#3091) sunn 2019-06-06 16:13:11 +02:00
  • 19f47d0caa
    [Java][okhttp-gson] Update dependencies (#3103) William Cheng 2019-06-06 13:32:58 +08:00
  • 146c1fb255 Link query parameter to model object (#2710) Thibault Duperron 2019-06-05 20:42:15 +02:00
  • 07cf6bd81e Deploy website wing328 2019-06-05 18:31:39 +00:00
  • 0d701b7ce9 scala-play-server: fix enum names for reserved words (#3080) Adi Gerber 2019-06-05 21:26:22 +03:00
  • e68426fda9
    Add @sunn to openapi generator core team (#3105) William Cheng 2019-06-06 02:10:21 +08:00
  • 86e53d6f0b
    fix NPE in go generator (#3104) William Cheng 2019-06-06 01:57:16 +08:00
  • 6379022c42 scala-play-server: fix API doc url (#3096) Adi Gerber 2019-06-05 20:50:39 +03:00
  • ad06496887 [maven-plugin] fix strictSpec parameter without alias (#3095) Jérémie Bresson 2019-06-05 14:21:51 +02:00
  • 4e9d226443 Ruby: Avoid double escaping path items (#3093) Chris Couzens 2019-06-05 11:54:23 +01:00