You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by kl...@apache.org on 2023/05/18 07:04:20 UTC

[incubator-devlake-website] branch kwh-4121-external-grafana updated (e378a5ddfe -> edd4f20bba)

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

klesh pushed a change to branch kwh-4121-external-grafana
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


    omit e378a5ddfe docs: setup external grafana with docker-compose
    omit 38944526c0 fix: link checker always fails on imgur
     add 702d9f67f7 fix: link checker always fails on imgur (#530)
     add c2e1855788 Updated team page (#522)
     add b8dfaf90a2 fix: daily check didn't create issue (#531)
     add 7746b3264f docs: update the SQL examples in all metric docs (#524)
     add fd85cbfc65 Documentation for use external grafana (#529)
     add 499e4ea7c4 chore: rename docker-compose.yml to avoid misusage (#527)
     add ed60d4076c docs: fix broken link style (#525)
     add edd4f20bba docs: setup external grafana with docker-compose

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   (e378a5ddfe)
            \
             N -- N -- N   refs/heads/kwh-4121-external-grafana (edd4f20bba)

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.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/link-schedule.yaml               |  30 +--
 community/subscribe.md                             |   8 +-
 docs/DeveloperManuals/DeveloperSetup.md            |   2 +-
 docs/DeveloperManuals/E2E-Test-Guide.md            |   2 +-
 docs/GettingStarted/DockerComposeSetup.md          |   2 +-
 docs/GettingStarted/HelmSetup.md                   | 220 +++++++++++++--------
 docs/Metrics/CFR.md                                |  67 +++----
 docs/Metrics/DeploymentFrequency.md                |  60 +++---
 docs/Metrics/LeadTimeForChanges.md                 |  59 +++---
 docs/Metrics/MTTR.md                               |  57 +++---
 info/Team/committers.json                          |  23 ++-
 info/Team/contributors.json                        |  26 +++
 info/Team/ppmc.json                                |   7 +
 src/components/Team/Contributor.tsx                |   2 +-
 .../version-v0.16/GettingStarted/HelmSetup.md      | 193 +++++++++++-------
 .../version-v0.17/GettingStarted/HelmSetup.md      | 220 +++++++++++++--------
 16 files changed, 577 insertions(+), 401 deletions(-)