Repository: incubator-atlas Updated Branches: refs/heads/0.7-incubating 91af61c49 -> 137f9e0e4
ATLAS-967 Remove unused logo file and footer. (kevalbhatt18 via yhemanth) Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/137f9e0e Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/137f9e0e Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/137f9e0e Branch: refs/heads/0.7-incubating Commit: 137f9e0e4e449a8d6d16e6e6d4197c2f8a8fefec Parents: 91af61c Author: Hemanth Yamijala <[email protected]> Authored: Thu Jun 30 16:50:10 2016 +0530 Committer: Hemanth Yamijala <[email protected]> Committed: Thu Jun 30 16:50:10 2016 +0530 ---------------------------------------------------------------------- dashboardv2/package.json | 3 +- dashboardv2/public/img/graph.png | Bin 17958 -> 0 bytes dashboardv2/public/img/logo-green.png | Bin 7271 -> 0 bytes .../public/js/templates/site/footer.html | 21 ------------ dashboardv2/public/js/views/site/footer.js | 33 ------------------- release-log.txt | 1 + 6 files changed, 2 insertions(+), 56 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/137f9e0e/dashboardv2/package.json ---------------------------------------------------------------------- diff --git a/dashboardv2/package.json b/dashboardv2/package.json index 98b6f59..5a07006 100644 --- a/dashboardv2/package.json +++ b/dashboardv2/package.json @@ -13,8 +13,7 @@ }, "keywords": [ "Apache", - "Atlas", - "HortonWorks" + "Atlas" ], "dependencies": { "backbone": "1.2.3", http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/137f9e0e/dashboardv2/public/img/graph.png ---------------------------------------------------------------------- diff --git a/dashboardv2/public/img/graph.png b/dashboardv2/public/img/graph.png deleted file mode 100644 index 278c6bd..0000000 Binary files a/dashboardv2/public/img/graph.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/137f9e0e/dashboardv2/public/img/logo-green.png ---------------------------------------------------------------------- diff --git a/dashboardv2/public/img/logo-green.png b/dashboardv2/public/img/logo-green.png deleted file mode 100644 index fc3f234..0000000 Binary files a/dashboardv2/public/img/logo-green.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/137f9e0e/dashboardv2/public/js/templates/site/footer.html ---------------------------------------------------------------------- diff --git a/dashboardv2/public/js/templates/site/footer.html b/dashboardv2/public/js/templates/site/footer.html deleted file mode 100644 index 72148ec..0000000 --- a/dashboardv2/public/js/templates/site/footer.html +++ /dev/null @@ -1,21 +0,0 @@ -<!-- - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright ownership. - * The ASF licenses this file to You under the Apache License, Version 2.0 - * (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. ---> -<footer class="footer navbar-bottom"> - <div class="container"> - <p align="right">Powered by<img src="../img/logo-green.png"></p> - </div> -</footer> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/137f9e0e/dashboardv2/public/js/views/site/footer.js ---------------------------------------------------------------------- diff --git a/dashboardv2/public/js/views/site/footer.js b/dashboardv2/public/js/views/site/footer.js deleted file mode 100644 index 5d8e856..0000000 --- a/dashboardv2/public/js/views/site/footer.js +++ /dev/null @@ -1,33 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -define(['require', - 'hbs!tmpl/site/footer' -], function(require, tmpl) { - 'use strict'; - - var Footer = Marionette.LayoutView.extend({ - template: tmpl, - templateHelpers: function() {}, - regions: {}, - events: {}, - initialize: function(options) {}, - onRender: function() {} - }); - return Footer; -}); http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/137f9e0e/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index a051afc..b438b7e 100644 --- a/release-log.txt +++ b/release-log.txt @@ -27,6 +27,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-967 Remove unused logo file and footer. (kevalbhatt18 via yhemanth) ATLAS-964 Cleanup NOTICE and LICENSE (shwethags) ATLAS-962 Include Apache Incubator disclaimer text on website (yhemanth via shwethags) ATLAS-958 Add licenses for dashboard dependencies (kevalbhatt18 via shwethags)
