Commit Graph

4236 Commits

Author SHA1 Message Date
mikeee 74d26e613f
Merge branch 'v1.12' into mikeee-init-docs 2024-02-07 18:48:24 +00:00
mikeee feb648081a
add init -k --dev docs
Signed-off-by: mikeee <hey@mike.ee>
2024-02-07 18:40:24 +00:00
Hannah Hunter f7baea8a82
Merge branch 'v1.12' into 1.12_versions_navbar 2024-02-06 14:21:06 -05:00
Hannah Hunter 4be49a7913 add openai to index
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-06 14:11:17 -05:00
Hannah Hunter 5555c05b99 remove old versions
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-05 15:24:28 -05: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
Alessandro (Ale) Segala 81a4e739f2
Merge branch 'v1.12' into fix-3303 2024-02-01 09:12:19 -08:00
arthbalete b0b68d401f
Merge branch 'v1.12' into patch-1 2024-02-01 16:40:12 +01:00
Mark Fussell 9a35e69eb0 Update daprdocs/content/en/getting-started/install-dapr-selfhost.md
Co-authored-by: Marc Duiker <marcduiker@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2024-02-01 17:42:48 +05:30
Mark Fussell d88ccb610b Update daprdocs/content/en/getting-started/install-dapr-selfhost.md
Co-authored-by: Marc Duiker <marcduiker@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2024-02-01 17:42:48 +05:30
Prashant Rewar 96cad2bbb3 Update daprdocs/content/en/getting-started/install-dapr-selfhost.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Prashant Rewar <108176843+prashantrewar@users.noreply.github.com>
2024-02-01 17:42:48 +05:30
Prashant Rewar e9a7a6f995 Update daprdocs/content/en/getting-started/install-dapr-selfhost.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Prashant Rewar <108176843+prashantrewar@users.noreply.github.com>
2024-02-01 17:42:48 +05:30
Prashant Rewar fc488832c4 Add instructions to open the .dapr folder in the user profile on Windows
Signed-off-by: Prashant Rewar <108176843+prashantrewar@users.noreply.github.com>
2024-02-01 17:42:48 +05:30
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
Hannah Hunter 11730336ea
Fix incorrect statement regarding actor timers (#3977)
* update incorrect sentence

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

* mark edit

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-31 15:07:53 -08: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
kaibocai 9ff3dfd63c
Fix incorrect doc for java sdk
Java SDK already support creating timer. 

Signed-off-by: kaibocai <89094811+kaibocai@users.noreply.github.com>
2024-01-27 07:04:19 -06:00
Hannah Hunter c2a51984a7 add workaround
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-01-26 16:50:43 -05:00
Hannah Hunter a705355ffa
Merge branch 'v1.12' into issue_3968 2024-01-26 15:31:02 -05:00
Hannah Hunter eab7975f91 add reqs to multi run instructions
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-01-26 15:19:46 -05:00
Hannah Hunter fdca99f64b
Merge branch 'v1.12' into upmerge_01-26b 2024-01-26 14:54:49 -05:00
Hannah Hunter 9a1c4f3cd8
Merge branch 'v1.12' into patch-1 2024-01-26 14:47:47 -05:00
Hannah Hunter d02f303ae2
Update daprdocs/content/en/getting-started/quickstarts/pubsub-quickstart.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-01-26 14:47:37 -05:00
Hannah Hunter d600ba6542 resolve merge conflict
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-01-26 13:18:06 -05:00
Prashant Rewar 4b389d3aca
Add Instructions to add Kubernetes Metrics server to Kind (#3970)
Signed-off-by: Prashant Rewar <108176843+prashantrewar@users.noreply.github.com>
2024-01-26 08:30:26 -08: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
jhberge 23222073d3
Update step 5 of pubsub-quickstart.md
The notice about random numbers was a bit confusing.

Signed-off-by: jhberge <36478438+jhberge@users.noreply.github.com>
2024-01-23 16:13:05 +01: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
Yetkin Timocin 18785e4a8e
Update kubernetes-deploy.md (#3964)
Added the missing `-k` flag in the Kubernetes Deploy docs.

Signed-off-by: Yetkin Timocin <ytimocin@microsoft.com>
2024-01-21 14:57:03 -08:00
Marc Duiker 4a528ad076
Add link to Docs contributor video and update CodeSpaces page (#3963)
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
2024-01-20 23:44:24 -08:00
Mark Fussell 71a5b990da
New hotfix patch for v1.12.4 (#3960) 2024-01-17 19:36:08 -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
Mark Fussell dca48016a8
Merge branch 'v1.12' into v1.12 2024-01-08 22:08:22 -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
Farshad Davoudi 08939fc627
Update multi-app-template.md (#3943)
Fix some mistakes in the doc and try to make it better and more clear

Signed-off-by: Farshad Davoudi <f.davoudi.r@outlook.com>
2024-01-05 08:48:00 -08:00
Mark Fussell 06ac5ac4c9
Merge branch 'v1.12' into v1.12 2024-01-04 12:53:56 -08:00
Hannah Hunter 6bcddf95a6
add latest version (#3936)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-01-03 07:36:37 -08:00
Hannah Hunter 710933b689
Merge branch 'v1.12' into v1.12 2023-12-21 16:31:18 -05:00
Hannah Hunter a4879190d1
Merge branch 'v1.12' into update-multi-app-run-steps 2023-12-21 15:55:33 -05:00
Hannah Hunter 3cac886e6b add debug commands
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-12-21 14:53:45 -05:00