Commit Graph

3885 Commits

Author SHA1 Message Date
greenie-msft c3663f4c35
Merge branch 'v1.8' into override_default_retries 2022-07-06 13:42:17 -07:00
halspang 58514c9906
Add documentation for Subscribe API in .NET SDK (#2606)
This commit adds an example for the subscribe API in the .NET SDK.
The .NET SDK provides two different means of using the subscirbe API
and both are included here.

https://github.com/dapr/docs/issues/2568

Signed-off-by: Hal Spang <halspang@microsoft.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-06 13:33:09 -07:00
Nick Greenfield 0dcc14115f Update content per feedback
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-07-06 13:27:02 -07:00
greenie-msft 79e1b8588e
Apply suggestions from code review 2022-07-06 13:21:02 -07:00
greenie-msft c53e8ee474
Update daprdocs/content/en/operations/resiliency/policies.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-06 13:18:46 -07:00
Mark Fussell ac5a5371e5
Merge branch 'v1.8' into override_default_retries 2022-07-06 13:06:03 -07:00
Yaron Schneider 8eeaf204dc
Add code samples for distributed lock (#2610)
* add code samples for distributed lock

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

* nit

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

* changes

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

* changes

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

* Update daprdocs/content/en/developing-applications/building-blocks/distributed-lock/howto-use-distributed-lock.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/developing-applications/building-blocks/distributed-lock/howto-use-distributed-lock.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/developing-applications/building-blocks/distributed-lock/howto-use-distributed-lock.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>

* changes

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

* changes

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

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-06 13:03:57 -07:00
Hannah Hunter 493fbe5a7b
fix links and typo (#2618)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-07-06 12:28:58 -07:00
Hannah Hunter 2b16640799 1.8 release
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-07-06 14:03:05 -05:00
Hannah Hunter 940dd4ed13
add demo videos (#2612)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-06 11:51:48 -07:00
Shubham Sharma 09ee0c441f
Add documentation for installing custom certificates to Dapr sidecar (#2572)
* Add content

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Refactor

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* 💄

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Address @greenie-msft comments

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Review comments by @mukundansundar

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Use alert for note

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Review comments by @mukundansundar

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Review comments by @msfussell

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Add section in http binding

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Typo

* Typo

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-06 11:42:00 -07:00
Alessandro (Ale) Segala 608c4f179c
Add docs for using Mariner-based images (#2549)
* Add docs for using Mariner-based images

Fixes #2514

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

* 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>

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-06 11:27:58 -07:00
Hannah Hunter a380dcbecc
[State Mgmt] Docset refresh (#2541)
* initial refresh

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

* a few more edits

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

* updates per Mark

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

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-06 11:23:54 -07:00
Yaron Schneider 375911991d
Add s3 file upload example (#2614)
* add s3 file upload example

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

* update example

Signed-off-by: yaron2 <schneider.yaron@live.com>
2022-07-06 10:57:56 -07:00
Mukundan Sundararajan 57676c2f2b
add docs for dapr annotate command (#2576)
* add docs for dapr annotate command

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

* fixed docs based on latest changes to CLI annotate command

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

* address review comments

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-06 10:00:37 -07:00
greenie-msft b17d4883ca
Merge pull request #2585 from shubham1172/shubham1172/fix-js-sdk-docs
Update js-sdk submodule
2022-07-05 21:05:56 -07:00
Mark Fussell bfcfd49759
Merge branch 'v1.8' into shubham1172/fix-js-sdk-docs 2022-07-05 20:07:33 -07:00
Hannah Hunter f0d4758be5
[state store ttl] Added metadata.ttlInSeconds (#2583)
* initial change

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

* remove from table

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

* update title

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

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-05 18:09:31 -07:00
Hannah Hunter c4e14f83eb
review grammar; remove preview note (#2605)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-05 17:31:09 -07:00
Alessandro (Ale) Segala f6cb49523c
Add docs for sidecar injector watchdog (#2601)
* Added docs for sidecar injector watchdog

Fixes #2581

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

* Added YouTube video

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

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-05 15:44:33 -07:00
Hannah Hunter dd445be31f
[Bindings] Docset refresh (#2595)
* bindings initial refresh

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

* updates per Mark

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

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-05 15:32:10 -07:00
Mark Fussell dbf836943a
Merge branch 'v1.8' into override_default_retries 2022-07-05 15:00:53 -07:00
Hannah Hunter 96165997ee
add suggested note (#2602)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-07-05 14:15:48 -07:00
greenie-msft e57d754ccd
Update daprdocs/content/en/operations/resiliency/policies.md 2022-07-05 13:36:18 -07:00
greenie-msft 7443270381
Apply suggestions from code review
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-05 13:34:20 -07:00
Yaron Schneider 09b7e18dc0
Add distributed lock api reference (#2596)
* add distributed lock api reference

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

* Update daprdocs/content/en/reference/api/distributed_lock_api.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>

* add info

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

* add info

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

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-05 13:15:59 -07:00
greenie-msft cc24949c0f
Merge branch 'v1.8' into override_default_retries 2022-07-05 08:56:35 -07:00
Shubham Sharma f11a20fc14
Clarify annotation format (#2579)
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
2022-07-04 09:19:46 -07:00
deepanshuagarwal dcc364a6e3
Add disable-builtin-k8s-secret-store annotation option (#2548)
* Update Preview Features List (#2555)

Updated resiliency to have a version introduced and fixed version introduced for pubsub routing

Signed-off-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>

* Add disable-builtin-k8s-secret-store annotation option

Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>

* Add k8s secret store description in secrets-overview

Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>

* Incorporating review comments from docs#2548

Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>

* Correcting Docs

Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>

* Update daprdocs/content/en/developing-applications/building-blocks/secrets/secrets-overview.md

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

* Update daprdocs/content/en/reference/arguments-annotations-overview.md

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

Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-02 09:30:39 -07:00
Pravin Pushkar 6f75254db1
Docs for dapr int/upgrade in k8s mode using GHCR and private registry (#2508)
* Update docs for dapr int/upgrade in k8s mode using GHCR and private registry

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Addressing review comments

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-01 17:12:21 -07:00
nyemade-uversky dc3e62d455
Add spec metadata fields section to K8S secret store docs (#2593)
* Add Spec metadata fields section

Added Spec metadata fields section and removed the "name" metadata attribute from code example


Signed-off-by: nyemade-uversky <nuversky@microsoft.com>

Signed-off-by: nyemade-uversky <55847877+nyemade-uversky@users.noreply.github.com>

* Update daprdocs/content/en/reference/components-reference/supported-secret-stores/kubernetes-secret-store.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>

Signed-off-by: nyemade-uversky <55847877+nyemade-uversky@users.noreply.github.com>

* Added square brackets 

Signed-off-by: nyemade-uversky <55847877+nyemade-uversky@users.noreply.github.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-01 14:29:52 -07:00
Malte Götz 31f641f829
Fixed indentation of RabbitMQ binding spec (#2586)
This is my commit message
Signed-off-by: Malte Goetz

Signed-off-by: Malte Götz <maltegoetz@users.noreply.github.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-01 14:19:04 -07:00
Mark Fussell 4c5837242c
Distributed Lock API updates (#2591)
* lock API files

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

* lock API files

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

* lock API files update

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

* lock API files update overview

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

* lock API files update overview

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

* lock API files update buidling block

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

* lock API files update overview

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

* Update daprdocs/content/en/developing-applications/building-blocks/distributed-lock/distributed-lock-api-overview.md

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

* Update daprdocs/content/en/developing-applications/building-blocks/distributed-lock/distributed-lock-api-overview.md

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

* Update daprdocs/content/en/developing-applications/building-blocks/distributed-lock/distributed-lock-api-overview.md

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

* Update daprdocs/content/en/developing-applications/building-blocks/distributed-lock/distributed-lock-api-overview.md

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

* Update daprdocs/content/en/reference/components-reference/supported-locks/redis-lock.md

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

* Update daprdocs/content/en/reference/components-reference/supported-locks/redis-lock.md

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

* Update daprdocs/content/en/reference/components-reference/supported-locks/redis-lock.md

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

* Update daprdocs/content/en/reference/components-reference/supported-locks/redis-lock.md

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

* Update daprdocs/content/en/reference/components-reference/supported-locks/redis-lock.md

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

* Update daprdocs/content/en/reference/components-reference/supported-locks/redis-lock.md

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

* Update daprdocs/content/en/reference/components-reference/supported-locks/redis-lock.md

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

* Update daprdocs/content/en/reference/components-reference/supported-locks/redis-lock.md

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

* Updates to Redis metadata and overview

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2022-06-30 21:47:27 -07:00
greenie-msft 55763c0c86
Merge branch 'v1.8' into override_default_retries 2022-06-30 14:06:34 -07:00
greenie-msft 68cb6ed8ab
Merge pull request #2574 from hhunter-ms/quickstart_descriptions
[quickstarts] Small updates and cross-linking
2022-06-30 13:39:24 -07:00
greenie-msft 4a9f360053
Merge pull request #2578 from mukundansundar/add-dapr-version-cmd
Add dapr version cmd docs
2022-06-30 13:38:51 -07:00
Mark Fussell c2ca0c1d32
Merge branch 'v1.7' into quickstart_descriptions 2022-06-30 13:05:19 -07:00
Hannah Hunter 490c6afe44
[JetStream] Enabling on NATS server (#2584)
* initial addition of jetstream flag

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

* for review

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

* updates per Bernd

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

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-06-30 13:04:03 -07:00
Nick Greenfield 5a23c4b4b7 Add content that explains how to override Dapr's default retries
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-06-29 16:02:36 -07:00
Mark Fussell fb420ffe0d
Merge branch 'v1.8' into add-dapr-version-cmd 2022-06-29 14:54:21 -07:00
nyemade-uversky 64b206a253
Custom 404 page (#2575)
* add responseOverrides for hugo 404 page 

add responseOverrides for hugo 404 page instead of the current Azure static web apps 404 page

* Update staticwebapp.config.json

* Add missing comma

Signed-off-by: nyemade-uversky <55847877+nyemade-uversky@users.noreply.github.com>
2022-06-29 14:40:46 -07:00
Malte Götz 8066950aa1
Add hint on OPTIONS request for input bindings (#2587)
When creating an input binding dapr makes an `OPTIONS` call on the specified endpoint. If the request fails, the subscription is dropped and input wont be handled. 

Signed-off-by: Malte Götz <maltegoetz@users.noreply.github.com>
2022-06-29 09:51:23 -07:00
Shubham Sharma e871407a98 Update js-sdk submodule
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
2022-06-29 17:51:21 +05:30
Mukundan Sundararajan 199f2c07fd
Update daprdocs/content/en/reference/cli/dapr-version.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2022-06-29 00:40:44 +05:30
greenie-msft ad99ef096a
Merge pull request #2580 from hhunter-ms/aks_update
[AKS Dapr] Link to setting up extension
2022-06-28 09:09:02 -07:00
Hannah Hunter 3930808a09 remove helm section and link to dapr aks extension
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-06-28 09:33:36 -05:00
Mukundan Sundararajan 34e4896d9a Add dapr version cmd docs
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-06-28 12:49:45 +05:30
greenie-msft 27541dc482
Merge pull request #2465 from saber-wang/v1.8
Add an example of binding multiple routingKeys
2022-06-27 15:45:21 -07:00
Hannah Hunter ac6043c907 csharp
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-06-27 17:31:09 -05:00
Hannah Hunter 9ffc030f2f quickstart_descriptions
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-06-27 17:17:32 -05:00