This is an automated email from the ASF dual-hosted git repository.
vsairam pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git.
from e5e10cd AMBARI-23172. Build fails for Debian (jdeb plugin not found).
(swagle) (#583)
add 34cb92e AMBARI-22897 - Tez view button doesnt works in ambari views
1.5
add 0bbb154 AMBARI-22897 - Tez view button doesnt works in ambari views
1.5(asnaik)
add 874abb6 AMBARI-22897 - Tez view button doesnt works in ambari views 1.
add f230fa5 Ambari 22897 Tez view button doesnt works in ambari hiveviews
1.5 (asnaik)
add a425ed4 AMBARI-22897 - Tez view button doesnt works in ambari views
1.5,Fix the Unused code, layout settings tab correctly(asnaik)
new 973d875 Merge pull request #408 from Akhilsnaik/AMBARI-22897
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../settings.js => components/query-settings.js} | 26 +++------
.../ui/hive-web/app/controllers/application.js | 9 +++-
.../resources/ui/hive-web/app/controllers/index.js | 1 -
.../ui/hive-web/app/controllers/open-queries.js | 12 +++++
.../ui/hive-web/app/controllers/query-tabs.js | 63 +++++++++++++---------
.../src/main/resources/ui/hive-web/app/router.js | 5 +-
.../ui/hive-web/app/routes/application.js | 22 ++------
.../app/routes/{loading.js => messages.js} | 0
.../hive-web/app/routes/{loading.js => tez-ui.js} | 0
.../app/routes/{loading.js => visual-explain.js} | 0
.../app/routes/{loading.js => visualization-ui.js} | 0
.../resources/ui/hive-web/app/services/settings.js | 6 +++
.../main/resources/ui/hive-web/app/styles/app.scss | 2 +-
.../ui/hive-web/app/styles/query-tabs.scss | 8 ++-
.../ui/hive-web/app/templates/application.hbs | 23 +++++++-
.../query-settings.hbs} | 16 +++---
.../resources/ui/hive-web/app/templates/index.hbs | 21 ++------
.../ui/hive-web/app/templates/open-queries.hbs | 10 ++--
.../query-settings-test.js} | 0
.../unit/{controllers => routes}/messages-test.js | 0
.../{integration => unit/routes}/tez-ui-test.js | 0
.../unit/{views => routes}/visual-explain-test.js | 2 +-
22 files changed, 127 insertions(+), 99 deletions(-)
rename
contrib/views/hive-next/src/main/resources/ui/hive-web/app/{controllers/settings.js
=> components/query-settings.js} (74%)
copy
contrib/views/hive-next/src/main/resources/ui/hive-web/app/routes/{loading.js
=> messages.js} (100%)
copy
contrib/views/hive-next/src/main/resources/ui/hive-web/app/routes/{loading.js
=> tez-ui.js} (100%)
copy
contrib/views/hive-next/src/main/resources/ui/hive-web/app/routes/{loading.js
=> visual-explain.js} (100%)
copy
contrib/views/hive-next/src/main/resources/ui/hive-web/app/routes/{loading.js
=> visualization-ui.js} (100%)
rename
contrib/views/hive-next/src/main/resources/ui/hive-web/app/templates/{settings.hbs
=> components/query-settings.hbs} (87%)
rename
contrib/views/hive-next/src/main/resources/ui/hive-web/tests/unit/{controllers/settings-test.js
=> components/query-settings-test.js} (100%)
rename
contrib/views/hive-next/src/main/resources/ui/hive-web/tests/unit/{controllers
=> routes}/messages-test.js (100%)
copy contrib/views/hive-next/src/main/resources/ui/hive-web/tests/{integration
=> unit/routes}/tez-ui-test.js (100%)
rename
contrib/views/hive-next/src/main/resources/ui/hive-web/tests/unit/{views =>
routes}/visual-explain-test.js (99%)
--
To stop receiving notification emails like this one, please contact
[email protected].