lukoyanov
4558e49c7e
[Java] Retrofit2 Play! Framework 2.6.x support ( #901 )
...
* added play framework 2.6 support
* generated petstore sample
* generated petstore sample #2
* generated petstore sample #3
* Revert "generated petstore sample #3 "
* generated petstore sample #4
* fixed circleci configs
* one more time samples regen
2018-08-28 22:48:05 +08:00
William Cheng
4401407c7c
remove eof from elm mustache template for better code format ( #879 )
2018-08-26 16:38:27 +08:00
Hugo Barrigas
37fd4264ac
[JAVA][Webclient] Add constructor to allow custom WebClient to be passed into ApiClient ( #882 )
...
* add constructor to allow custom webclient to be passed into ApiClient
2018-08-25 15:22:36 +02:00
Marco
39e9206976
[Java][Webclient] Init authentication on ApiClient instantiation ( #887 )
2018-08-25 14:22:16 +02:00
Tomasz Prus
79dacb20a0
fix: python-asyncio/aiohttp with disabled ssl verification ( #891 )
2018-08-24 09:43:32 +08:00
Navneet Karnani
f2b0adfa05
Nit: Language fix in README.md ( #871 )
...
* Nit: Language fix in README.md
Usage of "then" vs "than"
* update TS petstore samples
2018-08-23 17:33:38 +08:00
William Cheng
3d06900e68
Prepare 3.2.3-SNAPSHOT version ( #870 )
2018-08-22 13:39:20 +02:00
Michael Kotten
526e980a69
[JAXRS] use contextPath variable for @ApplicationPath in RestApplication ( #850 )
...
* Use contextPath variable for RestApplication templates
* Update generated RestApplication.java files, as they are skipped by default otherwise
* Update Petstore sample for jaxrs so that CIs can verify the change
2018-08-22 09:15:08 +02:00
Jens Oberender
9bc335b35e
Forbiddenapis check and fix ( #672 )
...
* Added forbiddenapis check and fixed the findings in the normal code
* Fixed forbiddenapi findings in java templates and samples.
* Generated all samples for Java.
2018-08-22 06:06:01 +02:00
marcotta
bb2712fe45
Use thread safe manager store dictionary ( #864 )
...
Fix crash due to concurrent access of managerStore dictionary.
Swift2 and Swift3 had been enhanced respectively with the following
pull requests: #3873 #5610
2018-08-22 02:27:40 +08:00
Dominik Sumer
450d624474
add possiblity to pass baseOptions to the API Configuration, which will be passed to every fetch call ( #642 )
2018-08-21 16:25:56 +08:00
OmriHarary
ca0c35aa15
[java-server] Fix improper quoting of default values for query parameters ( #708 )
2018-08-21 10:17:31 +02:00
Daiki Matsudate
fcfd8ea76e
Update swift samples ( #738 )
...
* update all swift samples
* fix method name starting with number literal
* better handling of operationId starting with number
* update swift 4 samples
2018-08-21 15:17:56 +08:00
ccozzolino
2044c36398
Adjust client response handler to be backwards compatible with older versions of Vert.x (<3.5) ( #854 )
2018-08-21 13:12:18 +08:00
Jean-François Côté
ee491a0e5e
Fix problems in typescript jquery generator ( #801 )
...
* Add missing curly bracket + remove unnecessary `postProcessParameter` because it add 2 time "models."
* Add generated client for samples
2018-08-20 08:44:46 -04:00
Yuriy Belenko
e605882451
[PHP] Add gitignore to AbstractPhpCodegen ( #765 )
...
* [PHP] Remove PHP related rules from root gitignore
After conversation with @ackintosh we've agreed that every PHP codegen
should create it's own `.gitignore`. Client libraries(SDKs) should ignore
`composer.lock` file while server stubs better do opposite.
* [PHP] Set .gitignore as default supporting file
* [PHP] Add default gitignore to Client SDK
* [PHP] Add default gitignore to Laravel
* [PHP] Add default gitignore to Lumen
* [PHP] Add default gitignore to Silex
Seems like issue #663 and pull request #681 missed this security script,
I've changed output path in bin/security/silex-petstore-server.sh.
* [PHP] Update Slim
* [PHP] Add default gitignore to Symfony
I've copied few old rules from root gitignore to local one. These rules
should be reviewed by original SymfonyCodegen authors.
* [PHP] Add default gitignore to Zend
* [PHP] Refresh Openapi3 client samples
* [PHP] Add refs to .gitignore templates collection
2018-08-20 12:16:01 +08:00
William Cheng
d593988e5d
fix erlang optiona/required parameters ( #829 )
2018-08-19 14:52:21 +08:00
Victor Orlovsky
0191210145
[Java][Rest-assured] Fix generated javadoc and "swagger-annotations" improvement ( #831 )
...
Added "@Api" swagger annotation, "nickname" for ApiOperation.
Fixed javadock for rest-assured client.
2018-08-17 18:15:02 +02:00
William Cheng
0f30a052b2
Add an option to skip "form" model generation ( #700 )
...
* add option to generate all models
* update doc
* rename option to skipFormModel
* update petstore samples
* Update doc
* Update samples
2018-08-17 17:22:30 +08:00
Rytis Karpuška
1c6ab3f831
Add localVar prefix to parameterized functions variables in cpprestsdk in order to make name clashing less probable. ( #731 )
2018-08-16 18:16:58 +08:00
William Cheng
5ffc297a69
Fix Ruby script path in ensure-up-to-date ( #823 )
...
* fix ruby script path in ensure-up-to-date
* bin/ruby-client-petstore.sh
2018-08-16 13:59:47 +08:00
Victor Orlovsky
e7340bfe5b
[Java][Rest-assured] Fix "invokerPackage" in ApiClient, remove unnecessary @Authorization ( #822 )
2018-08-16 06:15:15 +02:00
William Cheng
6de09688ad
Add auto-generated readme for cpprestsdk client ( #814 )
...
* add auto-generated readme for cpprestsdk client
* update cpprest client sample
* remove error message from cmake
2018-08-16 00:23:48 +08:00
Victor Orlovsky
7b8f51a465
[JAVA][Rest-assured] add more information about operations ( #815 )
...
Add swagger annotations to client and set default baseReqSpec and baseContextConsumer in ApiClient
2018-08-15 17:56:14 +02:00
Jérémie Bresson
79b993e6d5
Prepare version 3.2.2-SNAPSHOT ( #810 )
2018-08-14 13:38:18 +02:00
Geoff Brown
08ca54d3d5
Fixed date formatting in typescript node client ( #786 )
...
Fixes #785
2018-08-13 19:27:31 +02:00
William Cheng
b64864f47d
Fix float/double default value in C# generator ( #791 )
...
* fix float/double default value
* better code format
* better CI for openapi3 batch files (C# client)
* update nancyfx samples
* pipe output to /dev/null to reduce log size
* fix windows batch file
* add C# API client generated by OAS3 spec
2018-08-13 13:28:22 +08:00
Rytis Karpuška
0cd6d8c139
Do not declare destructor as default when destructor is explicitly declared. ( #732 )
2018-08-12 13:44:07 +02:00
William Cheng
ddb0920fed
Fix C# client enum issue ( #774 )
...
* fix csharp enum issue
* fix numeric enum value
* add docstring to exlain isDataTypeString
* fix docstring by adding return
* fix ToJson in hash model
* remove BaseValidate for map model
* restore csproj file
2018-08-11 11:34:20 +08:00
Akihito Nakano
21777f2759
[JavaScript] Update vulnerable dependencies ( #784 )
...
* Update vulnerable dependencies
* Update samples: javascript-es6
* Update samples: javascript-promise
* Update samples: javascript-promise-es6
* Update samples: javascript
* Update samples: petstore-security-test/javascript
* Rename operationId if it starts with a number
* Update samples
bin/javascript-petstore.sh
bin/javascript-es6-petstore.sh
bin/javascript-promise-petstore.sh
bin/javascript-promise-es6-petstore.sh
2018-08-10 21:50:33 +08:00
Yusuke Iinuma
afdef8f890
[Ruby] Fix method split ( #780 )
...
* Fix methods split for readable
* Recreate sample
2018-08-10 17:25:22 +08:00
William Cheng
748d1d70cb
update groupId in pom ( #779 )
2018-08-10 15:48:19 +08:00
Daniel Miller
987fd77042
[cpp-restsdk] Support multi-line descriptions ( #753 )
...
* Update IndentedLambda to take optional prefix
* Add `multiline_comment_4` to CppRestSdkClient
* Update cpp-restsdk example
2018-08-09 19:01:15 -04:00
William Cheng
90a8b81728
Prepare 3.2.1-SNAPSHOT release ( #748 )
...
* prepare 3.2.1 SNAPSHOT release
* update doc to use 3.2.0 stable version
2018-08-07 01:31:37 +08:00
Alexey Alekhin
05db32fea2
[Elm] Template improvements ( #661 )
...
* Add elm template parameter to the samples testing script
* Update elm-date-extra package; fixes #458
* Update generated elm samples
* Use Elm doc comments; remove some unneccessary newlines
* Update generated Elm samples
* Remove unnecessary parenthesis around non-optional container type
2018-08-06 18:17:59 +08:00
William Cheng
c116c8fb9b
[PHP] Decommission "packagePath", add new option "packageName" ( #681 )
...
* remove packagePath from php file location, use -o instead
* fix php symfony top folder
* restore pacakgePath
* update php laraavel samples
* remove packagePath from PHP generator
* add new silex files
* update window batch - php silex
* fix openapi3 silex script
2018-08-06 18:10:34 +08:00
Jon Schoning
f6c21057e1
[haskell-http-client] regen samples ( #709 )
...
* [haskell-http-client] regen samples
* ensure the haskell-http-client samples are always up-to-date
2018-08-05 15:11:52 -05:00
William Cheng
f6146b212f
[PHP] better operationId handling, add CI for PHP slim server ( #723 )
...
* better operationId handling, add CI for PHP slim
* use spaces instead of tabs
* replace tab with space
* install php
2018-08-03 10:47:54 +08:00
David van Laatum
a258cf3fc6
#714 prevent throwing another exception if the request fails eg connection reset ( #715 )
...
* prevent throwing another exception if the request fails eg connection reset
* prevent throwing another exception if the request fails eg connection reset
2018-08-03 00:02:09 +08:00
William Cheng
f0425d77ef
[Ruby] Better handling of operationID starting with a number ( #719 )
...
* better handling of operationId starting with numbers in Ruby
* update Rubocop to use Layout
2018-08-02 22:00:50 +08:00
William Cheng
40024ac72a
[Go] Prefix enum number with _ ( #703 )
...
* prefix enum number with _ in go
* reformat code, use else if
2018-08-02 10:13:01 +08:00
William Cheng
ab08dd1d26
Better handling of operationID starting with numbers ( #691 )
...
* add numeric operationid to test spec
* better handling of operationId in more generators
* fix go toOperationId
* update samples
* update java samples
* update java samples (vertx, webclient)
* update java google api client sample
* fix typo, update OAS3 test spec, update php petstore (oas3)
* defer camelize in operationid
* remove duplicated sanitizeName
2018-08-01 22:31:58 +08:00
William Cheng
21141f682f
Fix Javadoc string error in Java (rest-assured) client ( #702 )
...
* fix docstring
* trigger build failure
* Revert "trigger build failure"
This reverts commit 12cd26f0ca981db37d177a55001dac8b6afcd0bf.
* update java samples
2018-08-01 22:13:41 +08:00
Victor Orlovsky
82156b6639
Added constant "httpMethod", "summary" ( #697 )
2018-08-01 12:02:11 +08:00
René Winkelmeyer
d1fc923b66
Re-implementation of Apex client code gen ( #698 )
2018-07-31 23:02:25 +08:00
William Cheng
d8ec6b2003
[Apex] migrating to OpenAPI Generator project ( #692 )
...
* [apex] migrating to OpenAPITools
* migrate apex to openapi-generator
2018-07-31 15:28:54 +08:00
William Cheng
036fa6918c
fix operation id starting with number for python client ( #682 )
2018-07-30 15:42:06 +08:00
sunn
b587052de4
cpp-tizen extends AbstractCppCodegen ( #676 )
...
* cpp-tizen extends AbstractCppCodegen
* Update javadoc comment
2018-07-30 15:33:00 +08:00
Rubén Martínez
68d80ab67d
[Java][Client][RestTemplate] Fixed invalid URL-encoding of query parameters ( #646 )
...
Fix for the #644
2018-07-30 08:38:10 +02:00
Jérémie Bresson
a8e8acead7
[java] add useNullForUnknownEnumValue option ( #633 )
2018-07-26 11:00:45 +02:00