Commit Graph

961 Commits

Author SHA1 Message Date
Kyle Shockey
b6c3f91127 Fix #3003 2017-04-28 10:06:43 -07:00
shockey
d2c3078a79 Merge branch 'master' into feature/older-react 2017-04-28 09:21:15 -07:00
Robert Barnwell
8a1e447f0f Merge branch 'master' into searchbar-update 2017-04-28 08:39:16 -07:00
Minasokoni
ca808e9d18 updated searchbar sizing 2017-04-28 08:36:32 -07:00
Josh Ponelat
2cff912261 remove object-assign dep ( which was missing from package.json ) 2017-04-28 11:17:59 +02:00
Kyle Shockey
f1f912a46f Merge branch 'master' of github.com:swagger-api/swagger-ui into Minasokoni-container-name-change 2017-04-27 20:04:52 -07:00
Kyle Shockey
518e2ec732 Merge branch 'master' into Minasokoni-container-name-change 2017-04-27 19:57:29 -07:00
Anna Bodnia
374ac9cbbb fix #2870 2017-04-27 20:09:05 +03:00
Kyle Shockey
7d87c9d680 Fix typo in container classname 2017-04-27 09:09:09 -07:00
Kyle Shockey
78336e99aa Merge branch 'container-name-change' of https://github.com/Minasokoni/swagger-ui into Minasokoni-container-name-change 2017-04-27 09:08:55 -07:00
Anna Bodnia
87a23c7c9e fix eslint errors 2017-04-27 19:01:27 +03:00
Anna Bodnia
d013e7a05c #2844 fix accessCode flow 2017-04-27 18:55:25 +03:00
Minasokoni
198f9b6874 changed container classname 2017-04-27 08:35:33 -07:00
Anna Bodnia
891c321c8a build 2017-04-26 18:06:26 +03:00
Anna Bodnia
cecf0670b7 Merge branch 'master' into fix-oauth2-issue
# Conflicts:
#	dist/swagger-ui.css
2017-04-26 17:53:53 +03:00
Anna Bodnia
bb73dd49d8 fixes password, application oauth2 flows 2017-04-26 17:50:09 +03:00
Robert Barnwell
1a417b3c6c Merge branch 'master' into textformating 2017-04-25 00:22:46 -07:00
Minasokoni
aa327ed256 headers now break onto their own lines 2017-04-25 00:20:46 -07:00
Anna Bodnia
5a260971cc fixes #2929 2017-04-21 13:29:18 +03:00
Anna Bodnia
4e238ce889 fixes #2890 2017-04-20 23:38:49 +03:00
Anna Bodnia
ca048f42a4 fixes #2881 2017-04-20 20:40:56 +03:00
Anna Bodnia
84b408849d fixes #2929 2017-04-20 19:54:14 +03:00
Anna Bodnia
4963c3016c merge 2017-04-19 11:28:35 +03:00
shockey
754d57396a Merge branch 'master' into bug/2919-relative-spec-infer-scheme 2017-04-18 19:55:29 -07:00
Kyle Shockey
8b78d9bd13 Default to no scheme if we can't find an assigned scheme 2017-04-18 18:13:52 -07:00
Kyle Shockey
35769f9b47 Fix #2918; add control/test tests 2017-04-18 11:20:15 -07:00
Anna Bodnia
8e64c866e8 operationsSorter config 2017-04-18 19:06:15 +03:00
Kyle Shockey
48e0cb10b5 Revert "Fix bug where reducer dies on empty operation"
This reverts commit 08b3c38b8a.
2017-04-14 21:00:56 -07:00
Kyle Shockey
81f74d9d51 Move loadingStatus code into StandaloneLayout (where it belongs!) 2017-04-14 19:01:57 -07:00
Kyle Shockey
208694e9a8 Fix linter & tests 2017-04-14 18:46:27 -07:00
Kyle Shockey
d1d663b35f Consume BaseLayout in UI standalone 2017-04-14 18:39:31 -07:00
Kyle Shockey
cf80839d11 Add BaseLayout to core 2017-04-14 18:38:59 -07:00
Kyle Shockey
99b8543562 Merge branch 'show_readonly_values_in_responses' of https://github.com/furkanayhan/swagger-ui into furkanayhan-show_readonly_values_in_responses 2017-04-14 18:21:44 -07:00
Kyle Shockey
08b3c38b8a Fix bug where reducer dies on empty operation 2017-04-14 17:15:27 -07:00
Kyle Shockey
5be31ac909 Pass around contextUrl correctly 2017-04-13 19:24:02 -07:00
Kyle Shockey
fce0916dca Merge branch 'bug/2760-infer-host' into bug/2904-try-it-out 2017-04-13 19:12:39 -07:00
Kyle Shockey
4c1a5488bb Parse spec url when deciding scheme for operation 2017-04-13 17:26:47 -07:00
Furkan Ayhan
6965a496fb Show readOnly values in responses 2017-04-13 16:01:29 +03:00
shockey
44ea2773cf Merge branch 'master' into bug/2763-malformed-security-render-error 2017-04-10 13:58:48 -07:00
Kyle Shockey
3c98939732 Fix name masking for render error messages 2017-04-10 13:58:18 -07:00
Kyle Shockey
f2ae188722 Fix #2763 2017-04-10 13:50:51 -07:00
shockey
8e60343417 Merge branch 'master' into master 2017-04-10 11:21:23 -07:00
Kyle Shockey
e2b1757f8f Infer contextUrl through documentation scheme + host if spec url is relative 2017-04-07 20:51:07 -07:00
Anna Bodnia
eb4fa2a6b4 Merge remote-tracking branch 'upstream/master' into config-with-url 2017-04-07 15:57:24 +03:00
Anna Bodnia
cfb9ddd675 removed not used variable 2017-04-07 15:43:25 +03:00
Anna Bodnia
63edfc739b fix schemes auth button display #2816 2017-04-07 15:39:59 +03:00
Anna Bodnia
8130168c97 config passed with configUrl in constructor 2017-04-07 15:17:27 +03:00
Kyle Shockey
5f9efc09cb Merge branch 'master' of https://github.com/marcgibbons/swagger-ui into marcgibbons-master 2017-04-06 16:44:47 -07:00
Mészáros Mihály
81abe37a31 add fn.fetch instead of native fetch 2017-04-06 14:46:04 +02:00
Mészáros Mihály
4066d1920e move out the code according @bodnia guide 2017-04-06 13:12:28 +02:00