You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by xx...@apache.org on 2023/04/03 10:49:41 UTC

[kylin] branch kylin5-alpha updated (7d9c28428a -> 05bf196ab8)

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 7d9c28428a [maven-release-plugin] prepare for next development iteration
    omit 9946e3bc36 [maven-release-plugin] prepare release kylin-5.0.0-alpha
    omit 51bcfcdbb1 Create first release of Kylin 5.X
     add ad85b9805f KYLIN-5471 fix model edit cc panel issue
     add 05bf196ab8 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   (7d9c28428a)
            \
             N -- N -- N   refs/heads/kylin5-alpha (05bf196ab8)

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.

No new revisions were added by this update.

Summary of changes:
 dev-support/unit_testing.sh                        | 79 +++++++++++-----------
 .../studio/StudioModel/ModelEdit/index.vue         |  2 +-
 pom.xml                                            |  6 +-
 src/assembly/pom.xml                               |  9 ++-
 src/common-booter/pom.xml                          |  6 +-
 src/common-server/pom.xml                          |  6 +-
 src/common-service/pom.xml                         |  6 +-
 src/core-common/pom.xml                            |  5 +-
 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 +-
 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 +-
 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 +-
 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 +-
 45 files changed, 210 insertions(+), 127 deletions(-)