This is an automated email from the ASF dual-hosted git repository.

shaofengshi pushed a change to branch 2.5.x
in repository https://gitbox.apache.org/repos/asf/kylin.git.


    from 7e2391d  KYLIN-3527 fix hybrid couldn't save when there is only 1 cube
     new f3da677  KYLIN-3543 Export HBase configuration only for Spark engine
     new b62b457  KYLIN-3565 User login error message is inaccurate
     new 11387ab  KYLIN-3439, make default kylin.web.timezone in 
KylinConfigBase the same with kylin-defaults.properties
     new 683b0d9  KYLIN-3531 Save uppercase of usernames to metadata
     new 01f45f0  KYLIN-3526 Add check for hybrid name with special character
     new 8a43777  KYLIN-3528 Add details page for hybrid

The 6 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:
 .../org/apache/kylin/common/KylinConfigBase.java   |  7 ++-
 .../src/main/resources/kylin-defaults.properties   |  2 +-
 .../kylin/rest/security/KylinUserManager.java      |  4 +-
 .../kylin/rest/service/KylinUserService.java       |  2 +-
 .../kylin/rest/service/AdminServiceTest.java       |  3 +-
 .../kylin/storage/hbase/steps/CreateHTableJob.java |  7 ++-
 webapp/app/js/controllers/auth.js                  |  4 +-
 webapp/app/js/controllers/hybridInstance.js        | 26 +++++++-
 webapp/app/js/controllers/hybridInstanceSchema.js  |  1 +
 webapp/app/less/app.less                           | 11 +++-
 webapp/app/partials/cubes/hybrid_detail.html       | 71 ++++++++++++++++++++++
 webapp/app/partials/cubes/hybrid_edit.html         |  9 +--
 webapp/app/partials/models/models_tree.html        |  3 +-
 13 files changed, 135 insertions(+), 15 deletions(-)
 create mode 100644 webapp/app/partials/cubes/hybrid_detail.html

Reply via email to