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

lynwee pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/main by this push:
     new d89234cb2 feat: onboard support dora (#7372)
d89234cb2 is described below

commit d89234cb2c9f6e4f82c120fd282fb6515289d0b0
Author: abeizn <[email protected]>
AuthorDate: Thu Apr 25 11:30:56 2024 +0800

    feat: onboard support dora (#7372)
---
 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{

Reply via email to