Kyle Shockey
9bad35ed85
Refactor specPath to Im data structures to avoid waste renders
2017-12-28 18:04:12 -06:00
kyle
48fd8f7689
Merge branch 'master' into ft/deeplinking-link-component
2017-12-15 17:05:22 -08:00
Greg Thompson
f819612144
Merge branch 'master' into ft/deeplinking-link-component
2017-12-11 14:28:28 -06:00
Greg Thompson
d2e931f3e1
DeepLink feedback
2017-12-11 14:27:28 -06:00
Gonen Dukas
a5d1853557
Do not display undocumenetd when there is a default response
2017-12-11 17:49:16 +02:00
Kyle Shockey
1f2ea4a8a3
v3.6.1
2017-12-09 10:49:24 -08:00
Greg Thompson
f21601b0e8
Merge branch 'master' into ft/deeplinking-link-component
2017-12-08 09:54:58 -06:00
Kyle Shockey
60ee667688
Linter & test harness fixes
2017-12-07 17:07:30 -08:00
kyle
bfb4c7a8d7
Merge branch 'master' into feature/spec-path
2017-12-07 16:49:34 -08:00
Greg Thompson
661b60fade
add isShown prop
2017-12-04 14:14:28 -06:00
Greg Thompson
0b8cd7e32f
add presentational component to allow for wrapping deeplinking links
2017-12-01 14:30:37 -06:00
Kyle Shockey
945d7a3a0f
Basic OperationServers wireup
2017-11-30 16:34:36 -08:00
Kyle Shockey
21ff236e43
Basic OperationServers display
2017-11-30 14:25:05 -08:00
Kyle Shockey
07a9410ee5
Create OperationServers component
2017-11-30 14:07:42 -08:00
kyle
40f8481127
Merge branch 'master' into ft/3052-extensions
2017-11-22 22:16:21 -08:00
Greg Thompson
88eda43c46
resolve #3644 while in the file
2017-11-21 13:43:29 -06:00
Greg Thompson
a2f09896f7
stop using immutable getters for js obj
2017-11-21 12:50:37 -06:00
Greg Thompson
8ff2d77398
Merge branch 'master' into ft/3052-extensions
2017-11-20 09:48:33 -06:00
Kyle Shockey
c7a3520dc5
Fix AuthorizeOperationBtn staleness issue
2017-11-17 22:55:20 -08:00
Kyle Shockey
a6bd0f45f8
Fix deep linking
2017-11-16 22:49:39 -08:00
Kyle Shockey
054961bfc7
Merge branch 'ft/performance' into bug/3904-operation-not-updating
2017-11-16 18:55:17 -08:00
Greg Thompson
0d0b3279bb
Merge branch 'master' into ft/3052-extensions
2017-11-13 09:29:19 -06:00
Kyle Shockey
e33de3049f
Refactor Operation component to not trigger its own re-render
2017-11-09 16:28:53 -08:00
Greg Thompson
91dab7b166
getConfigs prop expansion; limit extension render based on config setting
2017-11-09 10:22:41 -06:00
kyle
5231c13579
Merge branch 'master' into ft/3052-extensions
2017-11-07 21:33:05 -08:00
Kyle Shockey
ed34a8dae9
Linter: Remove unused import
2017-11-06 21:24:16 -08:00
Kyle Shockey
21bf5919a9
Rewire AuthorizeOperationBtn; create new selector for filtering definitions
2017-11-06 20:42:47 -08:00
Greg Thompson
9a66acf37f
operation extensions display
2017-11-06 09:18:05 -06:00
Josh Ponelat
91d4ab96d7
partial specPath changes
2017-11-03 17:50:46 +02:00
Kyle Shockey
afa615e01d
Add URL sanitizer to avoid javascript: XSS attack vector
2017-10-30 17:43:23 -07:00
Owen Conti
b15942dfe1
Merge branch 'ft/performance' of github.com:swagger-api/swagger-ui into ft/performance
...
# Conflicts:
# src/core/components/responses.jsx
2017-10-22 12:55:51 -06:00
kyle
263f6feb2f
Merge branch 'master' into ft/default_model_rendering
2017-09-29 13:29:04 -07:00
Owen Conti
31e7ce0c5e
Fixes #3706
...
Add missing "in" argument to `getParameter`
2017-09-25 21:26:44 -06:00
Owen Conti
f4efae0145
Merge branch 'ft/performance' into ft/3598-responses-shouldComponentUpdate
...
# Conflicts:
# src/core/components/operation.jsx
# src/core/components/operations.jsx
# src/core/components/response.jsx
# src/core/components/responses.jsx
2017-09-15 22:30:23 -06:00
Owen Conti
9f5a307fce
Merge branch 'ft/performance' into ft/3584-operation-container-component
...
# Conflicts:
# src/core/components/operation.jsx
# src/core/components/operations.jsx
# src/core/components/responses.jsx
2017-09-15 22:03:14 -06:00
Kyle Shockey
ef8b37a580
LINTING!
2017-09-15 20:17:35 -07:00
Kyle Shockey
277cc81a8c
OAS3 Accept header control: State-side
2017-09-12 19:39:52 -07:00
Mike Gilbode
d7ae284a0c
Add defaultModelRendering parameter.
2017-08-30 23:30:57 -04:00
Kyle Shockey
5da3843281
Refactor: use ternary operators at attribute level instead of element level
2017-08-25 12:06:11 -07:00
Surya
f7efd58305
Removed href attribute from anchor tag if deeplinking is disabled
2017-08-25 23:43:56 +05:30
Owen Conti
cfb4625eb0
Add shouldComponentUpdate to response.jsx and live-response.jsx. Remove isShownKey from shouldComponentUpdate of OperationContainer. Moved response and request out to separate props for operation.jsx. Removed unused request prop from responses.jsx.
2017-08-20 18:50:49 -06:00
Owen Conti
bcefb6eb3e
Convert pathMethod prop to two separate props.
2017-08-20 15:25:13 -06:00
Owen Conti
8426dcdf7b
Fix failed test due to removed getConfigs
2017-08-20 08:16:02 -06:00
Owen Conti
2946baf2bd
Merge branch 'master' into ft/3584-operation-container-component
2017-08-20 08:07:15 -06:00
Owen Conti
dd414534f9
Update Operation component to be dumb, update responses to accept Immutable prop types
2017-08-20 07:56:40 -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
Kyle Shockey
9747559529
operationScheme -> currentScheme
2017-08-09 17:35:33 -07:00
Kyle
0a20d724db
Merge branch 'master' into ft/oas3
2017-08-04 14:45:29 -07:00
Minasokoni
758a229ac4
removed animation as temporary fix
2017-08-04 01:43:07 -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