Commit Graph

1018 Commits

Author SHA1 Message Date
Owen Conti
de3046e29d #3256 - Remove unnecessary JSON.stringify call on example values that are already strings 2017-06-25 16:39:54 -06:00
Owen Conti
b2d52e2629 Remove isRequired from ResponseBody's contentType property as responses without a Content-Type header will not have a value to pass 2017-06-25 16:10:14 -06:00
Owen Conti
789534c587 Bug fix for #3136 - Update state when scheme options change and previously selected option is no longer available 2017-06-25 15:51:07 -06:00
Owen Conti
ddb5704637 #3072 - Display response body and headers for requests that result in non-200 responses. Add test to ensure error and response are merged correctly 2017-06-25 13:28:14 -06:00
Owen Conti
8b073757fe #3289 - Update boolean sample function to accept schema object and return value based off of schema's default value (if exists) 2017-06-25 09:59:12 -06:00
Owen Conti
7049a5960c #3135 - Add request duration to response details 2017-06-25 09:16:35 -06:00
Sven Tschui
75ca33a06e Merge branch 'master' of github.com:swagger-api/swagger-ui into improvement/remove-react-addons-shallow-compare 2017-06-24 16:14:11 +02:00
shockey
2e2c19ebc1 Merge branch 'master' into file-sample 2017-06-23 18:10:04 -07:00
shockey
b942d08923 "Select a URL" -> "Select a spec" 2017-06-23 16:26:41 -07:00
shockey
ac63fbfa5b Merge branch 'master' into TopbarPluginWithSelect 2017-06-23 15:37:22 -07:00
shockey
841dcaf2fb Merge branch 'master' into feature/misuse-of-findIndex 2017-06-22 23:25:12 -07:00
shockey
4fb43fc886 Merge branch 'master' into bug/3279-markdown-falsey-values 2017-06-22 22:15:33 -07:00
Kyle Shockey
21100a0a8b Don't render Markdown if input or sanitized input is empty 2017-06-22 22:05:38 -07:00
Ron
e6afe1d145 Merge branch 'master' into TopbarPluginWithSelect 2017-06-22 15:02:30 -07:00
Minasokoni
756a493ab1 forgot fontsize 2017-06-22 14:55:14 -07:00
Minasokoni
5e0354a6cd Removed margin 2017-06-22 14:48:56 -07:00
Sven Tschui
e4f9837312 Remove react-addons-shallow-compare 2017-06-22 09:46:51 +02:00
Josh Ponelat
ff16ecd99a Fix mis-use of findIndex ( these really must be tested ) 2017-06-22 09:01:41 +02:00
Minasokoni
73df4922f4 minimal update to styling 2017-06-21 08:22:48 -07:00
Josh Ponelat
9549bf3c2b Add back shallowEqualKeys ( editor depends on it ) 2017-06-21 15:29:37 +02:00
Jesse Mandel
2e40f59cad Updated Topbar with a select option if urls is passed.
Can use `?name=NAME` to preselect.
2017-06-20 15:31:36 -07:00
Derek Wickern
34c57fb018 Disable sample response for file transfer 2017-06-20 10:18:42 -07:00
Josh Ponelat
e831fba297 Merge branch 'master' into feature/remove-babel-polyfill 2017-06-19 18:49:37 +02:00
Josh Ponelat
a536a00d35 fix lint 2017-06-19 18:46:49 +02:00
Josh Ponelat
9e6e660a93 Add polyfill for Promise ( only )
This is needed for whatwg-fetch + IE11.
An alternative is to include "node_modules/whatwg-fetch" in the
transform-runtime.
But my guess is that someone is likely going to add a lib that in turn
uses Promises, without adding it to the whitelist. This is safter.
2017-06-19 18:40:42 +02:00
Josh Ponelat
0e4d04650d Fixes for IE11, wrt to instance methods 2017-06-19 18:29:45 +02:00
shockey
99600df0f1 Merge branch 'master' into fix-model-markdown 2017-06-16 13:52:32 -07:00
sokol
acff34e1d4 #2946 Fix CR fix 2017-06-16 21:14:00 +03:00
sokol
129129be97 #2946 Fix 2017-06-16 18:16:46 +03:00
Josh Ponelat
4a6716ffed Replace babel-polyfill with runtime transform 2017-06-15 16:36:33 +02:00
shockey
1bd1190749 Merge branch 'master' into multipart-file-upload 2017-06-13 16:08:19 -07:00
Ron
0345f66ee2 Merge branch 'master' into fix-response-json-indentation 2017-06-13 15:45:16 -07:00
Mark H. Wilkinson
7d24a95d78 Indent JSON examples. 2017-06-13 23:07:44 +01:00
shockey
ce16666b57 Merge branch 'master' into fix-model-markdown 2017-06-13 12:09:58 -07:00
Mark H. Wilkinson
c24a07c523 Render primitive property descriptions as Markdown. 2017-06-13 17:15:59 +01:00
Mark H. Wilkinson
db57ee0dfe Render object descriptions as Markdown. 2017-06-13 17:13:33 +01:00
Furkan Ayhan
b3e476f476 Show actual error response when trying 2017-06-09 10:25:28 +03:00
Derek Wickern
c5a23e584c Fix #2922: file uploads fail to render curl command
The request body is an immutable.js OrderedMap rather than a string,
so this fixes the type error:

  TypeError: request.get(...).split is not a function

Adds a special curl command argument for files, e.g.

  curl -F "param=value" -F "file=@filename.txt;type=text/plain"
2017-06-08 15:59:41 -07:00
Anna Bodnia
ee2e82390b fixes #3191 2017-06-08 15:41:06 +03:00
Anna Bodnia
bbf93c5e1f #3172 added Access-Control-Allow-Origin for auth requests 2017-06-08 14:06:30 +03:00
Anna Bodnia
36b263e230 fixes #3172 2017-06-08 12:19:47 +03:00
Kyle Shockey
a9d4f5efde Add filter to un-double-escape quotation marks 2017-06-07 12:52:59 -07:00
shockey
4f7e75f443 Add propTypes validation for getConfig 2017-06-06 22:39:46 -07:00
Gwyn Judd
2d0c660d9f Add support for docExpansion flag to models
Show a more compressed view if docExpansion is set to "none"
2017-06-07 12:26:48 +12:00
Kyle Shockey
97ab51c354 CSS fixes for operationId display 2017-06-06 12:07:37 -07:00
shockey
c05b66f4d4 Remove displayOperationId as prop to Operations
This appears to be a mistake. Operations should get `displayOperationId` from `getConfigs`, not from a prop.
2017-06-06 11:28:27 -07:00
shockey
68974a95b2 Use destructuring synyax to get displayOperationId 2017-06-06 11:18:42 -07:00
Artem
78af4e7f9f Merge branch 'operationId'
# Conflicts:
#	src/core/components/operation.jsx
2017-06-06 17:23:04 +03:00
Artem
e3f872ad63 Display operationId 2017-06-06 17:21:20 +03:00
Kyle Shockey
09148e478c Remove switching logic from spec specSelector 2017-06-05 20:04:52 -07:00