From a3dbab1ba2030fdb6c275181fea1820fb5cbbe61 Mon Sep 17 00:00:00 2001 From: dprats Date: Fri, 3 Sep 2021 16:00:21 -0700 Subject: [PATCH 1/3] remove names and emails --- docs/design/user_profiles.adoc | 6 +++--- docs/design/webcrypto-design.adoc | 2 +- docs/process/release.adoc | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/design/user_profiles.adoc b/docs/design/user_profiles.adoc index 4e5909f016..8a5eeb0589 100644 --- a/docs/design/user_profiles.adoc +++ b/docs/design/user_profiles.adoc @@ -47,7 +47,7 @@ This design answers the following questions: //// -- [ ] SDK: Hans, Stanley, Bjoern +- [ ] SDK: == Background @@ -535,8 +535,8 @@ N/A. How will this feature be documented? Which people need to be involved? //// -Critical Stake-holders: Lisa, Alexa -Stake-holders: Stanley, Eftychis +Critical Stake-holders: +Stake-holders: Interested Parties: (feel free to add your name) This feature should be split into smaller passes and documented diff --git a/docs/design/webcrypto-design.adoc b/docs/design/webcrypto-design.adoc index e4471f54d0..2d030bed21 100644 --- a/docs/design/webcrypto-design.adoc +++ b/docs/design/webcrypto-design.adoc @@ -257,7 +257,7 @@ Thus, an add_key initial request to a canister must include: ==== UX above Authorization -Principal Stakeholder/Designer: Stanley +Principal Stakeholder/Designer: In this section we briefly discuss about how to exchange certificate signing requests and certificates themselves between the two devices. diff --git a/docs/process/release.adoc b/docs/process/release.adoc index 4b574f87a5..72dc95f4c8 100644 --- a/docs/process/release.adoc +++ b/docs/process/release.adoc @@ -41,7 +41,7 @@ NOTE: If you are installing Nix for the first time, building the cache can take If you don't have an account, you can go to the link:https://www.npmjs.com/[NPMJS] website and click *Sign Up* to create one using your `firstname.lastname@dfinity.org` email address. + You will need to verify your email address to complete the registration process. -For your account to be added to the `dfinity` organization, contact Hans or Stanley. +For your account to be added to the `dfinity` organization, contact IT === Preliminary validation From 12cdb93bdf156ba62224252f55d2e7afb2fb9e74 Mon Sep 17 00:00:00 2001 From: dprats Date: Fri, 3 Sep 2021 16:02:43 -0700 Subject: [PATCH 2/3] remove names --- docs/design/user_profiles.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/design/user_profiles.adoc b/docs/design/user_profiles.adoc index 8a5eeb0589..38329403a8 100644 --- a/docs/design/user_profiles.adoc +++ b/docs/design/user_profiles.adoc @@ -2,7 +2,6 @@ :toc2: // Author field: -Eftychios Theodorakis v0.1, 2020-03-24 From b738b3a5e6ca906cb7a1fc33f710b4ea45f6aa35 Mon Sep 17 00:00:00 2001 From: dprats Date: Fri, 3 Sep 2021 16:04:46 -0700 Subject: [PATCH 3/3] remove names 2 --- .github/PULL_REQUEST_TEMPLATE/design_document.md | 11 ----------- docs/design/_template.adoc | 2 +- docs/design/asset-canister.adoc | 1 - docs/design/mercury-auth-design.adoc | 7 +++---- docs/design/multi-repo-integration.adoc | 2 +- docs/design/webcrypto-design.adoc | 2 -- docs/specification/dfx-installation-distribution.adoc | 1 - docs/specification/version-management.adoc | 1 - renovate.json | 3 +-- 9 files changed, 6 insertions(+), 24 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/design_document.md b/.github/PULL_REQUEST_TEMPLATE/design_document.md index 37414875fe..b7ac27dd0b 100644 --- a/.github/PULL_REQUEST_TEMPLATE/design_document.md +++ b/.github/PULL_REQUEST_TEMPLATE/design_document.md @@ -13,14 +13,3 @@ docs: DESIGN DOC TEMPLATE PLEASE FILL IN >>>>>>> TODO: MAKE SURE EVERYONE IN THIS SECTION REMAINING BE INCLUDED AS REVIEWERS >>>>>>> NOT EVERYONE IS NEEDED. LEAVE THOSE NEEDED. - -- [ ] Consensus: Paul Liu -- [ ] P2P: Hassen -- [ ] Execution Environment: Akhi -- [ ] Message Routing: Roman -- [ ] Infrastructure: TBD/Maria -- [ ] ORT: John -- [ ] Crypto: Maria -- [ ] SDK: Hans -- [ ] Wasm: Maciej -- [ ] Documentation: Lisa diff --git a/docs/design/_template.adoc b/docs/design/_template.adoc index 76d9d7f2e4..6ac917317b 100644 --- a/docs/design/_template.adoc +++ b/docs/design/_template.adoc @@ -1,6 +1,6 @@ = FeatureTemplate Design Doc // Author field: -Hans Larsen +Jonh Smith v0.1, 2020-01-01 :draft: :toc: diff --git a/docs/design/asset-canister.adoc b/docs/design/asset-canister.adoc index 32b65cf415..c29fbd1907 100644 --- a/docs/design/asset-canister.adoc +++ b/docs/design/asset-canister.adoc @@ -1,6 +1,5 @@ = FeatureTemplate Design Doc // Author field: -Eric Swanson v0.1, 2021-02-03 :draft: :toc: diff --git a/docs/design/mercury-auth-design.adoc b/docs/design/mercury-auth-design.adoc index c815f44d88..b5364eb84c 100644 --- a/docs/design/mercury-auth-design.adoc +++ b/docs/design/mercury-auth-design.adoc @@ -1,6 +1,5 @@ = Mercury Request Authentication Design Doc // Author field: -Bjoern Tackmann v0.1, 2020-10-20 :draft: :toc: @@ -64,7 +63,7 @@ After the authorization is complete, the user interacts with the canister using When a user interacts with a canister on a device where they used the same canister before, the front page shows an option to "sign in". When the user selects this option, the user interacts with the canister using the IC identity. -TODO: Ben, can you add something about the expected developer experience? +TODO: can you add something about the expected developer experience? == Prior Art @@ -241,7 +240,7 @@ pub fn confabulate(spline: &mut [&Spline], polarity: bool) -> Result<(), Error> It's important to avoid implementations here and speak in general terms. //// -TODO: Ben, can you fill this in? +TODO: can you fill this in? === Prototype //// @@ -342,7 +341,7 @@ How will this feature be documented? Which people need to be involved? The interaction between agent and IC, including the exact formats, is documented in the https://docs.dfinity.systems/dfinity/spec/public/index.html[public spec]. -TODO: Ben, how will we document the new authentication library for developers? +TODO: how will we document the new authentication library for developers? TODO: We certainly have to put up documentation explaining the master key and the identity manager to end users. diff --git a/docs/design/multi-repo-integration.adoc b/docs/design/multi-repo-integration.adoc index a0d44329be..9d88c80087 100644 --- a/docs/design/multi-repo-integration.adoc +++ b/docs/design/multi-repo-integration.adoc @@ -1,6 +1,6 @@ = SDK Multi Repo Integration // Author field: -Hans Larsen +John User v0.1, 2020-01-01 :draft: :toc: diff --git a/docs/design/webcrypto-design.adoc b/docs/design/webcrypto-design.adoc index 2d030bed21..e2caf60dd3 100644 --- a/docs/design/webcrypto-design.adoc +++ b/docs/design/webcrypto-design.adoc @@ -1,7 +1,5 @@ = Web Crypto Design Doc // Author field: -Eftychis -Bjoern v0.1, 2020-04-15 :draft: :toc: diff --git a/docs/specification/dfx-installation-distribution.adoc b/docs/specification/dfx-installation-distribution.adoc index b1a29552f9..359dae18c9 100644 --- a/docs/specification/dfx-installation-distribution.adoc +++ b/docs/specification/dfx-installation-distribution.adoc @@ -1,5 +1,4 @@ = DFX Distribution and Installation -Hans Larsen v0.1, 2019-09-25 :draft: :toc: diff --git a/docs/specification/version-management.adoc b/docs/specification/version-management.adoc index aec941dd8c..a5e813ac8a 100644 --- a/docs/specification/version-management.adoc +++ b/docs/specification/version-management.adoc @@ -1,5 +1,4 @@ = SDK Versioning And Cache Management -Hans Larsen v0.1, 2019-08-29 -- DRAFT diff --git a/renovate.json b/renovate.json index cfbb184d90..0850b9a63b 100644 --- a/renovate.json +++ b/renovate.json @@ -3,8 +3,7 @@ "config:base" ], "assignees": [ - "eftychis", - "hansl" + ], "automerge": false, "schedule": [