wing328
045f265224
Merge remote-tracking branch 'origin' into 2.3.0
2017-03-18 16:50:06 +08:00
Paŭlo Ebermann
426660206d
Fix sample script to set the correct artifact ID in the generated POM ( #5094 )
...
* Update samples for akka.
* Have akka-scala-petstore scripts set the correct artifact names
* Update akka-scala samples again.
2017-03-18 16:49:46 +08:00
Paŭlo Ebermann
1b973d2c43
Update petstore samples for scala client. ( #5092 )
...
* Update petstore samples for scala client.
* Fix missing dependency problem.
2017-03-18 16:44:53 +08:00
wing328
1010ecc8d5
Merge remote-tracking branch 'origin' into 2.3.0
2017-03-18 15:39:10 +08:00
Sebastian Mandrean
5ed94a002c
[Haskell] Fix broken client/server compilation errors ( #5097 )
...
* Remove dead legacy code
* Update cosmetics according to Haskell standard practices
* Fix failing pattern matching for lookupEither
* Bump to latest dependencies without any breaking changes
* Remove duplicate instance declarations already existing in Servant.API.Verbs
* Fix double Java/Haskell escapement bug
* Re-generate Petstore sample client/server
2017-03-17 16:55:11 +08:00
Paul Ebermann
c74eec27ca
Merge branch 'update-scala-client-samples' into new-sync-master-to-2.3.0
2017-03-16 17:53:39 +01:00
Paul Ebermann
2ecb4955ff
Fix missing dependency problem.
2017-03-16 17:50:07 +01:00
Paul Ebermann
60e80b726f
Update petstore samples for scala client.
2017-03-16 17:27:37 +01:00
Paul Ebermann
21b70a2dad
Fix broken okhttp-gson merge.
2017-03-16 14:49:49 +01:00
Paŭlo Ebermann
1c160df338
Fix Issue #5063 (deleting wrong sample files) ( #5064 )
...
* Update samples for springboot, spring-delegate, spring-delegate-j8.
* Issue #5063 : delete samples in the correct directory.
2017-03-16 01:36:25 +08:00
Paul Ebermann
5bb0f7a933
Update all samples.
2017-03-15 18:25:40 +01:00
wing328
917306aa10
override escape quotation mark in async scala generator ( #5078 )
2017-03-16 01:14:43 +08:00
Paul Ebermann
784169bc3f
Merge branch 'master' into new-sync-master-to-2.3.0
2017-03-15 16:41:33 +01:00
Paul Ebermann
08ea36b13d
Merge remote-tracking branch 'upstream/2.3.0' into new-sync-master-to-2.3.0
2017-03-15 16:34:27 +01:00
wing328
c1f422b965
Merge pull request #5072 from swagger-api/sync_master_230
...
Sync master to 2.3.0 branch
2017-03-15 23:09:31 +08:00
wing328
2da2a2631d
add ci for akka-scala client ( #5073 )
2017-03-15 23:08:40 +08:00
Sebastian Mandrean
55508d9c24
[Haskell] Bump dependencies ( #5061 )
...
* Bump haskell-servant dependencies
* Update haskell-servant petstore sample
2017-03-15 17:42:08 +08:00
wing328
c651aacfe3
add ci for ts jquery petstore ( #5070 )
2017-03-15 17:15:54 +08:00
Paŭlo Ebermann
31f29be2a0
Use deterministic randomness in ExampleGenerator. ( #5068 )
...
* Update samples for nodejs + nodejs-google-cloud-functions.
* Fix example generator to use deterministic randomness.
This avoids changing results after each generation, and makes diff reviews easier.
* Update NodeJS samples.
This is the last "randomness" update. From now on the samples should only change if either the generator, the input or parameters change.
2017-03-15 17:15:13 +08:00
Matt Alleman
b2aa877ce0
Allow for UUID types in akka-scala ( #5069 )
...
* allow for UUID types
* update sample libs
2017-03-15 17:02:42 +08:00
Paŭlo Ebermann
e1b1edf958
Merge branch 'merge-2.3.0' into new-sync-master-to-2.3.0
2017-03-14 21:04:47 +01:00
Ben Herila
eea58c55b4
Add support for typescript-jquery (typescript-based API calls using jquery ajax in the browser) ( #4953 )
...
* Typescript jquery client wip
* typescript-jquery wip
* Fix typo
* typescript-jquery wip
* Fix formatting
* Petstore sample for typescript-jquery
* Petstore sample for typescript-jquery
* wip
2017-03-15 00:17:04 +08:00
Paul Ebermann
26b618241a
Merge branch 'update-samples-for-sync_master_230' into merge-2.3.0
2017-03-14 13:11:24 +01:00
Paul Ebermann
aba5abd15e
Update samples again after swagger-parser bump.
2017-03-14 12:54:11 +01:00
Paŭlo Ebermann
9be178b26a
Merge branch 'master' into new-sync-master-to-2.3.0
2017-03-13 21:42:41 +01:00
Paŭlo Ebermann
22de105895
Merge remote-tracking branch 'upstream/2.3.0' into merge-2.3.0
2017-03-13 21:26:39 +01:00
Paŭlo Ebermann
3a48ba8bfd
Update all the samples.
...
(except clojure + scalatra, because those are broken, will fixed with later master merge.)
2017-03-13 19:50:10 +01:00
Paŭlo Ebermann
8ce4563afc
Update samples for okhttp-gson.
2017-03-13 19:27:38 +01:00
wing328
2133861e1f
fix retrofit2rx sample due to bad merge
2017-03-14 02:01:02 +08:00
wing328
1f7374957e
fix java retrofit2 apiclient due to bad merge
2017-03-14 01:11:50 +08:00
wing328
f1e237f76f
resolve java okhttp issue due to merge conflicts
2017-03-14 00:09:01 +08:00
Paŭlo Ebermann
a2d1edc6f5
Fix (partially) #4898 for groovy ( #5030 )
...
* Fix (partially) #4898 for groovy.
This also adds some TODOs for the missing path, form and body parameters.
* Update Groovy samples (after partial fix for #4898 )
2017-03-13 21:46:28 +08:00
wing328
722bbb8e1f
update clojure test cases after restoring to petstore.json ( #5043 )
2017-03-13 19:43:09 +08:00
wing328
01eba1872e
update java okhttp petstore sample
2017-03-13 00:23:55 +08:00
jfiala
39eba39625
[Jaxrs-cxf] add ApiResponse/s to operation #4718 ( #4920 )
...
* add ApiResponse/s to operation #4718
* use spaces instead of tabs #4718
* fix alignment issues #4920
* fix alignment issues #4920
* replace tabs with spaces #4920
* updated samples #4920
2017-03-12 16:58:19 +08:00
Paŭlo Ebermann
16adc7b373
Fix (partially) #4898 for flash ( #5022 )
...
* Fix (partially) #4898 for flash.
This fixes path, query and header parameters.
* Update samples for flash (after partial fix for #4898 ).
2017-03-12 16:53:18 +08:00
Tony Wang
f9683166f3
[Swift3] null enumerations should not cause failure ( #4762 )
...
* [Swift3] fix format warnings
* [Swift3] null enumerations should not cause failure
success or failure on numm enumerations should be decided by users
* update petstore
* handle type mismatch and null respectively
2017-03-12 16:36:28 +08:00
wing328
82ccbc09f7
update cpprest petstore sample
2017-03-11 20:40:22 +08:00
XuXinkun
3c1a8daaf9
fix handleResponse to not leak okhttp connections ( #4997 )
2017-03-11 17:02:49 +08:00
wing328
8fb71b46db
cache module directory to improve CI performance ( #5025 )
2017-03-11 16:59:17 +08:00
Tony Tam
0dcd91adbf
null out the string null in examples. Rebuilt java clients and made a whole bunch of changes
2017-03-10 11:07:30 -08:00
wing328
d9ee34e250
Update travis.yml to cover Java-related server stubs ( #4992 )
...
* update travis to cover more test cases
* update artifactid
* update artifactid for msf4j
* update pom for better test naming
2017-03-10 22:22:40 +08:00
David Biesack
ec3b338988
Improve HTML output for model titles, default responses ( #4991 )
...
Render "default" instead of 0 for response code when Swagger uses "default" (#4982 )
Add title for models to TOC and each model's section
Render model description only conditionally.
Remove extraneous Up link
Regenerate samples/html/index.html
2017-03-10 21:47:20 +08:00
pablograna
fb75996527
Make java spring controller constructor public. ( #4972 )
...
* Make java spring controller constructor public.
This lets users manually create the controller and inject the delegate in the
spring configuration file, instead of letting spring scan for controllers and
autowire the delegate.
* Ran spring-all-pestore.sh.
2017-03-09 23:11:44 +08:00
wing328
bfb4390a1c
[TypeScript][Angular2] better code indentation, update Petstore sample ( #4990 )
...
* fix query parameter indentation, update ts angular2 sample
* update ts angular2 sample
2017-03-09 22:27:29 +08:00
baartosz
cffaaa027a
minor improvements to Configuration php template ( #4989 )
2017-03-09 17:28:19 +08:00
wing328
4fe79f0078
Remove default format (JSON) from API operations ( #4987 )
...
* remove default format (json) and update ruby petstore
* update python petstore sample
* update php petstore sample
* update android petstore sample
* update java petstore sample
* update objc sample
* remove default format (json) from perl
2017-03-09 11:12:01 +08:00
wing328
b6d6356c46
remove default format (json) from c# api ( #4980 )
2017-03-08 22:43:59 +08:00
baartosz
d21e156071
[PHP] error when deserializing enums #4032 ( #4886 )
...
* fixed enum template; added enum handling to ObjectSerializer
* regenerated templates
* improved InvalidArgumentException message
* regenerated sample client
* added value check of OuterEnum during sanitization
* regenerated samples
2017-03-08 19:08:42 +08:00
Michael Kourlas
2bb7626202
[Java] Fix for issue #3365 : Support for gzip compression ( #4967 )
...
* Fix for issue 3365 for Java
* Added tests
* Convert CRLF to LF
* Convert CRLF to LF in tests
2017-03-08 19:00:50 +08:00