Commit Graph

4799 Commits

Author SHA1 Message Date
Hannah Hunter f9e30783e0
Merge branch 'v1.10' into issue_3107
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-07 17:24:24 -06:00
Hannah Hunter 35603c30b7 link to quickstart
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-07 17:20:34 -06:00
Hannah Hunter caa8db80c4 update per Ryan quickstart pr and add diagram
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-07 17:17:09 -06:00
Hannah Hunter 211fa537b5
Merge pull request #3093 from hhunter-ms/issue_3047
`dapr run -f` docs
2023-02-07 11:55:49 -06:00
Hannah Hunter 3ff4313d11 nit
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-07 09:05:09 -06:00
Hannah Hunter 101d55db8e also add note about alpha and linux/macos to dapr run
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-07 08:54:27 -06:00
Hannah Hunter e90e505145 add alpha state and availability to dapr stop
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-07 08:53:21 -06:00
Hannah Hunter cc14a4e6f0 update to snake case in dapr run
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-07 08:50:50 -06:00
Hannah Hunter ffe2f31dfd add runtime path flag to dapr run doc
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-07 08:43:12 -06:00
Hannah Hunter 30a1c86551 add to dapr stop doc and update metadata table
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-07 08:22:14 -06:00
Chris Gillum 00ad2f75e6
Apply PR suggestion
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Chris Gillum <cgillum@gmail.com>
2023-02-06 12:59:16 -08:00
Chris Gillum f004977370 Apply PR suggestion
Signed-off-by: Chris Gillum <cgillum@microsoft.com>
2023-02-06 10:24:24 -08:00
Chris Gillum 4e4b3b31fa Workflow architecture diagrams
Signed-off-by: Chris Gillum <cgillum@microsoft.com>
2023-02-06 10:16:39 -08:00
Hannah Hunter 51928593bb Merge branch 'issue_3047' of https://github.com/hhunter-ms/docs into issue_3047 2023-02-06 11:43:56 -06:00
Hannah Hunter 2b08c5b7fd updates per mukundan
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-06 11:43:31 -06:00
Hannah Hunter 2cdc3a7d56
Merge branch 'v1.10' into issue_3047
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-06 09:22:24 -06:00
Ryan Lettieri 1c979a94d5 Adding in description for managing workflows
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2023-02-05 16:15:52 -07:00
Chris Gillum be9af3b979 Add monitor diagram
Signed-off-by: Chris Gillum <cgillum@microsoft.com>
2023-02-04 17:37:32 -08:00
Chris Gillum 545cdd4159 Workflow: Async HTTP and Monitor patterns
Signed-off-by: Chris Gillum <cgillum@microsoft.com>
2023-02-04 17:04:54 -08:00
Bert Verstraete a54c403e79
Expand component metadata templating docs (#3070)
* Expand component metadata templating docs
- Add info on {namespace} and {appId} template
- Reference metadata templating on Kafka component docs

Signed-off-by: VerstraeteBert <bert.verstraete@cognite.com>

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

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Bert Verstraete <bertverstraete22@gmail.com>

* Update daprdocs/content/en/reference/components-reference/supported-bindings/kafka.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Bert Verstraete <bertverstraete22@gmail.com>

* Fix broken link

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Bert Verstraete <bertverstraete22@gmail.com>

---------

Signed-off-by: VerstraeteBert <bert.verstraete@cognite.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Bert Verstraete <bertverstraete22@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-03 17:22:10 -08:00
Yaron Schneider 6602c68775
Add metrics regex docs (#3126)
* add metrics regex

Signed-off-by: yaron2 <schneider.yaron@live.com>

* Update daprdocs/content/en/operations/monitoring/metrics/metrics-overview.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Yaron Schneider <schneider.yaron@live.com>

---------

Signed-off-by: yaron2 <schneider.yaron@live.com>
Signed-off-by: Yaron Schneider <schneider.yaron@live.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-03 17:20:23 -08:00
Federico Codognotto 75109bf8a1
Update doc for CEL match for numeric values (#3128)
* Fix CEL match documentation for numeric values

Signed-off-by: Federico Codognotto <fede.codo38@gmail.com>
Signed-off-by: Federico Codognotto <fcodognotto@tempestive.com>

* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/howto-route-messages.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Federico Codognotto <62144863+federicocodo@users.noreply.github.com>

---------

Signed-off-by: Federico Codognotto <fede.codo38@gmail.com>
Signed-off-by: Federico Codognotto <fcodognotto@tempestive.com>
Signed-off-by: Federico Codognotto <62144863+federicocodo@users.noreply.github.com>
Co-authored-by: Federico Codognotto <fcodognotto@tempestive.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-03 17:08:50 -08:00
Hannah Hunter 23eafed469
remove --image-registry from preview features table (#3136)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-03 15:51:37 -08:00
Hannah Hunter 92721d33df skeleton for workflow quickstart
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-03 16:09:47 -06:00
Hannah Hunter c408e460ee remove mapr
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-03 16:04:43 -06:00
Hannah Hunter d8dabf4309
[Pluggable components] Error handling documentation (#3067)
* initial draft of error handling table

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

* add go examples

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

* remove code brackets

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

* typo

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

* Update daprdocs/content/en/developing-applications/develop-components/pluggable-components/develop-pluggable.md

Co-authored-by: Marcos Candeia <marrcooos@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>

* add .net code examples, annotations example, marcos review

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

* add note about nuget package

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

* updates from tiago and marcos

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

* remove paragraph

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

* make more clear that pluggable components are in same pod

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

* Update daprdocs/content/en/operations/components/pluggable-components-registration.md

Co-authored-by: Marcos Candeia <marrcooos@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>

* editing other example per marcos

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

---------

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Marcos Candeia <marrcooos@gmail.com>
2023-02-03 12:58:33 -08:00
Hannah Hunter 796c86848f remove output binding for k8s events
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-03 14:15:45 -06:00
Hannah Hunter ec9d180077 Merge branch 'issue_3047' of https://github.com/hhunter-ms/docs into issue_3047 2023-02-03 10:34:28 -06:00
Hannah Hunter 9b12a599c8 updates per mukundand and pravin
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-03 10:33:52 -06:00
Hannah Hunter 59d36ce91c
Merge pull request #3118 from ItalyPaleAle/fix-2964
Document UNIX permissions and recommended paths for mounted volumes
2023-02-03 09:38:14 -06:00
Deepanshu Agarwal 5fd351fa1f Incorporate Review Comments
Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
2023-02-03 12:04:57 +05:30
Deepanshu Agarwal b23ecff9d1 Merge branch 'v1.10' of github.com:dapr/docs into bulksubscribe_doc 2023-02-03 12:04:20 +05:30
greenie-msft ab01a3587f
Merge branch 'v1.9' into fix-2964 2023-02-02 18:19:06 -08:00
Yaron Schneider e8bf566e7c
Add apache pulsar schema validation (#3111)
* add apache pulsar schema validation

Signed-off-by: yaron2 <schneider.yaron@live.com>

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

Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Yaron Schneider <schneider.yaron@live.com>

* remove table example

Signed-off-by: yaron2 <schneider.yaron@live.com>

---------

Signed-off-by: yaron2 <schneider.yaron@live.com>
Signed-off-by: Yaron Schneider <schneider.yaron@live.com>
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-02 17:35:18 -08:00
Hannah Hunter b2b967a24b
Merge branch 'v1.10' into issue_3047
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-02 19:11:47 -06:00
Hannah Hunter f6957b3ef9
Merge pull request #2915 from hhunter-ms/issue_2798b
Workflow API docs
2023-02-02 19:09:24 -06:00
Shivam Kumar f49400e11c
Remove backoff from pubsub (#2986)
* Remove backoff from pubsub

Signed-off-by: shivam <shivamkm07@gmail.com>

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

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>

* Adding retry messages

Signed-off-by: Shivam Kumar <shivamkumar@Shivams-MacBook-Pro.local>

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

Co-authored-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>

* Apply suggestions from code review

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>

* Fixing broken link

Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>

---------

Signed-off-by: shivam <shivamkm07@gmail.com>
Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
Signed-off-by: Shivam Kumar <shivamkumar@Shivams-MacBook-Pro.local>
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>
Co-authored-by: Shivam Kumar <shivamkumar@Shivams-MacBook-Pro.local>
Co-authored-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
2023-02-02 16:53:38 -08:00
Alessandro (Ale) Segala f2a0f9eca0
Pubsub component reference: add aria-label to emojis (#3130)
Small a11y fix (just like #3031)

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-02 15:43:02 -08:00
Bernd Verst a65680848e
1.9 Supported versions update for hotfix (#3131)
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-02-02 15:41:11 -08:00
Hannah Hunter e9e3513dd1 remove management from language
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-02 17:40:43 -06:00
Chris Gillum ceef9bfbbd Merge branch 'issue_2798b' of https://github.com/hhunter-ms/docs into issue_2798b 2023-02-02 15:25:31 -08:00
Chris Gillum b8ce5c6cc7 Update async HTTP pattern
Signed-off-by: Chris Gillum <cgillum@microsoft.com>
2023-02-02 15:25:24 -08:00
Hannah Hunter 80025e2a86
Merge branch 'v1.10' into issue_2798b
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-02 16:40:15 -06:00
Alessandro (Ale) Segala 3b843047ef
Add documentation for using `automountServiceAccountToken: false` (#3100)
* Add documentation for using `automountServiceAccountToken: false`

Fixes #3008

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Fixed link

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>

---------

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-02-02 12:47:00 -08:00
Hannah Hunter 6f857f5163
Merge pull request #3123 from ItalyPaleAle/fix-2993
Updated docs for authoring middleware components in 1.10
2023-02-02 14:30:37 -06:00
Hannah Hunter 319aebce14
Merge pull request #3103 from ItalyPaleAle/fix-3083
Update Event Hub components docs
2023-02-02 14:25:54 -06:00
Hannah Hunter 6531469cc0
Merge branch 'v1.9' into fix-2964 2023-02-02 14:24:45 -06:00
Alessandro (Ale) Segala 5f8ee9e667
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:10:24 -08: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 9a0c43793f
Merge branch 'v1.10' into issue_3047
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-02 14:02:05 -06:00