From 71b6cbc817a6deb8e8f315bc6923e292a1b91ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Mon, 19 Feb 2024 10:27:06 +0100 Subject: [PATCH] link users in adr (#8480) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- docs/ocis/adr/0001-introduce-accounts-service.md | 2 +- docs/ocis/adr/0002-persist-accounts-using-cs3-storage.md | 2 +- docs/ocis/adr/0003-external-user-management.md | 2 +- docs/ocis/adr/0004-support-hot-migration.md | 2 +- docs/ocis/adr/0005-cs3-api-account-management.md | 2 +- docs/ocis/adr/0006-service-discovery.md | 2 +- docs/ocis/adr/0007-api-for-spaces.md | 2 +- docs/ocis/adr/0008-configuration.md | 2 +- docs/ocis/adr/0009-extension-template.md | 2 +- docs/ocis/adr/0010-policy-enforcement.md | 2 +- docs/ocis/adr/0011-global-url-format.md | 2 +- docs/ocis/adr/0012-tracing.md | 2 +- docs/ocis/adr/0013-locking.md | 2 +- docs/ocis/adr/0014-microservices-runtime.md | 2 +- docs/ocis/adr/0015-events.md | 2 +- docs/ocis/adr/0016-files-metadata.md | 2 +- docs/ocis/adr/0017-allow-read-only-external-user-management.md | 2 +- docs/ocis/adr/0018-file-search-api.md | 2 +- docs/ocis/adr/0019-file-search-index.md | 2 +- docs/ocis/adr/0020-file-search-query-language.md | 2 +- docs/ocis/adr/0021-service-accounts.md | 2 +- docs/ocis/adr/0022-sharing-and-space-management-api.md | 2 +- docs/ocis/adr/0023-index-and-store-metadata.md | 2 +- docs/ocis/adr/0024-msgpack-metadata.md | 2 +- docs/ocis/adr/0025-distributed-search-index.md | 2 +- docs/ocis/adr/0026-application-based-user-settings.md | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/docs/ocis/adr/0001-introduce-accounts-service.md b/docs/ocis/adr/0001-introduce-accounts-service.md index e9fae408da..8aca5b16c7 100644 --- a/docs/ocis/adr/0001-introduce-accounts-service.md +++ b/docs/ocis/adr/0001-introduce-accounts-service.md @@ -8,7 +8,7 @@ geekdocFilePath: 0001-introduce-accounts-service.md --- * Status: superseded by [ADR-0003]({{< ref "0003-external-user-management.md" >}}) -* Deciders: @butonic, @felixboehm, @micbar, @pmaier1 +* Deciders: [@butonic](https://github.com/butonic), [@felixboehm](https://github.com/felixboehm), [@micbar](https://github.com/micbar), [@pmaier1](https://github.com/pmaier1) * Date: [2020-06-15](https://github.com/owncloud/ocis-accounts/pull/34/commits/2fd05e2b6fe2a47c687bd0c0bc5e1b5c48a585b2) Technical Story: [persist accounts](https://github.com/owncloud/ocis-accounts/pull/34) diff --git a/docs/ocis/adr/0002-persist-accounts-using-cs3-storage.md b/docs/ocis/adr/0002-persist-accounts-using-cs3-storage.md index 7985f83d59..dfbe8b9f7b 100644 --- a/docs/ocis/adr/0002-persist-accounts-using-cs3-storage.md +++ b/docs/ocis/adr/0002-persist-accounts-using-cs3-storage.md @@ -8,7 +8,7 @@ geekdocFilePath: 0002-persist-accounts-using-cs3-storage.md --- * Status: accepted -* Deciders: @butonic, @felixboehm +* Deciders: [@butonic](https://github.com/butonic), [@felixboehm](https://github.com/felixboehm) * Date: 2020-08-21 Technical Story: [File system based indexing](https://github.com/owncloud/ocis-accounts/pull/92) diff --git a/docs/ocis/adr/0003-external-user-management.md b/docs/ocis/adr/0003-external-user-management.md index 7cdb66dda1..7d914500b0 100644 --- a/docs/ocis/adr/0003-external-user-management.md +++ b/docs/ocis/adr/0003-external-user-management.md @@ -8,7 +8,7 @@ geekdocFilePath: 0003-external-user-management.md --- * Status: superseded by [17. Allow read only external User Management]({{< ref "0017-allow-read-only-external-user-management.md" >}}) -* Deciders: @butonic, @micbar, @dragotin, @hodyroff, @pmaier1 +* Deciders: [@butonic](https://github.com/butonic), [@micbar](https://github.com/micbar), [@dragotin](https://github.com/dragotin), [@hodyroff](https://github.com/hodyroff), [@pmaier1](https://github.com/pmaier1) * Date: 2022-02-08 Technical Story: [Skip account-service by talking to CS3 user-api](https://github.com/owncloud/ocis/pull/1020) diff --git a/docs/ocis/adr/0004-support-hot-migration.md b/docs/ocis/adr/0004-support-hot-migration.md index 5cf4fcf3fe..ab1f7d4d65 100644 --- a/docs/ocis/adr/0004-support-hot-migration.md +++ b/docs/ocis/adr/0004-support-hot-migration.md @@ -8,7 +8,7 @@ geekdocFilePath: 0004-support-hot-migration.md --- * Status: proposed -* Deciders: @butonic, @micbar, @dragotin, @hodyroff, @pmaier1 +* Deciders: [@butonic](https://github.com/butonic), [@micbar](https://github.com/micbar), [@dragotin](https://github.com/dragotin), [@hodyroff](https://github.com/hodyroff), [@pmaier1](https://github.com/pmaier1) * Date: 2021-03-16 Technical Story: \[description | ticket/issue URL\] diff --git a/docs/ocis/adr/0005-cs3-api-account-management.md b/docs/ocis/adr/0005-cs3-api-account-management.md index b37cc3fe74..818452a85c 100644 --- a/docs/ocis/adr/0005-cs3-api-account-management.md +++ b/docs/ocis/adr/0005-cs3-api-account-management.md @@ -8,7 +8,7 @@ geekdocFilePath: 0005-cs3-api-account-management.md --- * Status: proposed -* Deciders: @refs, @butonic, @micbar, @dragotin, @pmaier1 +* Deciders: [@refs](https://github.com/refs), [@butonic](https://github.com/butonic), [@micbar](https://github.com/micbar), [@dragotin](https://github.com/dragotin), [@pmaier1](https://github.com/pmaier1) * Date: 2021-04-12 Technical Story: [Write only management API for User and Group resources](https://github.com/cs3org/cs3apis/pull/119) diff --git a/docs/ocis/adr/0006-service-discovery.md b/docs/ocis/adr/0006-service-discovery.md index b3412f9b4a..61461b9b77 100644 --- a/docs/ocis/adr/0006-service-discovery.md +++ b/docs/ocis/adr/0006-service-discovery.md @@ -8,7 +8,7 @@ geekdocFilePath: 0006-service-discovery.md --- * Status: accepted -* Deciders: @refs, @butonic, @micbar, @dragotin, @pmaier1 +* Deciders: [@refs](https://github.com/refs), [@butonic](https://github.com/butonic), [@micbar](https://github.com/micbar), [@dragotin](https://github.com/dragotin), [@pmaier1](https://github.com/pmaier1) * Date: 2021-04-19 Technical Story: [Introduce Named Services.](https://github.com/cs3org/reva/pull/1509) diff --git a/docs/ocis/adr/0007-api-for-spaces.md b/docs/ocis/adr/0007-api-for-spaces.md index 020499da95..9d6ffe8c47 100644 --- a/docs/ocis/adr/0007-api-for-spaces.md +++ b/docs/ocis/adr/0007-api-for-spaces.md @@ -8,7 +8,7 @@ geekdocFilePath: 0007-api-for-spaces.md --- * Status: accepted -* Deciders: @butonic, @micbar, @dragotin, @hodyroff, @pmaier1 +* Deciders: [@butonic](https://github.com/butonic), [@micbar](https://github.com/micbar), [@dragotin](https://github.com/dragotin), [@hodyroff](https://github.com/hodyroff), [@pmaier1](https://github.com/pmaier1) * Date: 2021-03-19 Technical Story: API to enable the concept of [Spaces](https://github.com/owncloud/enterprise/issues/3863) diff --git a/docs/ocis/adr/0008-configuration.md b/docs/ocis/adr/0008-configuration.md index 14bb243cbf..c3dbdb17cd 100644 --- a/docs/ocis/adr/0008-configuration.md +++ b/docs/ocis/adr/0008-configuration.md @@ -8,7 +8,7 @@ geekdocFilePath: 0008-configuration.md --- * Status: proposed -* Deciders: @refs, @butonic, @micbar, @dragotin, @pmaier1 +* Deciders: [@refs](https://github.com/refs), [@butonic](https://github.com/butonic), [@micbar](https://github.com/micbar), [@dragotin](https://github.com/dragotin), [@pmaier1](https://github.com/pmaier1) * Date: 2021-05-03 ## Context and Problem Statement diff --git a/docs/ocis/adr/0009-extension-template.md b/docs/ocis/adr/0009-extension-template.md index 7ac7ead3d1..bf4a02ac39 100644 --- a/docs/ocis/adr/0009-extension-template.md +++ b/docs/ocis/adr/0009-extension-template.md @@ -8,7 +8,7 @@ geekdocFilePath: 0009-extension-template.md --- * Status: proposed -* Deciders: @c0rby +* Deciders: [@c0rby](https://github.com/c0rby) * Date: 2021-06-10 Technical Story: [description | ticket/issue URL] diff --git a/docs/ocis/adr/0010-policy-enforcement.md b/docs/ocis/adr/0010-policy-enforcement.md index 31f2e0f67f..1cc24f8dec 100644 --- a/docs/ocis/adr/0010-policy-enforcement.md +++ b/docs/ocis/adr/0010-policy-enforcement.md @@ -8,7 +8,7 @@ geekdocFilePath: 0010-policy-enforcement.md --- * Status: proposed -* Deciders: @butonic, @micbar, @dragotin, @hodyroff, @pmaier1, @fschade +* Deciders: [@butonic](https://github.com/butonic), [@micbar](https://github.com/micbar), [@dragotin](https://github.com/dragotin), [@hodyroff](https://github.com/hodyroff), [@pmaier1](https://github.com/pmaier1), [@fschade](https://github.com/fschade) * Date: 2021-06-30 ## Context and Problem Statement diff --git a/docs/ocis/adr/0011-global-url-format.md b/docs/ocis/adr/0011-global-url-format.md index 4d4fe1b280..d3ecf1bbee 100644 --- a/docs/ocis/adr/0011-global-url-format.md +++ b/docs/ocis/adr/0011-global-url-format.md @@ -8,7 +8,7 @@ geekdocFilePath: 0011-global-url-format.md --- * Status: accepted -* Deciders: @refs, @butonic, @micbar, @dragotin, @hodyroff, @pmaier1, @fschade, @tbsbdr, @kulmann +* Deciders: [@refs](https://github.com/refs), [@butonic](https://github.com/butonic), [@micbar](https://github.com/micbar), [@dragotin](https://github.com/dragotin), [@hodyroff](https://github.com/hodyroff), [@pmaier1](https://github.com/pmaier1), [@fschade](https://github.com/fschade), [@tbsbdr](https://github.com/tbsbdr), [@kulmann](https://github.com/kulmann) * Date: 2021-07-07 ## Context and Problem Statement diff --git a/docs/ocis/adr/0012-tracing.md b/docs/ocis/adr/0012-tracing.md index 3c258badb0..e804b4853c 100644 --- a/docs/ocis/adr/0012-tracing.md +++ b/docs/ocis/adr/0012-tracing.md @@ -8,7 +8,7 @@ geekdocFilePath: 0012-tracing.md --- * Status: proposed -* Deciders: @butonic, @micbar, @dragotin, @mstingl, @pmaier1, @fschade +* Deciders: [@butonic](https://github.com/butonic), [@micbar](https://github.com/micbar), [@dragotin](https://github.com/dragotin), [@mstingl](https://github.com/mstingl) [@pmaier1](https://github.com/pmaier1), [@fschade](https://github.com/fschade) * Date: 2021-08-17 ## Context and Problem Statement diff --git a/docs/ocis/adr/0013-locking.md b/docs/ocis/adr/0013-locking.md index 8da189d5dc..693e651c64 100644 --- a/docs/ocis/adr/0013-locking.md +++ b/docs/ocis/adr/0013-locking.md @@ -8,7 +8,7 @@ geekdocFilePath: 0013-locking.md --- - Status: accepted -- Deciders: @hodyroff, @pmaier1, @jojowein, @dragotin, @micbar, @tbsbdr, @wkloucek +- Deciders: [@hodyroff](https://github.com/hodyroff), [@pmaier1](https://github.com/pmaier1), [@jojowein](https://github.com/jojowein), [@dragotin](https://github.com/dragotin), [@micbar](https://github.com/micbar), [@tbsbdr](https://github.com/tbsbdr), [@wkloucek](https://github.com/wkloucek) - Date: 2021-11-03 ## Context and Problem Statement diff --git a/docs/ocis/adr/0014-microservices-runtime.md b/docs/ocis/adr/0014-microservices-runtime.md index 89f68523cf..8587089c03 100644 --- a/docs/ocis/adr/0014-microservices-runtime.md +++ b/docs/ocis/adr/0014-microservices-runtime.md @@ -8,7 +8,7 @@ geekdocFilePath: 0014-microservices-runtime.md --- * Status: proposed -* Deciders: @butonic, @micbar, @dragotin, @mstingl, @pmaier1, @fschade +* Deciders: [@butonic](https://github.com/butonic), [@micbar](https://github.com/micbar), [@dragotin](https://github.com/dragotin), [@mstingl](https://github.com/mstingl) [@pmaier1](https://github.com/pmaier1), [@fschade](https://github.com/fschade) * Date: 2022-01-21 ## Context and Problem Statement diff --git a/docs/ocis/adr/0015-events.md b/docs/ocis/adr/0015-events.md index af56da7f0f..4a1f55727b 100644 --- a/docs/ocis/adr/0015-events.md +++ b/docs/ocis/adr/0015-events.md @@ -8,7 +8,7 @@ geekdocFilePath: 0015-events.md --- * Status: proposed -* Deciders: @butonic, @micbar, @dragotin, @c0rby, @wkloucek +* Deciders: [@butonic](https://github.com/butonic), [@micbar](https://github.com/micbar), [@dragotin](https://github.com/dragotin), [@c0rby](https://github.com/c0rby), [@wkloucek](https://github.com/wkloucek) * Date: 2022-01-21 ## Context and Problem Statement diff --git a/docs/ocis/adr/0016-files-metadata.md b/docs/ocis/adr/0016-files-metadata.md index 78cec6f81d..abb7dabf8b 100644 --- a/docs/ocis/adr/0016-files-metadata.md +++ b/docs/ocis/adr/0016-files-metadata.md @@ -8,7 +8,7 @@ geekdocFilePath: 0016-files-metadata.md --- * Status: superseded by [ADR-0024]({{< ref "0024-msgpack-metadata.md" >}}) -* Deciders: @butonic, @dragotin, @micbar, @C0rby +* Deciders: [@butonic](https://github.com/butonic), [@dragotin](https://github.com/dragotin), [@micbar](https://github.com/micbar), [@c0rby](https://github.com/c0rby) * Date: 2022-02-04 ## Context and Problem Statement diff --git a/docs/ocis/adr/0017-allow-read-only-external-user-management.md b/docs/ocis/adr/0017-allow-read-only-external-user-management.md index 9da53c9584..cfd78e7560 100644 --- a/docs/ocis/adr/0017-allow-read-only-external-user-management.md +++ b/docs/ocis/adr/0017-allow-read-only-external-user-management.md @@ -8,7 +8,7 @@ geekdocFilePath: 0017-allow-read-only-external-user-management.md --- * Status: proposed -* Deciders: @butonic, @micbar, @rhafer +* Deciders: [@butonic](https://github.com/butonic), [@micbar](https://github.com/micbar), [@rhafer](https://github.com/rhafer) * Date: 2022-02-08 ## Context and Problem Statement diff --git a/docs/ocis/adr/0018-file-search-api.md b/docs/ocis/adr/0018-file-search-api.md index fd99405ec1..51fc25250a 100644 --- a/docs/ocis/adr/0018-file-search-api.md +++ b/docs/ocis/adr/0018-file-search-api.md @@ -8,7 +8,7 @@ geekdocFilePath: 0018-file-search-api.md --- * Status: proposed -* Deciders: @butonic, @micbar, @dragotin, @C0rby +* Deciders: [@butonic](https://github.com/butonic), [@micbar](https://github.com/micbar), [@dragotin](https://github.com/dragotin), [@c0rby](https://github.com/c0rby) * Date: 2022-03-18 ## Context and Problem Statement diff --git a/docs/ocis/adr/0019-file-search-index.md b/docs/ocis/adr/0019-file-search-index.md index d0701bff37..b80b56c5d2 100644 --- a/docs/ocis/adr/0019-file-search-index.md +++ b/docs/ocis/adr/0019-file-search-index.md @@ -8,7 +8,7 @@ geekdocFilePath: 0019-file-search-index.md --- * Status: accepted -* Deciders: @butonic, @micbar, @dragotin, @C0rby +* Deciders: [@butonic](https://github.com/butonic), [@micbar](https://github.com/micbar), [@dragotin](https://github.com/dragotin), [@c0rby](https://github.com/c0rby) * Date: 2022-03-18 ## Context and Problem Statement diff --git a/docs/ocis/adr/0020-file-search-query-language.md b/docs/ocis/adr/0020-file-search-query-language.md index d5156057f7..372a9065e4 100644 --- a/docs/ocis/adr/0020-file-search-query-language.md +++ b/docs/ocis/adr/0020-file-search-query-language.md @@ -8,7 +8,7 @@ geekdocFilePath: 0020-file-search-query-language.md --- * Status: accepted -* Deciders: @butonic, @micbar, @dragotin, @C0rby, @kulmann, @felix-schwarz, @JammingBen +* Deciders: [@butonic](https://github.com/butonic), [@micbar](https://github.com/micbar), [@dragotin](https://github.com/dragotin), [@c0rby](https://github.com/c0rby), [@kulmann](https://github.com/kulmann), [@felix-schwarz](https://github.com/felix-schwarz), [@JammingBen](https://github.com/JammingBen) * Date: 2023-06-23 ## Context and Problem Statement diff --git a/docs/ocis/adr/0021-service-accounts.md b/docs/ocis/adr/0021-service-accounts.md index dc6ed305ee..776e6a9cc5 100644 --- a/docs/ocis/adr/0021-service-accounts.md +++ b/docs/ocis/adr/0021-service-accounts.md @@ -8,7 +8,7 @@ geekdocFilePath: 0021-service-accounts.md --- * Status: proposed -* Deciders: @butonic, @C0rby +* Deciders: [@butonic](https://github.com/butonic), [@c0rby](https://github.com/c0rby) * Date: 2023-01-18 ## Context and Problem Statement diff --git a/docs/ocis/adr/0022-sharing-and-space-management-api.md b/docs/ocis/adr/0022-sharing-and-space-management-api.md index 4a6ad4f368..4256e2d879 100644 --- a/docs/ocis/adr/0022-sharing-and-space-management-api.md +++ b/docs/ocis/adr/0022-sharing-and-space-management-api.md @@ -8,7 +8,7 @@ geekdocFilePath: 0022-sharing-and-space-management-api.md --- * Status: accepted -* Deciders: @jammingben @butonic @theonering @kobergj @micbar +* Deciders: [@JammingBen](https://github.com/JammingBen) [@butonic](https://github.com/butonic) [@theonering](https://github.com/theonering) [@kobergj](https://github.com/kobergj) [@micbar](https://github.com/micbar) * Date: 2023-08-08 Technical Story: [Public issue](https://github.com/owncloud/ocis/issues/6993) diff --git a/docs/ocis/adr/0023-index-and-store-metadata.md b/docs/ocis/adr/0023-index-and-store-metadata.md index 3dc7da9246..e040487911 100644 --- a/docs/ocis/adr/0023-index-and-store-metadata.md +++ b/docs/ocis/adr/0023-index-and-store-metadata.md @@ -9,7 +9,7 @@ geekdocFilePath: 0023-index-and-store-metadata.md * Status: accepted -* Deciders: @butonic, @dschmidt, @micbar, @dragotin +* Deciders: [@butonic](https://github.com/butonic), [@theonering](https://github.com/dschmidt), [@micbar](https://github.com/micbar), [@dragotin](https://github.com/dragotin) * Date: 2023-10-17 ## Context and Problem Statement diff --git a/docs/ocis/adr/0024-msgpack-metadata.md b/docs/ocis/adr/0024-msgpack-metadata.md index 9e6c04eb5c..fb046dc687 100644 --- a/docs/ocis/adr/0024-msgpack-metadata.md +++ b/docs/ocis/adr/0024-msgpack-metadata.md @@ -9,7 +9,7 @@ geekdocFilePath: 0024-msgpack-metadata.md * Status: accepted -* Deciders: @butonic, @aduffeck, @micbar, @dragotin +* Deciders: [@butonic](https://github.com/butonic), [@aduffeck](https://github.com/aduffeck), [@micbar](https://github.com/micbar), [@dragotin](https://github.com/dragotin) * Date: [2023-03-15](https://github.com/cs3org/reva/pull/3711/commits/204253eee9dbb8e7fa93a01f3f94a2d28ce40a06) ## Context and Problem Statement diff --git a/docs/ocis/adr/0025-distributed-search-index.md b/docs/ocis/adr/0025-distributed-search-index.md index 672b7d98d6..5f257dbdc0 100644 --- a/docs/ocis/adr/0025-distributed-search-index.md +++ b/docs/ocis/adr/0025-distributed-search-index.md @@ -8,7 +8,7 @@ geekdocFilePath: 0025-distributed-search-index.md --- * Status: draft -* Deciders: @butonic, @fschade, @aduffeck +* Deciders: [@butonic](https://github.com/butonic), [@fschade](https://github.com/fschade), [@aduffeck](https://github.com/aduffeck) * Date: 2024-02-09 ## Context and Problem Statement diff --git a/docs/ocis/adr/0026-application-based-user-settings.md b/docs/ocis/adr/0026-application-based-user-settings.md index 8ada2bdf75..1ed488f4c1 100644 --- a/docs/ocis/adr/0026-application-based-user-settings.md +++ b/docs/ocis/adr/0026-application-based-user-settings.md @@ -8,7 +8,7 @@ geekdocFilePath: 0026-application-based-user-settings.md --- * Status: draft -* Deciders: @butonic, @fschade, @kulmann +* Deciders: [@butonic](https://github.com/butonic), [@fschade](https://github.com/fschade), [@kulmann](https://github.com/kulmann) * Date: 2024-02-09 ## Context and Problem Statement