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 0fe9fa6a feat: add create_id for github; add create_name for domain 
layer (#2005)
     new 29abfc15 collector extractor convertor draft
     new 06985dbb modify package
     new 479cebd3 core->helper
     new d2d13492 some modify
     new ded8ab69 modify migrationscripts
     new 22c57f55 fix some bugs

The 6 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/gitlab/impl/impl.go                        |  10 +-
 plugins/gitlab/models/issue.go                     |  34 ++++
 plugins/gitlab/models/issue_label.go               |  18 ++
 .../migrationscripts/update_schemas20220525.go}    |  56 ++++--
 .../{github => gitlab}/tasks/issue_collector.go    |  59 +++----
 plugins/gitlab/tasks/issue_convertor.go            |  91 ++++++++++
 plugins/gitlab/tasks/issue_extractor.go            | 191 +++++++++++++++++++++
 plugins/gitlab/tasks/issue_label_convertor.go      |  62 +++++++
 8 files changed, 471 insertions(+), 50 deletions(-)
 create mode 100644 plugins/gitlab/models/issue.go
 create mode 100644 plugins/gitlab/models/issue_label.go
 copy plugins/{github/models/migrationscripts/archived/issue.go => 
gitlab/models/migrationscripts/update_schemas20220525.go} (58%)
 copy plugins/{github => gitlab}/tasks/issue_collector.go (65%)
 create mode 100644 plugins/gitlab/tasks/issue_convertor.go
 create mode 100644 plugins/gitlab/tasks/issue_extractor.go
 create mode 100644 plugins/gitlab/tasks/issue_label_convertor.go

Reply via email to