William Cheng
|
8c599ebf12
|
Add support for multiple inheritance (#1664)
* add all parent names
* clean up supportsInheritance
* fix npe
* fix allVars, fix test cases
* add more tests, remove comments
* update docker m2 cache dir, add more tests, fix mandatory
* update samples
* regenerate js spec files
* add logic to detect self reference
* add isSelfReference flag to codegen property
* add ruby tests for cat model
* remove debugging info
* fix JS allvars not have x-js-doctype
* update samples
* update js samples
|
2018-12-15 00:24:36 +08:00 |
|
William Cheng
|
f8ada391c4
|
Fix boolean value handling in HTTP request body (#1515)
* fix boolean http body handling
* fix typo in parameter name
|
2018-11-24 16:42:32 +08:00 |
|
William Cheng
|
3b53ac435f
|
fix duplicate call in JS (#1270)
|
2018-10-26 18:28:37 +08:00 |
|
William Cheng
|
47b3210cb2
|
Add js-beautify support to JS generator (#961)
* add js-beautify support to JS generator
* replace tab with space
* update samples without JS_BEAUTIFY_PATH
|
2018-09-08 18:06:27 +08:00 |
|
delenius
|
9d89387d83
|
Fix cookie support in Node.js client (#895)
|
2018-09-04 16:31:33 +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 |
|
Stian Liknes
|
24104dac35
|
Add option modelPropertyNaming to javascript generator (#299)
* Add option modelPropertyNaming to javascript generator
Fixes 6530
* Update Petstore sample
|
2018-06-14 19:19:23 +08:00 |
|
wing328
|
e1e5ac4d37
|
Merge remote-tracking branch 'origin/master' into 2.3.0
|
2017-05-17 22:00:06 +08:00 |
|
wing328
|
68864a2eea
|
[JavaScript] Minor fix to JS doc and add swagger-codegen version to the file header (#5623)
* fix JS doc using instance instead of default
* update JS header with codegen version
* roll back change in swagger codegen version in pom.xml
|
2017-05-12 16:49:20 +08:00 |
|
wing328
|
90512e6326
|
Remove Apache license from API client generators (#4197)
* remove php apache license
* remove apache license from C#
* remove apache license in objc code
* remove license from swift 3 code
* remove apache license from perl code
* remove license from scala code
* remove license from ts, go, android, cpp, scala
* remove license from java api client
* restore clojure petstore files
* remove license from travis file
* clean up apache-related terms in php, ruby, python mustache tempaltes
* remove license from JS API cilent
|
2016-11-16 21:44:49 +08:00 |
|
wing328
|
0a5cd19e97
|
update JS test cases
|
2016-08-12 10:30:33 +08:00 |
|
wing328
|
73f88f0bff
|
update js promise petstore client
|
2016-06-29 21:44:13 +08:00 |
|
wing328
|
8085e11063
|
add license header to JS cient, update sample
|
2016-06-15 01:18:04 +08:00 |
|
xhh
|
5acef6d634
|
Update petstore sample for JS-promise client
|
2016-05-06 18:02:32 +08:00 |
|
wing328
|
2d5cc50bd1
|
Merge branch 'master' of https://github.com/demonfiddler/swagger-codegen into demonfiddler-master
Conflicts:
samples/client/petstore/javascript-promise/README.md
samples/client/petstore/javascript-promise/docs/PetApi.md
samples/client/petstore/javascript-promise/docs/StoreApi.md
samples/client/petstore/javascript-promise/src/api/PetApi.js
samples/client/petstore/javascript-promise/src/index.js
samples/client/petstore/javascript/README.md
samples/client/petstore/javascript/docs/PetApi.md
samples/client/petstore/javascript/docs/StoreApi.md
samples/client/petstore/javascript/src/api/PetApi.js
samples/client/petstore/javascript/src/index.js
|
2016-05-01 12:05:49 +08:00 |
|
wing328
|
0e1f1606cd
|
update js code gen to handle different type, format
|
2016-04-11 22:20:30 +08:00 |
|
demonfiddler
|
14ceb4bf84
|
Fix, tests for Issue#2240 "Support invokerPackage configuration option"
|
2016-03-25 16:36:06 +00:00 |
|
demonfiddler
|
3082702429
|
[JavaScript] Recommission integration tests for Issue#2258.
|
2016-03-18 18:49:17 +00:00 |
|
xhh
|
4100a8537b
|
Display parameter's default value for operations
Done for Java clients (default, jersey2, okhttp-gson), Ruby client and
JavaScript client.
|
2016-03-17 16:22:36 +08:00 |
|