From f3c5cde20b6b49ebc0ee25ef6902abc2a187f431 Mon Sep 17 00:00:00 2001 From: Fortunate Omonuwa Date: Thu, 9 Oct 2025 21:18:55 +0100 Subject: [PATCH 1/2] replace non-inclusive terms to improve community/language inclusivity --- Consul.Test/KVTest.cs | 2 +- Consul.Test/RoleTest.cs | 8 ++++---- Consul.Test/TokenTest.cs | 4 ++-- docs/docusaurus.config.js | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Consul.Test/KVTest.cs b/Consul.Test/KVTest.cs index 9b78a2817..79220e380 100644 --- a/Consul.Test/KVTest.cs +++ b/Consul.Test/KVTest.cs @@ -470,7 +470,7 @@ public async Task KV_Txn() Assert.Equal(1ul, getResult.LockIndex); Assert.Equal(id, getResult.Session); - // Sanity check using the regular GET API. + // Confidence check using the regular GET API. var pair = await _client.KV.Get(keyName); Assert.NotNull(pair.Response); diff --git a/Consul.Test/RoleTest.cs b/Consul.Test/RoleTest.cs index c226b93ba..45ea0958d 100644 --- a/Consul.Test/RoleTest.cs +++ b/Consul.Test/RoleTest.cs @@ -145,13 +145,13 @@ public async Task Role_Create_WithServiceIdentitiesUpdateWithServiceIdentityDele var serviceIdentityOne = new ServiceIdentity { - ServiceName = "apitestingdummyserviceidentityone", + ServiceName = "apitestingplaceholderserviceidentityone", Datacenters = new[] { "dc1", "dc2" } }; var serviceIdentityTwo = new ServiceIdentity { - ServiceName = "apitestingdummyserviceidentitytwo", + ServiceName = "apitestingplaceholderserviceidentitytwo", Datacenters = new string[] { } }; @@ -247,13 +247,13 @@ public async Task Role_Create_WithServiceIdentitiesReadByNameDelete() var serviceIdentityOne = new ServiceIdentity { - ServiceName = "apitestingdummyserviceidentityone", + ServiceName = "apitestingplaceholderserviceidentityone", Datacenters = new[] { "dc1", "dc2" } }; var serviceIdentityTwo = new ServiceIdentity { - ServiceName = "apitestingdummyserviceidentitytwo", + ServiceName = "apitestingplaceholderserviceidentitytwo", Datacenters = new string[] { } }; diff --git a/Consul.Test/TokenTest.cs b/Consul.Test/TokenTest.cs index 01e771963..60d938e73 100644 --- a/Consul.Test/TokenTest.cs +++ b/Consul.Test/TokenTest.cs @@ -154,13 +154,13 @@ public async Task Token_CreateWithServiceIdentitiesDelete() var serviceIdentityOne = new ServiceIdentity { - ServiceName = "apitestingdummyserviceidentityone", + ServiceName = "apitestingplaceholderserviceidentityone", Datacenters = new[] { "dc1", "dc2" } }; var serviceIdentityTwo = new ServiceIdentity { - ServiceName = "apitestingdummyserviceidentitytwo", + ServiceName = "apitestingholderserviceidentitytwo", Datacenters = new string[] { } }; diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index eca9fd219..548d483a1 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -126,13 +126,13 @@ const config = { to: '/docs/category/contributing', label: 'Contribute', position: 'left', - activeBaseRegex: `dummy-never-match`, + activeBaseRegex: `placeholder-never-match`, }, { to: '/docs/support', label: 'Community', position: 'left', - activeBaseRegex: `dummy-never-match`, + activeBaseRegex: `place-never-match`, }, // right { From 475d7fd6330947d8a224d0e8af95669f9a0edf2c Mon Sep 17 00:00:00 2001 From: Fortunate Omonuwa Date: Thu, 9 Oct 2025 21:33:05 +0100 Subject: [PATCH 2/2] replace non-inclusive terms to improve community/language inclusivity --- docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 548d483a1..aabdbe838 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -132,7 +132,7 @@ const config = { to: '/docs/support', label: 'Community', position: 'left', - activeBaseRegex: `place-never-match`, + activeBaseRegex: `placeholder-never-match`, }, // right {