Hannah Hunter
a9ffe331df
Merge pull request #3294 from Suhas-Kalagotla/3161-docs
...
updated docs about failing app health check won't remove a pod in cas…
2023-04-11 12:18:10 -04:00
Hannah Hunter
ff090f0207
Merge pull request #3311 from rosdi/patch-2
...
Match the port number with sample code.
2023-04-06 15:56:25 -04:00
Hannah Hunter
477b48a6ec
Update daprdocs/content/en/developing-applications/building-blocks/observability/app-health.md
...
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-04-06 15:51:22 -04:00
Sabrina Shepherd
c0d1e6a931
Added an example for DotNet bulk subscribing ( #3281 )
...
* Added an example for DotNet bulk subscribing
Signed-off-by: Sabrina Shepherd <sabrina@nuqleous.com>
* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-bulk.md
Signed-off-by: Sabrina Shepherd <sabrinashepherd@outlook.com>
* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-bulk.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
---------
Signed-off-by: Sabrina Shepherd <sabrina@nuqleous.com>
Signed-off-by: Sabrina Shepherd <sabrinashepherd@outlook.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-04-05 15:50:27 -07:00
Rosdi Kasim
7ba96b5f82
Match the port number with sample code.
...
The project on GitHub runs on port `7005`, this change matches the port number so the tutorial will work. Refer to this source code: https://github.com/dapr/quickstarts/blob/master/pub_sub/csharp/sdk/order-processor/Properties/launchSettings.json#:~:text=%22http%3A//localhost%3A-,7005,-%22%2C
Signed-off-by: Rosdi Kasim <rosdikasim@gmail.com>
2023-04-03 14:35:13 +08:00
Hannah Hunter
239d827075
clarify retry-able errors
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-31 14:58:33 -04:00
Hannah Hunter
2a7d3221be
remove for another PR
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-30 17:13:30 -04:00
Hannah Hunter
fe468ff658
more changes per mark
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-30 17:11:28 -04:00
Hannah Hunter
333f3ac771
update overview and add next steps
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-29 16:29:28 -04:00
Hannah Hunter
8f4fb1cd39
Merge pull request #3277 from JoshVanL/state-sqlserver-ttl
...
Adds TTL support to SQL server
2023-03-29 14:56:40 -04:00
Hannah Hunter
c51a4acdb1
Merge pull request #3283 from ItalyPaleAle/dev-container-logs
...
Add docs for using Dev Container feature
2023-03-29 14:47:37 -04:00
Suhas-Kalagotla
9e70182ab2
fixed the typo #3287
...
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or
(b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or
(c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.
(d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.
Signed-off-by: Suhas-Kalagotla <suhaskalagotla5@gmail.com>
2023-03-29 12:04:45 +05:30
Suhas-Kalagotla
0768bff862
changed the pre-requisties for .net
...
from .net 6 to .net 7
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or
(b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or
(c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.
(d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.
Signed-off-by: Suhas-Kalagotla <suhaskalagotla5@gmail.com>
2023-03-28 22:55:00 +05:30
Suhas-Kalagotla
bb5e86aa9a
updated docs about failing app health check won't remove a pod in case of kubernetes
...
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or
(b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or
(c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.
(d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.
Signed-off-by: Suhas-Kalagotla <suhaskalagotla5@gmail.com>
2023-03-28 22:32:19 +05:30
Hannah Hunter
2e05e3c541
Merge pull request #3204 from hhunter-ms/issue_2952
...
Clarify that AAD pod identity and workload identity are in preview
2023-03-28 11:31:17 -04:00
Hannah Hunter
2fc23f2e88
add note from bernd
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-28 11:13:06 -04:00
Bernd Verst
7b8e24ff37
Kafka PubSub: Document certificate authentication ( #3291 )
...
Documents the certificate authentication method in Kafka. This method is not new, but now a dedicate authType option exists to toggle this.
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-03-27 11:18:12 -07:00
greenie-msft
992c460912
Merge pull request #3232 from hhunter-ms/issue_2918b
...
[Resiliency] Clarify timeout section
2023-03-24 12:53:04 -07:00
Hannah Hunter
b81160a08e
update links
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-23 11:23:01 -04:00
Hannah Hunter
1b48aaf2a3
Merge pull request #3252 from tomkerkhove/workflow-api
...
docs: Provide more structured API docs for Workflow API
2023-03-23 11:15:37 -04:00
Alessandro (Ale) Segala
dae15e1723
Update daprdocs/content/en/developing-applications/local-development/ides/vscode/vscode-remote-dev-containers.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>
2023-03-23 08:04:39 -07:00
ItalyPaleAle
8f204c0222
Add docs for using Dev Container feature
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-03-22 00:15:45 +00:00
Tom Kerkhove
e0b1b1d93e
Update daprdocs/content/en/reference/api/workflow_api.md
...
Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
2023-03-21 12:19:07 +01:00
Hannah Hunter
8b3fc3f8f6
start of actor building block refresh
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-20 18:19:35 -04:00
Tom Kerkhove
d4d3b57358
Update daprdocs/content/en/reference/api/workflow_api.md
...
Co-authored-by: Chris Gillum <cgillum@gmail.com>
Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
2023-03-20 21:27:10 +01:00
Tom Kerkhove
5d0a4f42d5
Update daprdocs/content/en/reference/api/workflow_api.md
...
Co-authored-by: Chris Gillum <cgillum@gmail.com>
Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
2023-03-20 21:27:02 +01:00
Tom Kerkhove
e25d47915a
Update daprdocs/content/en/reference/api/workflow_api.md
...
Co-authored-by: Chris Gillum <cgillum@gmail.com>
Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
2023-03-20 21:26:55 +01:00
Tom Kerkhove
452d1d2fef
Update daprdocs/content/en/reference/api/workflow_api.md
...
Co-authored-by: Chris Gillum <cgillum@gmail.com>
Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
2023-03-20 21:26:36 +01:00
Tom Kerkhove
ae253f2b41
Update daprdocs/content/en/reference/api/workflow_api.md
...
Co-authored-by: Chris Gillum <cgillum@gmail.com>
Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
2023-03-20 21:26:30 +01:00
Tom Kerkhove
209e8d6488
Update daprdocs/content/en/reference/api/workflow_api.md
...
Co-authored-by: Chris Gillum <cgillum@gmail.com>
Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
2023-03-20 21:26:23 +01:00
Tom Kerkhove
2b84c534c9
Update daprdocs/content/en/reference/api/workflow_api.md
...
Co-authored-by: Chris Gillum <cgillum@gmail.com>
Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
2023-03-20 21:26:17 +01:00
Tom Kerkhove
849afb943f
Update daprdocs/content/en/reference/api/workflow_api.md
...
Co-authored-by: Chris Gillum <cgillum@gmail.com>
Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
2023-03-20 21:26:10 +01:00
Tom Kerkhove
5c2c7ad960
Update daprdocs/content/en/reference/api/workflow_api.md
...
Co-authored-by: Chris Gillum <cgillum@gmail.com>
Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
2023-03-20 21:26:02 +01:00
joshvanl
a6561ada9d
Add section on creating an index to the `ExpireDate` column
...
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-03-20 11:27:04 +00:00
Josh van Leeuwen
3689a2f506
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-sqlserver.md
...
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
2023-03-20 10:57:35 +00:00
Crypt Keeper
570700769c
Replaces http wasm middleware with more flexible implementation ( #2922 )
...
Currently, http wasm middleware uses a proof of concept simple rewrite
function. This replaces it with a faster executing and more complete
middleware, http-wasm, added https://github.com/http-wasm/components-contrib/pull/2
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2023-03-19 17:12:25 -07:00
joshvanl
c9dce55f10
Adds TTL support to SQL server
...
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-03-18 17:15:03 +00:00
Hannah Hunter
ed26d8681f
Merge pull request #3238 from hhunter-ms/issue_3119
...
Add .NET, Go, Java state store TTL examples
2023-03-17 17:53:07 -04:00
Hannah Hunter
960550442b
Update daprdocs/content/en/operations/resiliency/policies.md
...
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-03-17 17:44:42 -04:00
Hannah Hunter
a08d67e854
Merge pull request #3184 from abossard/rabbitmq_tls_externalauth
...
added externalSasl documentation
2023-03-17 17:43:59 -04:00
Hannah Hunter
9ba3c29898
reorder languages and remove Java
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-17 17:41:52 -04:00
Hannah Hunter
ebd4302bd5
Merge pull request #3254 from Datadog-Docs/kari/datadog-dapr
...
Add "How-To: Set up Datadog for distributed tracing"
2023-03-17 09:58:35 -04:00
Hannah Hunter
54d0660f5d
update patch version
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-17 09:32:59 -04:00
Hannah Hunter
026ce895f5
go example from yaron
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-16 17:47:54 -04:00
Hannah Hunter
4228805ec9
start actors overview edit
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-16 17:46:06 -04:00
Kari Halsted
dc4d05df64
Fix image tagging
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Kari Halsted <12926135+kayayarai@users.noreply.github.com>
2023-03-16 15:13:56 -06:00
Kari Halsted
c73c51af74
add screen cap
...
Signed-off-by: Kari Halsted <12926135+kayayarai@users.noreply.github.com>
2023-03-16 10:59:54 -06:00
Kari Halsted
7116f031c1
add image of traces in datadog
...
Signed-off-by: Kari Halsted <12926135+kayayarai@users.noreply.github.com>
2023-03-16 10:32:40 -06:00
Hannah Hunter
fd27403b44
Merge branch 'v1.10' of https://github.com/dapr/docs into v1.10
2023-03-15 18:40:13 -04:00
Hannah Hunter
e12ba9a877
add zipkin section
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-15 18:39:35 -04:00
Hannah Hunter
3ec68b6f89
Merge pull request #3199 from hhunter-ms/issue_3160
...
[metrics/grafana] Add 'skip TLS verify' step and screenshot
2023-03-15 18:28:29 -04:00
Hannah Hunter
9c1eb05d90
Update for hotfix ( #3261 )
...
* update versions for hotfix
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* add rows
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
---------
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-15 12:12:03 -07:00
Kari Halsted
fc42b445cd
expand yaml context
...
Signed-off-by: Kari Halsted <12926135+kayayarai@users.noreply.github.com>
2023-03-14 10:50:00 -06:00
Kari Halsted
7f5257c122
Apply suggestions from code review
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Kari Halsted <12926135+kayayarai@users.noreply.github.com>
2023-03-14 10:41:50 -06:00
Hannah Hunter
d52eb22e18
Merge pull request #3251 from hhunter-ms/issue_3246
...
Fix video embed link
2023-03-14 11:34:14 -04:00
Tom Kerkhove
7bdefeb5eb
docs: Provide more structured API docs for Workflow API
...
Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
2023-03-14 10:33:04 +00:00
Hannah Hunter
4cc7808cc7
go example?
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-13 14:53:19 -04:00
Kari Halsted
774f4dac74
add datadog page
...
Signed-off-by: Kari Halsted <kari.halsted@datadoghq.com>
Signed-off-by: Kari Halsted <12926135+kayayarai@users.noreply.github.com>
2023-03-13 12:26:15 -06:00
Hannah Hunter
22d814de43
remove go example for now
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-13 10:03:22 -04:00
Hannah Hunter
ab5a231bf3
Merge pull request #3248 from bingo1229/bingo_typo_fix
...
fix typo
2023-03-13 08:59:54 -05:00
Hannah Hunter
e7f8b22d88
Merge pull request #3242 from worming004/patch-1
...
Use correct app port from order-processor example
2023-03-13 08:59:39 -05:00
Hannah Hunter
288f099737
fix video embed link
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-13 09:37:52 -04:00
oops-oom
dc0029e14d
fix typo
...
Signed-off-by: oops-oom <734819342@qq.com>
2023-03-11 10:53:16 +08:00
Tom Kerkhove
412408bc1e
fix: Redis sample formatting is not aligned
...
Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
2023-03-09 14:07:55 +01:00
Worming
332d2a5af3
Use correct app port from order-processor example
...
the app port is 6002, see here cb4463f1a1/pub_sub/python/sdk/order-processor/app.py (L8)
Signed-off-by: Worming <worming@hotmail.be>
2023-03-09 07:25:12 +01:00
Hannah Hunter
12c2e08719
remove java
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-08 15:44:05 -06:00
Hannah Hunter
d0c107eb8a
Merge pull request #3237 from obenarchid/iss-3207
...
Update bindings-quickstart.md
2023-03-07 16:12:48 -06:00
Hannah Hunter
ad6a18a2e8
add java and go for review
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-07 11:44:11 -06:00
obenarchid
414368d1bb
Update bindings-quickstart.md
...
Fixes #3207
Signed-off-by: obenarchid <72271377+obenarchid@users.noreply.github.com>
2023-03-07 17:36:14 +01:00
Hannah Hunter
c39e77268b
update image name
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-07 10:11:07 -06:00
Hannah Hunter
86fdd45481
add dotnet sdk example and set up tabs
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-07 10:04:11 -06:00
Hannah Hunter
aec8eafc4b
gRPC service invo deprecation notice ( #3205 )
...
* deprecation notice
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* Update daprdocs/content/en/operations/support/support-release-policy.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
* Update daprdocs/content/en/operations/support/support-release-policy.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.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>
2023-03-07 07:43:50 -08:00
Hannah Hunter
bc5a54f0b9
Merge pull request #3231 from JoshVanL/state-store-cockroachdb-postgres-impl
...
CockroachDB feature parity with PostgreSQL
2023-03-07 09:30:15 -06:00
Hannah Hunter
7278e3b8ac
update http/powershell example ( #3198 )
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-06 21:44:14 -08:00
Hannah Hunter
30f0094ca0
Merge pull request #3233 from halspang/v1.10
...
Add call to MapSubscribeHandlers for .NET pubsub
2023-03-06 17:51:31 -06:00
halspang
b8153990c8
Add call to MapSubscribeHandlers for .NET pubsub
...
https://github.com/dapr/docs/issues/2649
Signed-off-by: halspang <halspang@microsoft.com>
2023-03-06 15:38:41 -08:00
Hannah Hunter
0396b8587e
Merge pull request #3201 from hhunter-ms/issue_3158
...
[workflow] Add limitations section
2023-03-06 17:34:49 -06:00
Hannah Hunter
829cb32102
add tabs per chris suggestion
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-06 17:21:47 -06:00
Hannah Hunter
7787917326
updates from chris
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-06 16:22:52 -06:00
Hannah Hunter
2d6e18d115
clarify timeout section
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-06 15:39:46 -06:00
Josh van Leeuwen
599953c7e4
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-cockroachdb.md
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
2023-03-06 21:33:12 +00:00
Josh van Leeuwen
75c4b225dd
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-cockroachdb.md
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
2023-03-06 21:33:07 +00:00
Josh van Leeuwen
651ada8fbc
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-cockroachdb.md
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
2023-03-06 21:33:01 +00:00
Josh van Leeuwen
7614bb279d
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-cockroachdb.md
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
2023-03-06 21:32:55 +00:00
Hannah Hunter
5935cbc90d
Merge pull request #3225 from iamnicoj/patch-2
...
Updating to use "resources-path" flag instead
2023-03-06 14:36:20 -06:00
joshvanl
6276f0308f
Updates CockroachDB docs with feature parity with PostgreSQL
...
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-03-04 19:17:40 +00:00
joshvanl
1800d28824
Add support for TTL to CockroachDB state store
...
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-03-02 15:39:57 +00:00
Nico J
248418610b
Updating to use "resources-path" flag instead
...
Flag --components-path has been deprecated, This flag is deprecated and will be removed in the future releases. Use "resources-path" flag instead
Signed-off-by: Nico J <nicolasj@outlook.com>
2023-03-02 09:48:15 -05:00
obenarchid
77b3299b90
Update howto-author-workflow.md
...
Fixes #3221
Signed-off-by: obenarchid <72271377+obenarchid@users.noreply.github.com>
2023-03-02 14:31:30 +01:00
Hannah Hunter
378d85a6cb
Merge pull request #3195 from jjcollinge/patch-4
...
Fix app protocol in template reference doc
2023-02-28 10:50:44 -06:00
Hannah Hunter
3472750dc1
Merge pull request #3212 from ItalyPaleAle/dapr-config-update
...
Update information for daprsystem configuration
2023-02-28 10:26:45 -06:00
Mahmut Canga
031bd32639
removed dead link to dapr workflow
...
Signed-off-by: Mahmut Canga <macromania@users.noreply.github.com>
2023-02-27 15:49:20 +00:00
ItalyPaleAle
afa50e22e5
Update information for daprsystem configuration
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-25 15:45:42 -08:00
Hannah Hunter
74865bffaa
add daprRuntimeVersion to code example ( #3208 )
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-24 14:33:51 -08:00
greenie-msft
d8602415e9
Update daprdocs/content/en/operations/support/support-release-policy.md
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2023-02-24 10:16:29 -08:00
Nick Greenfield
a932b32212
Update version to 1.10.2
...
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2023-02-24 09:52:37 -08:00
Hannah Hunter
9bd9b05c75
remove duplicates
2023-02-22 17:21:25 -06:00
Hannah Hunter
b2628fea7b
Diagrams deck and pub/sub diagram ( #3197 )
...
* update deck and diagram
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* updates to presentation deck and diagrams deck
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* update outdated workflow diagram
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* rename to match link
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
---------
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-22 15:14:01 -08:00
nyemade-uversky
2bb5016d72
adding external events back to workflow docs
...
Signed-off-by: nyemade-uversky <55847877+nyemade-uversky@users.noreply.github.com>
2023-02-22 16:01:03 -07:00
nyemade-uversky
ed62079fb8
Remove External Events" as feature in workflows 1.10
...
Signed-off-by: nyemade-uversky <55847877+nyemade-uversky@users.noreply.github.com>
2023-02-22 15:56:28 -07:00