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 eebc0057e test(jira): add e2e test for custom account field in issues
(#7894)
add 8da75d0c2 fix: github graphql collectors are not refetching data in
incremental mode (#7878)
add 7e97e431a Fix a couple of "Data too long" errors from sonarqube, jira,
etc (#7885)
add edc2412f9 fix(circleci-plugin): pipeline collector time range (#7820)
No new revisions were added by this update.
Summary of changes:
backend/core/dal/dal.go | 2 +
.../models/domainlayer/codequality/cq_projects.go | 2 +-
backend/core/models/domainlayer/ticket/issue.go | 2 +-
....go => 20240813_change_issue_component_type.go} | 17 +-
....go => 20240813_increase_project_key_length.go} | 16 +-
backend/go.mod | 16 +-
backend/go.sum | 36 ++--
.../pluginhelper/api/api_collector_stateful.go | 14 +-
backend/helpers/pluginhelper/api/batch_save.go | 2 +-
.../helpers/pluginhelper/api/graphql_collector.go | 211 +++++----------------
backend/impls/dalgorm/dalgorm.go | 18 ++
backend/plugins/bitbucket/models/issue.go | 2 +-
.../20240813_change_issue_component_type.go} | 16 +-
.../bitbucket/models/migrationscripts/register.go | 1 +
backend/plugins/circleci/tasks/job_collector.go | 1 +
.../plugins/circleci/tasks/pipeline_collector.go | 29 ++-
backend/plugins/circleci/tasks/shared.go | 9 +
.../plugins/circleci/tasks/workflow_collector.go | 1 +
backend/plugins/gitee/models/issue.go | 2 +-
.../20240813_change_issue_component_type.go} | 16 +-
.../gitee/models/migrationscripts/register.go | 1 +
backend/plugins/github/models/issue.go | 2 +-
.../20240813_change_issue_component_type.go} | 16 +-
.../github/models/migrationscripts/register.go | 1 +
.../raw_tables/_raw_github_graphql_deployment.csv | 8 +-
.../snapshot_tables/_tool_github_deployments.csv | 105 +---------
.../snapshot_tables/cicd_deployment_commits.csv | 105 +---------
.../e2e/snapshot_tables/cicd_deployments.csv | 105 +---------
backend/plugins/github_graphql/impl/impl.go | 6 +
.../migrationscripts/20240808_flush_rawdata.go} | 44 ++---
.../model}/migrationscripts/register.go | 2 +-
.../github_graphql/tasks/account_collector.go | 12 +-
.../github_graphql/tasks/account_extractor.go | 17 +-
.../github_graphql/tasks/deployment_collector.go | 10 +-
.../github_graphql/tasks/deployment_extractor.go | 17 +-
.../github_graphql/tasks/issue_collector.go | 96 ++++++++--
.../github_graphql/tasks/issue_extractor.go | 55 +++---
.../plugins/github_graphql/tasks/job_collector.go | 21 +-
.../plugins/github_graphql/tasks/job_extractor.go | 67 +++----
.../plugins/github_graphql/tasks/pr_collector.go | 88 ++++++++-
.../plugins/github_graphql/tasks/pr_extractor.go | 137 +++++++------
.../github_graphql/tasks/release_collector.go | 17 +-
.../github_graphql/tasks/release_extractor.go | 16 +-
backend/plugins/gitlab/models/issue.go | 2 +-
.../20240813_change_issue_component_type.go} | 16 +-
.../gitlab/models/migrationscripts/register.go | 1 +
backend/plugins/jira/models/issue.go | 2 +-
.../20240809_change_issue_component_type.go} | 17 +-
.../jira/models/migrationscripts/register.go | 1 +
backend/plugins/sonarqube/api/blueprint_v200.go | 2 +-
.../20240813_change_issue_component_type.go} | 16 +-
.../20240813_increase_project_key_length.go} | 16 +-
.../sonarqube/models/migrationscripts/register.go | 2 +
.../plugins/sonarqube/models/sonarqube_issue.go | 2 +-
.../plugins/sonarqube/models/sonarqube_project.go | 2 +-
.../plugins/sonarqube/tasks/projects_convertor.go | 12 +-
56 files changed, 627 insertions(+), 825 deletions(-)
copy backend/core/models/migrationscripts/{20220727_remove_notes.go =>
20240813_change_issue_component_type.go} (68%)
copy
backend/core/models/migrationscripts/{20230406_rename_cicd_pipeline_commits_repo_url.go
=> 20240813_increase_project_key_length.go} (68%)
copy
backend/{core/models/migrationscripts/20230406_rename_cicd_pipeline_commits_repo_url.go
=>
plugins/bitbucket/models/migrationscripts/20240813_change_issue_component_type.go}
(68%)
copy
backend/{core/models/migrationscripts/20230406_rename_cicd_pipeline_commits_repo_url.go
=>
plugins/gitee/models/migrationscripts/20240813_change_issue_component_type.go}
(68%)
copy
backend/{core/models/migrationscripts/20230406_rename_cicd_pipeline_commits_repo_url.go
=>
plugins/github/models/migrationscripts/20240813_change_issue_component_type.go}
(68%)
copy
backend/{core/models/migrationscripts/20221201_add_enable_to_project_metric.go
=> plugins/github_graphql/model/migrationscripts/20240808_flush_rawdata.go}
(58%)
copy backend/plugins/{slack/models =>
github_graphql/model}/migrationscripts/register.go (97%)
copy
backend/{core/models/migrationscripts/20230406_rename_cicd_pipeline_commits_repo_url.go
=>
plugins/gitlab/models/migrationscripts/20240813_change_issue_component_type.go}
(68%)
copy backend/{core/models/migrationscripts/20220727_remove_notes.go =>
plugins/jira/models/migrationscripts/20240809_change_issue_component_type.go}
(68%)
copy
backend/{core/models/migrationscripts/20230406_rename_cicd_pipeline_commits_repo_url.go
=>
plugins/sonarqube/models/migrationscripts/20240813_change_issue_component_type.go}
(68%)
copy
backend/{core/models/migrationscripts/20230406_rename_cicd_pipeline_commits_repo_url.go
=>
plugins/sonarqube/models/migrationscripts/20240813_increase_project_key_length.go}
(68%)