From c28cbcdc2ab13fa2f6a71e74f8a548911a46e960 Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Tue, 6 Jul 2021 10:53:01 -0700 Subject: [PATCH 1/9] Comment out all optional destructive parameters (#1604) --- .../setup-azure-servicebus.md | 64 +++++++++---------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-servicebus.md b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-servicebus.md index 987ec1a29..ec4b867d3 100644 --- a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-servicebus.md +++ b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-servicebus.md @@ -22,38 +22,38 @@ spec: metadata: - name: connectionString # Required value: "Endpoint=sb://{ServiceBusNamespace}.servicebus.windows.net/;SharedAccessKeyName={PolicyName};SharedAccessKey={Key};EntityPath={ServiceBus}" - - name: timeoutInSec # Optional - value: 60 - - name: handlerTimeoutInSec # Optional - value: 60 - - name: disableEntityManagement # Optional - value: "false" - - name: maxDeliveryCount # Optional - value: 3 - - name: lockDurationInSec # Optional - value: 60 - - name: lockRenewalInSec # Optional - value: 20 - - name: maxActiveMessages # Optional - value: 2000 - - name: maxActiveMessagesRecoveryInSec # Optional - value: 2 - - name: maxConcurrentHandlers # Optional - value: 10 - - name: prefetchCount # Optional - value: 5 - - name: defaultMessageTimeToLiveInSec # Optional - value: 10 - - name: autoDeleteOnIdleInSec # Optional - value: 10 - - name: maxReconnectionAttempts # Optional - value: 30 - - name: connectionRecoveryInSec # Optional - value: 2 - - name: publishMaxRetries # Optional - value: 5 - - name: publishInitialRetryInternalInMs # Optional - value: 500 + # - name: timeoutInSec # Optional + # value: 60 + # - name: handlerTimeoutInSec # Optional + # value: 60 + # - name: disableEntityManagement # Optional + # value: "false" + # - name: maxDeliveryCount # Optional + # value: 3 + # - name: lockDurationInSec # Optional + # value: 60 + # - name: lockRenewalInSec # Optional + # value: 20 + # - name: maxActiveMessages # Optional + # value: 2000 + # - name: maxActiveMessagesRecoveryInSec # Optional + # value: 2 + # - name: maxConcurrentHandlers # Optional + # value: 10 + # - name: prefetchCount # Optional + # value: 5 + # - name: defaultMessageTimeToLiveInSec # Optional + # value: 10 + # - name: autoDeleteOnIdleInSec # Optional + # value: 10 + # - name: maxReconnectionAttempts # Optional + # value: 30 + # - name: connectionRecoveryInSec # Optional + # value: 2 + # - name: publishMaxRetries # Optional + # value: 5 + # - name: publishInitialRetryInternalInMs # Optional + # value: 500 ``` > __NOTE:__ The above settings are shared across all topics that use this component. From d8f05106500d3fa1872be0ace7f55ff9581ef461 Mon Sep 17 00:00:00 2001 From: Ryuji Iwata Date: Wed, 7 Jul 2021 03:00:49 +0900 Subject: [PATCH 2/9] Remove "http" code type from health_api.md (#1610) Looking at this page, this line was highlighted. Co-authored-by: Aaron Crawfis --- daprdocs/content/en/reference/api/health_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/api/health_api.md b/daprdocs/content/en/reference/api/health_api.md index 98c6fcb44..697e50117 100644 --- a/daprdocs/content/en/reference/api/health_api.md +++ b/daprdocs/content/en/reference/api/health_api.md @@ -14,7 +14,7 @@ Gets the health state for Dapr. ### HTTP Request -```http +``` GET http://localhost:/v1.0/healthz ``` From 89f0a42cc423b7f439208593c661704e04248522 Mon Sep 17 00:00:00 2001 From: Ryuji Iwata Date: Wed, 7 Jul 2021 03:14:17 +0900 Subject: [PATCH 3/9] Remove "http" code type from metadata_api.md (#1611) Looking at this page, this line was highlighted. Co-authored-by: Aaron Crawfis --- daprdocs/content/en/reference/api/metadata_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/api/metadata_api.md b/daprdocs/content/en/reference/api/metadata_api.md index da956fe78..f731e5aba 100644 --- a/daprdocs/content/en/reference/api/metadata_api.md +++ b/daprdocs/content/en/reference/api/metadata_api.md @@ -18,7 +18,7 @@ Gets the Dapr sidecar information provided by the Metadata Endpoint. ### HTTP Request -```http +``` GET http://localhost:/v1.0/metadata ``` From d24038955e6cec151ff387d43cc3a268d6375296 Mon Sep 17 00:00:00 2001 From: Ryuji Iwata Date: Wed, 7 Jul 2021 03:17:10 +0900 Subject: [PATCH 4/9] Fix typo of "the" (#1616) the the -> the Co-authored-by: Aaron Crawfis --- daprdocs/content/en/getting-started/configure-state-pubsub.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daprdocs/content/en/getting-started/configure-state-pubsub.md b/daprdocs/content/en/getting-started/configure-state-pubsub.md index 84faafa3b..23b7eeb33 100644 --- a/daprdocs/content/en/getting-started/configure-state-pubsub.md +++ b/daprdocs/content/en/getting-started/configure-state-pubsub.md @@ -127,7 +127,7 @@ spec: key: redis-password ``` -This example uses the the kubernetes secret that was created when setting up a cluster with the above instructions. +This example uses the kubernetes secret that was created when setting up a cluster with the above instructions. {{% alert title="Other stores" color="primary" %}} If using a state store other than Redis, refer to the [supported state stores]({{< ref supported-state-stores >}}) for information on what options to set. @@ -155,7 +155,7 @@ spec: key: redis-password ``` -This example uses the the kubernetes secret that was created when setting up a cluster with the above instructions. +This example uses the kubernetes secret that was created when setting up a cluster with the above instructions. {{% alert title="Other stores" color="primary" %}} If using a pub/sub message broker other than Redis, refer to the [supported pub/sub message brokers]({{< ref supported-pubsub >}}) for information on what options to set. From ec009555fddd7a0a710e4171ff8ef7198521f5e3 Mon Sep 17 00:00:00 2001 From: Ryuji Iwata Date: Wed, 7 Jul 2021 04:30:21 +0900 Subject: [PATCH 5/9] Fix a link to "Next steps" (#1617) A link description was broken. Co-authored-by: Aaron Crawfis --- daprdocs/content/en/getting-started/configure-state-pubsub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/getting-started/configure-state-pubsub.md b/daprdocs/content/en/getting-started/configure-state-pubsub.md index 23b7eeb33..2b49fced2 100644 --- a/daprdocs/content/en/getting-started/configure-state-pubsub.md +++ b/daprdocs/content/en/getting-started/configure-state-pubsub.md @@ -30,7 +30,7 @@ Dapr can use any Redis instance - either containerized on your local dev machine {{< tabs "Self-Hosted" "Kubernetes" "Azure" "AWS" "GCP" >}} {{% codetab %}} -Redis is automatically installed in self-hosted environments by the Dapr CLI as part of the initialization process. You are all set and can skip to the [next steps](next steps) +Redis is automatically installed in self-hosted environments by the Dapr CLI as part of the initialization process. You are all set and can skip to the [next steps](#next-steps) {{% /codetab %}} {{% codetab %}} From 380fb8911bc6c0888064edbea368b023c82db66d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 12:35:02 -0700 Subject: [PATCH 6/9] Bump glob-parent from 5.1.1 to 5.1.2 in /daprdocs (#1618) Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/gulpjs/glob-parent/releases) - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md) - [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: glob-parent dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Crawfis --- daprdocs/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/daprdocs/package-lock.json b/daprdocs/package-lock.json index b3212025a..32f494060 100644 --- a/daprdocs/package-lock.json +++ b/daprdocs/package-lock.json @@ -342,9 +342,9 @@ "dev": true }, "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz", - "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, "requires": { "is-glob": "^4.0.1" From c10612fa15e61c546bfdc9e3770dad24149248f9 Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Tue, 6 Jul 2021 15:07:26 -0700 Subject: [PATCH 7/9] Remove http formatting for readability --- daprdocs/content/en/reference/api/actors_api.md | 2 +- daprdocs/content/en/reference/api/metadata_api.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/daprdocs/content/en/reference/api/actors_api.md b/daprdocs/content/en/reference/api/actors_api.md index 03b8080d2..05e6ccf94 100644 --- a/daprdocs/content/en/reference/api/actors_api.md +++ b/daprdocs/content/en/reference/api/actors_api.md @@ -381,7 +381,7 @@ Deletes a timer for an actor. #### HTTP Request -```http +``` DELETE http://localhost:/v1.0/actors///timers/ ``` diff --git a/daprdocs/content/en/reference/api/metadata_api.md b/daprdocs/content/en/reference/api/metadata_api.md index f731e5aba..96f09fdfb 100644 --- a/daprdocs/content/en/reference/api/metadata_api.md +++ b/daprdocs/content/en/reference/api/metadata_api.md @@ -103,7 +103,7 @@ Adds a custom attribute to the Dapr sidecar information stored by the Metadata E ### HTTP Request -```http +``` PUT http://localhost:/v1.0/metadata/attributeName ``` From 69035945f63bf85ae42aa85b95e849d2d45979dd Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Thu, 8 Jul 2021 10:06:40 -0700 Subject: [PATCH 8/9] Clarify shared access policy (#1621) --- .../supported-pubsub/setup-azure-servicebus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-servicebus.md b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-servicebus.md index ec4b867d3..9632a470f 100644 --- a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-servicebus.md +++ b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-servicebus.md @@ -66,7 +66,7 @@ The above example uses secrets as plain strings. It is recommended to use a secr | Field | Required | Details | Example | |--------------------|:--------:|---------|---------| -| connectionString | Y | Connection-string for the Service Bus | "`Endpoint=sb://{ServiceBusNamespace}.servicebus.windows.net/;SharedAccessKeyName={PolicyName};SharedAccessKey={Key};EntityPath={ServiceBus}`" +| connectionString | Y | Shared access policy connection-string for the Service Bus | "`Endpoint=sb://{ServiceBusNamespace}.servicebus.windows.net/;SharedAccessKeyName={PolicyName};SharedAccessKey={Key};EntityPath={ServiceBus}`" | timeoutInSec | N | Timeout for sending messages and management operations. Default: `60` |`30` | handlerTimeoutInSec| N | Timeout for invoking app handler. # Optional. Default: `60` | `30` | disableEntityManagement | N | When set to true, topics and subscriptions do not get created automatically. Default: `"false"` | `"true"`, `"false"` From 23c31c231635dbd9046dac1353f6e77128f6fb42 Mon Sep 17 00:00:00 2001 From: Ori Zohar Date: Tue, 13 Jul 2021 19:04:56 -0700 Subject: [PATCH 9/9] Fixing link (#1641) --- .../components-reference/supported-bindings/zeebe-command.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-bindings/zeebe-command.md b/daprdocs/content/en/reference/components-reference/supported-bindings/zeebe-command.md index b7d6e9fec..48cb639e7 100644 --- a/daprdocs/content/en/reference/components-reference/supported-bindings/zeebe-command.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/zeebe-command.md @@ -9,7 +9,7 @@ description: "Detailed documentation on the Zeebe command binding component" To setup Zeebe command binding create a component of type `bindings.zeebe.command`. See [this guide]({{< ref "howto-bindings.md#1-create-a-binding" >}}) on how to create and apply a binding configuration. -See [this](https://docs.camunda.io/docs/product-manuals/zeebe/zeebe-overview/) for Zeebe documentation. +See [this](https://docs.camunda.io/docs/product-manuals/zeebe/zeebe-overview) for Zeebe documentation. ```yaml apiVersion: dapr.io/v1alpha1 @@ -59,8 +59,7 @@ This component supports **output binding** with the following operations: ### Output binding -Zeebe uses gRPC under the hood for the Zeebe client we use in this binding. Please consult the gRPC API reference for more information: -https://stage.docs.zeebe.io/reference/grpc.html +Zeebe uses gRPC under the hood for the Zeebe client we use in this binding. Please consult the [gRPC API reference](https://stage.docs.zeebe.io/reference/grpc.html) for more information. #### topology