From e2b7c06eb44a43397bf303442d39d26d2ed5276c Mon Sep 17 00:00:00 2001
From: "@changcode"
Date: Thu, 7 Jul 2022 15:26:16 +0800
Subject: [PATCH 1/5] =?UTF-8?q?style:=20=E6=A3=80=E6=B5=8B=E5=AE=89?=
=?UTF-8?q?=E5=85=A8=E4=BA=8B=E4=BB=B6=E5=88=97=E8=A1=A8=E4=B8=8B=E6=8B=89?=
=?UTF-8?q?=20=E7=9B=B8=E5=85=B3=E6=A3=80=E6=B5=8B=E6=A0=B7=E5=BC=8F?=
=?UTF-8?q?=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
(cherry picked from commit aa1cddb746836829077500ea82a35a1ae27733e3)
---
.../detections/overview/DetectionSecurityEventOverview.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/detections/overview/DetectionSecurityEventOverview.vue b/src/views/detections/overview/DetectionSecurityEventOverview.vue
index 2a4be1ec..c05b86d0 100644
--- a/src/views/detections/overview/DetectionSecurityEventOverview.vue
+++ b/src/views/detections/overview/DetectionSecurityEventOverview.vue
@@ -216,7 +216,7 @@
-
+
Date: Thu, 7 Jul 2022 08:05:20 +0000
Subject: [PATCH 2/5] Update .gitlab-ci.yml file
---
.gitlab-ci.yml | 22 ++--------------------
1 file changed, 2 insertions(+), 20 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b80be37d..d0962fd3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,24 +15,6 @@ cache:
before_script:
- export CNUI_TAG=$(date +%Y%m%d%H%M%S)
-generate_git-log:
- stage: gen_git-log
- script:
- - if (( `grep git-log.html ./public/index.html | wc -l` == 0 )); then sed -i 's+
" > ./public/git-log.html
- - "git log -100 --pretty=format:'%ad : %s' >> ./public/git-log.html"
- - echo "