12424 Commits

Author SHA1 Message Date
William Cheng
0fc84687ff
update rails petstore (oas3) (#111) 2018-04-17 21:03:00 +08:00
Jérémie Bresson
93301eaacf
Fix NullPointer with empty Composed Schema (#107) 2018-04-17 10:50:10 +02:00
Jeremie Bresson
cae0d83742 Merge commit 'swagger-codegen_renamed' into 'master' 2018-04-17 09:21:42 +02:00
Jeremie Bresson
53597764c3 Add OpenAPI spec 3.0 support (beta)
Co-authored-by: Akihito Nakano <sora.akatsuki@gmail.com>
Co-authored-by: Jeremie Bresson <dev@jmini.fr>
Co-authored-by: Jim Schubert <james.schubert@gmail.com>
Co-authored-by: Martin Delille <martin@phonations.com>
Co-authored-by: Tomasz Prus <tomasz.prus@gmail.com>
Co-authored-by: William Cheng <wing328hk@gmail.com>
2018-04-17 09:19:10 +02:00
Jeremie Bresson
625e13656c Merge and rename remote-tracking branch 'swagger/master' into 'swagger-codegen_renamed' 2018-04-14 17:06:10 +02:00
Jeremie Bresson
a32e2570ec Merge commit 'oas3_support2' into 'swagger-codegen_renamed'
=> include last 'swagger-codegen_master -> oas3_support2' merge into 'swagger-codegen_renamed' for future merge
2018-04-14 16:42:41 +02:00
Jeremie Bresson
db413f4d26 Rename projects from swagger-codegen master branch 2018-04-14 16:36:30 +02:00
Jérémie Bresson
006f084b53 Allow to set values with setApiPackage(..) and setModelPackage(..) (#8013)
* Add getInvokerPackage() getter

* Add test cases

* Handle values set with setModelPackage(..) and setApiPackage(..)
2018-04-13 21:11:26 +08:00
Jérémie Bresson
2034f61e53 Add HideGenerationTimestamp getter and setter in the CodegenConfig interface (#8009) 2018-04-12 15:38:10 +08:00
Jérémie Bresson
d0e2d7684d Getter and Setter for hideGenerationTimestamp (#7998)
* Create unit test to control regressions

* Change HIDE_GENERATION_TIMESTAMP handling

* Add new test case: set values with the setters

* Add 'isHideGenerationTimestamp()' getter
2018-04-11 23:44:12 +08:00
HugoMario
338b9c04b8
Merge pull request #8003 from swagger-api/issue-7999
show number as strings
2018-04-10 19:48:40 -05:00
Hugo Mercado
b5ffeff925 added test to verify behavior. 2018-04-10 19:36:23 -05:00
Hugo Mercado
57a8f9f599 show number as strings 2018-04-10 10:21:52 -05:00
wing328
cf735f95d8 Merge branch 'master' into oas3_support2 2018-04-10 00:02:38 +08:00
Ignacio Molina Cuquerella
c91ce17aee Feature/javaPlayWithAsynchronousControllers (#7705)
* Add property 'supportAsync' to allow the use of CompletionStage of java8

* Add support for completionStage in play-framework templates

* Add script to generate samples for play-framework async controllers

* Add generated samples for java play framework with asynchronous controllers

* Add missing templates and generate samples

* Remove useless comments from generated samples in play framework async

* Fix ControllerImp template for java play framework

* Add script for java play framework async to general script

* Regenerate java play framework server samples

* Fix missing whitespace

* Fix unnecessary blank lines at imports

* Fix tabulation issue

* Fix tabulation issue in controllers

* Remove blanks from api Imp

* Remove more empty lines

* Add blank between methods

* Remove blanks before call to service method

* Fix some tabulations in java play async templates

* Regenerate samples for java play async
2018-04-09 22:41:22 +08:00
Bjarni Þór Jónsson
009dcf0090 Mark not required swagger properties as optional typescript properties (#7806)
* Mark `not required` swagger properties as optional typescript properties

Properties that aren't required in the swagger contract should be marked as optional typescript properties, i.e. with `?` after their name when they are defined.

* Adding Petstore samples files generated with the optional property change
2018-04-09 22:12:17 +08:00
Andrew Diamond
12abfb9686 [aspnetcore] Update Dockerfile (#7873)
* Update Dockerfile

* Readd telemetry optout

* Update Petstore samples
2018-04-09 22:09:51 +08:00
William Cheng
5fb26842ce
Merge pull request #37 from wing328/fix_js_doc
Update JS doc to remove x-codegen reference
2018-04-09 14:30:50 +08:00
wing328
eab65306c5 update js doc to remove x-codegen reference 2018-04-09 14:27:08 +08:00
William Cheng
b0e2eeeb55
Merge pull request #36 from wing328/fix-unknown-param-name
Fix unknown parameter name for body parameter
2018-04-09 13:17:06 +08:00
wing328
f21d01d1c4 fix unknown parameter base name for body parameter 2018-04-09 12:58:19 +08:00
William Cheng
9c32979d95
Merge pull request #35 from wing328/ts_fix_any
Fix TS incorrect object declaration
2018-04-09 12:44:19 +08:00
wing328
b5f0b24bae fix object declaration in model 2018-04-09 12:41:36 +08:00
William Cheng
7ca8edb590
Merge pull request #34 from wing328/python_flask_fix
Fix Python Flask parameter naming to make it consistent with Python client generator
2018-04-09 11:58:28 +08:00
wing328
9999eac528 fix python flask parameter naming 2018-04-09 11:56:19 +08:00
wing328
4109f51a22 add ruby oas3 script 2018-04-09 11:21:33 +08:00
William Cheng
3e9931c550
Merge pull request #33 from wing328/fix_ruby_output
Fix requiredParams, add optionalParams
2018-04-09 11:10:09 +08:00
wing328
c1e7da5ec1 update ruby readme template 2018-04-09 11:01:01 +08:00
wing328
a08164592a fix ruby parameters in documentation, fix reuqiredParams, optionalParams 2018-04-09 10:48:45 +08:00
William Cheng
dce41a0029
Merge pull request #32 from wing328/fix_ruby_output
Various fix for ruby client generator
2018-04-09 02:08:07 +08:00
wing328
26f08aa8ad fix number's max, min value 2018-04-09 01:45:28 +08:00
wing328
3b6f280d0b fix max, min for number 2018-04-09 01:41:58 +08:00
wing328
adbde2fb61 replace fromOperation with postProcessOperations 2018-04-09 01:27:28 +08:00
wing328
9d1ae0dd29 fix bigdecimal in default codegen 2018-04-09 01:14:51 +08:00
wing328
4c00d4564c Merge branch 'oas3_support2' of https://github.com/wing328/openapi-generator into oas3_support2 2018-04-09 00:11:39 +08:00
wing328
a339422bd5 move get type declaration method to c++ restbed 2018-04-09 00:08:50 +08:00
William Cheng
b34f328e12
Merge pull request #25 from ackintosh/fix-collection-format-in-header-parameter
Fix collection format in header parameter
2018-04-09 00:05:01 +08:00
wing328
070b5c00b8 fix object type declaration in cpprest 2018-04-09 00:01:27 +08:00
William Cheng
6d88edb336
Merge pull request #31 from wing328/cpp_fix
fix string type detection in c++ generator
2018-04-08 23:30:04 +08:00
wing328
b6eb3451c8 add windows batch script for pistache server 2018-04-08 23:13:05 +08:00
wing328
f192613f11 fix string type in c++ generator 2018-04-08 23:03:18 +08:00
William Cheng
353dd3ee66
Merge pull request #30 from wing328/fix_restbed
Fix String check in RestBed generator
2018-04-08 22:19:31 +08:00
wing328
6fef0a7ffe fix string issue with restbed generator 2018-04-08 22:07:46 +08:00
wing328
ffa0e115d9 fix default value and type declaration 2018-04-08 21:04:50 +08:00
William Cheng
665f0bd811
Merge pull request #28 from wing328/fix_numeric_enum
Fix numeric enum throwing NPE
2018-04-08 18:05:48 +08:00
wing328
01e1fb2415 fix numeric enum throwing npe 2018-04-08 17:40:12 +08:00
William Cheng
113e8ad9fd
Merge pull request #24 from ackintosh/fix-enum_query_double
Fix 'enum_query_double' definition
2018-04-08 16:57:10 +08:00
William Cheng
821fba394d
Merge pull request #22 from ackintosh/fix-yaml
Fix request content-type for '/fake/jsonFormData'
2018-04-08 16:56:22 +08:00
William Cheng
1160dbdb26
Merge pull request #27 from wing328/inline_support
Mark form parameter's schemas as unused in OAS 3.0 spec
2018-04-08 16:55:49 +08:00
William Cheng
e447e7dfb8
Merge pull request #20 from wing328/qt-update-client
[qt] update client
2018-04-08 16:55:33 +08:00