Commit Graph

946 Commits

Author SHA1 Message Date
Anna Bodnia
c86199a506 fix #2800 2017-04-04 12:39:26 +03:00
Kyle Shockey
ed9e94f506 Fix linter problems 2017-03-31 18:05:01 -07:00
Anna Bodnia
d2e20a72f0 fixes #2795 2017-03-31 18:35:52 +03:00
Anna Bodnia
879fc4ce04 fix badge async load 2017-03-31 11:19:10 +03:00
Anna Bodnia
161dc57cd5 #2827 remove online validator badge for specs hosted locally 2017-03-30 18:55:16 +03:00
Anna Bodnia
432cd7f965 #2774 display scopes for oauth2 password flow 2017-03-30 17:49:32 +03:00
Marc Gibbons
a1e5f2198e Allow any HTTP headers, send cookies on same origin 2017-03-29 17:18:41 -04:00
Jeff Weeks
2a6ecb2d38 Update utils.js 2017-03-29 16:30:25 -04:00
Anna Bodnia
0b668ccf2a fix badge display 2017-03-29 22:20:12 +03:00
Anna Bodnia
ded299d891 #2796 disable validator (with badge) by removing it from config 2017-03-29 12:36:38 +03:00
Kyle Shockey
431b67362c Eliminate the need for the ES6 module backflips in Standalone example 2017-03-27 19:51:45 -07:00
Anna Bodnia
a13dc1ede1 Fix display of auth button not to depend on schemes 2017-03-27 22:57:27 +03:00
shockey
e23dada9fe Merge pull request #2755 from buunguyen/master
Use loadSpec option of latest swagger client
2017-03-25 00:57:46 -07:00
Kyle Shockey
40ccf6aa98 Send spec url to swagger-client 2017-03-25 00:35:52 -07:00
Buu Nguyen
633fa101b9 Merge branch 'master' of https://github.com/swagger-api/swagger-ui
# Conflicts:
#	dist/swagger-ui-bundle.js
#	dist/swagger-ui-bundle.js.map
#	dist/swagger-ui-standalone-preset.js
#	dist/swagger-ui.js
#	dist/swagger-ui.js.map
2017-03-24 10:59:11 -07:00
Kyle Shockey
8dd23053b2 Merge branch 'master' of github.com:swagger-api/swagger-ui into ft/linting-and-testing 2017-03-23 16:43:37 -07:00
Kyle Shockey
e1fcbfbf09 Linter error fixes 2017-03-23 16:36:45 -07:00
Kyle Shockey
78c67f9eb1 Refactor window wrapper for node testing 2017-03-22 21:09:36 -07:00
Kyle Shockey
f195d01184 Autofix ESLint problems 2017-03-22 20:40:05 -07:00
Anna Bodnia
4ebe2273da fixes for XML render 2017-03-22 16:14:20 +02:00
Kyle Shockey
3be5d2cb93 Remove plugin that's breaking Try It Out when host/basePath isn't defined 2017-03-21 16:43:06 -07:00
shockey
bdf564ee3a Merge pull request #2750 from Minasokoni/schemes-condition
Added conditional to hide schemes div if no schemes are with in the spec
2017-03-21 11:54:04 -07:00
Buu Nguyen
a6a3affff9 Use loadSpec option of latest swagger client 2017-03-20 18:10:31 -07:00
Robert Barnwell
d4c632253e Merge branch 'master' into target-blankv2 2017-03-20 16:15:07 -07:00
Minasokoni
2248e02a4d added target=_blank to links in info section 2017-03-20 16:12:59 -07:00
Minasokoni
cdb4380dde added conditional for security 2017-03-20 14:35:07 -07:00
Minasokoni
384eeffcaf added conditional to hide schemes div if no schemes are avail 2017-03-20 14:20:58 -07:00
Robert Barnwell
69a0efa0df Merge branch 'master' into styling-fixes 2017-03-20 11:32:17 -07:00
Minasokoni
b6a3310ffc pre wrap fix 2017-03-20 11:30:07 -07:00
Minasokoni
75824afe18 force svg size 2017-03-20 11:28:51 -07:00
Kyle Shockey
33e5775dcf Default OnlineValidator url; rebuild dist 2017-03-19 19:27:09 -07:00
Kyle Shockey
eb548f6396 Merge branch 'master' of github.com:swagger-api/swagger-ui 2017-03-19 18:25:42 -07:00
Kyle Shockey
c5222153d0 De-mystify compound logic 2017-03-19 18:23:56 -07:00
Kyle Shockey
62be80741e Clarify variable names for configs 2017-03-19 18:20:14 -07:00
Kyle Shockey
b41c92f15a Merge branch 'url-from-query' of https://github.com/bodnia/swagger-ui into bodnia-url-from-query 2017-03-19 18:07:21 -07:00
shockey
5f0cc74e89 Update index.js
Disabling the YAML config plugin, for now.
2017-03-19 17:31:49 -07:00
Minasokoni
2b37eeff9c removed expand button 2017-03-19 12:22:42 -07:00
Minasokoni
bece956ad5 error styling updates, method colors added 2017-03-19 12:21:15 -07:00
Josh Ponelat
4749b90350 move the securityDefinitions conditional, outside of Schemes 2017-03-19 17:35:26 +02:00
Anna Bodnia
0b56640273 fixed fetch config 2017-03-19 14:47:42 +02:00
Anna Bodnia
26d5305404 fetch spec from url provided in query parameter 2017-03-19 13:28:10 +02:00
Josh Ponelat
3a2185c158 remove double-encoding of response (ie: serializeRes ) 2017-03-19 08:38:16 +02:00
Josh Ponelat
2479b8cdde ensure live-response headers exist 2017-03-19 08:37:56 +02:00
Ron
f22a628934 in with the new 2017-03-17 21:17:53 -07:00
Ron
bd8344c808 out with the old 2017-03-17 20:34:15 -07:00
Brock Anderson
5da72aaa4d changes to prevent the parameter description column from expanding (e.g. due to very long words in the content that cannot wrap). the new behaviour is that the long content just spills into the adjacent column. 2017-02-17 16:23:20 -08:00
Orit Prince
27b1eb971d Fix: Swagger-ui not displayed when parameter schema is missing 2017-01-15 09:35:05 +02:00
Tony Tam
d073c0a908 removed extend, which made the operation object unreachable 2017-01-04 17:30:14 -08:00
Javier Quiroz
673613129f Replace resource ID special characters to fix path expansion issue 2017-01-03 10:09:56 -08:00
Tony Tam
b055fb176b rebuilt 2017-01-02 14:04:39 -07:00