Tony Tam
ba855e3d04
Merge pull request #1112 from 3scale/op-execute
...
Pass swagger options to swagger-js Operation#execute method
2015-05-08 12:03:56 -07:00
Tony Tam
6d5f6de537
Fix for #1252 , check for http protocol before setting validator url
2015-05-08 12:02:30 -07:00
Tony Tam
ccfc4aa4ba
manually added #1086 , #1089
2015-05-08 12:01:06 -07:00
Tony Tam
9666eaeb96
updated swagger-client version
2015-05-08 06:26:07 -07:00
Josh Ponelat
37f4850ce2
fixes #1205 , remove dead line
2015-05-05 19:36:23 +02:00
Josh Ponelat
ec86ee2df9
uncomment swagger-oauth and add script
2015-04-29 12:41:08 +02:00
Josh Ponelat
558cc92dd6
add jshint to gulp..lint and dist
2015-04-29 11:29:19 +02:00
Tony Tam
69bf18a222
Merge pull request #1192 from ponelat/fix/issue-1191
...
fix #1191 , forgot to put returns on handlebar helper
2015-04-28 07:00:23 -07:00
Josh Ponelat
f4b2c49eb5
fix #1191 , forgot to put returns on handlebar helper
2015-04-22 09:00:50 +02:00
Tony Tam
d76a62caf7
Merge pull request #1180 from mgttlinger/develop_2.0
...
Fix for #1113
2015-04-20 22:09:00 -07:00
Laurent Lepinay
78c7dda0a9
fixed jshint issues
2015-04-20 10:32:33 +02:00
Laurent Lepinay
f3ee0a436c
Merge remote-tracking branch 'upstream/develop_2.0' into JSONEditor
...
Conflicts:
dist/swagger-ui.js
dist/swagger-ui.min.js
2015-04-20 10:16:54 +02:00
Mohsen Azimi
6f1b9b6394
Merge pull request #1182 from delphian/master
...
Forcing old images to not be CRLF conformed due to new gitattributes file
2015-04-18 15:59:49 -07:00
Bryan Hazelbaker
52cf2ed337
Forcing old images to not be CRLF conformed due to new gitattributes file.
2015-04-17 14:15:40 -07:00
Merlin Göttlinger
5b72632cb6
created files in dist
2015-04-17 19:09:46 +02:00
mgttlinger
29b9f48e5c
Fix for #1113
2015-04-17 15:49:03 +02:00
Tony Tam
82a89a7952
updated version
2015-04-16 12:34:25 -07:00
Tony Tam
631329fdfb
rebuilt
2015-04-16 12:30:37 -07:00
Tony Tam
433c32a115
Merge branch 'develop_2.0'
2015-04-16 12:29:38 -07:00
Tony Tam
843e86b5cc
merged with master
2015-04-16 12:29:26 -07:00
Tony Tam
aadae973df
rebuilt
2015-04-16 12:27:56 -07:00
Tony Tam
3963c3abe9
removed text files from binary attribute
2015-04-16 12:27:27 -07:00
Tony Tam
0aec2ab134
updated versions
2015-04-16 12:27:12 -07:00
Tony Tam
00d191e8c0
updated from master
2015-04-16 12:24:39 -07:00
Björn Rochel
569830b4ac
Use jQuery for trimming
2015-04-16 20:37:19 +02:00
Bjoern Rochel
6a1707e3ba
Prevent the OperationView to display an error in case the response contains a whitespace only body with content type application/json
2015-04-16 11:59:27 +02:00
Tony Tam
f9fdb05fbe
Merge pull request #1170 from swagger-api/apikeyfix
...
Add API Key auth in onComplete callback of SwaggerUI#load call
2015-04-15 14:48:05 -07:00
Mohsen Azimi
b579783ba0
Add API Key auth in onComplete callback of SwaggerUI#load call
2015-04-15 14:46:32 -07:00
Tony Tam
0ab3370bc5
rebuilt
2015-04-15 12:27:09 -07:00
Tony Tam
df35bfb538
Merge branch 'fix-1109' into develop_2.0
2015-04-15 12:26:43 -07:00
Tony Tam
3441403fda
Merge branch 'develop_2.0' into fix-1109
2015-04-15 12:26:25 -07:00
Mohsen Azimi
e6664851b3
Support plain text in response
...
Fixes #1109
Fixes #1111
2015-04-15 12:05:48 -07:00
Tony Tam
3c6d4ff3e6
rebuilt
2015-04-15 12:02:54 -07:00
Tony Tam
854ef16cbb
Merge branch 'fix-1132' into develop_2.0
2015-04-15 12:00:40 -07:00
Tony Tam
6f8533bdc2
Merge branch 'develop_2.0' into fix-1132
2015-04-15 12:00:28 -07:00
Tony Tam
3148d3938c
Merge branch 'fix-1160' into develop_2.0
2015-04-15 11:55:42 -07:00
Tony Tam
3a1e11fafc
Merge branch 'develop_2.0' into fix-1160
2015-04-15 11:55:27 -07:00
Mohsen Azimi
53966f7aa8
Fix issue #1132 "JS error when testing uploadFile method ( http://petstore.swagger.io/#!/pet/uploadFile )"
2015-04-14 14:01:38 -07:00
Mohsen Azimi
25af301e6d
Merge pull request #1157 from neoecos/patch-2
...
Call to swaggerUi.load before possible use.
2015-04-14 13:38:02 -07:00
Mohsen Azimi
a7d708593c
Fix issue #1160 "piKey is not set when Explore button is clicked "
2015-04-14 13:30:55 -07:00
Tony Tam
e0687b044d
Merge pull request #1128 from shuisman/patch-2
...
Update default validator with correct protocol
2015-04-14 09:56:46 -07:00
Sebastian Ortiz
44f200542c
Call to swaggerUi.load before possible use.
...
Using addApiKeyAuthorization function, needs to be done after swaggerUi is loaded, otherwise calling ``window.swaggerUi.api.clientAuthorizations.add`` will fail, and the authorization headers will not be aded.
2015-04-13 13:31:06 -05:00
Tony Tam
5d5606bb61
Merge pull request #1150 from OmniscientTechnology/develop_2.0
...
Fix - Swagger/Swashbuckle OAuth2 Authorizations not set #1134
2015-04-13 10:25:32 -07:00
Tony Tam
727812a544
updated client version
2015-04-11 07:14:16 -07:00
vprefournier
6761fd7a98
Fix - Swagger/Swashbuckle OAuth2 Authorizations not set #1134
2015-04-11 06:27:01 -04:00
shuisman
e127bf3577
Update default validator with correct protocol
...
Current code defaults to http protocol, but when package is installed in a https environment, the default validator should be securely available.
2015-04-07 18:37:02 +02:00
laurent lepinay
801acf07e3
Merge remote-tracking branch 'SwaggerOfficial/develop_2.0' into JSONEditor
...
Conflicts:
dist/swagger-ui.js
dist/swagger-ui.min.js
package.json
2015-04-07 05:20:02 -07:00
Waldek Kozba
ad56131a6d
Corrected for Travis build.
2015-04-03 19:02:19 +00:00
Waldek Kozba
af39ae0603
Multiple values for array type parameters as separated lines in the textarea.
...
Improved required parameter handling for the array type.
Improved default value handling for the array type.
2015-04-03 14:31:23 +00:00
aurelian
c84202c1d7
Pass empty object to guard the case when options.swaggerOptions is undefined
2015-04-02 11:27:28 +02:00