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

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


    from 40a8b6575 Merge branch 'main' into dev-1
     add f6287fb1c feat: add GitHub request reviewer and Merged By (#7716)
     add 87ca3d03a fix: engineering overview dashboard (#7717)
     add d930c6456 Merge branch 'main' into dev-1

No new revisions were added by this update.

Summary of changes:
 .../core/models/domainlayer/code/pull_request.go   |   5 +-
 ...to_issues.go => 20240710_add_merge_by_to_pr.go} |  25 +-
 backend/core/models/migrationscripts/register.go   |   1 +
 backend/plugins/github/e2e/pr_review_test.go       |   5 +-
 .../e2e/snapshot_tables/_tool_github_reviewers.csv |  14 +-
 .../20240710_add_merge_by_to_pr.go}                |  25 +-
 .../20240711_restruct_github_reviewers.go          |  65 +++
 .../github/models/migrationscripts/register.go     |   2 +
 backend/plugins/github/models/pr.go                |   5 +-
 backend/plugins/github/models/reviewer.go          |   8 +-
 backend/plugins/github/tasks/pr_convertor.go       |   2 +
 .../plugins/github/tasks/pr_review_extractor.go    |   4 +-
 .../{pr_label_convertor.go => review_convertor.go} |  45 +-
 backend/plugins/github_graphql/impl/impl.go        |   1 +
 .../plugins/github_graphql/tasks/pr_collector.go   |  25 ++
 .../plugins/github_graphql/tasks/pr_extractor.go   |  16 +-
 grafana/dashboards/EngineeringOverview.json        | 488 +++++++++++++--------
 17 files changed, 490 insertions(+), 246 deletions(-)
 copy backend/core/models/migrationscripts/{20240117_add_urgency_to_issues.go 
=> 20240710_add_merge_by_to_pr.go} (65%)
 copy backend/{core/models/migrationscripts/20240117_add_urgency_to_issues.go 
=> plugins/github/models/migrationscripts/20240710_add_merge_by_to_pr.go} (65%)
 create mode 100644 
backend/plugins/github/models/migrationscripts/20240711_restruct_github_reviewers.go
 copy backend/plugins/github/tasks/{pr_label_convertor.go => 
review_convertor.go} (61%)

Reply via email to