Commit Graph

4335 Commits

Author SHA1 Message Date
Hannah Hunter 6531469cc0
Merge branch 'v1.9' into fix-2964 2023-02-02 14:24:45 -06:00
Alessandro (Ale) Segala 688daf372b
Apply suggestions from code review
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-02 12:05:13 -08:00
Hannah Hunter 9673ba609b
Merge pull request #3108 from ItalyPaleAle/fix-ctrl-c
Fix stop signal command
2023-02-02 13:21:33 -06:00
Hannah Hunter 2afef8b4f0
Merge branch 'v1.9' into fix-ctrl-c 2023-02-02 13:00:44 -06:00
Hannah Hunter f52cde0f49
Merge pull request #3110 from ItalyPaleAle/policies-fix
Some fixes to the resiliency policies docs
2023-02-02 12:59:44 -06:00
Alessandro (Ale) Segala 6d0e401266
Merge branch 'v1.9' into policies-fix 2023-02-01 11:02:19 -08:00
Alessandro (Ale) Segala f183a00651
Merge branch 'v1.9' into fix-ctrl-c 2023-02-01 11:01:42 -08:00
Yaron Schneider 99d8dad162
Merge branch 'v1.9' into fix-2964 2023-01-31 17:38:36 -08:00
ItalyPaleAle 84ca743f6b Document UNIX permissions and recommended paths for mounted volumes
Fixes #2964

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-31 17:01:19 -08:00
Hannah Hunter f4b1764fa0
Merge pull request #3113 from ItalyPaleAle/cookies-are-not-delicious-delicacies
Replace youtube embeds with youtube-nocookie for GDPR compliance
2023-01-31 17:11:26 -06:00
Hannah Hunter 3e1f84c858
Merge branch 'v1.9' into cookies-are-not-delicious-delicacies 2023-01-31 17:00:10 -06:00
Hannah Hunter 7d7defb2e3
fix link (#3114)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-01-31 14:59:22 -08:00
ItalyPaleAle af668b5037 Replace youtube embeds with youtube-nocookie for GDPR compliance
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-31 13:35:49 -08:00
ItalyPaleAle 596532f88d Some fixes to the resiliency policies docs
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-31 12:06:08 -08:00
ItalyPaleAle abbadf4258 Fix stop signal command
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-31 11:42:37 -08:00
Sujit D'Mello 01cb66772c
Commands to change directory have incorrect path (#3105)
The instructions contain various instances where the user is expected to change directory from the root of the Quickstart folder, but the **cd** command listed has an incorrect path specified so it does not work as intended. Most will figure out the typo off course but just this will make the experience a bit better for those new to Dapr.

Here's an example of one instance:

Old command:

```bash
cd ../service_invocation/go/http/checkout
```

New command:

```bash
cd service_invocation/go/http/checkout
```

Signed-off-by: Sujit D'Mello <sujit@hotmail.com>
2023-01-31 08:55:50 -08:00
VuiDJi 414f720b43
fixing typo (#3063)
Signed-off-by: VuiDJi <abayan89@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
2023-01-29 21:23:54 -08:00
Isekai-Seikatsu 9d7e295385
Fix secrets.json path typo (#3087)
Signed-off-by: Isekai-Seikatsu <brian1689878638@gmail.com>

Signed-off-by: Isekai-Seikatsu <brian1689878638@gmail.com>
2023-01-25 08:24:43 -08:00
Filinto Duran 5c2c449cc3
add information about needed ports for kube api to reach (#3078)
* add information about needed ports for kube api to reach

Signed-off-by: Filinto Duran <filinto@diagrid.io>

* correct identation of next paragraph

Signed-off-by: Filinto Duran <filinto@diagrid.io>
2023-01-20 21:25:19 -08:00
Hannah Hunter 001e1fe2e0
Merge pull request #3066 from hhunter-ms/issue_2828
[query state] Remove "optional" from language
2023-01-18 17:00:13 -06:00
Hannah Hunter da62b1833c remove optional
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-01-18 14:08:54 -06:00
Hannah Hunter 2eb5f3b8ee
Merge pull request #3048 from JoshVanL/fix-version-flag-to-subcommand
Add version subcommand to CLI help output
2023-01-18 11:22:43 -06:00
joshvanl 77688ac055 Now `version` has been moved from to subcommand: change all instances of `dapr --version` to `dapr version`.
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-01-18 11:30:57 +00:00
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