ehyche
97ad90578d
Split up model template into partials ( #7297 )
2018-01-07 16:57:58 +08:00
Jon Schoning
bca2b9fb5b
[haskell-http-client] handle */* mimetype correctly & split api modules & allowNonUniqueOperationIds ( #7254 )
...
* [haskell-http-client] handle */* mimetype correctly
* [haskell-http-client] generate separate api modules, for each child api
* [haskell-http-client] add cliOption "allowNonUniqueOperationIds"
When cli option "allowNonUniqueOperationIds" is true,
allows *different* API modules to contain the same operationId,
and then each API must be imported qualified.
2018-01-07 11:59:55 +08:00
Oleksandr Slynko
919f867eba
[go] Fix go client formatting ( #7283 )
...
* Fix some go client formatting issues
* Fix go client go imports
* Run `goimports -w .` on examples directory
* Sort imports in api
* Add new line between each property
Before secret feature was used to add new line using two property
declaration in the same line. There should be no new line before
first property. The easiest way is to use `-first` special
property
https://github.com/samskivert/jmustache#-first-and--last
New line are required so `goimports` won't reformat whitespaces between
property name and type.
* Change whitespaces to tabs
* Fix whitespaces in api_client
There is a new line between each service to prevent `goimports` from
adding whitespaces between types and names
* Fix more whitespaces
There was a need to set special delimeter for formatting in the commit.
Go slices use curly braces and `jmustache` got confused when found
triple curly braces.
* Fix whitespaces in configuration.mustache
* Fix whitespaces for api response
* Support for optional description
Do not add whitespace if description is missing
* Add new lines between enum values to prevent formatting
* Generate go code from current code
- imports are not sorted :(
- there are extra whitespaces for different languages. I don't know why
* Run generate for security tests
2018-01-07 11:53:55 +08:00
etherealjoy
6afc0e9344
Fix for #7198 , use QJsonObject instead of QJsonArray for maps ( #7204 )
...
[C++][Qt5] use QJsonObject instead of QJsonArray for maps
2018-01-07 11:50:22 +08:00
Akihito Nakano
4e5ec4c71c
[PHP] Cleanup StoreApiTest ( #7248 )
...
* Move test codes in "test" to "tests".
* Simplify class name specification
* Regenerate test/Api/StoreApiTest.php
testGetInventory already exists in tests/StoreApiTest.php
2018-01-07 11:46:31 +08:00
Dennis Kieselhorst
ee5709177a
[Java] update CXF to latest release (3.2.1) ( #7284 )
...
* update CXF to latest release (3.2.1)
* update CXF to latest release (3.2.1) - samples update
2018-01-07 11:43:34 +08:00
Akihito Nakano
50d217894c
[PHP] Cleanup EnumTest ( #7282 )
...
* Move test codes in "test" to "tests"
- EnumClassTest
- EnumTestTest
* Regenerate test/Model/Enum(Class|Test)Test.php
2018-01-07 11:42:44 +08:00
Bernat Ràfales
9b5bba0193
Correct minor typo in Ruby gemspec files ( #7263 )
...
[Ruby] Correct minor typo in Ruby gemspec files
2018-01-07 11:41:14 +08:00
marcindanek85
14a2c81adb
Replaced \t with spaces ( #7265 )
...
* Added copying array type descriptors (isBoolean, isNumber, etc) to specify the type of items in array
* Replaced \t with spaces
2018-01-07 11:40:10 +08:00
Akihito Nakano
fa9fc4b45b
Delete ApiClient ( #7305 )
2018-01-07 11:34:17 +08:00
Akihito Nakano
68a4552741
Tweak test doc comment ( #7280 )
2018-01-07 11:23:05 +08:00
Akihito Nakano
fa3e72e6e3
[PHP] Cleanup AnimalFarmTest ( #7279 )
...
* Move test codes in "test" to "tests"
* Regenerate test/Model/AnimalFarmTest.php
2018-01-07 11:21:53 +08:00
William Cheng
4bb6d8993c
fix removeOperationIdPrefix in additional properties ( #7301 )
2018-01-07 11:15:13 +08:00
William Cheng
a5009b592e
add shijinkui to scala technical committee
2018-01-07 11:05:58 +08:00
wing328
7f0dca7ac2
update version to 2.4.0-SNAPSHOT
2018-01-07 11:04:05 +08:00
Jinkui Shi
30bd6f680d
[akka-scala] License info add in template header #7321 ( #7322 )
...
* [akka-scala] License info add in template header #7321
* generate petstore by akka-scala teplate
2018-01-07 11:00:57 +08:00
Kevin Brey
3af51d1b36
docs(readme): update link to contributing guid ( #7332 )
2018-01-07 10:49:38 +08:00
Jean-François Côté
3465f2918e
Fix a regression bug that was introduce in a recent commit. Removed the tabs that were causing error in Play Framework ( #7241 )
2018-01-07 10:48:49 +08:00
Jean-François Côté
0a9c6f56c8
Fix issue #7262 with the parameter name in the path. The problem was that camelCase naming was forced only in this part of the code when everywhere else it is configurable. ( #7313 )
2018-01-07 10:33:46 +08:00
Aaron McGinn
6c2a583bcd
Java8 fix ( #7260 )
...
* [JavaPKMST-Server] Change Java 8 code to Java 7 to meet project specifications
* Revert "Update readme to Java 8"
This reverts commit 54ce4caafc
.
2018-01-07 10:32:40 +08:00
wing328
9c68c00fa5
update to 2.3.1-SNAPSHOT
2018-01-07 09:53:01 +08:00
William Cheng
3c7505670b
fix typo, update 2017 to 2018
2018-01-04 21:56:20 +08:00
Jinkui Shi
8b9c8ad618
[Doc] add huawei cloud to companies list #7308 ( #7309 )
2018-01-04 18:10:01 +08:00
Louis
1b7f654f11
Adding Peatio opensource as reference project ( #7267 )
...
Peatio is an opensource project and all API client are generated using codegen.
2018-01-03 10:58:43 +08:00
joy8zhang
bf35e8bbf2
Update README.md ( #7298 )
...
Added Hootsuite under Companies/Projects using Swagger CodeGen
2018-01-03 10:38:33 +08:00
joy8zhang
07977462c8
Update README.md ( #7299 )
...
* Update README.md
Added new resource `http://code.hootsuite.com/using-protocol-buffer-to-generate-sdk-at-hoosuite/?lipi=urn%3Ali%3Apage%3Ad_flagship3_messaging%3By4ATz3SDRXyvXJJ14LQysQ%3D%3D ` onto `Presentations/Videos/Tutorials/Books`
* Update README.md
Added extra space
2018-01-03 10:37:41 +08:00
William Cheng
8e551a76b4
add link to chinese ebook
2017-12-29 13:49:46 +08:00
William Cheng
54ce4caafc
Update readme to Java 8
2017-12-27 11:27:37 +08:00
William Cheng
0301950dcb
move bvwells to go tech comm
2017-12-24 00:49:03 +08:00
William Cheng
8ae11847d3
update current stable version in readme
2017-12-22 23:54:21 +08:00
wing328
2cf6b98049
skip push snapshot to avoid error
2017-12-22 23:09:41 +08:00
wing328
63f36ad864
comment out checkstyle in circleci pom.xml
2017-12-22 12:45:30 +08:00
wing328
57cfd99ef3
comment out check style plugin
2017-12-22 12:33:32 +08:00
wing328
21f8d5fb1b
Revert "update version to 2.4.0-SNAPSHOT"
...
This reverts commit 8d2fa6b8ea
.
2017-12-22 12:07:26 +08:00
wing328
e96fd89767
Merge branch 'master' of https://github.com/swagger-api/swagger-codegen
2017-12-22 12:00:11 +08:00
wing328
e798c2b30e
update ci config to install codegen locally
2017-12-22 11:59:40 +08:00
William Cheng
591b4f2217
update doc to 2.3.0
2017-12-22 11:48:47 +08:00
wing328
8d2fa6b8ea
update version to 2.4.0-SNAPSHOT
2017-12-22 11:42:05 +08:00
wing328
ea9340e84d
update version to 2.3.0
2017-12-22 10:45:02 +08:00
manuc66
a050907d1f
fix net35 with JsonSubTypes ( #7043 )
...
* upgrade JsonSubTypes to 1.2.0
* update samples
* add SwaggerClientNet35
* re-generate
* fix the linux build script
2017-12-22 00:31:44 +08:00
William Cheng
587dc20e06
[Javascript] Set ES5 as default ( #7239 )
...
* default js client to es5
* update js option wording
2017-12-22 00:08:30 +08:00
Jean-François Côté
572bafe2a7
#7201 : Take the modelPropertyNaming property into account again ( #7202 )
2017-12-21 18:28:30 +08:00
William Cheng
c1cbf32d17
add trenneman as elm creator
2017-12-21 16:37:53 +08:00
William Cheng
0924771fc3
add bvwells to go technical committee
2017-12-21 15:19:06 +08:00
Daniel
dbfe4ec119
Video "Building an API with Swagger" ( #7237 )
...
Added my video to building a Swagger API using the Swagger editor and NodeJS.
2017-12-21 15:17:32 +08:00
Ramzi Maalej
9dde8525ec
[Akka-Scala] This is a fix to a bug introduced by this PR #7172 ( #7228 )
...
* Add missing import
* Update petstore app
2017-12-21 10:56:36 +08:00
Erik Timmers
d6539ba3c8
Add Elm language - BETA ( #6947 )
...
This is the initial Codegen for Elm 0.18.
Please try it out and provide feedback.
Not yet supported:
* path variables;
* additionalProperties;
* authentication;
* recursive types.
2017-12-20 22:26:46 +08:00
Jon Schoning
538f28e568
bump stack resolver to lts-10.0 ( #7221 )
2017-12-20 21:55:23 +08:00
Ben Wells
83fb107749
Create abstract go codegen base class ( #7197 )
...
Remove tabs
2017-12-19 23:41:02 +08:00
William Cheng
350a97095b
[Go] rename local variable "file" to "localVarFile" ( #7214 )
...
* comment out pkmst test for the time being
* rename file to localVarFile
2017-12-19 23:12:12 +08:00