Commit Graph

1321 Commits

Author SHA1 Message Date
mikeee 66d6e8f74b
Merge branch 'v1.12' into mikeee-init-docs 2024-02-10 00:49:12 +00:00
mikeee 5b8b307be4
Apply suggestions from code review
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: mikeee <hey@mike.ee>
2024-02-09 18:00:03 +00:00
Hannah Hunter 93842d3156
Merge branch 'v1.12' into issue_4003 2024-02-09 11:24:14 -05:00
Hannah Hunter b6fcabeb07 edits per Chris and Mark review
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-09 11:23:43 -05:00
mikeee 443bc6bb0e
add --dev example to cli init docs
Signed-off-by: mikeee <hey@mike.ee>
2024-02-09 14:19:05 +00:00
Hannah Hunter 1501757ef5
add video to openai spec (#4026)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-08 12:12:23 -08:00
Mark Fussell f36672f58c
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-mongodb.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2024-02-02 09:02:06 -08:00
Mark Fussell 6f7727c7b0
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-mongodb.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2024-02-02 08:53:54 -08:00
Mark Fussell de0bf93079
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-mongodb.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2024-02-02 08:52:40 -08:00
Hannah Hunter cf06d9510d
Merge branch 'v1.12' into fix-3303 2024-02-02 10:55:52 -05:00
Mark Fussell 89dbf11f38
Merge branch 'v1.12' into patch-1 2024-02-01 12:33:26 -08:00
Hannah Hunter e4847eb702
add actual valid states for runtimeStatus (#3989)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-01 12:29:39 -08:00
ItalyPaleAle 9af6491271 Updatd Docker too
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2024-02-01 09:24:56 -08:00
ItalyPaleAle 75161a0bfe Changed to use the Helm chart by bitnami
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2024-02-01 09:22:12 -08:00
Alessandro (Ale) Segala 1cdb40f549
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>
2024-02-01 09:16:18 -08:00
arthbalete 694bd624d9
Documentation : Removed duplicates for failover and sentinelMasterName in setup-redis.md
In Redis state store component configuration example (https://docs.dapr.io/reference/components-reference/supported-state-stores/setup-redis/#component-format), "failover" and "sentinelMasterName" fields were duplicated.

This commit removes these duplicates, keeping the most verbose value (eg: "<bool> # Optional. Allowed: true, false" instead of "# Optional") and using the same position as the one in the spec metadata fields part (https://docs.dapr.io/reference/components-reference/supported-state-stores/setup-redis/#spec-metadata-fields).

Signed-off-by: arthbalete <67156595+arthbalete@users.noreply.github.com>
2024-02-01 10:37:55 +01:00
ItalyPaleAle 2666322311 Clarify actor state store support for MongoDB
Fixes #3303

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2024-01-31 09:47:02 -08:00
Hannah Hunter d600ba6542 resolve merge conflict
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-01-26 13:18:06 -05:00
Whit Waldo 928acb316b
Added note explaining that use of the SDKs is preferred over HTTP APIs for production scenarios. (#3967)
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
2024-01-23 22:16:19 -08:00
Whit Waldo 3dc5218b79
Added Crypto API reference documentation (#3952)
* Added Crypto API reference documentation. Updated error codes weight so it's last in list.

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

* Added Crypto API reference documentation. Updated error codes weight so it's last in list.

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

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

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

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

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

* Minor text update

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

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

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

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

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

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

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

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

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

* Added related link to API reference on Crypto overview page.

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

---------

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2024-01-22 21:42:35 -08:00
Simon Headley 390de66da8
Describing Kafka consumer behaviour when consuming from multiple topics (#3931)
* Describing Kafka consumer behaviour when consuming from multiple topics

Signed-off-by: Simon Headley <headleysj@gmail.com>

* Further specifying the behaviour of Kafka consumer groups on topics.

Signed-off-by: Simon Headley <headleysj@gmail.com>

* Changing 'this will guarantee' to 'this guarantees' as per PR review

Signed-off-by: Simon Headley <headleysj@gmail.com>

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

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

---------

Signed-off-by: Simon Headley <headleysj@gmail.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-01-11 14:38:57 -08:00
Simon Headley 5c132e6e3d
Adding write performance optimization section to Cosmos DB state stor… (#3934)
* Adding write performance optimization section to Cosmos DB state store documentation

Signed-off-by: Simon Headley <headleysj@gmail.com>

* Applying suggestions as per PR review

Signed-off-by: Simon Headley <headleysj@gmail.com>

* Switching from Markdown note to {{% alert %}} {$ /alert $}} as per PR review

Signed-off-by: Simon Headley <headleysj@gmail.com>

* Putting example paragraph in a new line as per review

Signed-off-by: Simon Headley <headleysj@gmail.com>

---------

Signed-off-by: Simon Headley <headleysj@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2024-01-08 22:02:59 -08:00
Hannah Hunter 174c51012b
[AWS SSM parameter store] Add prefix option (#3920)
* add prefix to spec

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

* add prefix to example

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

---------

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2024-01-05 17:42:38 -08:00
Simon Headley 20494df4ec
Specifying the behaviour of the ConsumerID field when configuring Kafka pub/sub (#3935)
Signed-off-by: Simon Headley <headleysj@gmail.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
2024-01-05 09:05:14 -08:00
Hannah Hunter 149325b0d4
Update `dapr init` CLI reference with Docker network examples (#3901)
* update dapr init doc

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

* Update daprdocs/content/en/reference/cli/dapr-init.md

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

---------

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-12-20 08:03:29 -08:00
Guillermo Caracuel 6460169263
Fix Subscription docs to match Kubernetes CRDs (#3888)
Signed-off-by: gcaracuel <633810+gcaracuel@users.noreply.github.com>
2023-12-01 21:53:04 -08:00
Josh van Leeuwen d68b3bca7e
v1.11 fix links (#3877)
* fix link

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

* try again with link

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

* pub-sub

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

---------

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Co-authored-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-11-20 16:59:05 -08:00
Hannah Hunter b78063f2ee pub-sub
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-11-13 17:58:16 -05:00
Hannah Hunter bd30cd2c8b try again with link
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-11-13 17:52:31 -05:00
Hannah Hunter 87b306ecfd fix link
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-11-13 17:48:45 -05:00
Hannah Hunter 78ffacba64
Update daprdocs/content/en/reference/components-reference/supported-bindings/kubemq.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-11-13 17:33:29 -05:00
Hannah Hunter bc9ee47fca
Update daprdocs/content/en/reference/components-reference/supported-bindings/kubemq.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-11-13 17:33:23 -05:00
Stuart Leeks 5c53ef2e10 Update broken links
https://account.kubemq.io/login/register is redirected to https://account.kubemq.io/auth/signup
Signed-off-by: Stuart Leeks <stuartle@microsoft.com>
2023-11-09 09:32:06 +00:00
Mark Fussell f492af580f
Merge branch 'v1.12' into issue_3775
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2023-10-30 09:34:58 -07:00
Hannah Hunter 0abf03a343
Redis limitation about transactions (#3848)
* add redis limitations note

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

* edits

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>
2023-10-27 10:34:31 -07:00
Hannah Hunter a64e00b0e2
remove ms (#3850)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-10-26 16:34:54 -07:00
Hannah Hunter c445eda8eb update aad to entra
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-10-24 17:52:53 -04:00
Susheel Thapa 1abd41b428
Fix typos in multiple files in dapr-docs (#3839)
* Chore: Typo fixed in multiple files

* Typo fixed

* Typo fixed(Telementry)

* Update pubsub-cloudevents.md

Signed-off-by: Susheel Thapa <sushilthapa9844242743@gmail.com>

---------

Signed-off-by: Susheel Thapa <sushilthapa9844242743@gmail.com>
2023-10-20 08:20:37 -07:00
Oliver Tomlinson e82d51c2ca
update to use the default kafka version to avoid uneccessary errors (#3837)
updated kafka pubsub component docs

Signed-off-by: Oliver Tomlinson <oliverjamestomlinson@gmail.com>
2023-10-19 06:37:50 -07:00
Hannah Hunter df4ca552fe
Merge branch 'v1.12' into fix-typo 2023-10-17 10:45:23 -04:00
Hannah Hunter 2a4f591a24
Merge branch 'v1.12' into bindings-dir 2023-10-17 10:40:31 -04:00
Shivam Kumar 8ba23898c4 fix typo
Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
2023-10-17 13:57:01 +05:30
frodera e83b4d3158
Update setup-nats-streaming.md (#3833)
Signed-off-by: frodera <219724+frodera@users.noreply.github.com>
2023-10-16 22:04:14 -07:00
Ilia Stepin f0ef4b9964
update s3 bindings links (#3782)
* update s3 bindings links

Signed-off-by: Ilia Stepin <stepinilya@gmail.com>

* Update s3.md

Signed-off-by: Ilia Stepin <stepinilya@gmail.com>

---------

Signed-off-by: Ilia Stepin <stepinilya@gmail.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
2023-10-16 22:03:49 -07:00
Hannah Hunter 43937c435a
Merge branch 'v1.12' into bindings-dir 2023-10-12 11:13:59 -04:00
Hannah Hunter 04b2e8068b resolve conflicts
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-10-11 18:57:19 -04:00
ItalyPaleAle 84e9dc1595 Remove direction metadata from output-only bindings
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-10-11 22:52:56 +00:00
Mark Fussell 5f4f521f91
Merge branch 'v1.12' into fix-3664 2023-10-11 15:18:55 -07:00
Mark Fussell 1a260817d0
Update http.md 2023-10-11 15:18:01 -07:00
Hannah Hunter 04c466da64
Merge branch 'v1.12' into fix-3525 2023-10-11 18:09:16 -04:00