This is an automated email from the ASF dual-hosted git repository. xxyu pushed a change to branch kylin5-alpha in repository https://gitbox.apache.org/repos/asf/kylin.git
discard e4d40d990d Create first release of Kylin 5.X add 8c213bdab1 KYLIN-5407 KYLIN-5467 KYLIN-5468 KYLIN-5469 KYLIN-5470 KYLIN-5471 KYLIN-5476 (#2103) new 0017ab1b54 Create first release of Kylin 5.X This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (e4d40d990d) \ N -- N -- N refs/heads/kylin5-alpha (0017ab1b54) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 1 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 +- .../common/GlobalDialog/dialog/detail_dialog.vue | 6 +- .../common/ModelERDiagram/ModelERDiagram.vue | 278 ++- .../components/common/ModelERDiagram/handler.js | 114 +- .../components/common/ModelERDiagram/locales.js | 9 +- .../common/ModelTools/ModelNavigationTools.vue | 187 ++ .../guide/modelEditPage/ActionUpdateGuide.vue | 235 ++- .../components/layout/layout_left_right_top.vue | 14 - kystudio/src/components/monitor/batchJobs/jobs.vue | 4 + .../studio/StudioModel/ModelEdit/config.js | 44 +- .../studio/StudioModel/ModelEdit/index.vue | 1914 ++++++++++---------- .../studio/StudioModel/ModelEdit/layout.js | 151 +- .../studio/StudioModel/ModelEdit/locales.js | 10 +- .../studio/StudioModel/ModelEdit/model.js | 108 +- .../studio/StudioModel/ModelEdit/table.js | 1 + .../StudioModel/ModelList/AggregateModal/index.vue | 75 +- .../ModelList/Components/ModelTitleDescription.vue | 217 +++ .../ModelList/GuideModal/GuideModal.vue | 2 +- .../ModelList/ModelActions/modelActions.vue | 55 +- .../StudioModel/ModelList/ModelAggregate/index.vue | 21 +- .../ModelAggregateView/AggAdvancedModal/index.vue | 5 - .../ModelList/ModelBuildModal/build.vue | 45 +- .../ModelList/ModelLayout/modelLayout.vue | 63 +- .../ModelList/ModelOverview/ModelOverview.vue | 30 +- .../studio/StudioModel/ModelList/index.vue | 150 +- .../studio/StudioModel/ModelList/locales.js | 14 - .../StudioModel/TableIndexEdit/tableindex_edit.vue | 39 +- kystudio/src/directive/index.js | 28 +- kystudio/src/router/index.js | 2 +- kystudio/src/service/model.js | 3 + kystudio/src/service/monitor.js | 6 - kystudio/src/store/model.js | 3 + kystudio/src/store/monitor.js | 3 - kystudio/src/store/types.js | 2 +- kystudio/src/util/dataGenerator.js | 15 +- kystudio/src/util/domHelper.js | 5 +- kystudio/src/util/plumb.js | 25 +- 37 files changed, 2373 insertions(+), 1515 deletions(-) create mode 100644 kystudio/src/components/common/ModelTools/ModelNavigationTools.vue create mode 100644 kystudio/src/components/studio/StudioModel/ModelList/Components/ModelTitleDescription.vue