You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by kl...@apache.org on 2022/09/26 13:38:39 UTC

[incubator-devlake] branch main updated (71712202 -> b197fcc8)

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

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


    from 71712202 fix(gitlab): limit concurrency for pipeline collector
     add b197fcc8 Add a snapshot structure and add commitLineChange table (#3166)

No new revisions were added by this update.

Summary of changes:
 models/domainlayer/code/commit.go                  |  17 +++
 ...ard_repos.go => 20220918_commit_line_change.go} |  40 ++++--
 models/migrationscripts/register.go                |   1 +
 plugins/gitextractor/gitextractor.go               |   1 +
 .../models/diffline.go}                            |  26 ++--
 plugins/gitextractor/models/fileblame.go           | 104 ++++++++++++++
 plugins/gitextractor/models/interface.go           |   1 +
 plugins/gitextractor/parser/repo.go                | 154 ++++++++++++++++++++-
 plugins/gitextractor/parser/repo_creator.go        |   1 +
 plugins/gitextractor/store/csv.go                  |  28 +++-
 plugins/gitextractor/store/database.go             |   8 ++
 plugins/gitextractor/tasks/git_repo_collector.go   |  19 +++
 12 files changed, 360 insertions(+), 40 deletions(-)
 copy models/migrationscripts/{20220913_modfiy_board_repos.go => 20220918_commit_line_change.go} (51%)
 copy plugins/{gitee/models/reviewer.go => gitextractor/models/diffline.go} (64%)
 create mode 100644 plugins/gitextractor/models/fileblame.go