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 |
|
Kyle Shockey
|
012313e236
|
Handle cases where maximum and minimum are 0
|
2017-09-28 17:59:07 -07:00 |
|
kyle
|
27da2a7d3b
|
Merge branch 'master' into ft/validation
|
2017-09-28 17:53:14 -07:00 |
|
HelderSepu
|
a408fb1f23
|
Correction from @shockey
|
2017-09-28 20:40:22 -04:00 |
|
HelderSepu
|
515726b386
|
Add test for negative num
Testing valid negative number with min and max
|
2017-09-24 15:45:42 -04:00 |
|
HelderSepu
|
7d40d72281
|
Add validateMaximum & validateMinimum
This address some of the validation requested on Issue #993
|
2017-09-24 11:43:47 -04:00 |
|
HelderSepu
|
a5c7083726
|
Add validation for min and max length
|
2017-09-23 14:14:58 -04:00 |
|
kyle
|
b6eb23217f
|
Merge branch 'master' into master
|
2017-09-22 20:45:07 -07:00 |
|
Kyle Shockey
|
6b59707af1
|
Fix tests
|
2017-09-22 19:50:36 -07:00 |
|
kyle
|
827bcd2f36
|
Merge branch 'master' into master
|
2017-09-22 19:50:19 -07:00 |
|
HelderSepu
|
e08f31d674
|
Add UnitTests for validateDateTime & validateGuid
|
2017-09-22 21:37:33 -04:00 |
|
Owen Conti
|
a1758da87c
|
Merge branch 'master' into bug/3511-query-formData-parameters
|
2017-09-20 22:37:43 -06:00 |
|
Alexander Vangelov
|
696bdcf961
|
Merge branch 'master' into master
|
2017-09-20 13:11:53 -04: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 |
|
Owen Conti
|
44ece46cd3
|
Fixes #3633
Make sure PrimitiveModel uses the schema's title first and then falls back to the passed-in `name` property. Added enzyme test for functionality.
|
2017-09-17 09:49:13 -06:00 |
|
Owen Conti
|
f63f022e0c
|
Remove .only from utils test
|
2017-09-17 09:48:26 -06:00 |
|
Alexander Vangelov
|
90fa7065f8
|
Merge branch 'master' into master
|
2017-09-16 11:24:36 -04: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
|
46b5ae6070
|
Merge branch 'master' of github.com:swagger-api/swagger-ui into ft/performance
|
2017-09-15 21:53:00 -06:00 |
|
Kyle Shockey
|
6010245210
|
Roll back win import removal
Lost in merge conflict....
|
2017-09-15 20:29:49 -07:00 |
|
Kyle
|
bd5424308f
|
Merge branch 'master' into bug/oas3-accept-controls
|
2017-09-15 20:21:27 -07:00 |
|
AlexVangelov
|
c1abdfb1c4
|
follow lowercase naming convention in tests
|
2017-09-15 21:04:38 -04:00 |
|
AlexVangelov
|
4172e33e04
|
satisfy project lint rules
|
2017-09-15 20:52:55 -04:00 |
|
Owen Conti
|
33ee880f36
|
Add extra check for String types in createDeepLinkPath. Add trim() call on passed-in value in createDeepLinkPath. Added unit tests for new deep link util functions.
|
2017-09-15 17:17:45 -06:00 |
|
AlexVangelov
|
9b1a6141df
|
OAuth2 authorizationUrl with extra query parameters (should include double '?')
|
2017-09-15 15:57:41 -04:00 |
|
Owen Conti
|
ef99b7e434
|
Remove it.only from new test
|
2017-09-12 23:09:21 -06:00 |
|
Owen Conti
|
cb88cd53b6
|
Added test for response.jsx to make sure properties are passed to ModelExample component in the correct order
|
2017-09-12 23:07:11 -06:00 |
|
Kyle Shockey
|
26edaa5f0b
|
OAS3 Accept header control: Component-side
|
2017-09-12 17:22:51 -07:00 |
|
Kyle Shockey
|
5bc096d32b
|
Fit linter and tests
|
2017-09-08 18:44:11 -07:00 |
|
Mike Gilbode
|
d7ae284a0c
|
Add defaultModelRendering parameter.
|
2017-08-30 23:30:57 -04:00 |
|
Kyle
|
56ff3afc5d
|
Merge pull request #3565 from owenconti/ft/map-state-to-props-for-components
`mapStateToProps` for container components
|
2017-08-21 17:09:00 -07:00 |
|
Owen Conti
|
0a45649834
|
Fixed mapStateToProps test to handle non-static mapStateToProps
|
2017-08-20 18:57:59 -06:00 |
|
Owen Conti
|
2946baf2bd
|
Merge branch 'master' into ft/3584-operation-container-component
|
2017-08-20 08:07:15 -06:00 |
|