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 2c2a064654 [maven-release-plugin] prepare for next development iteration discard 682f98d3eb [maven-release-plugin] prepare release kylin-5.0.0-alpha discard d7d441b31b Create first release of Kylin 5.X add 26013268bf KYLIN-5478 upgrade sql-formatter to 8.2.0 add 858d9b2acb KYLIN-5479 fix search user by usergroup issue add 8c8cffdf71 KYLIN-5481 fix assign user to usergroup issue add 5707c5489d KYLIN-5480 show the loading icon when segment job was running add 5fd4475cb6 KYLIN-5482 special character of col name issue add 2794384883 KYLIN-5483 support IE add 321547ec79 KYLIN-5484 remove duplicate partition time format add c72fe0bd0c KYLIN-5485 auto complete editor keywords add 4d152f1783 KYLIN-5486 format yyyyMMdd date time add bb348f3f19 KYLIN-5487 refine sync comment name issue add 479f4e45fb KYLIN-5488 refine query chart issue add 28d284d416 KYLIN-5489 refine user transfer css issue new c461ec3644 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 (2c2a064654) \ N -- N -- N refs/heads/kylin5-alpha (c461ec3644) 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: NOTICE | 3 + build/release/compress.sh | 5 +- build/release/package.sh | 8 +- build/release/release-pipeline-docker/README.md | 17 ++-- .../release-machine/Dockerfile | 2 +- .../release-machine/conf/settings.xml | 37 +++++++++ .../release-machine/script/entrypoint.sh | 13 +-- build/sbin/download-spark-user.sh | 4 + kystudio/package.json | 26 +++--- .../common/GlobalDialog/dialog/detail_dialog.vue | 3 +- .../src/components/common/GroupEditModal/index.vue | 7 +- .../src/components/common/UserEditModal/index.vue | 7 +- kystudio/src/components/common/editor.vue | 8 +- .../monitor/batchJobs/buildSegmentDetail.vue | 4 +- kystudio/src/components/query/insight.vue | 23 ------ .../src/components/query/query_history_table.vue | 6 +- kystudio/src/components/query/query_result.vue | 13 +-- .../studio/StudioModel/AddMeasure/index.vue | 13 --- .../studio/StudioModel/BatchMeasureModal/index.vue | 42 ++++++---- .../studio/StudioModel/DimensionsModal/index.vue | 93 ++++++++-------------- .../studio/StudioModel/ModelEdit/index.vue | 2 +- .../ModelList/Components/ModelTitleDescription.vue | 6 +- .../ModelList/ModelAggregate/indexDetails.vue | 13 ++- .../ModelList/ModelBuildModal/build.vue | 2 +- .../ModelList/ModelLayout/modelLayout.vue | 2 +- .../StudioModel/ModelList/ModelPartition/index.vue | 2 +- .../ModelList/ModelSaveConfig/index.vue | 35 ++++---- .../studio/StudioModel/ModelList/index.vue | 2 +- kystudio/src/config/index.js | 8 ++ pom.xml | 6 +- src/assembly/pom.xml | 9 ++- src/assembly/source-assembly.xml | 3 + src/common-booter/pom.xml | 6 +- src/common-server/pom.xml | 6 +- src/common-service/pom.xml | 6 +- src/core-common/pom.xml | 5 +- .../java/org/apache/kylin/common/KapConfig.java | 23 ------ .../org/apache/kylin/common/KapConfigTest.java | 10 --- src/core-job/pom.xml | 6 +- src/core-metadata/pom.xml | 5 +- src/core-metrics/pom.xml | 6 +- src/core-storage/pom.xml | 6 +- src/data-loading-booter/pom.xml | 6 +- src/data-loading-server/pom.xml | 6 +- src/data-loading-service/pom.xml | 6 +- .../org/apache/kylin/rest/service/JobService.java | 2 +- src/datasource-sdk/pom.xml | 6 +- src/datasource-service/pom.xml | 6 +- src/distributed-lock-ext/pom.xml | 6 +- src/jdbc/pom.xml | 8 +- src/job-service/pom.xml | 6 +- src/kylin-it/pom.xml | 6 +- .../springframework/conf/applicationContext.xml | 12 +-- src/metadata-server/pom.xml | 6 +- src/modeling-service/pom.xml | 6 +- src/query-booter/pom.xml | 6 +- src/query-common/pom.xml | 6 +- src/query-server/pom.xml | 6 +- src/query-service/pom.xml | 6 +- .../service/QueryCompositeMemcachedCacheTest.java | 2 + src/query/pom.xml | 6 +- src/second-storage/clickhouse-it/pom.xml | 6 +- src/second-storage/clickhouse/pom.xml | 6 +- src/second-storage/core-ui/pom.xml | 6 +- src/second-storage/core/pom.xml | 6 +- src/server/pom.xml | 6 +- src/source-hive/pom.xml | 5 +- src/spark-project/engine-build-sdk/pom.xml | 6 +- src/spark-project/engine-spark/pom.xml | 6 +- .../kylin-soft-affinity-cache/pom.xml | 2 +- src/spark-project/source-jdbc/pom.xml | 6 +- src/spark-project/sparder/pom.xml | 6 +- src/spark-project/spark-common/pom.xml | 6 +- src/spark-project/spark-it/pom.xml | 6 +- src/streaming-sdk/pom.xml | 6 +- src/streaming-service/pom.xml | 6 +- src/streaming/pom.xml | 6 +- src/tool/pom.xml | 6 +- .../org/apache/kylin/tool/util/ServerInfoUtil.java | 4 +- .../apache/kylin/tool/util/ServerInfoUtilTest.java | 2 +- 80 files changed, 389 insertions(+), 331 deletions(-)