This is an automated email from the ASF dual-hosted git repository.
lynwee pushed a change to branch dev0620
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
from c8f9d558b fix(incident): fix method `IsIncident`
add bf5c3e9ca fix: git extractor commit rawdataorigin is empty (#7658)
add 12164c17e fix(gitextractor): update database store, set it incremental
by default (#7660)
add b35575256 Add more logs and update the steps when initing app (#7662)
add 1e093986e feat: hide dashboard icon when hiding copyright (#7669)
add d97a773e7 feat: support configuration for dashboard url (#7670)
add eba97b8e8 Merge branch 'main' into dev0620
No new revisions were added by this update.
Summary of changes:
backend/core/migration/migrator.go | 5 ++++
backend/plugins/gitextractor/models/interface.go | 1 +
.../plugins/gitextractor/parser/clone_gitcli.go | 12 ++++++++
backend/plugins/gitextractor/parser/taskdata.go | 2 +-
backend/plugins/gitextractor/store/csv.go | 3 ++
backend/plugins/gitextractor/store/database.go | 10 +++++--
backend/plugins/gitextractor/tasks/repo_cloner.go | 4 ++-
backend/server/api/api.go | 1 +
backend/server/services/init.go | 32 ++++++++++++++--------
backend/test/helper/client.go | 4 ++-
config-ui/env.example | 6 ++++
config-ui/src/routes/layout/layout.tsx | 2 +-
config-ui/src/routes/onboard/step-4.tsx | 9 +++---
config-ui/src/vite-env.d.ts | 4 +++
14 files changed, 72 insertions(+), 23 deletions(-)