This is an automated email from the ASF dual-hosted git repository.
lynwee pushed a change to branch dev-1
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
from 8476a5e8c Merge branch 'main' into dev-1
add 79a2bb36d fix: update webhook API (#7474)
add 153f7b9ab fix: should not throw error on any shallow cloned repo
(#7475)
add 3ae23bfdd fix(jenkins): incorrect class type on multibranch jobs
(#7464)
add e24102f29 fix: sonarqube nextPageToken always empty (#7477)
new c68bd9b63 Merge branch 'main' into dev-1
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../domainlayer/devops/cicd_deployment_commit.go | 6 +-
.../plugins/gitextractor/parser/clone_gitcli.go | 9 +-
backend/plugins/gitextractor/tasks/repo_cloner.go | 5 +-
.../e2e/{builds_test.go => multibranch_test.go} | 120 +++++++++++-------
.../_raw_jenkins_api_builds_multibranch.csv | 30 ++---
.../_raw_jenkins_api_stages_multibranch.csv | 130 +++++++++----------
.../_tool_jenkins_build_commits_multibranch.csv | 26 ++--
.../_tool_jenkins_builds_multibranch.csv | 32 ++---
...ool_jenkins_builds_multibranch_after_enrich.csv | 16 +++
.../_tool_jenkins_stages_multibranch.csv | 130 +++++++++----------
.../cicd_pipeline_commits_multibranch.csv | 26 ++--
.../snapshot_tables/cicd_pipelines_multibranch.csv | 32 ++---
.../e2e/snapshot_tables/cicd_tasks_multibranch.csv | 71 +----------
backend/plugins/jenkins/tasks/build_extractor.go | 2 +-
backend/plugins/sonarqube/api/remote_api.go | 7 +
backend/plugins/webhook/api/deployments.go | 141 +++++++++++----------
.../register/webhook/components/create-dialog.tsx | 4 +-
.../register/webhook/components/view-dialog.tsx | 4 +-
18 files changed, 392 insertions(+), 399 deletions(-)
copy backend/plugins/jenkins/e2e/{builds_test.go => multibranch_test.go} (58%)
create mode 100644
backend/plugins/jenkins/e2e/snapshot_tables/_tool_jenkins_builds_multibranch_after_enrich.csv