You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ma...@apache.org on 2016/12/23 01:47:16 UTC

[47/50] [abbrv] incubator-atlas git commit: ATLAS-1199 Atlas UI not loading after fresh build due to jquery-asBreadcrumbs plugin upgrade (kevalbhatt via shwethags)

ATLAS-1199 Atlas UI not loading after fresh build due to jquery-asBreadcrumbs plugin upgrade (kevalbhatt via shwethags)

(cherry picked from commit 100749b49a394f928cebd24ba085a5120066dcad)


Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/b3b1a982
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/b3b1a982
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/b3b1a982

Branch: refs/heads/0.7-incubating
Commit: b3b1a98207383e07b979be7047240e4f462adb14
Parents: 26c1478
Author: Shwetha GS <ss...@hortonworks.com>
Authored: Thu Sep 29 11:43:54 2016 +0530
Committer: Madhan Neethiraj <ma...@apache.org>
Committed: Thu Dec 22 15:38:32 2016 -0800

----------------------------------------------------------------------
 dashboardv2/public/js/utils/CommonViewFunction.js | 1 +
 release-log.txt                                   | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/b3b1a982/dashboardv2/public/js/utils/CommonViewFunction.js
----------------------------------------------------------------------
diff --git a/dashboardv2/public/js/utils/CommonViewFunction.js b/dashboardv2/public/js/utils/CommonViewFunction.js
index a709823..67dd5e2 100644
--- a/dashboardv2/public/js/utils/CommonViewFunction.js
+++ b/dashboardv2/public/js/utils/CommonViewFunction.js
@@ -368,6 +368,7 @@ define(['require', 'utils/Utils', 'modules/Modal', 'utils/Messages', 'utils/Glob
                 dropdown: function(classes) {
                     var dropdownClass = 'dropdown';
                     var dropdownMenuClass = 'dropdown-menu popover popoverTerm bottom arrowPosition';
+
                     if (this.options.overflow === 'right') {
                         dropdownMenuClass += ' dropdown-menu-right';
                     }

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/b3b1a982/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 6f6427b..a9f875c 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -30,6 +30,7 @@ ATLAS-409 Atlas will not import avro tables with schema read from a file (dosset
 ATLAS-379 Create sqoop and falcon metadata addons (venkatnrangan,bvellanki,sowmyaramesh via shwethags)
 
 ALL CHANGES:
+ATLAS-1199 Atlas UI not loading after fresh build due to jquery-asBreadcrumbs plugin upgrade (kevalbhatt via shwethags)
 ATLAS-1206 Atlas UI not working with IE or Chrome on Windows OS in Kerberos mode (nixonrodrigues via sumasai)
 ATLAS-1155 Errors in Eclipse when I bring in the latest code (davidrad via shwethags)
 ATLAS-1098 Atlas allows creation of tag with name "isa" which causes exceptions during search (apoorvnaik via shwethags)