From 08a3bcf0f2b3d31a59e507ee7bb64de150e2893f Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Mon, 7 Dec 2020 18:58:45 +1000 Subject: [PATCH] Switch write-good to upstream hook - Upstream PR [1.] is merged fixes issues with the write-good npm dependencies. - Update inventory page for DENT project - Acumos sonar is mmoved to sonarcloud.io. - Update dead links. Issue: RELENG-3257 [1.] https://github.com/btford/write-good/pull/126 Change-Id: I233f645195dcf0964effae1176ca3956d4c53380 Signed-off-by: Anil Belur --- .pre-commit-config.yaml | 10 +++------- docs/infra/inventory.rst | 16 ++++++++++++++-- docs/ssh.rst | 2 +- 3 files changed, 18 insertions(+), 10 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7946d34..7038de5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,14 +39,10 @@ repos: hooks: - id: pydocstyle - - repo: local + + - repo: https://github.com/btford/write-good + rev: v1.0.4 hooks: - # TODO: Switch to upstream hook when https://github.com/btford/write-good/pull/119 is merged. - id: write-good - name: write-good - description: Check docs for English prose with write-good - entry: write-good - language: node files: "\\.(rst|md|markdown|mdown|mkdn)$" - additional_dependencies: ["write-good"] exclude: docs/infra/gerrit.rst|docs/best-practices.rst diff --git a/docs/infra/inventory.rst b/docs/infra/inventory.rst index 430acdd..fd0f2c0 100644 --- a/docs/infra/inventory.rst +++ b/docs/infra/inventory.rst @@ -29,8 +29,7 @@ Inventory - https://nexus.acumos.org - https://nexus3.acumos.org - https://logs.acumos.org - - | https://sonar.acumos.org - | https://sonarcloud.io/organizations/acumos/projects + - https://sonarcloud.io/organizations/acumos/projects - https://lfanalytics.io/projects/lfai%2Facumos/dashboard - `Acumos Jenkins `_ @@ -71,6 +70,19 @@ Inventory - https://lfanalytics.io/projects/academy-software-foundation - N/A + * - DENT + - https://github.com/orgs/dentproject + - | https://jenkins.dent.dev + | https://jenkins.dent.dev/sandbox + - N/A + - N/A + - https://nexus.dent.dev + - N/A + - https://logs.dent.dev/logs + - N/A + - https://lfanalytics.io/projects/dent/dashboard + - N/A + * - EdgeX - https://github.com/edgexfoundry - | https://jenkins.edgexfoundry.org diff --git a/docs/ssh.rst b/docs/ssh.rst index abdf164..8a74b1a 100644 --- a/docs/ssh.rst +++ b/docs/ssh.rst @@ -85,7 +85,7 @@ You can use an existing key if you'd like, but creating a new key per service is cd ~/.ssh - If you see "No such file or directory", then there aren't any existing keys and you'll need to create a new one. Go to `Generate a new SSH key`._ you can also refer to https://help.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent. + If you see "No such file or directory", then there aren't any existing keys and you'll need to create a new one. Go to `Generate a new SSH key`._ you can also refer to https://docs.github.com/en/enterprise/2.16/user/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent. Check to see if you have a key already: -- 2.16.6