Commit Graph

6315 Commits

Author SHA1 Message Date
Alessandro (Ale) Segala 3d303ec528
Update daprdocs/content/en/reference/components-reference/supported-name-resolution/nr-sqlite.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
2024-02-02 09:22:34 -08:00
Hannah Hunter 52f1705f5a
Merge pull request #3995 from ItalyPaleAle/metrics-cardinality
[1.13] Update docs for low-cardinality metrics
2024-02-02 11:51:31 -05:00
Mark Fussell 621c5ff8b1
Update daprdocs/content/en/operations/observability/metrics/metrics-overview.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2024-02-02 08:49:04 -08:00
Alessandro (Ale) Segala d6e0a8b66d
Merge branch 'v1.13' into sqlite-nr 2024-02-02 08:31:50 -08:00
Hannah Hunter 7419cd3693
Merge branch 'v1.13' into metrics-cardinality 2024-02-02 10:51:52 -05:00
Hannah Hunter 80de6e06c8
Merge pull request #3992 from famarting/kafka-aws-iam
Add Kafka AWS IAM support for authenication
2024-02-02 10:38:55 -05:00
Mark Fussell 33c57ff503
Merge branch 'v1.13' into kafka-aws-iam 2024-02-01 12:40:11 -08:00
Mark Fussell 7a6f38494a
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>
2024-02-01 12:40:03 -08:00
Mark Fussell 48e2f46385
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>
2024-02-01 12:39:56 -08:00
Mark Fussell 74fcb49572
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>
2024-02-01 12:39:51 -08:00
Mark Fussell b2cbc2d55f
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>
2024-02-01 12:39:43 -08:00
Shivam Kumar 7dea32b7c8
Adding recursive terminate/purge in workflow API (#3969)
* Adding recursive terminate/purge in workflow api

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

* Apply suggestions from code review

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

* review comments

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

---------

Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-02-01 12:26:53 -08:00
ItalyPaleAle 4b69580298 [1.13] Document actor services flags
Adds docs for the daprd flags `--actors-service` and `--reminders-service`. These are currently not very useful to end users, as there's only 1 possible implementation in Dapr today.

Fixes #3948

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2024-02-01 09:36:25 -08:00
Alessandro (Ale) Segala 6d9e277e8a
Merge branch 'v1.13' into metrics-cardinality 2024-02-01 09:15:55 -08:00
ItalyPaleAle d9187d8782 Updated configuration-schema
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2024-02-01 09:15:44 -08:00
Alessandro (Ale) Segala 701cefa572
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>
2024-02-01 09:02:30 -08:00
Alessandro (Ale) Segala d856339cc6
Update daprdocs/content/en/operations/observability/metrics/metrics-overview.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
2024-01-31 19:19:22 -08:00
Mark Fussell 2419ef9c12
Merge branch 'v1.13' into kafka-aws-iam 2024-01-31 17:48:16 -08:00
ItalyPaleAle c462418dbc [1.13] Azure Blob Storage v2 docs
Fixes #3203

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2024-01-31 17:06:47 -08:00
Alessandro (Ale) Segala 394b3db535
Update daprdocs/content/en/reference/components-reference/supported-name-resolution/nr-sqlite.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
2024-01-31 16:27:12 -08:00
Mark Fussell e01c3900df
Merge branch 'v1.13' into sqlite-nr 2024-01-31 15:40:20 -08:00
ItalyPaleAle e1d36a3698 Update docs for low-cardinality metrics
Fixes #3987

Includes documenting the new "http.increasedCardinality" configuration option

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2024-01-31 21:28:36 +00:00
Hannah Hunter 0ff861c28b
Merge branch 'v1.13' into issue_3869
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-01-31 15:05:06 -05:00
Hannah Hunter 59ed30e7a6
Merge pull request #3982 from kaibocai/patch-2
Update limitation for js
2024-01-31 14:59:00 -05:00
Alessandro (Ale) Segala f26884509c
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>
2024-01-31 11:52:15 -08:00
Hannah Hunter 93d2bf60bc
Merge branch 'v1.13' into patch-2 2024-01-31 14:48:07 -05:00
Fabian Martinez 4764458239 add kafka aws iam to docs
Signed-off-by: Fabian Martinez <46371672+famarting@users.noreply.github.com>
2024-01-31 20:30:28 +01:00
ItalyPaleAle 017bb6214c [1.13] Add docs for SQLite name resolver
Fixes #3914

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2024-01-31 10:31:48 -08:00
kaibocai f949c5ae89
Update daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-features-concepts.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: kaibocai <89094811+kaibocai@users.noreply.github.com>
2024-01-31 08:46:53 -06:00
Hannah Hunter 89ca6dd82c
Merge branch 'v1.13' into issue_3869 2024-01-29 10:47:51 -05:00
Hannah Hunter af916d61f9 add monitor pattern
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-01-29 10:47:03 -05:00
kaibocai da0fd19ce8
Update workflow-features-concepts.md
Signed-off-by: kaibocai <89094811+kaibocai@users.noreply.github.com>
2024-01-27 07:42:22 -06:00
kaibocai fab5b197d2
Update limitation for js
Update limitation for js

Signed-off-by: kaibocai <89094811+kaibocai@users.noreply.github.com>
2024-01-27 07:39:40 -06:00
Hannah Hunter 77a9d85175
Merge pull request #3978 from hhunter-ms/issue_3944
Add workaround for `dapr init` with MacOS Silicon and Docker
2024-01-26 17:19:52 -05:00
Hannah Hunter c2a51984a7 add workaround
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-01-26 16:50:43 -05:00
Hannah Hunter 72e139d394
Merge pull request #3976 from hhunter-ms/upmerge_01-26c
Upmerge 1.12 --> 1.13
2024-01-26 16:29:32 -05:00
Hannah Hunter bd9cc5b4ea
Merge pull request #3975 from hhunter-ms/issue_3968
[Quickstarts] Add dependencies to multi-app run instructions
2024-01-26 15:49:26 -05:00
Hannah Hunter 0fcbd0a5d2 upmerge
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-01-26 15:40:09 -05:00
Hannah Hunter 1ca8a5f048
Merge branch 'v1.12' into issue_3968 2024-01-26 15:36:12 -05:00
Hannah Hunter 29801a9f51
Merge pull request #3974 from hhunter-ms/submodules_1.12_01-26
Submodules into 1.12
2024-01-26 15:35:59 -05:00
Hannah Hunter a705355ffa
Merge branch 'v1.12' into issue_3968 2024-01-26 15:31:02 -05:00
Hannah Hunter eafe41438b
Merge branch 'v1.12' into submodules_1.12_01-26 2024-01-26 15:28:46 -05:00
Hannah Hunter f056b0bf52
Merge pull request #3973 from hhunter-ms/upmerge_01-26b
Upmerge 1.11 --> 1.12
2024-01-26 15:28:31 -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 712d916ba2
Merge branch 'v1.12' into submodules_1.12_01-26 2024-01-26 14:54:58 -05:00
Hannah Hunter fdca99f64b
Merge branch 'v1.12' into upmerge_01-26b 2024-01-26 14:54:49 -05:00
Hannah Hunter 42908ba64a
Merge pull request #3966 from jhberge/patch-1
Update step 5 of pubsub-quickstart.md
2024-01-26 14:51:35 -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 8137597929 python submodule
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-01-26 13:55:39 -05:00