Commit Graph

3180 Commits

Author SHA1 Message Date
Kyle Shockey
15b70b6f2d Set writeOnly flags in correct places 2017-08-03 17:42:04 -07:00
Kyle Shockey
9af5d2dc66 Add writeOnly support to sampleFromSchema; add tests for the same 2017-08-03 17:23:16 -07:00
Kyle Shockey
37f9d5aa29 Add tests 2017-08-03 17:13:58 -07:00
Kyle Shockey
5e96821c05 Add writeOnly logic 2017-08-03 17:13:38 -07:00
Kyle
8633372270 Merge pull request #3519 from shockey/bug/editor-1418-oas3-jump-to-model
Create valid paths for model jumping in OAS3
2017-08-03 16:26:31 -07:00
Kyle
c664e39908 Update object-model.jsx 2017-08-03 16:22:42 -07:00
Kyle
c72c476f4b Merge branch 'master' into bug/editor-1418-oas3-jump-to-model 2017-08-03 16:17:39 -07:00
Kyle Shockey
b16907ce6d Create valid paths for model jumping in OAS3 2017-08-03 16:15:47 -07:00
Anna
6233886983 Merge pull request #3481 from domanchi/master
Removing CORS header in request
2017-08-03 17:47:35 +03:00
Aaron Loo
700d547529 merge master 2017-08-03 07:32:32 -07:00
Owen Conti
17e99428c7 Merge branch 'bug/3511-query-formData-parameters' of github.com:owenconti/swagger-ui into bug/3511-query-formData-parameters 2017-08-03 07:14:15 -06:00
Owen Conti
ce8adb91a5 Fix failing selector test 2017-08-03 07:14:03 -06:00
Owen Conti
053d032e94 Merge branch 'master' into bug/3511-query-formData-parameters 2017-08-02 22:37:49 -06:00
Owen Conti
51016c33f4 Attach in value to parameters map so parameters with the same name from different in types do not override each other. 2017-08-02 22:37:31 -06:00
Owen Conti
fdb0d13089 Fixes #3511 - Update changeParameter calls to accept in value to identify parameters based on name plus in value 2017-08-02 22:07:48 -06:00
Kyle
103aaa54d5 Merge branch 'master' into bug/3505-schema-title-in-array-schemes 2017-08-02 20:55:24 -07:00
Kyle
f375afc742 Merge pull request #3501 from oysteinsigholt/master
Fixes #3492 - Add domNode parameter
2017-08-02 17:10:25 -07:00
Kyle
faafe372bd Merge branch 'master' into master 2017-08-02 17:06:49 -07:00
Kyle
cd422fe8a7 Merge pull request #3513 from shockey/ft/3490-anyof-oneof-not-models
Support oneOf, anyOf, not
2017-08-02 16:49:39 -07:00
Kyle
2d00766c10 Merge branch 'master' into ft/3490-anyof-oneof-not-models 2017-08-02 16:41:16 -07:00
Owen Conti
fb5443601e Fixes #3505 - Choose modelName before name in Model component 2017-08-02 17:39:56 -06:00
Kyle Shockey
4cd88d3360 Support oneOf + anyOf + not 2017-08-02 16:37:57 -07:00
Kyle
b8cf502cfc Merge branch 'master' into master 2017-08-02 15:58:34 -07:00
Kyle
ab53122271 Merge pull request #3512 from Raincal/patch-1
Remove a duplicate package
2017-08-02 15:56:31 -07:00
Kyle Shockey
1047226ff4 Reshuffle e2e commands (e2e is the top-level command now) 2017-08-02 13:57:25 -07:00
Kenny
c38ba45aa0 Fix base url. 2017-08-02 12:39:09 -07:00
Kenny
b7bbead9c7 Merge branch 'master' into issue-1334
# Conflicts:
#	.gitignore
#	make-webpack-config.js
2017-08-02 20:14:03 +02:00
Kenny
7cb6bdd7f4 revert dependency 2017-08-02 19:23:07 +02:00
Kenny
d0da2a51fa revert dist/ 2017-08-02 19:20:08 +02:00
Raincal
92e5f4f100 Remove a duplicate package 2017-08-02 11:16:59 -05:00
Kenny
8ca88b583f remove legacy code 2017-08-02 10:39:29 +02:00
Ron
ad8bad6ddc Merge pull request #3508 from shockey/ft/3397-tags-external-docs
Display tag externalDocs
2017-08-01 22:03:56 -07:00
Kyle
c2a1fa9d8f Merge branch 'master' into bug/3500-missing-name-for-primitives 2017-08-01 19:59:28 -07:00
Owen Conti
d64dfc4252 Fixes #3500 - Fix missing names for primitive models 2017-08-01 20:46:41 -06:00
Kyle
7c8467652e Merge branch 'master' into ft/3397-tags-external-docs 2017-08-01 19:39:39 -07:00
Kyle Shockey
c29e05d726 Display tag externalDocs 2017-08-01 19:34:56 -07:00
Kyle
ad4cec0f1f Merge pull request #3380 from TheClimateCorporation/support-basic-auth-for-authorization-code-grant
Support basic auth for authorization code grant
2017-08-01 17:05:12 -07:00
Kyle
470cfe5cad Merge branch 'master' into support-basic-auth-for-authorization-code-grant 2017-08-01 16:57:13 -07:00
Kyle
7927d85e15 Merge pull request #3507 from swagger-api/shockey-patch-1
MOAR OpenAPI specification revisions
2017-08-01 16:56:58 -07:00
Kyle
88a6e075dd Remove useBasicAuthenticationWithAccessCodeGrant
... from `initOAuth` example
2017-08-01 16:54:30 -07:00
Kyle
b329b03464 Merge branch 'master' into support-basic-auth-for-authorization-code-grant 2017-08-01 16:52:04 -07:00
shockey
53c11700ba MOAR OpenAPI specification revisions 2017-08-01 16:41:16 -07:00
Kenny
3e212655ae add some test 2017-08-01 09:33:17 -07:00
Kenny
144c8b2eee finish overall test 2017-08-01 09:32:31 -07:00
oysteinsigholt
230f4a8467 add domNode parameter 2017-08-01 11:11:10 +02:00
shockey
6b1d78c6a6 Merge pull request #3497 from shockey/3.1.2-dist-updates
3.1.2: Rebuild dist
2017-07-31 17:32:11 -07:00
Kyle Shockey
0051140fc8 Rebuild dist 2017-07-31 17:25:48 -07:00
shockey
774a21521e Merge pull request #3496 from shockey/v/3.1.2
v3.1.2
2017-07-31 15:49:07 -07:00
shockey
afc1f92ea3 Update README.md 2017-07-31 15:46:20 -07:00
shockey
6297fcc349 Update README.md 2017-07-31 15:41:28 -07:00