Kyle Shockey
|
8851b138f9
|
Add config switch for deep linking
|
2017-07-14 00:51:26 -07:00 |
|
Kyle Shockey
|
41ecceed87
|
Rewire operation/tag DOM ids; implement hash scroll-to
|
2017-07-14 00:46:21 -07:00 |
|
Kyle Shockey
|
79f91b2e3e
|
Rearrange isShownKey to make more sense
Tag then ID is closer to representing the underlying data structure
|
2017-07-14 00:19:02 -07:00 |
|
Kyle Shockey
|
d7f6355d85
|
add setHash helper
|
2017-07-14 00:08:47 -07:00 |
|
Kyle Shockey
|
617cf7c867
|
Update URL fragment when operations & tags are shown or hidden
|
2017-07-13 23:24:19 -07:00 |
|
shockey
|
d8ba716da8
|
Merge branch 'master' into feature/apisSorter
|
2017-07-13 21:08:47 -07:00 |
|
Kyle Shockey
|
e6c8eb3c61
|
Pass tag names to tagsSorter instead of taggedOperations values
|
2017-07-13 21:02:37 -07:00 |
|
Kyle Shockey
|
571d65a582
|
apisSorter -> tagsSorter
"tags", not "tag", because it sorts the tags themselves, not the content of each tag.
|
2017-07-13 20:36:08 -07:00 |
|
Owen Conti
|
991ae66b39
|
Fixes #3375 - Change order of logic for selecting requestContentType to prioritize consumes_value first
|
2017-07-12 19:56:11 -06:00 |
|
Kyle Shockey
|
cf12091d93
|
Add filter to layout state
|
2017-07-11 21:33:14 -07:00 |
|
shockey
|
54f0c067b8
|
Merge branch 'master' into feature/apisSorter
|
2017-07-03 17:39:03 -07:00 |
|
Alexander Kogan
|
0b4cef3ca8
|
fixing tag order to be in the same order as definition file
|
2017-07-02 19:59:20 +03:00 |
|
Raphaël MARQUES
|
cb9ca7d4bf
|
Merge branch 'master' into feature/apisSorter
|
2017-06-30 09:01:28 +02:00 |
|
shockey
|
b72aa3a7c8
|
Merge branch 'master' into webpack-migration-2.x
|
2017-06-29 18:23:36 -07:00 |
|
shockey
|
afaa5619bb
|
Merge branch 'master' into bug/3072-error-response-fixes
|
2017-06-29 17:20:09 -07:00 |
|
RVKen
|
d36f0a6dbd
|
fix eslint issues
|
2017-06-29 04:37:19 +02:00 |
|
Raphaël MARQUES
|
24bc8c4b85
|
Complying with CI
|
2017-06-27 16:45:23 +02:00 |
|
Raphaël MARQUES
|
4fe27786f4
|
Adding apisSorter options, taking a string or a function as a configuration value
|
2017-06-27 15:29:07 +02:00 |
|
Owen Conti
|
fe60544ff7
|
Merge branch 'master' of github.com:swagger-api/swagger-ui into ft/3135-request-duration
|
2017-06-26 19:58:07 -06:00 |
|
shockey
|
8d4750d76c
|
Merge branch 'master' into ft/3289-boolean-default-value
|
2017-06-26 18:11:35 -07:00 |
|
Owen Conti
|
61d874d484
|
Merge branch 'master' of github.com:swagger-api/swagger-ui into bug/3072-error-response-fixes
|
2017-06-26 16:32:52 -06:00 |
|
Owen Conti
|
ddb5704637
|
#3072 - Display response body and headers for requests that result in non-200 responses. Add test to ensure error and response are merged correctly
|
2017-06-25 13:28:14 -06:00 |
|
Owen Conti
|
8b073757fe
|
#3289 - Update boolean sample function to accept schema object and return value based off of schema's default value (if exists)
|
2017-06-25 09:59:12 -06:00 |
|
Owen Conti
|
7049a5960c
|
#3135 - Add request duration to response details
|
2017-06-25 09:16:35 -06:00 |
|
shockey
|
2e2c19ebc1
|
Merge branch 'master' into file-sample
|
2017-06-23 18:10:04 -07:00 |
|
Josh Ponelat
|
ff16ecd99a
|
Fix mis-use of findIndex ( these really must be tested )
|
2017-06-22 09:01:41 +02:00 |
|
Derek Wickern
|
34c57fb018
|
Disable sample response for file transfer
|
2017-06-20 10:18:42 -07:00 |
|
Josh Ponelat
|
0e4d04650d
|
Fixes for IE11, wrt to instance methods
|
2017-06-19 18:29:45 +02:00 |
|
Anna Bodnia
|
bbf93c5e1f
|
#3172 added Access-Control-Allow-Origin for auth requests
|
2017-06-08 14:06:30 +03:00 |
|
Anna Bodnia
|
36b263e230
|
fixes #3172
|
2017-06-08 12:19:47 +03:00 |
|
Kyle Shockey
|
09148e478c
|
Remove switching logic from spec specSelector
|
2017-06-05 20:04:52 -07:00 |
|
Anna Bodnia
|
5f2eaffbc3
|
fix #3128
|
2017-05-31 17:31:29 +03: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 |
|
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 |
|