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

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


    from b800a01c8 fix: adjust tls=custom to DB_URL
     add 52ef3ca09 refactor: extract scope common fields to `common.Scope` 
(#6143)
     add 96b14cce0 fix ci image tag issue (#6144)
     new da66224da Merge branch 'main' into fix#5659

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:
 .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 +-
 .../20230922_add_scope_config_id.go}               | 24 ++++----
 .../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, 360 insertions(+), 330 deletions(-)
 rename backend/core/plugin/{plugin_connection_abstract.go => 
plugin_datasource.go} (70%)
 delete mode 100644 backend/core/plugin/plugin_scope_abstract.go
 copy backend/{core/models/migrationscripts/20230222_add_commit_sha_index.go => 
plugins/gitee/models/migrationscripts/20230922_add_scope_config_id.go} (65%)

Reply via email to