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

mintsweet pushed a change to branch feat-8017
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


    omit d7b1760cb fix: adjust the api for connections token check
    omit 66c7cd2b4 Merge branch 'main' into feat-8017
    omit 13011ea45 feat(blueprint): add new api to check connection tokens 
(#8102)
    omit d52d4c72b feat: add connection token check before collect data
    omit 31d5bc9f5 Merge branch 'dev-1' into feat-8017
    omit 564b163c8 fix(project): update check project api doc
    omit ed483e750 Dev 1 (#8101)
    omit 2e8a20fae fix(project): update project check api doc
    omit 8fd313448 fix(project): fix api doc
    omit 7358588ec Dev 1 (#8100)
    omit c446aa372 Merge remote-tracking branch 'origin/feat-8017' into dev-1
    omit 3c3f2f266 feat(project): update token check API response
    omit fa6c764d9 feat(project): add token check result in project check API 
(#8099)
    omit 86e2cbce1 feat(project): add token check result in project check API
    omit 0570677f1 Merge branch 'main' into feat-8017
    omit 49caa2af1 feat: check pipelines' tokens before executing/creating 
pipeline (#8055)
     add f3b134bee Add missing URL (#8097)
     add 323b98e66 feat: improve performance of the 
listing-scope-config-projects-and-scopes (#8104)
     add fb0dd2e87 feat: dora config (#8103)
     new 6e45e9d7d feat: check pipelines' tokens before executing/creating 
pipeline (#8055)
     new 168809cbc feat(project): add token check result in project check API 
(#8099)
     new 031db5b2f Dev 1 (#8100)
     new 2c0b3f5cd Dev 1 (#8101)
     new c8296a8c0 fix(project): update check project api doc
     new f8b4efc4d feat: add connection token check before collect data
     new 626db747c feat(blueprint): add new api to check connection tokens 
(#8102)
     new 288be5004 fix: adjust the api for connections token check
     new 74e0baf54 fix: data scope search cannot select

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d7b1760cb)
            \
             N -- N -- N   refs/heads/feat-8017 (74e0baf54)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 9 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:
 .../core/models/domainlayer/devops/cicd_task.go    |  10 +
 .../helpers/pluginhelper/api/enrich_with_regex.go  |  53 +-
 backend/helpers/pluginhelper/api/pagenation.go     |  24 +
 .../srvhelper/scope_config_service_helper.go       | 102 ++--
 backend/plugins/bamboo/api/connection_api.go       | 127 +++++
 backend/plugins/bamboo/e2e/deploy_build_test.go    |  12 +-
 backend/plugins/bamboo/e2e/job_build_test.go       |  11 +-
 backend/plugins/bamboo/e2e/job_test.go             |   7 +-
 .../plugins/bamboo/e2e/plan_build_commits_test.go  |   8 +-
 backend/plugins/bamboo/e2e/plan_build_test.go      |  12 +-
 .../e2e/snapshot_tables/cicd_deployments.csv       |  28 +-
 backend/plugins/bamboo/impl/impl.go                |  33 +-
 .../20240906_add_env_name_list_to_scope_config.go} |  24 +-
 .../bamboo/models/migrationscripts/register.go     |   1 +
 backend/plugins/bamboo/models/scope_config.go      |   5 +-
 .../deploy_build_to_deployment_commit_convertor.go |   6 +-
 .../tasks/deploy_build_to_deployment_convertor.go  |   2 +-
 .../plugins/bamboo/tasks/job_build_extractor.go    |   6 +-
 .../plugins/bamboo/tasks/plan_build_convertor.go   |   2 +-
 .../plugins/bamboo/tasks/plan_build_extractor.go   |   9 +-
 backend/plugins/bamboo/tasks/plan_convertor.go     |   5 +-
 backend/plugins/bamboo/tasks/shared.go             |   2 +-
 backend/plugins/bamboo/tasks/shared_test.go        |   2 +-
 backend/plugins/bitbucket/api/connection_api.go    |  98 ++++
 backend/plugins/bitbucket/e2e/deployments_test.go  |   7 +-
 .../plugins/bitbucket/e2e/pipeline_steps_test.go   |   8 +-
 backend/plugins/bitbucket/e2e/pipelines_test.go    |   8 +-
 backend/plugins/bitbucket/impl/impl.go             |  15 +-
 backend/plugins/bitbucket/models/scope_config.go   |   4 +-
 .../plugins/bitbucket/tasks/pipeline_extractor.go  |   6 +-
 .../bitbucket/tasks/pipeline_steps_extractor.go    |   6 +-
 backend/plugins/circleci/api/connection_api.go     |  96 ++++
 backend/plugins/circleci/e2e/job_test.go           |   7 +-
 backend/plugins/circleci/e2e/workflow_test.go      |   7 +-
 backend/plugins/circleci/impl/impl.go              |  15 +-
 backend/plugins/circleci/models/scope_config.go    |   4 +-
 backend/plugins/circleci/tasks/job_converter.go    |   6 +-
 .../plugins/circleci/tasks/workflow_converter.go   |   6 +-
 backend/plugins/github/api/connection_api.go       | 123 +++++
 backend/plugins/github/e2e/cicd_job_test.go        |   6 +
 backend/plugins/github/e2e/cicd_run_test.go        |   6 +
 backend/plugins/github/impl/impl.go                |  29 +-
 .../20240906_add_env_name_list_to_scope_config.go} |  24 +-
 .../github/models/migrationscripts/register.go     |   1 +
 backend/plugins/github/models/scope_config.go      |   5 +-
 backend/plugins/github/tasks/cicd_job_extractor.go |   7 +-
 backend/plugins/github/tasks/cicd_run_extractor.go |   6 +-
 backend/plugins/github_graphql/impl/impl.go        |  25 +-
 .../github_graphql/tasks/deployment_convertor.go   |   3 +-
 .../plugins/github_graphql/tasks/job_extractor.go  |   6 +-
 backend/plugins/gitlab/api/connection_api.go       | 124 +++++
 backend/plugins/gitlab/e2e/job_test.go             |   7 +-
 backend/plugins/gitlab/impl/impl.go                |  29 +-
 .../20240906_add_env_name_list_to_scope_config.go} |  24 +-
 .../gitlab/models/migrationscripts/register.go     |   1 +
 backend/plugins/gitlab/models/scope_config.go      |   5 +-
 .../plugins/gitlab/tasks/deployment_convertor.go   |   2 +-
 backend/plugins/gitlab/tasks/job_convertor.go      |   7 +-
 .../gitlab/tasks/pipeline_detail_extractor.go      |   6 +-
 backend/plugins/jenkins/api/connection_api.go      |  96 ++++
 backend/plugins/jenkins/e2e/builds_test.go         |   2 +-
 .../cicd_pipeline_commits_multibranch.csv          |  26 +-
 .../jenkins/e2e/snapshot_tables/cicd_pipelines.csv |  26 +-
 .../snapshot_tables/cicd_pipelines_multibranch.csv |  32 +-
 .../jenkins/e2e/snapshot_tables/cicd_tasks.csv     |  24 +-
 .../snapshot_tables/cicd_tasks_after_stages.csv    |   4 +-
 .../cicd_tasks_after_stages_no_prod_regex.csv      |  28 +-
 .../e2e/snapshot_tables/cicd_tasks_multibranch.csv |   6 +-
 .../snapshot_tables/cicd_tasks_no_prod_regex.csv   |  24 +-
 backend/plugins/jenkins/e2e/stages_test.go         |   1 +
 backend/plugins/jenkins/impl/impl.go               |  22 +-
 backend/plugins/jenkins/models/build.go            |  20 +-
 .../20240911_add_url_for_builds.go}                |  24 +-
 .../jenkins/models/migrationscripts/register.go    |   1 +
 backend/plugins/jenkins/models/response.go         |   1 +
 backend/plugins/jenkins/models/scope_config.go     |   4 +-
 .../plugins/jenkins/tasks/build_cicd_convertor.go  |  12 +-
 backend/plugins/jenkins/tasks/build_collector.go   |   2 +-
 backend/plugins/jenkins/tasks/build_extractor.go   |   1 +
 backend/plugins/jenkins/tasks/stage_convertor.go   |   6 +-
 .../services/remote/plugin/connection_api.go       |  89 +++-
 .../server/services/remote/plugin/default_api.go   |   3 +
 config-ui/package.json                             |   6 +-
 config-ui/src/api/scope-config/index.ts            |  18 +-
 config-ui/src/api/scope-config/types.ts            |   5 +
 config-ui/src/components/index.ts                  |   1 +
 .../components/{tip-layout => show-more}/index.tsx |  31 +-
 .../components/check-matched-items/index.tsx       | 115 +++++
 .../components/data-scope-remote/search-local.tsx  | 141 +++---
 .../components/data-scope-remote/search-remote.tsx |   8 +-
 .../plugins/components/data-scope-select/index.tsx |  26 +-
 .../src/plugins/components/deployments/index.tsx   | 109 ++++
 config-ui/src/plugins/components/index.ts          |   2 +
 .../plugins/components/scope-config-form/index.tsx |  28 +-
 .../register/azure/assets/workflow-run.jpeg        | Bin 0 -> 149316 bytes
 config-ui/src/plugins/register/azure/config.tsx    |   2 -
 .../src/plugins/register/azure/transformation.tsx  |  30 +-
 .../src/plugins/register/azure/workflow-run.tsx    |  98 ++++
 .../register/bamboo/assets/workflow-run.jpeg       | Bin 0 -> 113157 bytes
 config-ui/src/plugins/register/bamboo/config.tsx   |   6 +-
 .../src/plugins/register/bamboo/transformation.tsx | 120 +++--
 .../src/plugins/register/bamboo/workflow-run.tsx   |  94 ++++
 .../register/bitbucket/assets/workflow-run-1.jpeg  | Bin 0 -> 71873 bytes
 .../register/bitbucket/assets/workflow-run-2.jpeg  | Bin 0 -> 52643 bytes
 .../src/plugins/register/bitbucket/config.tsx      |   2 -
 .../plugins/register/bitbucket/transformation.tsx  | 107 ++--
 .../plugins/register/bitbucket/workflow-run.tsx    | 104 ++++
 .../register/circleci/assets/workflow-run.jpeg     | Bin 0 -> 197685 bytes
 config-ui/src/plugins/register/circleci/config.tsx |   5 +-
 .../plugins/register/circleci/transformation.tsx   |  41 +-
 .../src/plugins/register/circleci/workflow-run.tsx |  97 ++++
 .../register/github/assets/workflow-run.jpeg       | Bin 0 -> 189484 bytes
 config-ui/src/plugins/register/github/config.tsx   |   3 -
 .../src/plugins/register/github/transformation.tsx | 129 +++--
 .../src/plugins/register/github/workflow-run.tsx   | 103 ++++
 .../register/gitlab/assets/workflow-run.jpeg       | Bin 0 -> 193279 bytes
 config-ui/src/plugins/register/gitlab/config.tsx   |   6 +-
 .../src/plugins/register/gitlab/transformation.tsx | 131 +++--
 .../src/plugins/register/gitlab/workflow-run.tsx   | 100 ++++
 .../register/jenkins/assets/workflow-run.jpeg      | Bin 0 -> 238201 bytes
 config-ui/src/plugins/register/jenkins/config.tsx  |   5 +-
 .../plugins/register/jenkins/transformation.tsx    |  35 +-
 .../src/plugins/register/jenkins/workflow-run.tsx  |  97 ++++
 config-ui/src/release/stable.ts                    |   1 +
 config-ui/yarn.lock                                | 560 ++++++++++++---------
 125 files changed, 3139 insertions(+), 911 deletions(-)
 copy 
backend/{core/models/migrationscripts/20231208_add_commit_msg_to_cicd_pipeline_commits.go
 => 
plugins/bamboo/models/migrationscripts/20240906_add_env_name_list_to_scope_config.go}
 (60%)
 copy 
backend/{core/models/migrationscripts/20231208_add_commit_msg_to_cicd_pipeline_commits.go
 => 
plugins/github/models/migrationscripts/20240906_add_env_name_list_to_scope_config.go}
 (60%)
 copy 
backend/{core/models/migrationscripts/20231208_add_commit_msg_to_cicd_pipeline_commits.go
 => 
plugins/gitlab/models/migrationscripts/20240906_add_env_name_list_to_scope_config.go}
 (60%)
 copy backend/plugins/{tapd/models/migrationscripts/20230330_delete_issue.go => 
jenkins/models/migrationscripts/20240911_add_url_for_builds.go} (69%)
 copy config-ui/src/components/{tip-layout => show-more}/index.tsx (57%)
 create mode 100644 
config-ui/src/plugins/components/check-matched-items/index.tsx
 create mode 100644 config-ui/src/plugins/components/deployments/index.tsx
 create mode 100644 
config-ui/src/plugins/register/azure/assets/workflow-run.jpeg
 create mode 100644 config-ui/src/plugins/register/azure/workflow-run.tsx
 create mode 100644 
config-ui/src/plugins/register/bamboo/assets/workflow-run.jpeg
 create mode 100644 config-ui/src/plugins/register/bamboo/workflow-run.tsx
 create mode 100644 
config-ui/src/plugins/register/bitbucket/assets/workflow-run-1.jpeg
 create mode 100644 
config-ui/src/plugins/register/bitbucket/assets/workflow-run-2.jpeg
 create mode 100644 config-ui/src/plugins/register/bitbucket/workflow-run.tsx
 create mode 100644 
config-ui/src/plugins/register/circleci/assets/workflow-run.jpeg
 create mode 100644 config-ui/src/plugins/register/circleci/workflow-run.tsx
 create mode 100644 
config-ui/src/plugins/register/github/assets/workflow-run.jpeg
 create mode 100644 config-ui/src/plugins/register/github/workflow-run.tsx
 create mode 100644 
config-ui/src/plugins/register/gitlab/assets/workflow-run.jpeg
 create mode 100644 config-ui/src/plugins/register/gitlab/workflow-run.tsx
 create mode 100644 
config-ui/src/plugins/register/jenkins/assets/workflow-run.jpeg
 create mode 100644 config-ui/src/plugins/register/jenkins/workflow-run.tsx

Reply via email to