This is an automated email from the ASF dual-hosted git repository.
klesh pushed a change to branch feat-gitlab-tx-inc
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
from 967dba892 fix: jira issue extractor should not deleting sprint_issue
add 5e0dc15ab refactor: remove commit related subtasks
No new revisions were added by this update.
Summary of changes:
backend/plugins/gitlab/tasks/commit_collector.go | 80 --------------
backend/plugins/gitlab/tasks/commit_convertor.go | 108 -------------------
backend/plugins/gitlab/tasks/commit_extractor.go | 116 ---------------------
.../plugins/gitlab/tasks/mr_commit_extractor.go | 41 ++++++++
.../plugins/gitlab/tasks/mr_detail_extractor.go | 2 +-
.../gitlab/tasks/pipeline_detail_convertor.go | 2 +-
6 files changed, 43 insertions(+), 306 deletions(-)
delete mode 100644 backend/plugins/gitlab/tasks/commit_collector.go
delete mode 100644 backend/plugins/gitlab/tasks/commit_convertor.go
delete mode 100644 backend/plugins/gitlab/tasks/commit_extractor.go