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 2312dbf4ba [maven-release-plugin] prepare for next development
iteration
new 17f21a47ca KYLIN-5500 refine dimension trim issue
new f3a3a061b7 KYLIN-5501 diagnostic last 30 days issue
new a8fec1286b KYLIN-5502 filter snapshot values issue
new f273aaa6be KYLIN-5503 no project issue
new 73d0d5c387 KYLIN-5504 data-pick issue
new bc9ae6188e KYLIN-5505 remove cc column when delete fact tabel
new e230e0a782 KYLIN-5506 assign user group pagesize issue
new a65978dbc0 KYLIN-5507 bulid snapshot values issue
new eb07871c71 KYLIN-5508 show the query time of failed sql
new beec59208d KYLIN-5509 add the select all option when export models
new dedbb24031 KYLIN-5510 support modify the model description
new 48e571344d KYLIN-5511 resolve the problem of RegExp in IE
new 0f9c9ae761 KYLIN-5512 refine search history local
new 69fc2624f9 KYLIN-5515 add search fields is_fuzzy
new 0df2ab7836 KYLIN-5516 snapshot setting issue
new 63cc18fb53 KYLIN-5517 export all models
new d5dac0f4b4 KYLIN-5518 export tds add add fields
The 17 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 | 2 +-
kystudio/src/components/admin/Diagnostic/index.vue | 9 +-
.../src/components/admin/Diagnostic/locales.js | 5 +-
.../src/components/common/DataSourceBar/index.vue | 20 +--
.../src/components/common/GroupEditModal/index.vue | 1 +
.../common/ModelsExportModal/ModelsExportModal.vue | 46 ++++---
.../components/common/ModelsExportModal/locales.js | 3 +-
.../src/components/common/UserEditModal/index.vue | 116 ++++++++++++++++--
.../src/components/common/UserEditModal/store.js | 4 +-
kystudio/src/components/common/editor.vue | 9 +-
kystudio/src/components/query/insight.vue | 5 +-
.../src/components/query/query_history_table.vue | 22 ++--
.../setting/SettingAdvanced/SettingAdvanced.vue | 134 +++++++++++++++------
.../components/setting/SettingAdvanced/handler.js | 14 ++-
.../components/setting/SettingAdvanced/locales.js | 6 +
.../studio/StudioModel/DimensionsModal/index.vue | 3 +-
.../studio/StudioModel/ModelEdit/index.vue | 1 +
.../studio/StudioModel/ModelEdit/locales.js | 2 +-
.../studio/StudioModel/ModelEdit/model.js | 10 +-
.../ModelList/ModelBuildModal/build.vue | 2 -
.../ModelList/ModelRenameModal/locales.js | 3 +-
.../ModelList/ModelRenameModal/rename.vue | 10 +-
.../studio/StudioModel/ModelList/index.vue | 1 +
.../snapshot/SnapshotModel/SnapshotModel.vue | 46 +++++--
.../src/components/studio/snapshot/snapshot.vue | 47 ++++++--
kystudio/src/locale/en.js | 2 +-
kystudio/src/main.js | 6 +
kystudio/src/service/model.js | 2 +-
kystudio/src/service/user.js | 2 +-
29 files changed, 407 insertions(+), 126 deletions(-)