This is an automated email from the ASF dual-hosted git repository.
klesh pushed a change to branch kw-5519-dshelper-sonarqube
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
from 8001719ae refactor: sonarqube adopts the new dshelper
add 19a2d78aa refactor(config-ui): use new ui form component to replace
old (#6643)
add bb272f7e8 refactor(config-ui): use new ui popover and tooltip to
replace old (#6648)
add ba70ff671 fix(zentao): fix panic when checking db connections (#6649)
add 1bb0bbf1f refactor(config-ui): use new ui tag component to replace old
(#6650)
add ec634102b refactor(config-ui): use new ui other component to replace
old (#6655)
add 589f3ef5b refactor(config-ui): remove old style about blueprintjs
(#6656)
add e4e5143b9 fix: bp trigger swag (#6657)
add c3ac54020 refactor(config-ui): remove blueprintjs (#6659)
add 65d5bf0b7 Feat 6520 (#6628)
add 1a670c83d fix: collect all data when timeafter is nil (#6663)
add 9a580e531 fix: gitextractor can not run (#6660)
add 49f276f55 fix(fetch): fix wrong use of db.Fetch (#6666)
add edfc6cd2f docs(plugins): add some comments about handling path (#6668)
add 1682b51de fix: convert rules index out of range (#6670)
add d5276df04 fix: PR Size is getting duplicated when using query from the
document… (#6661)
add 80c71c43a fix: type trans rules (#6679)
add 76a2aa7e6 chore: merge main
No new revisions were added by this update.
Summary of changes:
backend/core/models/collector_state.go | 6 +
...remove_createddateafter_from_collector_state.go | 4 +-
.../20230829_normalize_bp_settings.go | 4 +-
backend/core/runner/db.go | 5 +
backend/go.mod | 2 +-
backend/helpers/migrationhelper/migrationhelper.go | 2 +-
.../pluginhelper/api/api_collector_with_state.go | 22 +-
backend/helpers/pluginhelper/api/api_extractor.go | 3 +-
.../pluginhelper/api/ds_scope_api_helper.go | 14 +
.../helpers/pluginhelper/api/graphql_collector.go | 4 +-
.../pluginhelper/api/scope_generic_helper.go | 21 +
backend/helpers/srvhelper/scope_service_helper.go | 37 +-
backend/plugins/ae/tasks/commits_convertor.go | 7 +-
backend/plugins/bamboo/api/blueprint_V200_test.go | 20 +
backend/plugins/bamboo/api/init.go | 15 +
backend/plugins/bamboo/api/scope.go | 2 +-
.../api/scope_state_api.go} | 33 +-
backend/plugins/bamboo/impl/impl.go | 4 +-
backend/plugins/bamboo/tasks/job_collector.go | 11 +-
.../plugins/bitbucket/api/blueprint_V200_test.go | 20 +
backend/plugins/bitbucket/api/init.go | 15 +
backend/plugins/bitbucket/api/scope.go | 11 +-
.../api/scope_state_api.go} | 33 +-
backend/plugins/bitbucket/impl/impl.go | 6 +-
backend/plugins/circleci/api/init.go | 15 +
.../api/scope_state_api.go} | 33 +-
backend/plugins/circleci/impl/impl.go | 5 +-
.../plugins/circleci/tasks/account_collector.go | 11 +-
backend/plugins/gitee/tasks/issue_extractor.go | 45 +-
backend/plugins/gitee/tasks/pr_extractor.go | 15 +-
backend/plugins/github/api/blueprint_v200.go | 2 +-
.../api/scope_state_api.go} | 33 +-
.../e2e/snapshot_tables/_tool_github_issues.csv | 18 +-
backend/plugins/github/impl/impl.go | 3 +
backend/plugins/github/tasks/issue_extractor.go | 25 +-
backend/plugins/github/tasks/pr_extractor.go | 15 +-
.../github/tasks/pr_review_comment_extractor.go | 2 +-
.../github_graphql/tasks/issue_extractor.go | 25 +-
.../plugins/github_graphql/tasks/pr_extractor.go | 18 +-
backend/plugins/gitlab/api/blueprint_v200.go | 2 +-
backend/plugins/gitlab/api/init.go | 3 +-
.../task_data.go => gitlab/api/scope_state_api.go} | 38 +-
backend/plugins/gitlab/impl/impl.go | 3 +
backend/plugins/gitlab/tasks/issue_extractor.go | 58 +-
.../plugins/gitlab/tasks/mr_detail_extractor.go | 15 +-
backend/plugins/gitlab/tasks/mr_extractor.go | 15 +-
backend/plugins/jenkins/api/scope_api.go | 11 +-
.../api/scope_state_api.go} | 33 +-
backend/plugins/jenkins/impl/impl.go | 6 +-
backend/plugins/jira/api/init.go | 2 +-
.../connection.go => jira/api/scope_state_api.go} | 33 +-
backend/plugins/jira/impl/impl.go | 3 +
backend/plugins/opsgenie/api/init.go | 16 +-
.../api/scope_state_api.go} | 33 +-
backend/plugins/opsgenie/impl/impl.go | 4 +
backend/plugins/opsgenie/models/connection.go | 10 +
.../20231214_add_tool_opsgenie_scope_configs.go} | 32 +-
.../opsgenie/models/migrationscripts/register.go | 1 +
backend/plugins/opsgenie/models/scope_config.go | 4 +
backend/plugins/pagerduty/api/init.go | 15 +
.../api/scope_state_api.go} | 33 +-
backend/plugins/pagerduty/impl/impl.go | 4 +
.../20231214_add_tool_pagerduty_scope_configs.go} | 32 +-
.../pagerduty/models/migrationscripts/register.go | 1 +
backend/plugins/pagerduty/models/scope_config.go | 4 +
.../refdiff/tasks/commit_diff_calculator.go | 2 +-
.../tasks/deployment_commit_diff_calculator.go | 2 +-
.../tasks/refs_pr_cherry_pick_calculator.go | 3 +-
backend/plugins/sonarqube/api/blueprint_v200.go | 53 +-
backend/plugins/sonarqube/api/init.go | 7 +-
.../api/scope_state_api.go} | 33 +-
backend/plugins/sonarqube/impl/impl.go | 5 +
.../20231214_add_tool_sonarqube_scope_configs.go} | 32 +-
.../sonarqube/models/migrationscripts/register.go | 1 +
.../plugins/sonarqube/models/sonarqube_project.go | 16 +
.../plugins/sonarqube/tasks/accounts_collector.go | 12 +-
backend/plugins/tapd/api/blueprint_v200_test.go | 20 +
backend/plugins/tapd/api/init.go | 15 +
.../connection.go => tapd/api/scope_state_api.go} | 33 +-
backend/plugins/tapd/impl/impl.go | 3 +
backend/plugins/zentao/api/blueprint_V200_test.go | 18 +
backend/plugins/zentao/api/init.go | 14 +-
.../api/scope_state_api.go} | 33 +-
backend/plugins/zentao/impl/impl.go | 3 +
backend/server/api/blueprints/blueprints.go | 3 +-
backend/server/services/pipeline.go | 2 +-
backend/server/services/pipeline_runner.go | 4 +-
.../server/services/remote/plugin/default_api.go | 6 +-
backend/server/services/remote/plugin/scope_api.go | 25 +
backend/test/e2e/manual/gitlab/gitlab_test.go | 2 +-
config-ui/README.md | 2 +-
config-ui/package.json | 20 +-
.../src/components/action/copy-text/index.tsx | 2 +-
config-ui/src/components/message/index.tsx | 6 +-
config-ui/src/components/page-header/index.tsx | 2 +-
config-ui/src/components/page-header/styled.ts | 4 -
.../src/components/tooltip/help-tooltip/index.tsx | 2 +-
.../src/components/tooltip/text-tooltip/index.tsx | 31 +-
config-ui/src/index.css | 7 -
.../pages/blueprint/connection-detail/index.tsx | 6 +-
.../pages/blueprint/detail/blueprint-detail.tsx | 49 +-
.../detail/components/advanced-editor/index.tsx | 50 +-
.../detail/components/sync-policy/index.tsx | 22 +-
.../detail/components/sync-policy/styled.ts | 12 -
.../pages/blueprint/detail/configuration-panel.tsx | 8 +-
.../src/pages/blueprint/detail/status-panel.tsx | 43 +-
config-ui/src/pages/blueprint/detail/styled.ts | 9 -
config-ui/src/pages/blueprint/home/index.tsx | 13 +-
config-ui/src/pages/blueprint/home/styled.ts | 7 +-
config-ui/src/pages/project/detail/index.tsx | 32 +-
.../src/pages/project/detail/settings-panel.tsx | 2 +-
config-ui/src/pages/project/detail/styled.ts | 12 +-
.../src/pages/project/detail/webhooks-panel.tsx | 2 +-
config-ui/src/pages/project/home/index.tsx | 4 +-
config-ui/src/pages/project/home/styled.ts | 7 +-
.../connection-form/fields/rate-limit.tsx | 28 +-
.../components/connection-form/fields/styled.ts | 4 -
.../plugins/components/connection-list/index.tsx | 10 +-
.../plugins/components/connection-status/index.tsx | 6 +-
.../components/data-scope-remote/search-local.tsx | 4 +-
.../components/data-scope-remote/search-remote.tsx | 2 +-
.../plugins/components/data-scope-select/index.tsx | 4 +-
.../components/scope-config-select/index.tsx | 6 +-
.../github/connection-fields/githubapp.tsx | 3 +-
.../register/github/connection-fields/graphql.tsx | 6 +-
.../register/github/connection-fields/styled.ts | 5 +-
.../register/github/connection-fields/token.tsx | 10 +-
.../jira/transformation-fields/cross-domain.tsx | 28 +-
.../jira/transformation-fields/dev-panel.tsx | 31 +-
.../jira/transformation-fields/remote-link.tsx | 9 +-
.../register/jira/transformation-fields/styled.ts | 10 -
.../src/plugins/register/jira/transformation.tsx | 2 +-
.../register/opsgenie/connection-fields/styled.ts | 5 +-
config-ui/src/plugins/register/tapd/data-scope.tsx | 5 +-
.../src/plugins/register/tapd/transformation.tsx | 2 +-
.../register/webhook/components/create-dialog.tsx | 2 +-
.../src/plugins/register/webhook/connection.tsx | 20 +-
config-ui/src/plugins/register/webhook/styled.ts | 7 +-
config-ui/src/routes/api-keys/api-keys.tsx | 5 +-
config-ui/src/routes/connection/connection.tsx | 20 +-
.../routes/error/components/exception/index.tsx | 2 +-
.../error/components/needs-db-migrate/index.tsx | 2 +-
.../src/routes/error/components/offline/index.tsx | 18 +-
config-ui/src/routes/error/styled.ts | 7 +-
config-ui/src/routes/layout/config.tsx | 18 +-
config-ui/src/routes/layout/layout.tsx | 2 +-
config-ui/src/routes/layout/styled.ts | 132 -----
config-ui/src/routes/pipeline/components/info.tsx | 6 +-
config-ui/src/routes/pipeline/components/table.tsx | 6 +-
config-ui/src/routes/pipeline/components/task.tsx | 7 +-
config-ui/src/routes/pipeline/components/tasks.tsx | 29 +-
config-ui/src/routes/pipeline/constant.tsx | 18 +-
config-ui/src/routes/pipeline/styled.ts | 14 +-
config-ui/yarn.lock | 648 +++++++--------------
.../EngineeringThroughputAndCycleTime.json | 4 +-
.../EngineeringThroughputAndCycleTimeTeamView.json | 2 +-
156 files changed, 1246 insertions(+), 1581 deletions(-)
copy backend/plugins/{refdiff/api/connection.go =>
bamboo/api/scope_state_api.go} (55%)
copy backend/plugins/{refdiff/api/connection.go =>
bitbucket/api/scope_state_api.go} (54%)
copy backend/plugins/{refdiff/api/connection.go =>
circleci/api/scope_state_api.go} (54%)
copy backend/plugins/{refdiff/api/connection.go =>
github/api/scope_state_api.go} (55%)
copy backend/plugins/{dora/tasks/task_data.go =>
gitlab/api/scope_state_api.go} (55%)
copy backend/plugins/{refdiff/api/connection.go =>
jenkins/api/scope_state_api.go} (55%)
copy backend/plugins/{refdiff/api/connection.go =>
jira/api/scope_state_api.go} (55%)
copy backend/plugins/{refdiff/api/connection.go =>
opsgenie/api/scope_state_api.go} (54%)
copy backend/{core/models/migrationscripts/20220927_add_snapshot.go =>
plugins/opsgenie/models/migrationscripts/20231214_add_tool_opsgenie_scope_configs.go}
(56%)
copy backend/plugins/{refdiff/api/connection.go =>
pagerduty/api/scope_state_api.go} (54%)
copy backend/{core/models/migrationscripts/20220927_add_snapshot.go =>
plugins/pagerduty/models/migrationscripts/20231214_add_tool_pagerduty_scope_configs.go}
(55%)
copy backend/plugins/{refdiff/api/connection.go =>
sonarqube/api/scope_state_api.go} (54%)
copy backend/{core/models/migrationscripts/20220927_add_snapshot.go =>
plugins/sonarqube/models/migrationscripts/20231214_add_tool_sonarqube_scope_configs.go}
(55%)
copy backend/plugins/{refdiff/api/connection.go =>
tapd/api/scope_state_api.go} (55%)
copy backend/plugins/{refdiff/api/connection.go =>
zentao/api/scope_state_api.go} (55%)