This is an automated email from the ASF dual-hosted git repository.

klesh pushed a commit to branch fix#5659
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git

commit da66224da64b2e737a5dae321658f5e31ce15e0c
Merge: b800a01c8 96b14cce0
Author: Klesh Wong <[email protected]>
AuthorDate: Tue Sep 26 17:14:27 2023 +0800

    Merge branch 'main' into fix#5659

 .github/workflows/build.yml                        | 21 ++-----
 backend/core/models/common/base.go                 | 49 +++++++++------
 ...connection_abstract.go => plugin_datasource.go} | 55 +++++++++++++++++
 backend/core/plugin/plugin_scope_abstract.go       | 58 ------------------
 backend/helpers/pluginhelper/api/connection.go     |  4 ++
 .../helpers/pluginhelper/api/scope_helper_test.go  | 43 ++++++++------
 backend/plugins/bamboo/api/blueprint_V200_test.go  | 13 ++--
 backend/plugins/bamboo/models/plan.go              |  4 +-
 .../plugins/bitbucket/api/blueprint_V200_test.go   | 12 ++--
 backend/plugins/bitbucket/models/repo.go           | 22 ++++---
 backend/plugins/circleci/models/project.go         |  5 +-
 ...register.go => 20230922_add_scope_config_id.go} | 35 +++++++++--
 .../gitee/models/migrationscripts/register.go      |  1 +
 backend/plugins/gitee/models/repo.go               |  3 +-
 backend/plugins/gitee/tasks/repo_extractor.go      | 22 +++----
 backend/plugins/github/api/blueprint_V200_test.go  | 30 ++++++++--
 backend/plugins/github/models/repo.go              | 28 ++++-----
 backend/plugins/github/models/scope_config.go      |  9 ++-
 backend/plugins/gitlab/api/blueprint_V200_test.go  |  6 +-
 backend/plugins/gitlab/models/project.go           |  5 +-
 backend/plugins/jenkins/api/blueprint_v200_test.go |  6 +-
 backend/plugins/jenkins/models/job.go              | 22 ++++---
 backend/plugins/jira/api/blueprint_v200_test.go    |  8 ++-
 backend/plugins/jira/models/board.go               | 14 ++---
 backend/plugins/pagerduty/e2e/incident_test.go     | 10 ++--
 backend/plugins/pagerduty/models/scope_config.go   |  2 -
 backend/plugins/pagerduty/models/service.go        |  9 ++-
 .../plugins/pagerduty/tasks/incidents_extractor.go | 12 ++--
 .../plugins/sonarqube/api/blueprint_v200_test.go   |  9 ++-
 .../plugins/sonarqube/models/sonarqube_project.go  |  3 +-
 backend/plugins/tapd/api/blueprint_v200_test.go    |  8 ++-
 backend/plugins/tapd/api/remote.go                 | 23 ++++----
 backend/plugins/tapd/models/workspace.go           | 50 +++++-----------
 backend/plugins/trello/models/board.go             |  9 ++-
 backend/plugins/zentao/api/blueprint_V200_test.go  | 12 ++--
 backend/plugins/zentao/models/project.go           | 69 +++++++++++-----------
 backend/server/services/remote/models/models.go    | 10 ++++
 37 files changed, 377 insertions(+), 324 deletions(-)

Reply via email to