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 5ba00cfce feat: gitlab mr_extractor support incremental sync
add 9932391b1 feat: incr mode transformation support for
deployment/issue/job/mr and others
No new revisions were added by this update.
Summary of changes:
.../helpers/pluginhelper/api/enrich_with_regex.go | 8 +++
.../plugins/gitlab/tasks/deployment_convertor.go | 40 +++++++-------
.../plugins/gitlab/tasks/deployment_extractor.go | 6 +--
.../gitlab/tasks/issue_assignee_convertor.go | 47 ++++++++--------
backend/plugins/gitlab/tasks/issue_convertor.go | 44 ++++++++-------
backend/plugins/gitlab/tasks/issue_extractor.go | 12 +++--
.../plugins/gitlab/tasks/issue_label_convertor.go | 49 +++++++++--------
backend/plugins/gitlab/tasks/job_convertor.go | 40 +++++++-------
backend/plugins/gitlab/tasks/job_extractor.go | 6 +--
.../plugins/gitlab/tasks/mr_assignee_convertor.go | 50 ++++++++---------
.../plugins/gitlab/tasks/mr_commit_convertor.go | 62 ++++++++++------------
.../plugins/gitlab/tasks/mr_commit_extractor.go | 8 +--
backend/plugins/gitlab/tasks/mr_convertor.go | 44 +++++++--------
.../plugins/gitlab/tasks/mr_detail_extractor.go | 12 +++--
...r_comment_convertor.go => mr_note_convertor.go} | 53 ++++++++----------
15 files changed, 234 insertions(+), 247 deletions(-)
rename backend/plugins/gitlab/tasks/{mr_comment_convertor.go =>
mr_note_convertor.go} (71%)