Commit Graph

4360 Commits

Author SHA1 Message Date
Hannah Hunter b9a8038273 updates per mark and marc
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-20 10:07:11 -05:00
Hannah Hunter e7a16cb0a4 Merge branch 'issue_3868' of https://github.com/hhunter-ms/docs into issue_3868 2024-02-16 12:33:42 -05:00
Hannah Hunter 8204495bf0 add fan in/fan out
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-16 12:33:22 -05:00
Hannah Hunter 1e000807e6
Merge branch 'v1.13' into issue_3868 2024-02-15 11:18:46 -05:00
Mark Fussell ae90b50818
Update daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-features-concepts.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2024-02-14 14:36:42 -08:00
Hannah Hunter 233c4f3e56 Merge branch 'issue_3868' of https://github.com/hhunter-ms/docs into issue_3868 2024-02-14 14:16:05 -05:00
Hannah Hunter 6d9a344d36 add more pattern examples
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-14 14:15:47 -05:00
Hannah Hunter 04f6a22aa7
Merge branch 'v1.13' into issue_3868 2024-02-14 14:15:23 -05:00
Hannah Hunter c3a2b69a99 merge conflict
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-14 14:03:38 -05:00
Hannah Hunter c5ee2810a3 update quickstart, start updating patterns
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-14 14:02:09 -05:00
ashiquemd 2d5d8e1c75 Add workflow backend documentation
Signed-off-by: ashiquemd <noorani.ashique5@gmail.com>
2024-02-14 12:28:25 +05:30
MD Ashique 8ad592780d
Update daprdocs/content/en/reference/components-reference/supported-workflow-backend/actor-workflow-backend.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
2024-02-14 12:19:45 +05:30
MD Ashique 892ad7552a
Merge branch 'v1.13' into wfbackend-docs 2024-02-14 12:19:28 +05:30
MD Ashique 12ec4ef6a5
Update daprdocs/content/en/reference/components-reference/supported-workflow-backend/actor-workflow-backend.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
2024-02-14 12:19:20 +05:30
MD Ashique c71131d8da
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: MD Ashique <noorani.ashique5@gmail.com>
2024-02-14 12:19:14 +05:30
MD Ashique b51a4bd793
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: MD Ashique <noorani.ashique5@gmail.com>
2024-02-14 12:19:01 +05:30
MD Ashique 4cdb9be49d
Update daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-architecture.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
2024-02-14 12:17:02 +05:30
MD Ashique 96b1b8c7f8
Update daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-architecture.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
2024-02-14 12:16:53 +05:30
Hannah Hunter 90bbf6f265
Clarify managed identities doc (#4024)
* add more context

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

* crosslink

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

* Update daprdocs/content/en/developing-applications/integrations/Azure/azure-authentication/howto-mi.md

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

* commiting before pulling in

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

* update per bernd review

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

* typo and emphasis

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: Mark Fussell <markfussell@gmail.com>
2024-02-13 21:45:58 -08:00
Hannah Hunter d2ec1749c7
Merge branch 'v1.13' into issue_3868 2024-02-09 13:23:28 -05:00
Hannah Hunter 918fe00fd2
Merge branch 'v1.13' into wfbackend-docs 2024-02-09 13:23:11 -05:00
Hannah Hunter 47dc8383ae
Merge branch 'v1.13' into actors-services 2024-02-09 11:55:24 -05:00
Hannah Hunter bcd02b400c
Merge branch 'v1.13' into sentry-token-validator 2024-02-09 11:51:08 -05:00
Mark Fussell 8dddbc2434
Merge branch 'v1.13' into actors-services 2024-02-09 08:48:44 -08:00
Josh van Leeuwen 649e91f953
Workflow terminate/purge: remove `non_recursive` query option (#4008)
* Updates workflow terminate/purge `non_recursive` query to `recursive`

Updates from PR https://github.com/dapr/dapr/pull/7498

Signed-off-by: joshvanl <me@joshvanl.dev>

* Removes recursive workflow delete strategy from API completely

Signed-off-by: joshvanl <me@joshvanl.dev>

---------

Signed-off-by: joshvanl <me@joshvanl.dev>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2024-02-09 08:48:06 -08:00
Mark Fussell 8fcb6c25d9
Merge branch 'v1.13' into sentry-token-validator 2024-02-09 08:47:17 -08:00
Mark Fussell 86acb41974
Merge branch 'v1.13' into actors-services 2024-02-09 08:44:46 -08:00
Hannah Hunter bd75fa6921
Merge branch 'v1.13' into issue_3868
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-02-09 11:32:55 -05:00
joshvanl 45b01ecfe7 Adds review comments
Signed-off-by: joshvanl <me@joshvanl.dev>
2024-02-08 15:12:59 +00:00
MD Ashique 1bab32e321 Add workflow backend documentation
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
2024-02-08 20:23:13 +05:30
Hannah Hunter 5749b2ef57
Merge branch 'v1.13' into issue_3869 2024-02-06 16:48:56 -05:00
Hannah Hunter 552e12b824
Merge branch 'v1.13' into actors-services 2024-02-06 14:44:04 -05:00
Hannah Hunter cd3f337921
Merge branch 'v1.13' into issue_3998 2024-02-06 14:40:01 -05:00
Hannah Hunter cc5095b19e remove nats streaming
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-06 14:25:58 -05:00
Hannah Hunter df7600f9c7
Merge branch 'v1.13' into 1.13_versions_navbar 2024-02-06 14:21:20 -05:00
Hannah Hunter 3f7955315a Merge branch 'issue_4005' of https://github.com/hhunter-ms/docs into issue_4005 2024-02-06 13:36:39 -05:00
Hannah Hunter 87bfa45165 forgot one
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-06 13:36:27 -05:00
Hannah Hunter 9b227822e2
Merge branch 'v1.13' into issue_4005 2024-02-06 12:44:33 -05:00
Hannah Hunter 2961bc4358 mark review
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-06 12:44:20 -05:00
Hannah Hunter ac83ec9227
Merge branch 'v1.13' into azure-blob-v2 2024-02-06 11:47:06 -05:00
Alessandro (Ale) Segala 5202af18d1
[1.13] Docs for PostgreSQL v2 state store (#3996)
* [1.13] Docs for PostgreSQL v2 state store

Fixes #3911

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>

* Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-postgresql-v1.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>

* Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-postgresql-v2.md

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: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-02-06 08:29:29 -08:00
joshvanl fdd4cbfa0a Sentry Token Validator spec
Adds documentation about sentry token validator spec, and control plane trust domain.

Signed-off-by: joshvanl <me@joshvanl.dev>
2024-02-06 14:03:54 +00:00
Hannah Hunter 3018badb59 add js limitation
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-05 16:52:48 -05:00
Alessandro (Ale) Segala 90d7be84ad
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-azure-blobstorage.md
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
2024-02-05 13:40:59 -08:00
Mark Fussell 47d7e67d4d
Merge branch 'v1.13' into azure-blob-v2 2024-02-05 12:40:26 -08:00
Hannah Hunter 6efa7091b9 remove older versions
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-05 15:25:36 -05:00
Hannah Hunter 664cff1b16
Merge branch 'v1.13' into issue_3868 2024-02-05 12:43:48 -05:00
Hannah Hunter 0f50934b63 mike initial review
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-05 12:43:29 -05:00
Hannah Hunter 7f45c9a8eb Merge branch 'issue_3869' of https://github.com/hhunter-ms/docs into issue_3869 2024-02-05 12:05:52 -05:00
Hannah Hunter 98dca03b33 mark edit
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-05 12:04:48 -05:00