This is an automated email from the ASF dual-hosted git repository.
klesh pushed a change to branch fix#6075-2
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
from 9a9358180 fix: lint
add 0e8a77073 fix(zentao): fix progress field when configurating scopes
(#6089)
add 35b6ae1fd [bamboo] fix cicd_scope.url field (#6092)
add 09fc66d0c fix(config-ui): cannot save data scope in tapd (#6087)
add 3e77dd5da fix(config-ui): switch data scope lost data (#6085)
add ac53ea108 [bamboo] fix #6082 (#6096)
add 7f1f08c66 feat(config-ui): upgrade blueprintjs to v5 (#6102)
add 0fc546d7f Merge branch 'main' into fix#6075-2
No new revisions were added by this update.
Summary of changes:
.../bamboo/e2e/snapshot_tables/cicd_scopes.csv | 2 +-
.../plugins/bamboo/tasks/job_build_convertor.go | 1 +
backend/plugins/bamboo/tasks/plan_convertor.go | 12 +-
backend/plugins/bamboo/tasks/shared.go | 17 ++
backend/plugins/bamboo/tasks/shared_test.go | 81 +++++++
backend/plugins/zentao/models/project.go | 11 +-
config-ui/package.json | 8 +-
config-ui/src/components/buttons/index.tsx | 6 +-
config-ui/src/components/message/index.tsx | 9 +-
config-ui/src/components/page-header/styled.ts | 4 +-
config-ui/src/components/table/styled.ts | 4 +-
.../src/components/tooltip/help-tooltip/index.tsx | 4 +-
.../src/components/tooltip/text-tooltip/index.tsx | 2 +-
.../pages/blueprint/connection-detail/index.tsx | 12 +-
.../pages/blueprint/connection-detail/styled.ts | 24 ---
.../detail/components/advanced-editor/index.tsx | 2 +-
.../detail/components/sync-policy/styled.ts | 6 +-
.../pages/blueprint/detail/configuration-panel.tsx | 2 +-
config-ui/src/pages/blueprint/detail/styled.ts | 4 +-
config-ui/src/pages/blueprint/home/styled.ts | 2 +-
config-ui/src/pages/connection/detail/index.tsx | 12 +-
config-ui/src/pages/connection/detail/styled.ts | 8 -
config-ui/src/pages/connection/home/styled.ts | 2 +-
config-ui/src/pages/project/detail/styled.ts | 4 +-
config-ui/src/pages/project/home/styled.ts | 2 +-
.../components/connection-form/fields/styled.ts | 2 +-
.../plugins/components/connection-form/index.tsx | 8 +-
.../plugins/components/connection-form/styled.ts | 17 +-
.../components/data-scope-miller-columns/api.ts | 36 ----
.../components/data-scope-miller-columns/index.tsx | 138 ------------
.../components/data-scope-miller-columns/styled.ts | 24 ---
.../components/data-scope-miller-columns/types.ts | 22 --
.../plugins/components/data-scope-search/api.ts | 31 ---
.../plugins/components/data-scope-search/index.tsx | 70 ------
.../plugins/components/data-scope-search/types.ts | 24 ---
.../components/data-scope-select-remote/api.ts | 2 +-
.../components/data-scope-select-remote/index.tsx | 120 ++++++-----
.../plugins/components/data-scope-select/index.tsx | 2 +-
config-ui/src/plugins/components/index.ts | 2 -
.../components/scope-config-form/fields/styled.ts | 6 +-
.../components/scope-config-select/index.tsx | 2 +-
config-ui/src/plugins/register/azure/styled.ts | 10 +-
config-ui/src/plugins/register/bitbucket/styled.ts | 8 +-
config-ui/src/plugins/register/github/styled.ts | 10 +-
config-ui/src/plugins/register/gitlab/styled.ts | 4 +-
config-ui/src/plugins/register/jenkins/styled.ts | 4 +-
config-ui/src/plugins/register/jira/styled.ts | 6 +-
.../register/jira/transformation-fields/styled.ts | 4 +-
config-ui/src/plugins/register/tapd/api.ts | 6 +
config-ui/src/plugins/register/tapd/data-scope.tsx | 76 +++++--
config-ui/src/plugins/register/tapd/styled.ts | 6 +-
.../src/plugins/register/webook/connection.tsx | 2 +-
config-ui/src/plugins/register/webook/styled.ts | 2 +-
.../error/components/needs-db-migrate/index.tsx | 8 +-
config-ui/src/routes/error/styled.ts | 7 +-
config-ui/src/routes/layout/styled.ts | 6 +-
config-ui/src/routes/pipeline/components/info.tsx | 12 +-
config-ui/src/routes/pipeline/components/task.tsx | 6 +-
config-ui/src/routes/pipeline/styled.ts | 2 +-
config-ui/yarn.lock | 238 +++++++--------------
60 files changed, 430 insertions(+), 734 deletions(-)
create mode 100644 backend/plugins/bamboo/tasks/shared_test.go
delete mode 100644
config-ui/src/plugins/components/data-scope-miller-columns/api.ts
delete mode 100644
config-ui/src/plugins/components/data-scope-miller-columns/index.tsx
delete mode 100644
config-ui/src/plugins/components/data-scope-miller-columns/styled.ts
delete mode 100644
config-ui/src/plugins/components/data-scope-miller-columns/types.ts
delete mode 100644 config-ui/src/plugins/components/data-scope-search/api.ts
delete mode 100644 config-ui/src/plugins/components/data-scope-search/index.tsx
delete mode 100644 config-ui/src/plugins/components/data-scope-search/types.ts