You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2015/03/03 11:28:57 UTC

[43/50] incubator-kylin git commit: Merge pull request #432 from janzhongi/inverted-index

Merge pull request #432 from janzhongi/inverted-index

refacotr source_table_tree & enable visulization in cubeWizard

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

Branch: refs/heads/master
Commit: 82c9db24bca8451a37a47cce81924df4e984d345
Parents: 10b5029 d804e60
Author: Zhong,Jian <ji...@ebay.com>
Authored: Sat Feb 28 17:42:16 2015 +0800
Committer: Zhong,Jian <ji...@ebay.com>
Committed: Sat Feb 28 17:42:16 2015 +0800

----------------------------------------------------------------------
 webapp/app/js/controllers/cube.js               |   0
 webapp/app/js/controllers/cubeSchema.js         |   8 +-
 webapp/app/js/controllers/sourceMeta.js         |  37 ++---
 webapp/app/js/model/tableModel.js               |  92 ++++++-----
 webapp/app/js/services/tables.js                |   0
 webapp/app/js/services/tree.js                  | 161 ++++++++++---------
 webapp/app/partials/cubes/cube_detail.html      |  12 +-
 webapp/app/partials/tables/source_metadata.html |  44 ++---
 .../app/partials/tables/source_table_tree.html  |   6 +-
 webapp/bower.json                               |   4 +-
 10 files changed, 191 insertions(+), 173 deletions(-)
----------------------------------------------------------------------