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

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


 discard 57eb015d5 feat: regex match nil value (#8051)
    omit 83ca7976b feat: adjust the github transformation cicd style
    omit 8fc961c69 fix: adjust the return value for api
    omit 686bd24a1 feat: gitlab dora config + bamboo fix (#8047)
    omit 5b1e78585 feat: bamboo dora config (#8045)
    omit b4269e591 fix: some style for github transformation cicd
    omit 9322b62f2 fix: check match items cannot iterable
    omit ff25db902 feat: bitbucket dora config (#8043)
    omit 4823bc6af feat: circleci dora config (#8038)
    omit 310a40e08 feat: jenkins dora config (#8033)
    omit 4fde19e1a fix: github dora config api (#8032)
    omit 76e89eece feat: adjust the part of github scope config cicd
    omit ff588b882 feat: github/graphql dora config and adjust regex function 
(#8026)
     add b80340bf3 feat(plugins): restranformate without api client (#8034)
     add c7df6c831 feat(azuredevops): restranformate without api client (#8035) 
(#8039)
     add 6b21f49e4 feat(framwork): add custom project service (#8041)
     add 92d3d0f22 fix(project): update project's default sync policy (#8044)
     add 5da519b55 feat: adjust some content for github app (#8036)
     add 545e745e4 chore: use weekly to replace daily collect in blueprint 
(#8037)
     add a829b29d2 fix: updating jira storypoint field should refresh all 
records (#8048)
     add 058a951ce fix: some small adjustments (#8050)
     new 4c10d70cd feat: github/graphql dora config and adjust regex function 
(#8026)
     new 812d66d7b feat: adjust the part of github scope config cicd
     new 4566d7861 fix: github dora config api (#8032)
     new d69d22629 feat: jenkins dora config (#8033)
     new caa13daa5 feat: circleci dora config (#8038)
     new dd2612e9b feat: bitbucket dora config (#8043)
     new ced419484 fix: check match items cannot iterable
     new d849b122e fix: some style for github transformation cicd
     new 4bb34cc18 feat: bamboo dora config (#8045)
     new d48d019f4 feat: gitlab dora config + bamboo fix (#8047)
     new b91f01663 fix: adjust the return value for api
     new ecd8719c8 feat: adjust the github transformation cicd style
     new 64f51d665 feat: regex match nil value (#8051)

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   (57eb015d5)
            \
             N -- N -- N   refs/heads/feat-dora-config (64f51d665)

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 13 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:
 backend/plugins/ae/impl/impl.go                    | 11 ++-
 backend/plugins/azuredevops_go/impl/impl.go        | 11 ++-
 .../plugins/bamboo/e2e/plan_build_commits_test.go  |  1 +
 backend/plugins/bamboo/impl/impl.go                | 13 +++-
 .../plugins/bamboo/tasks/plan_commit_convertor.go  |  4 +-
 backend/plugins/bamboo/tasks/task_data.go          |  1 +
 backend/plugins/bitbucket/api/blueprint_v200.go    |  8 ++-
 backend/plugins/bitbucket/impl/impl.go             | 48 ++++++++-----
 .../plugins/bitbucket_server/api/blueprint_v200.go | 12 ++--
 backend/plugins/bitbucket_server/impl/impl.go      | 48 ++++++++-----
 backend/plugins/feishu/impl/impl.go                | 11 ++-
 backend/plugins/gitee/impl/impl.go                 | 11 ++-
 backend/plugins/icla/impl/impl.go                  | 11 ++-
 backend/plugins/jenkins/api/blueprint_v200.go      | 12 ++--
 backend/plugins/jenkins/impl/impl.go               | 39 ++++++-----
 backend/plugins/jira/api/blueprint_v200.go         | 12 ++--
 backend/plugins/jira/e2e/changelog_test.go         |  1 +
 .../plugins/jira/e2e/issue_relationship_test.go    |  1 +
 .../snapshot_tables/_tool_jira_server_infos.csv    |  2 +
 backend/plugins/jira/impl/impl.go                  | 59 ++++++++++------
 ...=> 20240910_add_table_tool_jira_server_info.go} | 16 ++---
 .../migrationscripts/archived/jira_server_info.go} | 26 +++----
 .../jira/models/migrationscripts/register.go       |  1 +
 backend/plugins/jira/models/response_type.go       |  7 +-
 backend/plugins/jira/tasks/account_collector.go    |  7 +-
 backend/plugins/jira/tasks/epic_collector.go       | 14 ++--
 .../jira/tasks/issue_changelog_collector.go        | 10 ++-
 .../jira/tasks/issue_changelog_extractor.go        |  8 ++-
 backend/plugins/jira/tasks/issue_collector.go      |  7 +-
 .../plugins/jira/tasks/issue_comment_collector.go  |  7 +-
 .../plugins/jira/tasks/issue_comment_extractor.go  |  7 +-
 backend/plugins/jira/tasks/issue_extractor.go      |  5 +-
 backend/plugins/jira/tasks/issue_type_collector.go |  7 +-
 backend/plugins/jira/tasks/shared.go               | 36 ++++++++++
 backend/plugins/jira/tasks/sprint_extractor.go     |  9 +--
 backend/plugins/jira/tasks/task_data.go            |  2 +-
 backend/plugins/opsgenie/impl/impl.go              | 21 +++---
 backend/plugins/pagerduty/impl/impl.go             | 21 +++---
 backend/plugins/slack/impl/impl.go                 | 11 ++-
 backend/plugins/sonarqube/api/blueprint_v200.go    | 12 ++--
 backend/plugins/sonarqube/impl/impl.go             | 40 ++++++-----
 backend/plugins/tapd/impl/impl.go                  | 13 ++--
 backend/plugins/teambition/impl/impl.go            | 11 ++-
 backend/plugins/trello/impl/impl.go                | 11 ++-
 backend/plugins/zentao/e2e/account_test.go         |  7 +-
 backend/plugins/zentao/e2e/bug_commits_test.go     |  3 +-
 backend/plugins/zentao/e2e/bug_test.go             |  1 +
 backend/plugins/zentao/e2e/changelog_test.go       |  9 +--
 backend/plugins/zentao/e2e/execution_test.go       |  3 +-
 backend/plugins/zentao/e2e/story_commits_test.go   |  3 +-
 backend/plugins/zentao/e2e/story_test.go           |  1 +
 backend/plugins/zentao/e2e/task_commits_test.go    |  3 +-
 backend/plugins/zentao/e2e/task_test.go            |  1 +
 backend/plugins/zentao/impl/impl.go                | 79 ++++++++++++++++------
 .../zentao/impl/impl_test.go}                      | 54 ++++++---------
 .../plugins/zentao/tasks/execution_convertor.go    |  9 +--
 backend/plugins/zentao/tasks/project_convertor.go  |  8 +--
 backend/plugins/zentao/tasks/shared.go             | 16 -----
 backend/plugins/zentao/tasks/shared_test.go        | 43 ------------
 backend/plugins/zentao/tasks/task_data.go          |  1 +
 backend/python/pydevlake/pydevlake/ipc.py          |  4 +-
 backend/python/pydevlake/pydevlake/plugin.py       | 50 +++++++-------
 backend/python/pydevlake/pydevlake/stream.py       |  4 ++
 .../python/pydevlake/pydevlake/testing/testing.py  | 20 +++---
 backend/server/api/api.go                          |  9 +--
 backend/server/services/init.go                    | 10 +--
 backend/server/services/project.go                 | 14 +++-
 .../services/remote/plugin/plugin_extensions.go    |  2 +-
 config-ui/Dockerfile                               |  1 +
 .../components/connection-form/fields/endpoint.tsx |  2 +-
 .../github/connection-fields/authentication.tsx    |  6 +-
 .../github/connection-fields/githubapp.tsx         |  7 +-
 .../components/add-connection-dialog/index.tsx     |  4 +-
 .../blueprint/detail/configuration-panel.tsx       |  5 +-
 config-ui/src/routes/blueprint/home/index.tsx      |  2 +-
 config-ui/src/routes/project/layout/index.tsx      |  4 +-
 76 files changed, 605 insertions(+), 405 deletions(-)
 create mode 100644 
backend/plugins/jira/e2e/snapshot_tables/_tool_jira_server_infos.csv
 copy 
backend/plugins/jira/models/migrationscripts/{20240710_add_issue_field_table.go 
=> 20240910_add_table_tool_jira_server_info.go} (72%)
 copy backend/{core/models/migrationscripts/archived/account.go => 
plugins/jira/models/migrationscripts/archived/jira_server_info.go} (57%)
 copy backend/{helpers/pluginhelper/subtaskmeta/sorter/utils_test.go => 
plugins/zentao/impl/impl_test.go} (56%)

Reply via email to