This is an automated email from the ASF dual-hosted git repository.
lynwee pushed a change to branch feat-8017
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
from 49caa2af1 feat: check pipelines' tokens before executing/creating
pipeline (#8055)
add b5bdc25fb fix: error encode operate when updating project name (#8073)
add ee21e3e3e fix: incomplete historical pipelines (#8072)
add 3ad9839fa feat: improve the pipeline duration display (#8071)
add b3633555d fix: graphql collector fails on transferred issues (#8075)
add 6f0e0dbb4 fix(migration): panic when `ExecuteMigration` fails (#8070)
add f8c3a4688 fix: typo (#8074)
add d69f95c4d fix: data scope doesn't display name when selecting in
project (#8077)
add a62059516 fix: dispaly < 1m when duration less than 1m (#8078)
add 230e1f5db fix: set status to done when onboard tour close (#8079)
add cef7f773f fix(project): project cannot be deleted when its pipelines
are not finished (#8081)
add e524ea74d fix: the start and end times are reversed (#8084)
add 8949c4f79 fix: version tag (#8083)
add 1c99dbc90 Update error message (#8086)
add 0ca6acf09 fix: add a space for pipeline duration (#8089)
add bcc3c5f21 fix(github-plugin): removes the processed org check to
return all the org repos, and pulls the repository data when adding scope
(#8088)
add 3367db446 refactor: CollectAccounts now uses simple ApiCollector
(#8067)
add 0570677f1 Merge branch 'main' into feat-8017
No new revisions were added by this update.
Summary of changes:
Makefile | 4 +-
backend/Makefile | 5 +--
backend/core/models/task.go | 5 ++-
.../helpers/pluginhelper/api/graphql_collector.go | 7 ++-
backend/plugins/github/api/remote_api.go | 13 ++++--
.../plugins/sonarqube/tasks/accounts_collector.go | 11 ++---
backend/server/api/api.go | 7 +--
backend/server/services/blueprint.go | 7 +++
backend/server/services/init.go | 2 +-
backend/server/services/project.go | 34 +++++++++++++++
config-ui/src/api/blueprint/index.ts | 2 +-
config-ui/src/api/project/index.ts | 5 +--
config-ui/src/index.css | 5 +++
.../plugins/components/data-scope-select/index.tsx | 50 ++++++++++++----------
.../routes/blueprint/connection-detail/index.tsx | 18 +++++---
.../routes/blueprint/connection-detail/table.tsx | 16 +++----
.../src/routes/blueprint/detail/status-panel.tsx | 42 ++++++++----------
config-ui/src/routes/onboard/components/tour.tsx | 7 +--
.../src/routes/pipeline/components/duration.tsx | 26 ++++++++++-
config-ui/src/routes/pipeline/components/table.tsx | 2 +-
config-ui/src/routes/pipeline/pipelines.tsx | 4 +-
.../routes/project/additional-settings/index.tsx | 4 +-
config-ui/src/routes/project/layout/index.tsx | 2 +-
23 files changed, 175 insertions(+), 103 deletions(-)