Kyle Shockey
88e98ce281
fix tests
2017-11-23 12:55:29 -06:00
Greg Thompson
8ff2d77398
Merge branch 'master' into ft/3052-extensions
2017-11-20 09:48:33 -06:00
Kyle Shockey
44bd85a5bb
Wrap container components in render protection
2017-11-17 18:26:07 -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
7624d6b5fc
Add test for system injection with mapStateToProps containers
2017-11-16 20:10:54 -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
b2c41e1e07
Merge branch 'master' into feature/validation_tooltips
2017-11-10 18:40:14 -08:00
kyle
4041689c1d
Merge branch 'master' into bug/3299-param-validation-regression
2017-11-10 10:52:56 -08:00
Kyle Shockey
d92a27bdab
Add failing tests
2017-11-10 10:40:03 -08:00
Helder Sepulveda
61a9fa0fcc
Merge branch 'master' into feature/validation_tooltips
2017-11-09 15:41:15 -05:00
Greg Thompson
ee5d9a8c34
propType test fix
2017-11-09 10:23:02 -06:00
kyle
49457fe089
Correct typo in test description
2017-11-08 22:48:20 -08:00
Ryan Feeney
1aabdded97
Merge branch 'master' into bug/3658-add-enzyme-test-for-objectmodel
2017-11-07 15:06:22 -05:00
Kyle Shockey
531d0337ac
Remove describe.only
2017-11-06 22:13:29 -08:00
Kyle Shockey
3536f2d518
Add tests for modified selectors
2017-11-06 22:08:42 -08:00
feenr
bcad5b583e
Remove commented out and debug code
2017-11-06 12:41:14 -05:00
feenr
e9d94e02d8
Add new tests for object-model
2017-11-06 10:43:43 -05:00
HelderSepu
58dcce497e
e2e test for the validation
2017-11-04 18:40:46 -04:00
kyle
4315cf6b94
Merge branch 'master' into bug/validation-messages
2017-11-03 17:17:21 -07:00
kyle
b584837f42
Merge branch 'master' into master
2017-11-03 17:12:35 -07:00
Kyle Shockey
390f4b17b1
Add graceful failure test
2017-11-03 17:11:39 -07:00
Josh Ponelat
e53bd3aef3
add stub to models test for specSelectors.isOAS3)
2017-11-03 17:50:46 +02:00
Kyle Shockey
17e6d81504
Format XML with xml-but-prettier
2017-11-02 15:13:10 -07:00
Helder Sepulveda
7fd1a03c1d
Merge branch 'master' into bug/slow-formatXml
2017-11-01 21:52:45 -04:00
HelderSepu
f600fe8dbb
Simplify formatXml
2017-11-01 21:48:18 -04:00
Helder Sepulveda
87bbb9eb9f
Merge branch 'master' into bug/validation-messages
2017-11-01 09:33:00 -04:00
Helder Sepulveda
d73715f1fa
Merge branch 'master' into master
2017-11-01 09:32:49 -04:00
Kyle Shockey
1aa1907128
Check for input type and string length before sanitizing a URL
2017-10-31 12:35:08 -07:00
Kyle Shockey
551a82d120
Remove describe.only
2017-10-30 18:00:59 -07:00
Kyle Shockey
b9fa5e5bb2
Add sanitizeUrl tests
2017-10-30 17:57:43 -07:00
HelderSepu
ec2179f019
Fix issue with the error messages
...
Many of the errors where incorrectly showing "Required field is not
provided" when the field was provided but not valid.
This was raised by @ron on PR #3825
2017-10-28 16:21:40 -04:00
HelderSepu
43c5d9a8c9
Revert "Add objectCheck"
...
This reverts commit 87d11f99dd .
2017-10-24 18:35:28 -04:00
HelderSepu
87d11f99dd
Add objectCheck
...
Squeeze fix for required object on this PR
2017-10-24 17:49:56 -04: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
Owen Conti
be209841f6
Merge branch 'master' of github.com:swagger-api/swagger-ui into ft/performance
2017-10-22 12:37:10 -06:00
Kyle Shockey
075c94f68c
Remove describe.only
2017-10-21 11:13:01 -07:00
HelderSepu
ac24f4376b
Add validatePattern & UnitTest
2017-10-21 13:04:53 -04:00
HelderSepu
21178e9107
Remove describe.only
2017-10-21 13:04:21 -04:00
kyle
6d22e38a04
Merge branch 'master' into ft/oas3-authorization
2017-10-20 19:07:38 -07:00
Mark H. Wilkinson
e1a7af4c92
Fix regression with rendering links in Markdown.
2017-10-16 14:40:07 +01:00
Owen Conti
18a681e231
Update all the validateParam tests to use the assertValidateParam factory
2017-10-11 19:50:02 -06:00
Owen Conti
7c8942e61c
Update to utils.js to use a common method for asserting the validateParam function.
2017-10-11 19:19:24 -06:00
Owen Conti
7344315c34
Added tests for isOAS3 in validateParam function.
2017-10-11 18:34:24 -06:00
Kyle Shockey
8b81bcac48
OAS3 Auth MVP
2017-10-11 16:58:24 -07:00
Owen Conti
60e8091eed
Add unit test for images in markdown
2017-10-08 10:26:32 -06:00
Owen Conti
1785d48746
Remove .only from existing tests. Add markdown test cases for heading elements.
2017-10-08 10:13:09 -06:00
Owen Conti
5a69603beb
Test for sanitizing <img> elements. Test sanitization of the <Info /> component
2017-10-01 13:59:28 -06:00
Owen Conti
559b315d0d
Initial test for Markdown <script> sanitization
2017-10-01 10:30:41 -06:00
kyle
263f6feb2f
Merge branch 'master' into ft/default_model_rendering
2017-09-29 13:29:04 -07:00