This is an automated email from the ASF dual-hosted git repository.
mappjzc pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
from 775ad569c refactor(config-ui): the plugin config (#3955)
add 957ecabfc fix(github): add clone url to repo and concat name and owner
(#3927)
No new revisions were added by this update.
Summary of changes:
models/common/base.go | 6 +-
plugins/github/api/blueprint.go | 8 +-
plugins/github/api/blueprint_V200_test.go | 24 +--
plugins/github/api/blueprint_v200.go | 52 +++---
plugins/github/e2e/account_test.go | 5 +-
plugins/github/e2e/cicd_test.go | 3 +-
plugins/github/e2e/comment_test.go | 11 +-
plugins/github/e2e/event_test.go | 3 +-
plugins/github/e2e/issue_test.go | 5 +-
plugins/github/e2e/milestone_test.go | 5 +-
plugins/github/e2e/pr_commit_test.go | 5 +-
plugins/github/e2e/pr_enrich_issue_test.go | 9 +-
plugins/github/e2e/pr_review_test.go | 5 +-
plugins/github/e2e/pr_test.go | 5 +-
.../raw_tables/_raw_github_api_account_orgs.csv | 26 +--
.../e2e/raw_tables/_raw_github_api_accounts.csv | 30 ++--
.../e2e/raw_tables/_raw_github_api_comments.csv | 190 ++++++++++-----------
.../e2e/raw_tables/_raw_github_api_events.csv | 100 +++++------
.../e2e/raw_tables/_raw_github_api_issues.csv | 84 ++++-----
.../github/e2e/raw_tables/_raw_github_api_jobs.csv | 40 ++---
.../e2e/raw_tables/_raw_github_api_milestones.csv | 2 +-
.../_raw_github_api_pull_request_commits.csv | 182 ++++++++++----------
...raw_github_api_pull_request_review_comments.csv | 32 ++--
.../_raw_github_api_pull_request_reviews.csv | 62 +++----
.../raw_tables/_raw_github_api_pull_requests.csv | 100 +++++------
.../github/e2e/raw_tables/_raw_github_api_runs.csv | 40 ++---
.../e2e/raw_tables/_tool_github_issue_labels.csv | 12 ++
.../_tool_github_issues.csv | 52 +++---
.../_tool_github_pull_requests.csv | 98 +++++------
.../_tool_github_repo_accounts.csv | 0
.../github/e2e/raw_tables/_tool_github_repos.csv | 2 +
plugins/github/e2e/repo_test.go | 5 +-
.../e2e/snapshot_tables/_tool_github_account.csv | 30 ++--
.../snapshot_tables/_tool_github_account_orgs.csv | 58 +++----
.../_tool_github_accounts_in_comment.csv | 38 ++---
.../_tool_github_accounts_in_event.csv | 26 +--
.../_tool_github_accounts_in_issue.csv | 42 ++---
.../_tool_github_accounts_in_pr.csv | 90 +++++-----
.../_tool_github_accounts_in_repo.csv | 2 -
.../e2e/snapshot_tables/_tool_github_commits.csv | 180 +++++++++----------
.../_tool_github_issue_comments.csv | 96 +++++------
.../snapshot_tables/_tool_github_issue_events.csv | 98 +++++------
.../snapshot_tables/_tool_github_issue_labels.csv | 22 +--
.../e2e/snapshot_tables/_tool_github_issues.csv | 52 +++---
.../snapshot_tables/_tool_github_milestones.csv | 4 +-
.../_tool_github_pull_request_comments.csv | 124 +++++++-------
.../_tool_github_pull_request_commits.csv | 180 +++++++++----------
.../_tool_github_pull_request_issues.csv | 2 +-
.../_tool_github_pull_request_reviews.csv | 60 +++----
.../snapshot_tables/_tool_github_pull_requests.csv | 98 +++++------
.../e2e/snapshot_tables/_tool_github_repos.csv | 2 -
.../e2e/snapshot_tables/_tool_github_reviewers.csv | 12 +-
plugins/github/e2e/snapshot_tables/account.csv | 14 +-
.../github/e2e/snapshot_tables/board_issues.csv | 52 +++---
plugins/github/e2e/snapshot_tables/board_repos.csv | 2 +-
.../github/e2e/snapshot_tables/board_sprint.csv | 4 +-
plugins/github/e2e/snapshot_tables/boards.csv | 2 +-
plugins/github/e2e/snapshot_tables/cicd_scopes.csv | 2 +-
.../github/e2e/snapshot_tables/issue_comments.csv | 96 +++++------
.../github/e2e/snapshot_tables/issue_labels.csv | 22 +--
plugins/github/e2e/snapshot_tables/issues.csv | 52 +++---
.../e2e/snapshot_tables/pull_request_comments.csv | 124 +++++++-------
.../e2e/snapshot_tables/pull_request_commits.csv | 180 +++++++++----------
.../e2e/snapshot_tables/pull_request_issues.csv | 2 +-
.../e2e/snapshot_tables/pull_request_labels.csv | 68 ++++----
.../github/e2e/snapshot_tables/pull_requests.csv | 98 +++++------
plugins/github/e2e/snapshot_tables/repos.csv | 2 +-
.../github/e2e/snapshot_tables/sprint_issue.csv | 54 +++---
plugins/github/e2e/snapshot_tables/sprints.csv | 4 +-
plugins/github/impl/impl.go | 81 ++++-----
...go => 20221214_add_trasformation_rule_table.go} | 7 +-
.../20221214_concat_owner_name_for_repo.go} | 54 +++---
.../models/migrationscripts/archived/repo.go | 2 +-
plugins/github/models/migrationscripts/register.go | 1 +
plugins/github/models/repo.go | 2 +-
plugins/github/tasks/account_collector.go | 3 +-
plugins/github/tasks/account_convertor.go | 3 +-
plugins/github/tasks/account_extractor.go | 3 +-
plugins/github/tasks/account_org_collector.go | 3 +-
plugins/github/tasks/account_org_extractor.go | 3 +-
plugins/github/tasks/cicd_job_collector.go | 5 +-
plugins/github/tasks/cicd_job_convertor.go | 3 +-
plugins/github/tasks/cicd_job_extractor.go | 3 +-
plugins/github/tasks/cicd_run_collector.go | 5 +-
plugins/github/tasks/cicd_run_convertor.go | 3 +-
plugins/github/tasks/cicd_run_extractor.go | 3 +-
plugins/github/tasks/comment_collector.go | 5 +-
plugins/github/tasks/comment_extractor.go | 3 +-
plugins/github/tasks/commit_collector.go | 5 +-
plugins/github/tasks/commit_convertor.go | 3 +-
plugins/github/tasks/commit_extractor.go | 3 +-
plugins/github/tasks/commit_stats_collector.go | 5 +-
plugins/github/tasks/commit_stats_extractor.go | 3 +-
plugins/github/tasks/event_collector.go | 5 +-
plugins/github/tasks/event_extractor.go | 3 +-
plugins/github/tasks/issue_collector.go | 5 +-
plugins/github/tasks/issue_comment_convertor.go | 3 +-
plugins/github/tasks/issue_convertor.go | 3 +-
plugins/github/tasks/issue_extractor.go | 3 +-
plugins/github/tasks/issue_label_convertor.go | 3 +-
plugins/github/tasks/milestone_collector.go | 5 +-
plugins/github/tasks/milestone_converter.go | 3 +-
plugins/github/tasks/milestone_extractor.go | 3 +-
plugins/github/tasks/pr_collector.go | 5 +-
plugins/github/tasks/pr_comment_convertor.go | 3 +-
plugins/github/tasks/pr_commit_collector.go | 5 +-
plugins/github/tasks/pr_commit_convertor.go | 3 +-
plugins/github/tasks/pr_commit_extractor.go | 3 +-
plugins/github/tasks/pr_convertor.go | 3 +-
plugins/github/tasks/pr_extractor.go | 3 +-
plugins/github/tasks/pr_issue_convertor.go | 3 +-
plugins/github/tasks/pr_issue_enricher.go | 6 +-
plugins/github/tasks/pr_label_convertor.go | 3 +-
plugins/github/tasks/pr_review_collector.go | 5 +-
.../github/tasks/pr_review_comment_collector.go | 5 +-
.../github/tasks/pr_review_comment_extractor.go | 5 +-
plugins/github/tasks/pr_review_convertor.go | 3 +-
plugins/github/tasks/pr_review_extractor.go | 3 +-
plugins/github/tasks/repo_convertor.go | 12 +-
plugins/github/tasks/task_data.go | 18 +-
plugins/github_graphql/tasks/account_collector.go | 3 +-
.../github_graphql/tasks/check_run_collector.go | 3 +-
plugins/github_graphql/tasks/issue_collector.go | 8 +-
plugins/github_graphql/tasks/pr_collector.go | 9 +-
124 files changed, 1731 insertions(+), 1824 deletions(-)
create mode 100644 plugins/github/e2e/raw_tables/_tool_github_issue_labels.csv
copy plugins/github/e2e/{snapshot_tables =>
raw_tables}/_tool_github_issues.csv (86%)
copy plugins/github/e2e/{snapshot_tables =>
raw_tables}/_tool_github_pull_requests.csv (92%)
rename plugins/github/e2e/{snapshot_tables =>
raw_tables}/_tool_github_repo_accounts.csv (100%)
create mode 100644 plugins/github/e2e/raw_tables/_tool_github_repos.csv
delete mode 100644
plugins/github/e2e/snapshot_tables/_tool_github_accounts_in_repo.csv
delete mode 100644 plugins/github/e2e/snapshot_tables/_tool_github_repos.csv
rename
plugins/github/models/migrationscripts/{20221202_add_trasformation_rule_table.go
=> 20221214_add_trasformation_rule_table.go} (85%)
copy
plugins/{gitlab/models/migrationscripts/20220906_fix_duration_to_float8.go =>
github/models/migrationscripts/20221214_concat_owner_name_for_repo.go} (54%)