Commit Graph

4308 Commits

Author SHA1 Message Date
VuiDJi 735f6738c1
fixed a typo in sentinelMasterName and it's examples (#3064)
Signed-off-by: VuiDJi <abayan89@gmail.com>

Signed-off-by: VuiDJi <abayan89@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-01-17 09:35:09 -08:00
Sam 05bf098c46
docs: improve consistency on directory mvment prefix (#3061)
Signed-off-by: Samantha Coyle <sam@diagrid.io>

Signed-off-by: Samantha Coyle <sam@diagrid.io>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
2023-01-16 16:30:01 -08:00
Marc Duiker 9094ec86e0
Change --resource-path to --components-path (#3058)
Signed-off-by: Marc Duiker <marcduiker@gmail.com>

Signed-off-by: Marc Duiker <marcduiker@gmail.com>
2023-01-16 13:15:32 -08:00
Hannah Hunter 36743211b0
Configuration API quickstart docs (#3009)
* new configuration api quickstart

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* add new file

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* updates per sarthak

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* add diagram

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* updates per Mark

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-01-04 15:10:43 -08:00
Hannah Hunter d8bbfa5378
Merge pull request #3041 from pepegar/v1.9
fix typos
2023-01-04 15:25:31 -06:00
Pepe García d19b1d8eaa fix typos
Signed-off-by: Pepe García <pepe@pepegar.com>
2023-01-04 09:30:52 +00:00
Syuparn a1d4b22c00
fix links in wasm middleware docs (#3029)
Signed-off-by: syuparn <s.hello.spagetti@gmail.com>

Signed-off-by: syuparn <s.hello.spagetti@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-01-03 21:30:07 -08:00
Alessandro (Ale) Segala 6357701de6
Fixed issues with a11y on component list pages (#3031)
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-01-03 21:09:44 -08:00
Joao C Costa d9f56b9137
Corrected rendering of exports (#3035)
Signed-off-by: Joao C Costa <joaocc@users.noreply.github.com>

Signed-off-by: Joao C Costa <joaocc@users.noreply.github.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2023-01-03 17:13:24 -08:00
Hannah Hunter 57aae50a3f
Merge pull request #3006 from salaboy/patch-2
Small suggestion to save resources for local dev
2023-01-03 11:35:18 -06:00
Hannah Hunter 4bc895a9bb
Merge branch 'v1.9' into patch-2 2023-01-03 11:19:20 -06:00
Hannah Hunter a92c3807d7
Merge pull request #3013 from hhunter-ms/issue_2937
[Dist Lock] Update .NET code
2023-01-03 10:36:15 -06:00
Hannah Hunter e1086e7545 Merge branch 'issue_2937' of https://github.com/hhunter-ms/docs into issue_2937 2023-01-03 10:24:28 -06:00
Hannah Hunter 3ce9862a4b fix link
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-01-03 10:24:06 -06:00
Hannah Hunter 37bc8623c5
Merge branch 'v1.9' into issue_2937 2023-01-03 09:34:41 -06:00
Yaron Schneider e65f5893a1
Merge branch 'v1.9' into patch-2 2022-12-28 16:10:44 -08:00
Arjun Devarajan e17299616f
Add lightweight analytics pixel to dapr website (#3025)
This analytics pixel provides high-level web traffic insights for project maintainers so they can better understand how docs are being read and used. This pixel does not use cookies (or JavaScript at all) and is GDPR-compliant. It is a clear 1x1 pixel that won't affect page rendering or load times.

Signed-off-by: Arjun Devarajan <arjun@scarf.sh>

Signed-off-by: Arjun Devarajan <arjun@scarf.sh>
2022-12-22 13:14:54 -08:00
Mark Fussell 20e3158714
Merge branch 'v1.9' into issue_2937 2022-12-21 11:36:04 -08:00
Syuparn b73428716d
fix description of Redis maxRetryBackoff metadata (#3020)
Signed-off-by: syuparn <s.hello.spagetti@gmail.com>

Signed-off-by: syuparn <s.hello.spagetti@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2022-12-21 07:36:27 -08:00
Hannah Hunter efb1275c3f
Merge pull request #3012 from hhunter-ms/issue_2984
[Component spec] Remove duplicate table row
2022-12-19 16:47:42 -06:00
Hannah Hunter 7fa05d6996
Merge branch 'v1.9' into issue_2984 2022-12-19 16:39:40 -06:00
Renato L. de F. Cunha 58902c637e
Remove mentions of backoff from rabbitmq docs (#2978)
* Remove mentions of backoff from rabbitmq docs

In a recent change, the rabbitmq component dropped support for backoff policies.
This updates the documentation page by leaving those out as well.

Signed-off-by: Renato L. de F. Cunha <renatocunha@acm.org>

* Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-rabbitmq.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-rabbitmq.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-rabbitmq.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-rabbitmq.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-rabbitmq.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-rabbitmq.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>

* Add @ItalyPaleAle's comments about differences in message delivery

Signed-off-by: Renato L. de F. Cunha <renatocunha@acm.org>

Signed-off-by: Renato L. de F. Cunha <renatocunha@acm.org>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-12-16 17:14:34 -08:00
Hannah Hunter 7f51c02e21
Merge branch 'v1.9' into issue_2984 2022-12-16 12:07:20 -06:00
salaboy a21176e7b0 Update daprdocs/content/en/getting-started/tutorials/configure-state-pubsub.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: salaboy <msalatino@vmware.com>
Signed-off-by: Mauricio Salatino <salaboy@salaboy.local>
2022-12-16 08:30:19 +00:00
salaboy aefd25594d Update daprdocs/content/en/getting-started/tutorials/configure-state-pubsub.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: salaboy <msalatino@vmware.com>
Signed-off-by: Mauricio Salatino <salaboy@salaboy.local>
2022-12-16 08:30:19 +00:00
Lenshood 6411364a17 fix broken ref in distributed_lock_api
Signed-off-by: Lenshood <lenshood.zxh@gmail.com>
Signed-off-by: Mauricio Salatino <salaboy@salaboy.local>
2022-12-16 08:30:19 +00:00
salaboy 24417b1bca Small suggestion to save resources for local dev
This is just a suggestion, feel free to disregard it, but I found myself using that flag all the time for dev purposes.

Signed-off-by: salaboy <Salaboy@gmail.com>
Signed-off-by: Mauricio Salatino <salaboy@salaboy.local>
2022-12-16 08:30:19 +00:00
Hannah Hunter 5d33c61975
update port to match go code (#3014)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-12-15 21:33:26 -08:00
Mark Fussell 4cfafa1a6b
Merge branch 'v1.9' into issue_2984 2022-12-15 20:20:44 -08:00
Hannah Hunter 4f717d97a5
change link for sidecar security (#3011)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-12-15 20:19:42 -08:00
Hannah Hunter 8fdb4ca78e update unlock dotnet code
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-12-15 17:54:55 -06:00
Hannah Hunter 15cf08d038 update acquire lock dotnet
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-12-15 17:39:40 -06:00
Hannah Hunter 6f5788a963 remove duplicate table row
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-12-15 17:28:01 -06:00
salaboy 6d3f537f2f
Adding `helm repo update` (#3010)
Signed-off-by: salaboy <Salaboy@gmail.com>

Signed-off-by: salaboy <Salaboy@gmail.com>
2022-12-15 12:52:43 -08:00
greenie-msft cc6aa19eda
Merge pull request #3004 from LENSHOOD/patch-1
Fix broken ref in distributed_lock_api
2022-12-14 15:24:57 -08:00
Lenshood 7d07eb9aee
fix broken ref in distributed_lock_api
Signed-off-by: Lenshood <lenshood.zxh@gmail.com>
2022-12-14 11:40:15 +08:00
Ryan Lettieri eac8e9ffbf
Removing stored procedure references from cosmosDB docs (#3000)
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>

Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
Co-authored-by: Ryan Lettieri <ryanLettieri@microsoft.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-12-13 17:47:32 -08:00
Tiago Alves Macambira 05850e7f5b
Improve Hashicorp Vault documentation on CA certificates. (#2988)
* Improve Hashicorp Vault documentation on CA certificates.

Hashicorp Vault component documentation for CA related fields
(`caPem`, `caCert` and `caPath`) does not describe the precedence
among those flags and a big ambiguous on what those flags mean.

This PR tries to alliviate that.

Closes #2989

Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>

* Apply suggestions from code review

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>

Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-12-13 17:35:40 -08:00
greenie-msft 02675d026e
Merge pull request #3002 from hhunter-ms/clarify_namespace
[Namespaces] clarify format is app.namespace
2022-12-12 15:31:34 -08:00
Hannah Hunter d6d51bab8b clarify app namespace
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-12-12 17:13:49 -06:00
Hannah Hunter 3cc3f37edd Merge branch 'v1.9' of https://github.com/dapr/docs into v1.9 2022-12-12 15:52:00 -06:00
Hannah Hunter e1e001f59c
Merge pull request #2925 from ItalyPaleAle/fix-2708
Mark pubsub.hazelcast as deprecated
2022-12-08 16:39:58 -06:00
ItalyPaleAle 28f05d286b Updated per feedback
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2022-12-05 18:30:48 +00:00
Yaron Schneider a0006f8ce1
Merge branch 'v1.9' into fix-2708 2022-12-03 16:20:15 -08:00
greenie-msft f5bccb74f0
Update version to 1.9.5 (#2987) 2022-12-02 10:19:52 -08:00
greenie-msft 350b764771
Merge pull request #2976 from shivamkm07/fix-mqttsetup-1.9
Remove backoffmaxretries from pubsub.mqtt metadata spec
2022-11-30 15:59:16 -08:00
greenie-msft 495f88fa84
Merge branch 'v1.9' into fix-mqttsetup-1.9 2022-11-30 15:47:31 -08:00
greenie-msft 1da9cb47f6
Fix resiliency run command in quickstart (#2983)
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>

Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-11-30 15:45:08 -08:00
shivam 661a8ff5c8 Remove backoffmaxretries from pubsub.mqtt metadata spec
Signed-off-by: shivam <shivamkm07@gmail.com>
2022-11-28 22:41:02 +05:30
Yaron Schneider f5f5017f35
Merge branch 'v1.9' into fix-2708 2022-11-27 17:56:29 -08:00