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

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


    from eddc87ce feat: github add cicd feature (#2651)
     new c45c2b4e feat: gitlab-ci
     new e00e728c fix(gitlab): rollback some fields

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 plugins/gitee/api/connection.go                    |   3 -
 .../e2e/snapshot_tables/_tool_gitlab_pipelines.csv |  40 +++----
 plugins/gitlab/impl/impl.go                        |   2 +
 plugins/gitlab/models/{pipeline.go => job.go}      |  31 +++---
 .../migrationscripts/20220729_modify_gilab_ci.go   | 119 +++++++++++++++++++++
 plugins/gitlab/models/migrationscripts/register.go |   1 +
 plugins/gitlab/models/pipeline.go                  |  22 ++--
 .../{pipeline_collector.go => job_collector.go}    |  16 +--
 plugins/gitlab/tasks/job_extractor.go              | 104 ++++++++++++++++++
 plugins/gitlab/tasks/pipeline_extractor.go         |  63 ++++++-----
 10 files changed, 319 insertions(+), 82 deletions(-)
 copy plugins/gitlab/models/{pipeline.go => job.go} (62%)
 create mode 100644 
plugins/gitlab/models/migrationscripts/20220729_modify_gilab_ci.go
 copy plugins/gitlab/tasks/{pipeline_collector.go => job_collector.go} (79%)
 create mode 100644 plugins/gitlab/tasks/job_extractor.go

Reply via email to