You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sr...@apache.org on 2014/02/26 23:03:02 UTC

[3/3] git commit: AMBARI-4829. Tez DAG diagram should have zoom in/out and pan actions. (srimanth)

AMBARI-4829. Tez DAG diagram should have zoom in/out and pan actions. (srimanth)


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

Branch: refs/heads/trunk
Commit: b269ba5f49a9fe73465c59df5677faec3376fb89
Parents: fcb38e5
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Wed Feb 26 13:32:02 2014 -0800
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Wed Feb 26 14:01:24 2014 -0800

----------------------------------------------------------------------
 .../app/assets/data/jobs/hive-queries.json      | 158 ++++++------
 .../app/assets/data/jobs/hive-query-2.json      |   7 +-
 .../app/assets/data/jobs/tezDag-name-to-id.json | 204 ++++++++--------
 ambari-web/app/assets/data/jobs/tezDag.json     |  17 +-
 .../app/assets/data/jobs/tezDagVertex.json      | 158 +++++-------
 ambari-web/app/mappers/jobs/hive_job_mapper.js  |   2 +-
 ambari-web/app/mappers/jobs/hive_jobs_mapper.js |   4 +-
 ambari-web/app/styles/application.less          |  13 +-
 .../templates/main/jobs/hive_job_details.hbs    |  25 +-
 .../main/jobs/hive_job_details_tez_dag_view.js  | 241 ++++++++++++++-----
 .../views/main/jobs/hive_job_details_view.js    |  61 ++++-
 .../main/jobs/hive_job_details_tez_test.js      | 171 +++++++++++++
 12 files changed, 693 insertions(+), 368 deletions(-)
----------------------------------------------------------------------