Repository: tez Updated Branches: refs/heads/master af0a3f775 -> b747f109d
TEZ-3259. Tez UI: Build issue - File saver package is not working well with bower (sree) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/b747f109 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/b747f109 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/b747f109 Branch: refs/heads/master Commit: b747f109d3148562434d0dce9b8d9c4f04ba4055 Parents: af0a3f7 Author: Sreenath Somarajapuram <[email protected]> Authored: Tue May 17 17:48:51 2016 +0530 Committer: Sreenath Somarajapuram <[email protected]> Committed: Tue May 17 17:48:51 2016 +0530 ---------------------------------------------------------------------- CHANGES.txt | 1 + tez-ui/src/main/resources/META-INF/LICENSE.txt | 2 +- tez-ui/src/main/webapp/bower.json | 4 ++-- tez-ui/src/main/webapp/ember-cli-build.js | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/b747f109/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 7b34f19..b811142 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -31,6 +31,7 @@ ALL CHANGES: TEZ-3086. Tez UI: Backward compatibility changes TEZ-3254. Tez UI: Consider downloading Hive/Pig explain plans TEZ-3255. Tez UI: Hide swimlane while displaying running DAGs from old versions of Tez + TEZ-3259. Tez UI: Build issue - File saver package is not working well with bower Release 0.8.4: Unreleased http://git-wip-us.apache.org/repos/asf/tez/blob/b747f109/tez-ui/src/main/resources/META-INF/LICENSE.txt ---------------------------------------------------------------------- diff --git a/tez-ui/src/main/resources/META-INF/LICENSE.txt b/tez-ui/src/main/resources/META-INF/LICENSE.txt index 708d33f..f30c15e 100644 --- a/tez-ui/src/main/resources/META-INF/LICENSE.txt +++ b/tez-ui/src/main/resources/META-INF/LICENSE.txt @@ -224,7 +224,7 @@ The Apache TEZ tez-ui bundles the following files under the MIT License: - jquery-ui v1.11.4 (http://jqueryui.com/) - Copyright 2014 jQuery Foundation and other contributors - jquery-mousewheel v3.1.13 (https://github.com/jquery/jquery-mousewheel) - Copyright 2006, 2014 jQuery Foundation and other contributors, https://jquery.org/ - CodeMirror 5.11.0 (https://codemirror.net/) - Copyright (C) 2015 by Marijn Haverbeke <[email protected]> and others - - FileSaver.js master branch #24b303f49213b905ec9062b708f7cd43d56a5dde (https://github.com/eligrey/FileSaver.js) - Authored by Eli Grey + - file-saver.js v1.20150507.2 (https://github.com/Teleborder/FileSaver.js) - Authored by Eli Grey - moment v2.12.0 (http://momentjs.com/) - Copyright (c) 2011-2015 Tim Wood, Iskren Chernev, Moment.js contributors - moment-timezone v0.5.0 (http://momentjs.com/timezone/) - Copyright (c) 2014 Tim Wood - font-awesome css/less files v4.5.0 (http://fontawesome.io/) - Created by Dave Gandy http://git-wip-us.apache.org/repos/asf/tez/blob/b747f109/tez-ui/src/main/webapp/bower.json ---------------------------------------------------------------------- diff --git a/tez-ui/src/main/webapp/bower.json b/tez-ui/src/main/webapp/bower.json index da1fc5c..15c85ee 100644 --- a/tez-ui/src/main/webapp/bower.json +++ b/tez-ui/src/main/webapp/bower.json @@ -20,8 +20,8 @@ "numeral": "1.5.3", "snippet-ss": "1.11.0", "jquery-mousewheel": "3.1.13", - "FileSaver": "https://github.com/eligrey/FileSaver.js.git#24b303f49213b905ec9062b708f7cd43d56a5dde", "zip": "https://github.com/gildas-lormeau/zip.js.git#bfd76c66293305faaf9fcbb65b5ff7fe2dbe621a", - "codemirror": "5.11.0" + "codemirror": "5.11.0", + "file-saver.js": "1.20150507.2" } } http://git-wip-us.apache.org/repos/asf/tez/blob/b747f109/tez-ui/src/main/webapp/ember-cli-build.js ---------------------------------------------------------------------- diff --git a/tez-ui/src/main/webapp/ember-cli-build.js b/tez-ui/src/main/webapp/ember-cli-build.js index d380982..3aac2df 100644 --- a/tez-ui/src/main/webapp/ember-cli-build.js +++ b/tez-ui/src/main/webapp/ember-cli-build.js @@ -64,7 +64,7 @@ module.exports = function(defaults) { app.import('bower_components/more-js/dist/more.js'); - app.import('bower_components/FileSaver/FileSaver.js'); + app.import('bower_components/file-saver.js/FileSaver.js'); app.import('bower_components/zip/WebContent/zip.js'); app.import('bower_components/codemirror/lib/codemirror.js');
