You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by su...@apache.org on 2015/10/19 19:52:31 UTC

incubator-atlas git commit: ATLAS-198. Atlas UI Requires Internet Access (sanjayp via sumasai)

Repository: incubator-atlas
Updated Branches:
  refs/heads/master 23ce5c969 -> c794588d1


ATLAS-198. Atlas UI Requires Internet Access (sanjayp via sumasai)


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

Branch: refs/heads/master
Commit: c794588d15a4ffdd697d50174cd3b78d6b6ae03a
Parents: 23ce5c9
Author: Suma Shivaprasad <su...@gmail.com>
Authored: Mon Oct 19 23:22:17 2015 +0530
Committer: Suma Shivaprasad <su...@gmail.com>
Committed: Mon Oct 19 23:22:17 2015 +0530

----------------------------------------------------------------------
 dashboard/public/index.html | 29 ++++++++++++++---------------
 release-log.txt             |  1 +
 2 files changed, 15 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/c794588d/dashboard/public/index.html
----------------------------------------------------------------------
diff --git a/dashboard/public/index.html b/dashboard/public/index.html
index 4190b5c..64c8f58 100644
--- a/dashboard/public/index.html
+++ b/dashboard/public/index.html
@@ -27,7 +27,7 @@
   <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 
 
-  <link href="img/favicon.ico" rel="shortcut icon" type="image/x-icon">
+  <link href="/img/favicon.ico" rel="shortcut icon" type="image/x-icon">
 
   <link rel="stylesheet" href="/lib/font-awesome/css/font-awesome.min.css">
   <link rel="stylesheet" href="/css/sticky-footer-navbar.css">
@@ -35,11 +35,10 @@
   <link rel="stylesheet" href="/css/details.css">
   <link rel="stylesheet" href="/css/lineage.css">
   <link rel="stylesheet" href="/css/tags.css">
-  <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+  <link rel="stylesheet" href="/lib/bootstrap/dist/css/bootstrap.css">
  </head>
 
 
-<link href="img/favicon.ico" rel="shortcut icon" type="image/x-icon">
 <body>
 <header class="navbar navbar-static-top navbar-top" data-role="navigation">
     <div class="container" data-ng-include="'/modules/home/views/header.html'"></div>
@@ -54,20 +53,20 @@
     </div>
 </footer>
 
-<script src="lib/jquery/dist/jquery.js"></script>
-<script src="lib/angular/angular.js"></script>
-<script src="lib/bootstrap/dist/js/bootstrap.js"></script>
-<script src="lib/angular-bootstrap/ui-bootstrap-tpls.js"></script>
-<script src="lib/angular-cookies/angular-cookies.js"></script>
-<script src="lib/angular-resource/angular-resource.js"></script>
-<script src="lib/angular-route/angular-route.js"></script>
-<script src="lib/angular-sanitize/angular-sanitize.js"></script>
-<script src="lib/angular-ui-router/release/angular-ui-router.js"></script>
-<script src="lib/angular-ui-utils/ui-utils.js"></script>
-<script src="lib/lodash/lodash.js"></script>
+<script src="/lib/jquery/dist/jquery.js"></script>
+<script src="/lib/angular/angular.js"></script>
+<script src="/lib/bootstrap/dist/js/bootstrap.js"></script>
+<script src="/lib/angular-bootstrap/ui-bootstrap-tpls.js"></script>
+<script src="/lib/angular-cookies/angular-cookies.js"></script>
+<script src="/lib/angular-resource/angular-resource.js"></script>
+<script src="/lib/angular-route/angular-route.js"></script>
+<script src="/lib/angular-sanitize/angular-sanitize.js"></script>
+<script src="/lib/angular-ui-router/release/angular-ui-router.js"></script>
+<script src="/lib/angular-ui-utils/ui-utils.js"></script>
+<script src="/lib/lodash/lodash.js"></script>
 <script src="/lib/d3/d3.js"></script>
 <script src="/lib/d3-tip/index.js"></script>
 
-<script src="js/app.min.js"></script>
+<script src="/js/app.min.js"></script>
 </body>
 </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/c794588d/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 9c6b079..b50ee43 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -9,6 +9,7 @@ ATLAS-54 Rename configs in hive hook (shwethags)
 ATLAS-3 Mixed Index creation fails with Date types (sumasai via shwethags)
 
 ALL CHANGES:
+ATLAS1-98 Atlas UI Requires Internet Access(sanjayp via sumasai)
 ATLAS-201 Rename org.apache.atlas.Main to org.apache.atlas.Atlas (rishabhbhardwaj via shwethags)
 ATLAS-179 Atlas hook causes mem leak and hive server 2 crashes (shwethags)
 ATLAS-212 Remove test class usage of hive configuration property "atlas.rest.address" (jspeidel via shwethags)