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

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


 discard 1855998df feat(config-ui): integrate external code
     add f59fdb669 fix: jenkins stages durationMillis<0 (#6462) (#6464)
     add 72589d09d fix(config-ui): show error when initializing connection 
error (#6471) (#6473)
     add e898601f9 cherry pick #6472 fix(webhook): add migration script when 
webhooks have no API keys to v0.20 (#6479)
     add 81d37b24d fix: syntax error near unexpected token & (#6458) (#6485)
     add 560e414a3 fix(pipeline): fix potiential panic (#6486)
     add 860ad14d2 fix(config-ui): style error for connection name (#6482)
     add 20bbdb866 fix(bamboo): update tool layer table 
`_tool_bamboo_plan_build_commits`'s schema (#6490)
     new e885a0b2c feat(config-ui): integrate external code

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   (1855998df)
            \
             N -- N -- N   refs/heads/next (e885a0b2c)

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 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:
 backend/core/runner/run_pipeline.go                |  11 +-
 .../20231121_add_missing_primary_key.go}           |  49 +++----
 .../bamboo/models/migrationscripts/register.go     |   1 +
 backend/plugins/jenkins/e2e/stages_test.go         |   4 -
 backend/plugins/jenkins/tasks/stage_convertor.go   |  11 +-
 .../migrationscripts/20231116_add_api_keys.go      | 163 +++++++++++++++++++++
 .../models/migrationscripts/archived/api_keys.go}  |  23 +--
 .../webhook/models/migrationscripts/register.go    |   1 +
 backend/scripts/build-plugins.sh                   |   2 +-
 config-ui/src/features/connections/slice.ts        |  10 ++
 config-ui/src/pages/blueprint/home/index.tsx       |  12 +-
 config-ui/src/pages/blueprint/home/styled.ts       |  16 --
 config-ui/src/pages/project/home/index.tsx         |  12 +-
 config-ui/src/pages/project/home/styled.ts         |  16 --
 config-ui/src/routes/layout/layout.tsx             |   9 +-
 15 files changed, 237 insertions(+), 103 deletions(-)
 copy backend/{core/models/migrationscripts/20220905_modfiy_cicd_pipeline.go => 
plugins/bamboo/models/migrationscripts/20231121_add_missing_primary_key.go} 
(53%)
 create mode 100644 
backend/plugins/webhook/models/migrationscripts/20231116_add_api_keys.go
 copy backend/{core/models/api_key.go => 
plugins/webhook/models/migrationscripts/archived/api_keys.go} (70%)

Reply via email to