This is an automated email from the ASF dual-hosted git repository.
klesh pushed a change to branch kw-gitcli-clone-errlog
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
discard fc57f95c5 fix: git cli clone using the wrong err for the `start`
function
omit 7a3d5237d fix: linting
omit 446ba1ee5 feat: gitextactor support timeAfter and skipping cloning
blobs
add e96cc79c0 refactor: remove connection name from plugins (#7270)
add b21acffc6 feat: adjust the welcome page for onboard (#7269)
add 02afdd51c feat: polish work logs dashboard (#7273)
add 74f86231c fix: soc2 upgrade (#7272)
add d8a277a36 feat: gitextactor support `timeAfter` and skipping cloning
blobs (#7278)
add 540e1dde4 fix: improve DORA drilldown dashboards (#7279)
new 0ef50fb4c fix: git cli clone using the wrong err for the `start`
function
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 (fc57f95c5)
\
N -- N -- N refs/heads/kw-gitcli-clone-errlog (0ef50fb4c)
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/go.mod | 36 +--
backend/go.sum | 272 +++------------------
backend/python/plugins/azuredevops/poetry.lock | 10 +-
backend/python/pydevlake/poetry.lock | 8 +-
backend/python/test/fakeplugin/poetry.lock | 8 +-
.../plugins/components/connection-name/index.tsx | 58 -----
config-ui/src/plugins/components/index.ts | 1 -
config-ui/src/routes/onboard/index.tsx | 11 +-
config-ui/src/routes/onboard/step-0.tsx | 75 +++---
grafana/Dockerfile | 3 +-
.../dashboards/DORADetails-ChangeFailureRate.json | 18 +-
.../DORADetails-DeploymentFrequency.json | 33 +--
.../DORADetails-FailedDeploymentRecoveryTime.json | 36 +--
.../dashboards/DORADetails-LeadTimeforChanges.json | 31 ++-
.../DORADetails-TimetoRestoreService.json | 10 +-
grafana/dashboards/WorkLogs.json | 142 ++++-------
16 files changed, 214 insertions(+), 538 deletions(-)
delete mode 100644 config-ui/src/plugins/components/connection-name/index.tsx