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

xxyu pushed a change to branch kylin5
in repository https://gitbox.apache.org/repos/asf/kylin.git


    from ec3b2fb963 KYLIN-5667 fix model list page issue
     new 734a26e493 KYLIN-5668 refine mode edit jump issue
     new 52c90186d2 KYLIN-5669 refine job detail issue
     new a21180a6b1 KYLIN-5670 add parameter for table max num
     new 07fae26ff7 KYLIN-5671 refine del agg issue
     new 11a91ca0be KYLIN-5672 advance operator issue
     new cfe5c38033 KYLIN-5673 ui fix
     new 23aa4fd3c9 KYLIN-5674 model detail issue
     new 9572924c45 KYLIN-5675 fix usergroup assign large user bug

The 8 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:
 kystudio/src/assets/styles/main.less               |   5 +
 kystudio/src/components/admin/User/index.vue       |   2 +-
 .../components/common/DataSourceModal/index.vue    |   7 +
 .../components/common/DataSourceModal/locales.js   |   3 +-
 .../src/components/common/GroupEditModal/index.vue | 318 ++++++++++++++++-----
 .../src/components/common/GroupEditModal/store.js  |  15 +-
 kystudio/src/components/common/editor.vue          |  33 +--
 kystudio/src/components/layout/layout_full.vue     |  10 +-
 kystudio/src/components/monitor/batchJobs/jobs.vue |  10 +
 .../src/components/project/project_authority.vue   |  13 +-
 kystudio/src/components/query/query_history.vue    |   9 +-
 kystudio/src/components/query/query_result.vue     |   9 +-
 kystudio/src/components/studio/DDL/ddl.vue         |   2 +
 .../studio/StudioModel/ModelEdit/index.vue         |  15 +-
 .../StudioModel/ModelList/AggregateModal/index.vue |  47 ++-
 .../ModelList/AggregateModal/locales.js            |   3 +
 .../StudioModel/ModelList/AggregateModal/store.js  |   8 +-
 .../StudioModel/ModelList/GuideModal/locales.js    |   2 +-
 .../StudioModel/ModelList/ModelAggregate/index.vue |  13 +-
 .../ModelList/ModelBuildModal/build.vue            |   4 +-
 .../ModelList/ModelLayout/modelLayout.vue          | 176 +++++++-----
 .../StudioModel/ModelList/ModelSegment/index.vue   |   8 +-
 .../studio/StudioModel/ModelList/index.vue         |   8 +-
 .../StudioModel/TableIndexEdit/tableindex_edit.vue |   2 +-
 .../snapshot/SnapshotModel/SnapshotModel.vue       |   2 +-
 .../src/components/studio/snapshot/snapshot.vue    |   2 +-
 kystudio/src/locale/en.js                          |   2 +-
 kystudio/src/service/user.js                       |   3 +
 kystudio/src/store/model.js                        |  10 +-
 kystudio/src/store/system.js                       |   9 +-
 kystudio/src/store/types.js                        |   2 +
 kystudio/src/store/user.js                         |  10 +
 32 files changed, 544 insertions(+), 218 deletions(-)

Reply via email to