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 997b27fc9e KYLIN-5617 sumlc measure datatype issue new e4449cae13 KYLIN-5618 Unify the copywriting of the ShardBy column on the Web GUI new 654b255391 KYLIN-5619 Unify the English copywriting of the "Save and Build" button new 4d2f5d9bb8 KYLIN-5620 Unified the English copywriting on the model setting page new ca0e37a43d KYLIN-5621 fix segment list order issue new 63fcd76885 KYLIN-5622 logic view issue new 1bad3e06ea KYLIN-5623 refine reloadTables issue new 334b8b2ca4 KYLIN-5624 agg index / table index text recognize new 06884f6c93 KYLIN-5625 fix table index shard by issue new d55edb81ed KYLIN-5626 refine query history format issue new 75aacd9cc8 KYLIN-5627 refine logical view and ddl import table issue new 9237cf2768 KYLIN-5628 logical params issue new cb82430a18 KYLIN-5629 fix fullload multi_partition_desc issue new acc84f2116 KYLIN-5630 refine history format css issue new 6afbcaad56 KYLIN-5631 refine logical view locales issue The 14 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: .../src/components/common/DataSourceBar/handler.js | 30 ++++-- .../src/components/common/DataSourceBar/index.vue | 83 +++++++++++----- .../src/components/common/DataSourceBar/locales.js | 14 ++- .../common/ProjectEditModal/ProjectEditModal.vue | 6 +- .../RecognizeAggregateModal.vue | 29 ++++-- .../common/RecognizeAggregateModal/handler.js | 13 ++- kystudio/src/components/common/editor.vue | 51 +++++++--- .../components/layout/layout_left_right_top.vue | 2 + .../src/components/query/query_history_table.vue | 4 +- kystudio/src/components/query/query_tab.vue | 11 ++- .../src/components/setting/SettingModel/locales.js | 18 ++-- kystudio/src/components/studio/DDL/ddl.vue | 8 +- .../EditLogicalDialog/EditLogicalDialog.vue | 110 +++++++++++++++++++++ .../LogicalView/EditLogicalDialog/locales.js | 9 ++ .../LogicalView/EditLogicalDialog}/store.js | 9 +- .../{DDL/ddl.vue => LogicalView/LogicalView.vue} | 87 +++++++++++++--- .../studio/StudioModel/ModelEdit/index.vue | 1 + .../StudioModel/ModelList/AggregateModal/index.vue | 54 ++++++++-- .../ModelList/AggregateModal/locales.js | 2 +- .../ModelList/ConfirmSegment/ConfirmSegment.vue | 2 +- .../ModelList/ModelAggregate/indexDetails.vue | 4 +- .../ModelAggregateView/AggAdvancedModal/index.vue | 2 +- .../ModelList/ModelBuildModal/locales.js | 2 +- .../ModelList/ModelSaveConfig/index.vue | 2 +- .../ModelList/ModelSaveConfig/locales.js | 2 +- .../studio/StudioModel/TableIndex/locales.js | 2 +- .../studio/StudioModel/TableIndexEdit/locales.js | 1 + .../StudioModel/TableIndexEdit/tableindex_edit.vue | 25 +++++ .../src/components/studio/StudioSource/index.vue | 6 +- kystudio/src/config/index.js | 9 +- kystudio/src/config/spec.js | 7 +- kystudio/src/locale/en.js | 8 +- kystudio/src/router/index.js | 4 + kystudio/src/service/datasource.js | 3 + kystudio/src/store/datasource.js | 3 + kystudio/src/store/system.js | 12 ++- kystudio/src/store/types.js | 1 + 37 files changed, 507 insertions(+), 129 deletions(-) create mode 100644 kystudio/src/components/studio/LogicalView/EditLogicalDialog/EditLogicalDialog.vue create mode 100644 kystudio/src/components/studio/LogicalView/EditLogicalDialog/locales.js copy kystudio/src/components/{common/ModelERDiagramModal => studio/LogicalView/EditLogicalDialog}/store.js (79%) copy kystudio/src/components/studio/{DDL/ddl.vue => LogicalView/LogicalView.vue} (73%)