* upstream-master: (1081 commits)
improve ts node enum naming
update ruby samples
update ruby sample
Update README to clean on mvn package
fix csharp enum naming
fix double hyphen in c# generator
Remove more Java String comparison using "=="
Not compare Java String with "=="
fix csharp code sample
feat dart: add pubName to all remaining library parts
fix[ruby]: Problem with List of Enum
feat dart: add pubName to library name.
feat dart: mv basePath to ApiClient
Add more security samples (#3344)
Leverage Shipable.io to validate mustache templates (#3333)
fix model name "client" issue
fix https://github.com/swagger-api/swagger-codegen/pull/3313/files#r70178399#3285 replaced setModelNamePrefix by setModelNameSuffix
doc: explain how to run tests
feat: improve / fix deserialization by parsing type String
...
Conflicts:
modules/swagger-codegen/src/main/resources/objc/Object-body.mustache
* feature/objc-sessionmanager:
updates templates with JSONModel workaround
updates for ISO8601 0.5.1
updates templates according to https://github.com/NYTimes/objective-c-style-guide
first version of session manager
* add line break test to petstore-security-test.yaml
* add objc/swift security testing
* add go,scala,qt5cpp for security test
* add security test for typescript
* fix go security issue, fix consumes,produces line break
* add run all petstore shell script
* add run all petstore batch file for windows tests
* better output for travis and appveyor
* add shippable config to test all petstore
* show log after test script
* remo all-petstore, update travis build
* update shiippable config
* add run-all-petstore
* failure test using ruby model
* use bash script for run-all-petstore
* update script permission
* fix html batch script
* fix missing doc in jaxrs spec generator
* fix missing api, model test in jaxrs spec generator
* rename licenseInfo for lumen
* remove ruby model failure (for CI test)
* fix "the input line is too long"
* update windows batch file to shorten the commands
* update appveyor config
* update shippable config
* add build script
* update batch file to remove args option
* fix window batch file for spring mvc/boot
* remove logging output to file
* added api_helper.dart for a helper function.
* defaultApiClient is now a variable instead of a static field inside
ApiClient
* a lot of functions inside ApiClient are no longer static.
* optional params are now named params (needed to introduce a
justIgnoreFlag as hack)
* queryParams now support the multi format and are therefore no longer a
Map<String, String>, but a List<QueryParam>
* renamed apiException.mustache to api_exception.mustache to conform
with other file names.
* removed unused import: 'dart:html'
* removed 'package:crypto/crypto.dart' dependency. 'dart:convert' has a
base64 converter now.
* use null-aware operator for apiClient assignment in xxxApi
constructors.
* enable testStoreApi (which returned a Future nobody waited for)
* fix types in tests. Some ids were passed as Strings instead of ints.
* adapt tests to use the optional named arguments (for optional query
args)
* generate random ids in tests. Otherwise insertion will always succeed
if the test has been called once.