Commit Graph

281 Commits

Author SHA1 Message Date
Hannah Hunter 414059e56f
Merge branch 'v1.11' into upmerge_05-24 2023-05-24 11:09:16 -04:00
Hannah Hunter 3e376cbf2a merge conflicts
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-05-24 09:16:13 -04:00
Hannah Hunter 9a64b90865 update diagram and output
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-05-23 19:20:31 -04:00
Hannah Hunter 6027101e06
Merge branch 'v1.11' into issue_3307 2023-05-23 15:36:04 -04:00
Hannah Hunter 76b0cb11ab updates to the quickstart; add diagram and screenshot
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-05-23 15:34:13 -04:00
Alessandro (Ale) Segala f975deefbb
Update daprdocs/content/en/getting-started/quickstarts/bindings-quickstart.md
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-05-17 15:57:16 -07:00
ItalyPaleAle 2ddf28688c Standardize PostgreSQL components' name
Fixes #3200

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-05-17 13:55:22 -07:00
Hannah Hunter 6828dd28ba update code snippet for dotnet
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-05-16 12:24:39 -04:00
Hilton Giesenow 3831dad93b
Update statemanagement-quickstart.md
First time reading the Dapr docs, so I might be wrong, but this code sample didn't seem right to me.

Signed-off-by: Hilton Giesenow <hilton@giesenow.com>
2023-05-11 21:12:37 +03:00
Hannah Hunter 8641e4a43c Merge branch 'v1.11' of https://github.com/dapr/docs into issue_3307 2023-05-01 10:58:34 -04:00
Ponraj d4ab14d9dc
Update statemanagement-quickstart.md
Signed-off-by: Ponraj <24421897+nponraj@users.noreply.github.com>
2023-04-20 15:06:32 -07:00
Wralith 6aaed4095e
Apply suggestions, omit options object to use defaults
Co-authored-by: Shubham Sharma <shubhash@microsoft.com>
Signed-off-by: Wralith <wralithdev@gmail.com>
2023-04-12 19:24:22 +03:00
Wralith 59b9621a49
Add missing snippets in quickstarts section
Signed-off-by: Wralith <wralithdev@gmail.com>
2023-04-12 18:53:01 +03:00
Rosdi Kasim 7ba96b5f82
Match the port number with sample code.
The project on GitHub runs on port `7005`, this change matches the port number so the tutorial will work. Refer to this source code:  https://github.com/dapr/quickstarts/blob/master/pub_sub/csharp/sdk/order-processor/Properties/launchSettings.json#:~:text=%22http%3A//localhost%3A-,7005,-%22%2C

Signed-off-by: Rosdi Kasim <rosdikasim@gmail.com>
2023-04-03 14:35:13 +08:00
Hannah Hunter 1f3dff612b add initial draft of actors quickstart docs
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-31 16:51:46 -04:00
Suhas-Kalagotla 9e70182ab2 fixed the typo #3287
By making a contribution to this project, I certify that:
    (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or
    (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or
    (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.
    (d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.

Signed-off-by: Suhas-Kalagotla <suhaskalagotla5@gmail.com>
2023-03-29 12:04:45 +05:30
Suhas-Kalagotla 0768bff862 changed the pre-requisties for .net
from .net 6 to .net 7

By making a contribution to this project, I certify that:
    (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or
    (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or
    (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.
    (d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.

Signed-off-by: Suhas-Kalagotla <suhaskalagotla5@gmail.com>
2023-03-28 22:55:00 +05:30
Hannah Hunter fd27403b44 Merge branch 'v1.10' of https://github.com/dapr/docs into v1.10 2023-03-15 18:40:13 -04:00
Hannah Hunter e12ba9a877 add zipkin section
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-15 18:39:35 -04:00
Worming 332d2a5af3
Use correct app port from order-processor example
the app port is 6002, see here cb4463f1a1/pub_sub/python/sdk/order-processor/app.py (L8)

Signed-off-by: Worming <worming@hotmail.be>
2023-03-09 07:25:12 +01:00
Hannah Hunter d0c107eb8a
Merge pull request #3237 from obenarchid/iss-3207
Update bindings-quickstart.md
2023-03-07 16:12:48 -06:00
obenarchid 414368d1bb
Update bindings-quickstart.md
Fixes #3207

Signed-off-by: obenarchid <72271377+obenarchid@users.noreply.github.com>
2023-03-07 17:36:14 +01:00
Nico J 248418610b
Updating to use "resources-path" flag instead
Flag --components-path has been deprecated, This flag is deprecated and will be removed in the future releases. Use "resources-path" flag instead

Signed-off-by: Nico J <nicolasj@outlook.com>
2023-03-02 09:48:15 -05:00
Hannah Hunter 2399c2d700 fix merge conflicts
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-16 11:43:56 -06:00
Minh Luan Quach d91f965307
Edited command argument & path (#3175)
* Edited command & path

* Update daprdocs/content/en/getting-started/quickstarts/statemanagement-quickstart.md

Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>

* Update daprdocs/content/en/getting-started/quickstarts/statemanagement-quickstart.md

Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>

* Update daprdocs/content/en/getting-started/quickstarts/statemanagement-quickstart.md

Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>

* Update daprdocs/content/en/getting-started/quickstarts/statemanagement-quickstart.md

Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>

* Update daprdocs/content/en/getting-started/quickstarts/statemanagement-quickstart.md

Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>

---------

Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Minh Luan Quach <minh@redisoftware.com.au>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-15 15:09:39 -08:00
Hannah Hunter fe3b047f86
Merge pull request #3163 from berndverst/patch-16
Instructions for installing a specific CLI version
2023-02-14 13:25:34 -06:00
Hannah Hunter 1e495c8060 update csharp code snippet
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-14 13:17:15 -06:00
Hannah Hunter 25b26946e9
Update daprdocs/content/en/getting-started/install-dapr-cli.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-14 12:29:08 -06:00
Hannah Hunter 6beef8dee7
Update daprdocs/content/en/getting-started/install-dapr-cli.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-14 12:29:00 -06:00
Hannah Hunter 8e777c79f9
Update daprdocs/content/en/getting-started/install-dapr-cli.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-14 12:28:54 -06:00
Hannah Hunter eff903ca14
Update daprdocs/content/en/getting-started/install-dapr-cli.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-14 12:28:47 -06:00
Hannah Hunter 2f5a49976b
Update daprdocs/content/en/getting-started/install-dapr-cli.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-14 12:28:41 -06:00
Hannah Hunter 79ee7405f5
Update daprdocs/content/en/getting-started/install-dapr-cli.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-14 12:28:29 -06:00
Hannah Hunter 451c5cfd8a
Update daprdocs/content/en/getting-started/quickstarts/serviceinvocation-quickstart.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-14 11:59:13 -06:00
Hannah Hunter 138d46ce98
Update daprdocs/content/en/getting-started/quickstarts/serviceinvocation-quickstart.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-14 11:58:59 -06:00
Hannah Hunter 1ce18f68ae add section for multi-app run
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-14 11:45:44 -06:00
Hannah Hunter 0f6db99400
Update daprdocs/content/en/getting-started/install-dapr-cli.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-14 10:49:23 -06:00
Hannah Hunter 006ff1640c
Update daprdocs/content/en/getting-started/install-dapr-cli.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-14 10:49:15 -06:00
Hannah Hunter 93d7743ef5
Update daprdocs/content/en/getting-started/install-dapr-cli.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-14 10:49:00 -06:00
Hannah Hunter e2e8fdebce
Update daprdocs/content/en/getting-started/install-dapr-cli.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-14 10:48:51 -06:00
Hannah Hunter 898045f7fd
Update daprdocs/content/en/getting-started/install-dapr-cli.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-14 10:48:42 -06:00
Hannah Hunter c128c1ef37
Update daprdocs/content/en/getting-started/install-dapr-cli.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-14 10:48:36 -06:00
Hannah Hunter 397b697a05 add links to multi-app run
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-13 12:39:15 -06:00
Bernd Verst 3c4e7c3572 Add mac instructions
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-02-10 13:02:56 -08:00
Bernd Verst a7dbde4fa7 Add powershell instructions for windows
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-02-10 12:58:33 -08:00
Bernd Verst 6624e3c19e
Update daprdocs/content/en/getting-started/install-dapr-cli.md
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-02-10 12:49:39 -08:00
Bernd Verst 7bc863735a
Update daprdocs/content/en/getting-started/install-dapr-cli.md
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-02-10 12:49:34 -08:00
Bernd Verst b479734efe
Install a specific CLI version
Useful for installing RCs

Signed-off-by: Bernd Verst <github@bernd.dev>
2023-02-10 12:46:20 -08:00
Hannah Hunter 6d8ab82677 dapr run command installs dependencies for dotnet
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-09 16:09:44 -06:00
Hannah Hunter 98afe478f0 update from plural to singular
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-09 15:34:06 -06:00