This is an automated email from the ASF dual-hosted git repository.
abeizn pushed a commit to branch feat#7371-be
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/feat#7371-be by this push:
new 66642b1f5 feat: onboard support dora
66642b1f5 is described below
commit 66642b1f537f055261054f8eba17eba8b06f309a
Author: abeizn <[email protected]>
AuthorDate: Thu Apr 25 10:30:20 2024 +0800
feat: onboard support dora
---
backend/server/services/task.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/backend/server/services/task.go b/backend/server/services/task.go
index e01b0b225..f40757cda 100644
--- a/backend/server/services/task.go
+++ b/backend/server/services/task.go
@@ -256,7 +256,7 @@ func GetSubTasksInfo(pipelineId uint64, shouldSanitize
bool, tx dal.Dal) (*model
var count int64
var status []string
for _, task := range lastTasks {
- if task.Plugin == "org" {
+ if task.Plugin == "org" || task.Plugin == "refdiff" ||
task.Plugin == "dora" {
continue
}
subTaskResult := models.SubtasksInfo{