Commit Graph

155 Commits

Author SHA1 Message Date
Kyle Shockey
845965c660 Reorganize Parameters component for OAS3 2017-05-31 19:23:24 -07:00
Kyle Shockey
27f8030e28 Use SUPPORTED_OPENAPI_VERSIONS in selector wrapper 2017-05-31 19:04:50 -07:00
Kyle Shockey
5511aa9a6a Fix react-markdown empty prop error 2017-05-31 18:49:46 -07:00
Kyle Shockey
a0fbcc5dde Add OAS3 indicator 2017-05-31 18:47:51 -07:00
Kyle Shockey
e387da0bc8 Merge branch 'ft/dev-server-watch' into ft/oas3 2017-05-31 18:22:16 -07:00
Anna Bodnia
5f2eaffbc3 fix #3128 2017-05-31 17:31:29 +03:00
Kyle Shockey
032c0a027f Basic request body 2017-05-26 00:24:53 -07:00
Kyle Shockey
128b910d58 Reorganize wrapComponents, fix CommonMark 2017-05-23 19:39:54 -07:00
Anna Bodnia
d5b9552a5a removed debugger 2017-05-22 17:13:31 +03:00
Anna Bodnia
edfe88d299 modelPropertyMacro, parameterMacro 2017-05-19 18:50:51 +03:00
Kyle Shockey
60934107d3 Add base wrapSelectors for OAS3; implement definitions selector for OAS3 2017-05-17 18:42:34 -07:00
Kyle Shockey
3881a82fc7 Create OAS3 plugin 2017-05-17 15:51:01 -07:00
Furkan Ayhan
0c7119e855 Send redirect url when authenticating with oauth2-authorization_code
also fix indentations of files
2017-05-16 16:50:13 +03:00
Kyle Shockey
599b448f91 Revert "fixes #2922"
This reverts commit 496062f980.
2017-05-13 10:15:38 -07:00
Kyle Shockey
6e40d04741 take advantage of Swagger-Client opId improvements 2017-05-13 09:50:34 -07:00
Anna Bodnia
8aebea34c4 add configuration of auth: scope separator, client id, client secret, app name, reaml, additionalQueryParams 2017-05-11 16:30:30 +03:00
Anna Bodnia
496062f980 fixes #2922 2017-05-10 17:03:18 +03:00
Anna Bodnia
374ac9cbbb fix #2870 2017-04-27 20:09:05 +03:00
Anna Bodnia
87a23c7c9e fix eslint errors 2017-04-27 19:01:27 +03:00
Anna Bodnia
d013e7a05c #2844 fix accessCode flow 2017-04-27 18:55:25 +03:00
Anna Bodnia
bb73dd49d8 fixes password, application oauth2 flows 2017-04-26 17:50:09 +03:00
Anna Bodnia
4963c3016c merge 2017-04-19 11:28:35 +03:00
shockey
754d57396a Merge branch 'master' into bug/2919-relative-spec-infer-scheme 2017-04-18 19:55:29 -07:00
Kyle Shockey
8b78d9bd13 Default to no scheme if we can't find an assigned scheme 2017-04-18 18:13:52 -07:00
Kyle Shockey
35769f9b47 Fix #2918; add control/test tests 2017-04-18 11:20:15 -07:00
Anna Bodnia
8e64c866e8 operationsSorter config 2017-04-18 19:06:15 +03:00
Kyle Shockey
48e0cb10b5 Revert "Fix bug where reducer dies on empty operation"
This reverts commit 08b3c38b8a.
2017-04-14 21:00:56 -07:00
Kyle Shockey
99b8543562 Merge branch 'show_readonly_values_in_responses' of https://github.com/furkanayhan/swagger-ui into furkanayhan-show_readonly_values_in_responses 2017-04-14 18:21:44 -07:00
Kyle Shockey
08b3c38b8a Fix bug where reducer dies on empty operation 2017-04-14 17:15:27 -07:00
Kyle Shockey
5be31ac909 Pass around contextUrl correctly 2017-04-13 19:24:02 -07:00
Kyle Shockey
fce0916dca Merge branch 'bug/2760-infer-host' into bug/2904-try-it-out 2017-04-13 19:12:39 -07:00
Kyle Shockey
4c1a5488bb Parse spec url when deciding scheme for operation 2017-04-13 17:26:47 -07:00
Furkan Ayhan
6965a496fb Show readOnly values in responses 2017-04-13 16:01:29 +03:00
Kyle Shockey
3c98939732 Fix name masking for render error messages 2017-04-10 13:58:18 -07:00
Kyle Shockey
f2ae188722 Fix #2763 2017-04-10 13:50:51 -07:00
Kyle Shockey
e2b1757f8f Infer contextUrl through documentation scheme + host if spec url is relative 2017-04-07 20:51:07 -07:00
Kyle Shockey
5f9efc09cb Merge branch 'master' of https://github.com/marcgibbons/swagger-ui into marcgibbons-master 2017-04-06 16:44:47 -07:00
Mészáros Mihály
81abe37a31 add fn.fetch instead of native fetch 2017-04-06 14:46:04 +02:00
Mészáros Mihály
4066d1920e move out the code according @bodnia guide 2017-04-06 13:12:28 +02:00
Anna Bodnia
59ecaf40ee fix #2456 2017-04-04 16:09:28 +03:00
Anna Bodnia
432cd7f965 #2774 display scopes for oauth2 password flow 2017-03-30 17:49:32 +03:00
Marc Gibbons
a1e5f2198e Allow any HTTP headers, send cookies on same origin 2017-03-29 17:18:41 -04:00
shockey
e23dada9fe Merge pull request #2755 from buunguyen/master
Use loadSpec option of latest swagger client
2017-03-25 00:57:46 -07:00
Kyle Shockey
40ccf6aa98 Send spec url to swagger-client 2017-03-25 00:35:52 -07:00
Buu Nguyen
633fa101b9 Merge branch 'master' of https://github.com/swagger-api/swagger-ui
# Conflicts:
#	dist/swagger-ui-bundle.js
#	dist/swagger-ui-bundle.js.map
#	dist/swagger-ui-standalone-preset.js
#	dist/swagger-ui.js
#	dist/swagger-ui.js.map
2017-03-24 10:59:11 -07:00
Kyle Shockey
8dd23053b2 Merge branch 'master' of github.com:swagger-api/swagger-ui into ft/linting-and-testing 2017-03-23 16:43:37 -07:00
Kyle Shockey
e1fcbfbf09 Linter error fixes 2017-03-23 16:36:45 -07:00
Kyle Shockey
f195d01184 Autofix ESLint problems 2017-03-22 20:40:05 -07:00
Anna Bodnia
4ebe2273da fixes for XML render 2017-03-22 16:14:20 +02:00
Kyle Shockey
3be5d2cb93 Remove plugin that's breaking Try It Out when host/basePath isn't defined 2017-03-21 16:43:06 -07:00