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 9932391b1 feat: incr mode transformation support for
deployment/issue/job/mr and others
add dbd6c1c30 feat: removed mr_enricher and all gitlab transformers
support incr-mode
No new revisions were added by this update.
Summary of changes:
.../20240904_remove_mr_review_fields.go} | 17 +--
backend/plugins/gitlab/models/mr.go | 4 +-
backend/plugins/gitlab/tasks/mr_enricher.go | 165 ---------------------
backend/plugins/gitlab/tasks/mr_enricher_test.go | 112 --------------
backend/plugins/gitlab/tasks/mr_label_convertor.go | 51 +++----
backend/plugins/gitlab/tasks/mr_note_extractor.go | 8 +-
.../plugins/gitlab/tasks/mr_reviewer_convertor.go | 51 +++----
.../gitlab/tasks/pipeline_commit_convertor.go | 45 +++---
.../gitlab/tasks/pipeline_detail_convertor.go | 43 +++---
.../gitlab/tasks/pipeline_detail_extractor.go | 8 +-
backend/plugins/gitlab/tasks/pipeline_extractor.go | 8 +-
.../plugins/gitlab/tasks/trigger_job_extractor.go | 8 +-
12 files changed, 107 insertions(+), 413 deletions(-)
copy
backend/{core/models/migrationscripts/20220725_add_project_mapping_table.go =>
plugins/gitlab/models/migrationscripts/20240904_remove_mr_review_fields.go}
(67%)
delete mode 100644 backend/plugins/gitlab/tasks/mr_enricher.go
delete mode 100644 backend/plugins/gitlab/tasks/mr_enricher_test.go