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 850bfc7389 Minor fix (#2143)
     new 9a24d69d31 KYLIN-5676 show model_with_empty_segment tips
     new 0227326fdd KYLIN-5677 fix constant measure validate issue
     new 894a4ef5c9 KYLIN-5678 model name 127 issue
     new 6c9afacfa3 KYLIN-5679 table index issue
     new a4c6e8ad3e KYLIN-5680 model alias issue

The 5 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/package.json                              |    1 +
 kystudio/src/assets/styles/main.less               |    2 +-
 kystudio/src/assets/styles/variables.less          |    6 +
 .../common/CustomTransferData/TransferData.vue     | 1196 ++++++++++++++++++++
 .../src/components/common/EmptyData/EmptyData.vue  |    2 +-
 .../common/ModelsImportModal/ModelsImportModal.vue |    4 +-
 .../RecognizeAggregateModal.vue                    |    2 +-
 kystudio/src/components/query/query_result.vue     |    2 +-
 .../studio/StudioModel/AddMeasure/index.vue        |    2 +-
 .../studio/StudioModel/ModelEdit/model.js          |    2 +-
 .../ModelList/ModelAddModal/addmodel.vue           |    4 +-
 .../ModelList/ModelCloneModal/clone.vue            |   19 +-
 .../ModelList/ModelRenameModal/rename.vue          |    4 +-
 .../StudioModel/ModelList/TableIndexView/index.vue |    3 +-
 .../studio/StudioModel/TableIndexEdit/locales.js   |   30 +-
 .../studio/StudioModel/TableIndexEdit/store.js     |    3 +-
 .../StudioModel/TableIndexEdit/tableindex_edit.vue |  478 ++++----
 kystudio/src/locale/en.js                          |    2 +
 18 files changed, 1492 insertions(+), 270 deletions(-)
 create mode 100644 
kystudio/src/components/common/CustomTransferData/TransferData.vue

Reply via email to