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 b4ba77d3c fix: jenkins can not get scope config (#8080)
omit 07aab3b20 fix: error default value in deployment
omit d7f8070fd fix: cannot check in bitbucket cicd
omit dfaf6c192 fix: remove default value about jenkins cicd
omit 0a0190ec7 fix: not reset state in check matched items
omit db8a442eb feat: improve the bamboo transformation cicd configuration
omit 858f5cc73 fix: update bamboo/bitbuctet/jenkins trans-to-deployment
scope config… (#8065)
omit 207e857a3 fix: update gitlab trans-to-deployment scope config to
pointer (#8062)
omit 10c73401f fix: update github trans-to-deployment scope config to
pointer (#8060)
omit 39ee2abe0 feat: improve the circleci transformation cicd configuration
omit da4f82382 feat: improve the azuredevops transformation cicd
configuration
omit 95fb54e88 feat: improve the bitbucket transformation cicd configuration
omit 15ce075ea feat: imporve the gitlab transformation cicd configuration
omit dc20d9af0 feat: imporve the jenkins transformation cicd configuration
omit 51a7242f1 refactor: use ShowMore component in github transformation
omit ef3fecbd8 feat: add a new component ShowMore
omit 2b3251371 fix: adjust the deploymentPattern and productionPattern
default value
omit d78527f28 fix: some bugs for dora config
omit d6a0bdb39 fix: prod match when is nil (#8056)
omit fcb46f23a feat: azure dora config (#8053)
omit 410f42a23 fix: return values (#8052)
omit a938ff9bb feat: add github workflow run guideline
omit 48e9170af fix: check match items total logic error
omit 81738dbf5 chore: upgrade antd and @ant-design/icons
omit ab50c2e49 fix: useCustom just defined onece
omit 5a0b36eb6 fix: check match items total
omit d08df321a feat: regex match nil value (#8051)
omit 03bf73e24 feat: adjust the github transformation cicd style
omit 07bccbd8c fix: adjust the return value for api
omit 89cdf9ab5 feat: gitlab dora config + bamboo fix (#8047)
omit 4a467f5c7 feat: bamboo dora config (#8045)
omit 9f2b80219 fix: some style for github transformation cicd
omit 5045e1b8d fix: check match items cannot iterable
omit 7c83fd59e feat: bitbucket dora config (#8043)
omit e52a68c71 feat: circleci dora config (#8038)
omit 073d9e4a4 feat: jenkins dora config (#8033)
omit 04e5ab51b fix: github dora config api (#8032)
omit a3de2acfc feat: adjust the part of github scope config cicd
omit 4005cd65d feat: github/graphql dora config and adjust regex function
(#8026)
add a62059516 fix: dispaly < 1m when duration less than 1m (#8078)
add 230e1f5db fix: set status to done when onboard tour close (#8079)
add cef7f773f fix(project): project cannot be deleted when its pipelines
are not finished (#8081)
new eeacbe7f6 feat: github/graphql dora config and adjust regex function
(#8026)
new cc8c67335 feat: adjust the part of github scope config cicd
new d1d3870b7 fix: github dora config api (#8032)
new 2d9e8f696 feat: jenkins dora config (#8033)
new 157f2b88b feat: circleci dora config (#8038)
new 885c5993f feat: bitbucket dora config (#8043)
new 2f9f81685 fix: check match items cannot iterable
new 648f7f453 fix: some style for github transformation cicd
new 878e8b7b5 feat: bamboo dora config (#8045)
new 133517f1c feat: gitlab dora config + bamboo fix (#8047)
new bca5af8fd fix: adjust the return value for api
new 12cff47bf feat: adjust the github transformation cicd style
new 252ded968 feat: regex match nil value (#8051)
new 7fefb94c9 fix: check match items total
new 9ab66a933 fix: useCustom just defined onece
new ba97906b3 chore: upgrade antd and @ant-design/icons
new 80ae2057c fix: check match items total logic error
new 4015d652d feat: add github workflow run guideline
new c303253ac fix: return values (#8052)
new 8199d473f feat: azure dora config (#8053)
new eb393bbda fix: prod match when is nil (#8056)
new b0559babc fix: some bugs for dora config
new da3b5ddfe fix: adjust the deploymentPattern and productionPattern
default value
new a57577518 feat: add a new component ShowMore
new ceff1bcbe refactor: use ShowMore component in github transformation
new 83cf95e5b feat: imporve the jenkins transformation cicd configuration
new 9654785cb feat: imporve the gitlab transformation cicd configuration
new 3b736c4cc feat: improve the bitbucket transformation cicd configuration
new 34ed1deaf feat: improve the azuredevops transformation cicd
configuration
new 10aa95973 feat: improve the circleci transformation cicd configuration
new cc0c39b5e fix: update github trans-to-deployment scope config to
pointer (#8060)
new d98611357 fix: update gitlab trans-to-deployment scope config to
pointer (#8062)
new 82e325e41 fix: update bamboo/bitbuctet/jenkins trans-to-deployment
scope config… (#8065)
new b2867254e feat: improve the bamboo transformation cicd configuration
new e0e14423c fix: not reset state in check matched items
new 50e20ff61 fix: remove default value about jenkins cicd
new 9553d616d fix: cannot check in bitbucket cicd
new 7d40909e3 fix: error default value in deployment
new 111140394 fix: jenkins can not get scope config (#8080)
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 (b4ba77d3c)
\
N -- N -- N refs/heads/feat-dora-config (111140394)
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 39 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/models/task.go | 5 +++-
backend/server/services/blueprint.go | 7 +++++
backend/server/services/project.go | 34 ++++++++++++++++++++++
config-ui/src/index.css | 5 ++++
config-ui/src/routes/onboard/components/tour.tsx | 7 +++--
.../src/routes/pipeline/components/duration.tsx | 2 +-
6 files changed, 55 insertions(+), 5 deletions(-)