salaboy
c161d7ec00
Update daprdocs/content/en/operations/dapr-shared/dapr-shared.md
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:18 +01:00
salaboy
ce0d6b8d6f
Update daprdocs/content/en/operations/dapr-shared/dapr-shared.md
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:18 +01:00
salaboy
da6ec97c0e
Update daprdocs/content/en/operations/dapr-shared/dapr-shared.md
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:18 +01:00
salaboy
82de23b09d
Update daprdocs/content/en/operations/dapr-shared/dapr-shared.md
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:18 +01:00
salaboy
97c8cb5b3f
Update daprdocs/content/en/operations/dapr-shared/dapr-shared.md
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:18 +01:00
salaboy
7f5b0b0ae3
Update daprdocs/content/en/operations/dapr-shared/_index.md
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:18 +01:00
salaboy
122de7fc99
Update daprdocs/content/en/operations/dapr-shared/_index.md
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:18 +01:00
salaboy
c4141e50d3
Update daprdocs/content/en/operations/dapr-shared/dapr-shared.md
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:18 +01:00
salaboy
71161c77ee
Update daprdocs/content/en/operations/dapr-shared/dapr-shared.md
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:18 +01:00
salaboy
2aae78ac06
initial dapr shared
...
Signed-off-by: salaboy <Salaboy@gmail.com>
2024-06-27 20:15:18 +01:00
Rafael Câmara
7625eee6a9
Fix link to service to service resiliency ( #4227 )
2024-06-20 15:19:37 -07:00
Whit Waldo
ae43d26627
Service invocation supports passing of query strings/fragments in URL ( #4217 )
...
* Clarified that a query string or fragment can be appended to a service invocation request and it'll work without issue
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
* Update daprdocs/content/en/developing-applications/building-blocks/service-invocation/howto-invoke-discover-services.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
* Update daprdocs/content/en/developing-applications/building-blocks/service-invocation/howto-invoke-discover-services.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
---------
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2024-06-19 21:04:21 -07:00
Hannah Hunter
751fb5e564
[Actors] Add `ttl` and `data` to API reference ( #4188 )
...
* add ttl and data to actors api
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* Update daprdocs/content/en/reference/api/actors_api.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/reference/api/actors_api.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/reference/api/actors_api.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
* add explanation from josh
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>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2024-06-19 11:19:18 -07:00
Hannah Hunter
47b2b7e8fc
Merge pull request #4218 from marcduiker/v1.13
...
Update slide deck with Zeiss as Dapr contributor
2024-06-19 11:52:04 -04:00
Hannah Hunter
e40a0ce5a6
Merge branch 'v1.13' into v1.13
2024-06-19 11:39:03 -04:00
Hannah Hunter
34015844a4
Merge pull request #4221 from agoktugaydin/store-http-response
...
add response handling to service invocation
2024-06-19 11:37:31 -04:00
agoktugaydin
800a63674f
add response handling to service invocation
...
Signed-off-by: agoktugaydin <goktugaydin36@gmail.com>
2024-06-19 19:58:41 +03:00
Hannah Hunter
d694923ced
Merge pull request #4209 from RafaelJCamara/docs-fix
...
Adjust naming conventions
2024-06-19 09:39:35 -04:00
Marc Duiker
899d4e5f0b
Update slide deck with Zeiss as contributor
...
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
2024-06-19 14:14:31 +02:00
Rafael Câmara
484e4df81f
Merge branch 'v1.13' into docs-fix
2024-06-19 08:35:28 +02:00
Rafael Camara
b4c1d8686e
add missing double quotes to .NET tabs
2024-06-19 08:26:00 +02:00
Rafael Camara
32be54dc7a
add double quotes to .NET tabs
2024-06-19 08:20:49 +02:00
Hannah Hunter
5d405f5176
Merge pull request #4212 from RafaelJCamara/workflow-fix-doc
...
Update non-existing link reference
2024-06-18 13:18:07 -04:00
Hannah Hunter
b2c25b3773
Merge branch 'v1.13' into workflow-fix-doc
2024-06-18 13:14:13 -04:00
Hannah Hunter
e797476443
Merge pull request #4214 from dapr/docs-fix-k8s-operator
...
Fixes kubernetes operator url
2024-06-18 13:13:14 -04:00
Mike Nguyen
11590f18c0
Update kubernetes-operator.md
...
Signed-off-by: Mike Nguyen <hey@mike.ee>
2024-06-18 13:27:05 +01:00
Rafael Câmara
8fede57e38
Update non-existing link reference
...
Signed-off-by: Rafael Câmara <52082556+RafaelJCamara@users.noreply.github.com>
2024-06-18 13:54:57 +02:00
Rafael Camara
d47ff41bb0
Adjust naming conventions
2024-06-17 22:48:14 +02:00
Hannah Hunter
682e8cfe4d
Merge pull request #4206 from hhunter-ms/issue_4197
...
Remove red autocorrect lines in diagram
2024-06-17 14:51:14 -04:00
Hannah Hunter
9c19b30079
Merge branch 'v1.13' into issue_4197
2024-06-17 14:46:08 -04:00
Hannah Hunter
c797374c13
Merge pull request #4204 from RafaelJCamara/doc-fix
...
Remove unnecessary whitespace in docs
2024-06-17 13:45:40 -04:00
Hannah Hunter
30954f6c91
remove red error lines in image
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-06-17 13:43:36 -04:00
Hannah Hunter
133aec3213
Merge branch 'v1.13' into doc-fix
2024-06-17 13:30:43 -04:00
Hannah Hunter
7ef0cdd412
Merge pull request #4198 from RafaelJCamara/RafaelJCamara-service-invocation-doc-fix
...
Remove unnecessary string interpolation
2024-06-17 13:30:26 -04:00
Hannah Hunter
6ee0b86a6a
Merge branch 'v1.13' into RafaelJCamara-service-invocation-doc-fix
2024-06-17 12:10:09 -04:00
Hannah Hunter
68e85a03b6
Merge pull request #4196 from marcoscale98/v1.13
...
Pub/Sub quickstart requires Python 3.8+
2024-06-17 12:09:58 -04:00
Rafael Câmara
a062e93bda
Merge branch 'v1.13' into RafaelJCamara-service-invocation-doc-fix
2024-06-17 16:56:54 +02:00
Rafael Câmara
1741fb752e
Merge branch 'v1.13' into doc-fix
2024-06-17 16:56:20 +02:00
Hannah Hunter
a065620a02
Merge branch 'v1.13' into v1.13
2024-06-17 09:55:40 -04:00
Hannah Hunter
16cfe5c168
Merge pull request #4201 from dapr/docs-cli-latest
...
docs: fix cli latest version
2024-06-17 09:46:19 -04:00
Rafael Câmara
e3604ba068
Remove unnecessary whitespaces
...
Signed-off-by: Rafael Câmara <52082556+RafaelJCamara@users.noreply.github.com>
2024-06-17 07:34:26 +02:00
Rafael Câmara
af7f88d29b
Remove unnecessary whitespaces
...
Signed-off-by: Rafael Câmara <52082556+RafaelJCamara@users.noreply.github.com>
2024-06-17 07:28:06 +02:00
Mike Nguyen
d0c5146e26
docs: fix cli latest version
...
set the latest to 1.13.0
Signed-off-by: Mike Nguyen <hey@mike.ee>
2024-06-15 00:51:11 +01:00
Rafael Câmara
bc99a25653
Remove unnecessary string interpolation
...
There's an unnecessary $ in a .NET example of service invocation.
Signed-off-by: Rafael Câmara <52082556+RafaelJCamara@users.noreply.github.com>
2024-06-14 16:35:16 +02:00
Scalerandi Marco
a5e839fed0
dapr#4195 - Pub/Sub quickstart requires Python 3.8+
...
Signed-off-by: Scalerandi Marco <m.scalerandi@reply.it>
2024-06-14 11:32:26 +02:00
Hannah Hunter
28c9011e58
Merge pull request #4184 from hhunter-ms/issue_4183
...
Reorder TOC and update diagrams to match
2024-06-12 10:44:52 -04:00
Hannah Hunter
7a01b9f6ab
Merge branch 'issue_4183' of https://github.com/hhunter-ms/docs into issue_4183
2024-06-11 11:08:42 -04:00
Hannah Hunter
ec2e2c8a67
reorder other lists of components
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-06-11 11:07:57 -04:00
Mark Fussell
979271fecf
Merge branch 'v1.13' into issue_4183
2024-06-10 17:45:45 -07:00
Hannah Hunter
39109a72d0
Merge pull request #4191 from svdspradeep/patch-1
...
Update statemanagement-quickstart.md, remove npm install command from JavaScript Step 1
2024-06-10 12:51:21 -04:00