You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by ma...@apache.org on 2023/02/13 12:51:22 UTC

[incubator-devlake] branch main updated: fix(gitlab): completion subtasks (#4405)

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

mappjzc 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 18b3dcb58 fix(gitlab): completion subtasks (#4405)
18b3dcb58 is described below

commit 18b3dcb58c346b8d617741f4bd7f9d4828bfadc7
Author: chenggui53 <ch...@gmail.com>
AuthorDate: Mon Feb 13 20:51:18 2023 +0800

    fix(gitlab): completion subtasks (#4405)
---
 backend/plugins/gitlab/impl/impl.go | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/backend/plugins/gitlab/impl/impl.go b/backend/plugins/gitlab/impl/impl.go
index 6cdc2d4be..7847a2965 100644
--- a/backend/plugins/gitlab/impl/impl.go
+++ b/backend/plugins/gitlab/impl/impl.go
@@ -128,6 +128,11 @@ func (p Gitlab) SubTaskMetas() []plugin.SubTaskMeta {
 		tasks.ConvertPipelineMeta,
 		tasks.ConvertPipelineCommitMeta,
 		tasks.ConvertJobMeta,
+		tasks.CollectApiCommitsMeta,
+		tasks.ExtractApiCommitsMeta,
+		tasks.ExtractApiMergeRequestDetailsMeta,
+		tasks.CollectTagMeta,
+		tasks.ExtractTagMeta,
 	}
 }