Commit Graph

2085 Commits

Author SHA1 Message Date
Kyle Shockey
ed76a10431 Linter fixes 2017-11-16 23:19:57 -08:00
Kyle Shockey
61a498969e Fix deep linking 2017-11-16 23:19:57 -08:00
Kyle Shockey
a6bd0f45f8 Fix deep linking 2017-11-16 22:49:39 -08:00
kyle
ad6a180ae5 Merge branch 'master' into bug/3904-operation-not-updating 2017-11-16 22:33:30 -08:00
Kyle Shockey
0ef0613020 Remove Response update logic; dispatch changeProducesValue correctly 2017-11-16 22:25:19 -08:00
Kyle Shockey
d28bf86129 Skip toJS() call in default mapStateToProps function 2017-11-16 21:38:41 -08:00
Kyle Shockey
d284a3d243 Use PureComponent default shouldcomponentUpdate in OperationContainer 2017-11-16 21:05:05 -08:00
Kyle Shockey
6ab3f9e938 Pass system to OperationContainer through getComponent 2017-11-16 21:03:31 -08:00
Kyle Shockey
2ce199c151 Ensure that connected containers get a System in mapStateToProps props
This will allow us to avoid system utility handaround in
connected containers.
2017-11-16 20:16:45 -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
db1ad02a64 strikethrough for deprecated property name 2017-11-16 13:26:38 -06:00
Greg Thompson
86680825af add deprecated class to tr of deprecated schema 2017-11-16 13:26:07 -06:00
kyle
6041c419c9 Merge branch 'master' into uri-encoded-scopes-fix 2017-11-14 15:18:41 -08:00
Hugo Ferrando Seage
3139f3a9d7 Change color of <th>'s border-bottom elements in markdown content 2017-11-14 17:36:06 +01:00
Owen Conti
4b6a89dd53 Fixes #3897 - Change color of <th> elements in markdown content. 2017-11-13 17:29:05 -07:00
Greg Thompson
0d0b3279bb Merge branch 'master' into ft/3052-extensions 2017-11-13 09:29:19 -06:00
Conor Lennon
f929d4fdd6 Remove check that the response has a content-length when making a
download link available.
2017-11-12 20:35:15 +00:00
Kyle Shockey
e45b9b82a8 Fix docExpansion: full regression 2017-11-10 22:34:55 -08:00
kyle
b2c41e1e07 Merge branch 'master' into feature/validation_tooltips 2017-11-10 18:40:14 -08:00
Kyle Shockey
82a2ee9a34 Add safe string method access for toTitleCase 2017-11-10 16:57:14 -08:00
kyle
c3b7f071c8 Merge branch 'master' into ft/big-spec-performance 2017-11-10 16:45:20 -08:00
kyle
12fd5d7c8d Merge branch 'master' into fix/model-longtext-fix 2017-11-10 16:23:31 -08:00
kyle
4041689c1d Merge branch 'master' into bug/3299-param-validation-regression 2017-11-10 10:52:56 -08:00
Kyle Shockey
365585ceea Add check for 0 value for number and integer parameter values 2017-11-10 10:45:19 -08:00
kyle
bfe2667326 Remove unused Immutable.List import 2017-11-09 19:28:20 -08:00
kyle
6a2659c5d0 Merge branch 'master' into ft/big-spec-performance 2017-11-09 19:17:37 -08:00
Kyle Shockey
f4f3b25d8f Create newSpecErrBatch for more wealth and prosperity 2017-11-09 16:48:22 -08:00
Kyle Shockey
e33de3049f Refactor Operation component to not trigger its own re-render 2017-11-09 16:28:53 -08:00
Helder Sepulveda
61a9fa0fcc Merge branch 'master' into feature/validation_tooltips 2017-11-09 15:41:15 -05:00
Minasokoni
5b6cd88557 removed set width 2017-11-09 12:18:10 -08:00
Greg Thompson
91dab7b166 getConfigs prop expansion; limit extension render based on config setting 2017-11-09 10:22:41 -06:00
Greg Thompson
83dd9f3dfc showExtensions config param 2017-11-09 10:21:08 -06:00
Greg Thompson
7b83f64676 Merge branch 'master' into ft/3052-extensions 2017-11-09 08:31:04 -06:00
Kyle Shockey
d063987883 Use React.cloneElement to give array elements keys instead of hardcoding 2017-11-08 22:41:29 -08:00
kyle
c0f80ebdf2 Merge branch 'master' into bug/solve-react-warning 2017-11-08 22:34:46 -08:00
kyle
1d6b8e3892 Merge branch 'master' into bug/misc-proptype-fixes 2017-11-08 22:28:24 -08:00
Greg Thompson
a7531a245c Merge branch 'master' into bug/misc-proptype-fixes 2017-11-08 16:09:31 -06:00
Greg Thompson
233dacde71 Merge branch 'ft/3052-extensions' of https://github.com/thompsongl/swagger-ui into ft/3052-extensions 2017-11-08 08:52:55 -06:00
Greg Thompson
45a0295c0e use correct immutable map size 2017-11-08 08:52:34 -06:00
Larry Gregory
57a3be28b0 Update react-collapse and react-motion 2017-11-08 07:41:23 -05:00
Iida, Takaaki | Tak | TRVDD
6fb9d0b465 Merge remote-tracking branch 'upstream/master' into bug/solve-react-warning 2017-11-08 15:57:46 +09:00
kyle
5231c13579 Merge branch 'master' into ft/3052-extensions 2017-11-07 21:33:05 -08:00
Kyle Shockey
8b8c9b744d Make Model a PureComponent 2017-11-07 20:12:19 -08:00
Greg Thompson
f2cbfd0e51 contentType prop not required 2017-11-07 11:17:05 -06:00
Greg Thompson
d96bd29d0c pass required getConfig to parameter-row 2017-11-07 11:16:41 -06:00
Greg Thompson
16e756bed7 disallow null value 2017-11-07 11:15:37 -06:00
takaaki.iida
6664058dbe https://github.com/swagger-api/swagger-ui/issues/3871 adding a key prop to solve React.js warning 2017-11-07 20:03:56 +09:00
Kyle Shockey
8f7b582f95 Improve junk data handling 2017-11-06 22:09:20 -08:00
Kyle Shockey
533fd75501 Deprecate authSelectors.getDefinitionsByNames 2017-11-06 21:53:57 -08:00
Kyle Shockey
ed34a8dae9 Linter: Remove unused import 2017-11-06 21:24:16 -08:00