HelderSepu
11768b16bf
Correct IF for validateDateTime & validateGuid
2017-09-22 11:30:07 -04:00
HelderSepu
85b7b7241d
Add validateDateTime & validateGuid
...
Initial work to tacke some of the missing validation (Issue #993 )
2017-09-19 14:31:27 -04:00
Kyle Shockey
ae5ad484d9
More merge oversights...
2017-09-15 20:33:16 -07:00
Kyle Shockey
ef8b37a580
LINTING!
2017-09-15 20:17:35 -07:00
Kyle
fa312cb70d
Merge branch 'master' into bug/oas3-accept-controls
2017-09-15 20:11:20 -07:00
Owen Conti
840912cb56
Handle null value in createDeepLinkPath
2017-09-13 21:38:07 -06:00
Owen Conti
a6e070ac76
Replace spaces with underscores when setting the hash value and inserting the ID into the DOM. Escape the deep link path when querying for the DOM element on hash change.
2017-09-13 21:32:46 -06:00
Owen Conti
16364fb81e
Merge branch 'master' of github.com:swagger-api/swagger-ui into bug/3596-permalink-encoding
2017-09-13 17:25:38 -06:00
Owen Conti
430e2a970f
Fixes #3596
...
Wrap `isShownKey` values in a function that replaces spaces with underscores. When parsing the hash on route change, replace the spaces in the values with underscores again.
2017-09-13 17:20:37 -06:00
Owen Conti
cade5100e0
Merge branch 'master' of github.com:swagger-api/swagger-ui into bug/3032-wrong-properties-order
2017-09-12 23:07:36 -06:00
Owen Conti
a47cc284f7
Update response.jsx to use already existing, fromJSOrdered function
2017-09-12 23:06:24 -06:00
Kyle Shockey
277cc81a8c
OAS3 Accept header control: State-side
2017-09-12 19:39:52 -07:00
Kyle Shockey
26edaa5f0b
OAS3 Accept header control: Component-side
2017-09-12 17:22:51 -07:00
Owen Conti
7cd42992f2
Merge branch 'master' of github.com:swagger-api/swagger-ui
2017-09-12 17:14:39 -06:00
Owen Conti
408e038b2d
fromJS does not maintain order of object properties. Use a reviver function with fromJS inside the response.jsx component for the passed down schema prop.
2017-09-11 20:28:58 -06:00
Owen Conti
3f04d2dfc6
Merge branch 'master' into bug/3490-anyOf-oneOf-not
2017-09-09 13:56:22 -06:00
Owen Conti
12c96e3190
Add comment to array-model for to clarify change. Rework logic in Model.render() to fix bug with overriding name and schema from $ref definition.
2017-09-09 13:51:09 -06:00
Kyle Shockey
5bc096d32b
Fit linter and tests
2017-09-08 18:44:11 -07:00
Owen Conti
e9f46e6f5e
Working on refactoring of model.jsx
2017-09-08 17:59:41 -06:00
Owen Conti
3b9940567b
Fix property names being displayed in array models
2017-09-07 18:28:38 -06:00
Kyle Shockey
d14ae62aa5
Parse JSON requestBodies so Client can consume them correctly
2017-09-05 15:07:55 -07:00
Kyle Shockey
7a2c7d2cdc
Squash commit: OAS3 Try-It-Out changes
2017-09-05 13:59:31 -07:00
Kyle
db4aa95d4a
Only polyfill Promise if it doesn't exist at all
2017-08-25 15:56:54 -07:00
Kyle Shockey
5da3843281
Refactor: use ternary operators at attribute level instead of element level
2017-08-25 12:06:11 -07:00
Surya
f63d2b1ae8
If deeplinking is disabled the anchor tag has no href attribute as a result the mouse pointer is not a pointer as it is no longer a hyperlink, setting the cursor explicitly to pointer.
2017-08-25 23:57:21 +05:30
Surya
f7efd58305
Removed href attribute from anchor tag if deeplinking is disabled
2017-08-25 23:43:56 +05:30
Øystein Sigholt
7287c74a3a
Remove domNode from deepExtend
2017-08-18 18:27:16 +02: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
87f1a975f7
Merge branch 'master' into ft/react-perf-permanent
2017-08-11 17:34:00 -07:00
Kyle
08bb9fb7f3
Merge branch 'master' into xlink-deprecated
2017-08-11 16:45:53 -07:00
Owen Conti
c237f25638
Introduce React.Perf in all non-production builds.
2017-08-11 15:55:19 -06:00
Kyle
2a280eb9e1
Merge branch 'master' into bug/3268-oas3-param-types
2017-08-10 23:06:48 -07:00
Kyle Shockey
1eab4b3b20
Display OAS3 parameter types
2017-08-10 22:55:41 -07:00
Kyle
447fb678df
Merge branch 'master' into feature/headerfix
2017-08-10 21:17:44 -07:00
Kyle
e67af44a19
Merge branch 'master' into bug/3447-write-only
2017-08-10 18:40:30 -07:00
Kyle Shockey
b464d2c977
pass entire config to recursive sample calls
2017-08-10 18:39:43 -07:00
Kyle
73f17ddf63
Merge branch 'master' into bug/3555-multipart-curl
2017-08-10 18:30:28 -07:00
Kyle Shockey
964d528735
Replace valueSeq with entrySeq
2017-08-10 18:26:45 -07:00
Kyle
c5f5eff900
Merge branch 'master' into bug/3447-write-only
2017-08-10 17:16:51 -07:00
Minasokoni
5aa7f307bf
changed radius on input in topbar
2017-08-09 22:47:53 -07:00
Kyle Shockey
9747559529
operationScheme -> currentScheme
2017-08-09 17:35:33 -07:00
Kyle Shockey
99c610f224
Mark operationScheme as required prop
2017-08-09 17:10:39 -07:00
Kyle Shockey
9dee2daa14
Fix global state issues with Schemes component
2017-08-09 17:06:48 -07:00
Kyle Shockey
35013d0945
Merge branch 'master' of github.com:swagger-api/swagger-ui
2017-08-08 20:15:17 -07:00
Kyle Shockey
31bf1d3779
MOAR link styling
2017-08-08 20:07:59 -07:00
Kyle Shockey
9bb0cd7689
Correct funky CSS for links
2017-08-08 19:20:28 -07:00
Kyle Shockey
d39464407f
Fix incorrect props rest/spreading
2017-08-05 10:48:28 -07:00
Kyle
b7575ed8a5
Merge branch 'master' into bug/2903-wrong-font-for-error
2017-08-04 16:37:17 -07:00
Kyle
dc4e60170d
Merge branch 'master' into bug/3505-schema-title-in-array-schemes
2017-08-04 16:33:14 -07:00
Kyle
719db39ac4
Merge branch 'master' into bug/3500-missing-name-for-primitives
2017-08-04 16:27:35 -07:00