From 58e79b724608d8706f0fd2c869fa763b05793877 Mon Sep 17 00:00:00 2001 From: fansi Date: Sat, 2 Apr 2022 17:01:42 +0800 Subject: [PATCH 1/5] x Signed-off-by: fansi --- examples/voting-app/function-test/pass/result_1.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/voting-app/function-test/pass/result_1.xml b/examples/voting-app/function-test/pass/result_1.xml index abe52156a..871b6a783 100644 --- a/examples/voting-app/function-test/pass/result_1.xml +++ b/examples/voting-app/function-test/pass/result_1.xml @@ -11,4 +11,7 @@ + + + \ No newline at end of file -- Gitee From c4b0653e565f2e6417f80a828bfb95828c6f19ba Mon Sep 17 00:00:00 2001 From: fansi404 <10196377+fansi404@user.noreply.gitee.com> Date: Wed, 6 Apr 2022 06:53:56 +0000 Subject: [PATCH 2/5] update Makefile. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 08428072a..80183bceb 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,11 @@ # New Makefile for multi-architecture .PHONY: all + IMAGE_REPOSITORY = ccr.ccs.tencentyun.com/koderover-rc VERSION ?= $(shell date +'%Y%m%d%H%M%S') + TARGETS = aslan cron hub-agent hub-server jenkins-plugin podexec predator-plugin resource-server ua warpdrive policy user picket config init REAPER_OS= focal xenial bionic -- Gitee From ee19e6096155ec72275dbeda48093e8c670b4a6e Mon Sep 17 00:00:00 2001 From: fansi404 <10196377+fansi404@user.noreply.gitee.com> Date: Wed, 6 Apr 2022 12:17:14 +0000 Subject: [PATCH 3/5] update ut.file to test personal webhook --- ut.file | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ut.file b/ut.file index 046285034..5f68b9cab 100644 --- a/ut.file +++ b/ut.file @@ -4,3 +4,6 @@ ./pkg/microservice/reaper/core/service/reaper ./pkg/microservice/aslan/core/common/service/registry ./pkg/util/converter +./pkg/util/converter +./pkg/util/converter +./pkg/util/converter -- Gitee From c6e4fe73bbcecba55b0190fab46ae339b82cefde Mon Sep 17 00:00:00 2001 From: fansi404 <10196377+fansi404@user.noreply.gitee.com> Date: Wed, 6 Apr 2022 12:24:40 +0000 Subject: [PATCH 4/5] new pr to test webhook --- ut.file | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ut.file b/ut.file index 5f68b9cab..b7004b83d 100644 --- a/ut.file +++ b/ut.file @@ -4,6 +4,4 @@ ./pkg/microservice/reaper/core/service/reaper ./pkg/microservice/aslan/core/common/service/registry ./pkg/util/converter -./pkg/util/converter -./pkg/util/converter -./pkg/util/converter + -- Gitee From 48c61f176c05d99989588ed4bae015a6b8e3025b Mon Sep 17 00:00:00 2001 From: fansi404 <10196377+fansi404@user.noreply.gitee.com> Date: Wed, 6 Apr 2022 12:45:26 +0000 Subject: [PATCH 5/5] update ut.file. again --- ut.file | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ut.file b/ut.file index b7004b83d..874f33c78 100644 --- a/ut.file +++ b/ut.file @@ -4,4 +4,7 @@ ./pkg/microservice/reaper/core/service/reaper ./pkg/microservice/aslan/core/common/service/registry ./pkg/util/converter +./pkg/util/converter +./pkg/util/converter +./pkg/util/converter -- Gitee