This is an automated email from the ASF dual-hosted git repository.
mintsweet pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
from 47a9fcd68 fix(zentao): make `gitcommited` a valiad action (#8115)
add 11db8e9bc feat: check pipelines' tokens before executing/creating
pipeline (#8055) (#8069)
No new revisions were added by this update.
Summary of changes:
backend/core/models/blueprint.go | 9 ++
backend/core/plugin/plugin_api.go | 4 +
backend/core/plugin/plugin_blueprint.go | 10 ++
backend/helpers/pluginhelper/api/misc_helpers.go | 10 ++
backend/plugins/ae/impl/impl.go | 5 +
backend/plugins/azuredevops_go/impl/impl.go | 5 +
backend/plugins/bamboo/impl/impl.go | 5 +
backend/plugins/bitbucket/impl/impl.go | 5 +
backend/plugins/bitbucket_server/impl/impl.go | 5 +
backend/plugins/circleci/impl/impl.go | 5 +
backend/plugins/customize/impl/impl.go | 4 +
backend/plugins/dbt/impl/impl.go | 4 +
backend/plugins/dora/impl/impl.go | 5 +-
backend/plugins/feishu/impl/impl.go | 5 +
backend/plugins/gitee/impl/impl.go | 5 +
backend/plugins/gitextractor/impl/impl.go | 4 +
.../api/shared.go} | 32 +++--
backend/plugins/github/impl/impl.go | 4 +
backend/plugins/gitlab/impl/impl.go | 5 +
backend/plugins/icla/impl/impl.go | 4 +
backend/plugins/issue_trace/impl/enricher.go | 5 +-
backend/plugins/jenkins/impl/impl.go | 5 +
backend/plugins/jira/impl/impl.go | 5 +
backend/plugins/linker/impl/impl.go | 4 +
backend/plugins/opsgenie/impl/impl.go | 5 +
backend/plugins/org/impl/impl.go | 22 ++++
backend/plugins/org/tasks/check_token.go | 75 +++++++++++
backend/plugins/org/tasks/task_data.go | 10 +-
backend/plugins/pagerduty/impl/impl.go | 5 +
backend/plugins/refdiff/impl/impl.go | 4 +
backend/plugins/slack/impl/impl.go | 5 +
backend/plugins/sonarqube/impl/impl.go | 5 +
backend/plugins/starrocks/impl/impl.go | 4 +
backend/plugins/tapd/impl/impl.go | 5 +
backend/plugins/teambition/impl/impl.go | 5 +
backend/plugins/trello/impl/impl.go | 5 +
backend/plugins/webhook/impl/impl.go | 4 +
backend/plugins/zentao/impl/impl.go | 5 +
backend/server/api/blueprints/blueprints.go | 24 ++++
backend/server/api/project/project.go | 8 +-
backend/server/api/router.go | 1 +
backend/server/services/blueprint.go | 93 ++++++++++++++
backend/server/services/blueprint_makeplan_v200.go | 15 +++
backend/server/services/project.go | 2 +-
.../server/services/remote/models/plugin_remote.go | 1 +
.../server/services/remote/plugin/plugin_impl.go | 5 +
config-ui/package.json | 2 +-
config-ui/src/api/blueprint/index.ts | 2 +
config-ui/src/features/connections/index.ts | 1 -
.../connection-form/connection-form-modal.tsx} | 51 ++++----
.../{index.tsx => connection-form.tsx} | 0
.../components/connection-form}/index.ts | 3 +-
.../plugins/components/connection-list/index.tsx | 40 +-----
.../components/connection-name/index.tsx} | 77 ++++++------
.../components/connection-name}/styled.ts | 39 +++---
.../components/data-scope-remote/search-local.tsx | 11 +-
config-ui/src/plugins/components/index.ts | 1 +
.../routes/blueprint/detail/blueprint-detail.tsx | 140 +++++++++++++++++++--
.../detail/components/connection-check}/index.tsx | 42 ++-----
.../routes/blueprint/detail/components/index.ts | 1 +
.../blueprint/detail/configuration-panel.tsx | 57 ++-------
.../src/routes/blueprint/detail/status-panel.tsx | 74 ++---------
config-ui/src/routes/blueprint/home/index.tsx | 2 +-
config-ui/src/routes/connection/connection.tsx | 15 +--
config-ui/src/routes/connection/connections.tsx | 29 +----
config-ui/src/routes/connection/styled.ts | 16 ---
config-ui/src/routes/project/home/index.tsx | 2 +-
config-ui/yarn.lock | 10 +-
68 files changed, 709 insertions(+), 368 deletions(-)
copy
backend/plugins/{jira/models/migrationscripts/20230214_remove_issue_stdstorypoint.go
=> github/api/shared.go} (63%)
create mode 100644 backend/plugins/org/tasks/check_token.go
copy config-ui/src/plugins/{register/webhook/components/delete-dialog.tsx =>
components/connection-form/connection-form-modal.tsx} (52%)
rename config-ui/src/plugins/components/connection-form/{index.tsx =>
connection-form.tsx} (100%)
rename config-ui/src/{features/connections/components =>
plugins/components/connection-form}/index.ts (91%)
rename config-ui/src/{features/connections/components/name.tsx =>
plugins/components/connection-name/index.tsx} (53%)
copy config-ui/src/{routes/blueprint/detail/components/sync-policy =>
plugins/components/connection-name}/styled.ts (75%)
copy config-ui/src/{plugins/components/plugin-name =>
routes/blueprint/detail/components/connection-check}/index.tsx (59%)