You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/11/16 06:58:42 UTC

[inlong] branch fix-6555 updated (1f2fb2329 -> 8925fa672)

This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a change to branch fix-6555
in repository https://gitbox.apache.org/repos/asf/inlong.git


 discard 1f2fb2329 [INLONG-6555][CI] Update for set-output command is deprecated
    omit a17152fc8 [INLONG-6555][CI] Update for set-output command is deprecated
     add cceca481c [INLONG-6555][CI] Update for set-output command is deprecated (#6556)
     add 531464d0f [INLONG-6552][Sort] Fix MicroTimestamp error in oracle connector (#6554)
     add 489529262 [INLONG-6548][Sort] Optimize metadata field naming for format of canal-json (#6549)
     add cf12ea389 [INLONG-6542][Dashboard] Optimize stream execution workflow and execution log (#6546)
     new 8925fa672 [INLONG-6555][CI] Update for set-output command is deprecated

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   (1f2fb2329)
            \
             N -- N -- N   refs/heads/fix-6555 (8925fa672)

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:
 .../src/pages/GroupDashboard/ExecutionLogModal.tsx |   2 +-
 .../GroupDetail/DataStream/ExecutionLogModal.tsx   |   2 +-
 .../src/pages/GroupDetail/DataStream/index.tsx     |   8 +-
 .../protocol/node/extract/KafkaExtractNode.java    |   2 +-
 .../sort/protocol/node/load/KafkaLoadNode.java     |   8 +-
 .../node/extract/KafkaExtractNodeTest.java         |   3 +-
 .../sort/protocol/node/load/KafkaLoadNodeTest.java |   2 +-
 .../table/RowDataDebeziumDeserializeSchema.java    |   3 +
 .../canal/CanalJsonEnhancedDecodingFormat.java     |  19 ++
 .../CanalJsonEnhancedDeserializationSchema.java    | 260 ++++++++++++---------
 .../canal/CanalJsonEnhancedEncodingFormat.java     |  19 ++
 .../CanalJsonEnhancedSerializationSchema.java      |  52 ++---
 12 files changed, 229 insertions(+), 151 deletions(-)


[inlong] 01/01: [INLONG-6555][CI] Update for set-output command is deprecated

Posted by do...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch fix-6555
in repository https://gitbox.apache.org/repos/asf/inlong.git

commit 8925fa6728b01a2b07392d21e6b284a59523d592
Author: dockerzhang <do...@apache.org>
AuthorDate: Wed Nov 16 14:55:59 2022 +0800

    [INLONG-6555][CI] Update for set-output command is deprecated
---
 .github/workflows/ci_chart_test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci_chart_test.yml b/.github/workflows/ci_chart_test.yml
index dabf18b2a..fa92911a7 100644
--- a/.github/workflows/ci_chart_test.yml
+++ b/.github/workflows/ci_chart_test.yml
@@ -76,7 +76,7 @@ jobs:
         run: |
           changed=$(ct list-changed --config ${{ env.CT_CONFIG_PATH }} --target-branch ${{ github.event.repository.default_branch }})
           if [[ -n "$changed" ]]; then
-            echo "::set-output name=changed::true"
+            echo "name=changed::true" >> $GITHUB_OUTPUT
             echo "Changed charts: $changed"
           else
             echo "Charts are not changed, they will not be linted, validated, installed and tested."