Kyle Shockey
328f02c463
Move method filtering logic to Operations component
2017-12-07 14:00:47 -08:00
Owen Conti
7ef8a7ddc7
Merge branch 'master' of github.com:swagger-api/swagger-ui into bug/3511-query-formData-parameters
...
# Conflicts:
# src/core/components/parameter-row.jsx
# src/core/plugins/spec/actions.js
2017-09-18 16:59:08 -06:00
Mike Gilbode
087ed20384
Add support for requestInterceptor / responseInterceptor.
...
- Display mutated requests from request interceptor in curl output in UI.
Put this behind showMutatedRequest flag so that the mutation can be
silent.
- Document requestInterceptor, responseInterceptor and showMutatedRequest
in README.md
- Add tests
2017-08-13 01:14:41 -04:00
Owen Conti
7a694e287a
Change name format to in.name and update tests
2017-08-03 19:29: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 Shockey
b373182afe
ESLint fixes
2017-07-28 19:47:46 -07:00
Kyle Shockey
f7018bc78f
Merge branch 'master' of github.com:swagger-api/swagger-ui into ft/oas3
2017-07-28 19:13:24 -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
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
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
Kyle Shockey
9dc9a857b7
Squash commit: Links reimplementation; OAS interface improvements
2017-06-16 00:29:23 -07:00
Kyle Shockey
09148e478c
Remove switching logic from spec specSelector
2017-06-05 20:04:52 -07:00
Anna Bodnia
4963c3016c
merge
2017-04-19 11:28:35 +03:00
Kyle Shockey
8b78d9bd13
Default to no scheme if we can't find an assigned scheme
2017-04-18 18:13:52 -07:00
Anna Bodnia
8e64c866e8
operationsSorter config
2017-04-18 19:06:15 +03:00
Kyle Shockey
4c1a5488bb
Parse spec url when deciding scheme for operation
2017-04-13 17:26:47 -07:00
Kyle Shockey
e1fcbfbf09
Linter error fixes
2017-03-23 16:36:45 -07:00
Ron
f22a628934
in with the new
2017-03-17 21:17:53 -07:00