Commit Graph

4278 Commits

Author SHA1 Message Date
Mark Fussell 774b42c894
Merge branch 'v1.13' into patch-1 2024-06-21 21:49:47 -07: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
agoktugaydin 800a63674f add response handling to service invocation
Signed-off-by: agoktugaydin <goktugaydin36@gmail.com>
2024-06-19 19:58:41 +03: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 b2c25b3773
Merge branch 'v1.13' into workflow-fix-doc 2024-06-18 13:14:13 -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 133aec3213
Merge branch 'v1.13' into doc-fix 2024-06-17 13:30:43 -04:00
Hannah Hunter 6ee0b86a6a
Merge branch 'v1.13' into RafaelJCamara-service-invocation-doc-fix 2024-06-17 12:10:09 -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
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 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 7ef4e90528
Merge branch 'v1.13' into patch-1 2024-06-10 12:43:11 -04:00
Hannah Hunter 360ec2fe68
Merge branch 'v1.13' into patch-1 2024-06-10 12:41:27 -04:00
Hannah Hunter 5e6da7ec59
Merge branch 'v1.13' into patch-1 2024-06-10 12:28:08 -04:00
Hannah Hunter 77eb748639
[Pub/sub] Expand `consumerID` examples in component specs (#4187)
* add clarification for consumerID

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

* update consumerID examples to include link to all template tags

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

---------

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-06-07 21:04:46 -07:00
Pradeep Palakurthi d21b696993
Update statemanagement-quickstart.md
Removed "Install the dependencies for the `order-processor` app" from JavaScript Step 1 as we are doing this in Step 2.

Signed-off-by: Pradeep Palakurthi <svdspradeep@gmail.com>
2024-06-07 18:19:44 -04:00
Hannah Hunter 9fc4a14394
Merge branch 'v1.13' into issue_4183 2024-06-07 15:10:30 -04:00
Ward Beyens 9188cc3324
Update setup-redis.md
actorStateStore is listed twice

Signed-off-by: Ward Beyens <45149049+wardbeyens@users.noreply.github.com>
2024-06-07 17:21:28 +02:00
Hannah Hunter ead715c94f reorder toc for API references and component specs
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-06-04 11:30:23 -04:00
Hannah Hunter 463bdc5e7a reorder toc and update diagrams
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-06-04 11:21:53 -04:00
Tomas Ekeli 1d91ccd727
change resilience component to policy and link pubsub-deadletter
Signed-off-by: Tomas Ekeli <tomas@eke.li>
2024-05-31 00:09:59 +02:00
Mark Fussell d602fd1ab8
Update daprdocs/content/en/developing-applications/integrations/kubernetes-operator.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2024-05-30 14:24:03 -07:00
Mark Fussell 00ecdb7a3e
Update daprdocs/content/en/developing-applications/integrations/kubernetes-operator.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2024-05-30 14:23:59 -07:00
Mark Fussell 8dc5b3ba38
Update daprdocs/content/en/developing-applications/integrations/kubernetes-operator.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2024-05-30 14:21:43 -07:00
Hannah Hunter 60b68c42bb
Merge branch 'v1.13' into issue_4025 2024-05-30 17:20:03 -04:00
Tomas Ekeli b924132113
Update setup-azure-servicebus-queues.md
Signed-off-by: Tomas Ekeli <tomas@eke.li>
2024-05-30 16:12:06 +02:00
Tomas Ekeli e912c50d01
Update setup-azure-servicebus-queues.md
Signed-off-by: Tomas Ekeli <tomas@eke.li>
2024-05-30 16:02:04 +02:00
Tomas Ekeli 8129bd156d
Describe queue-name, policy and dead-letter queue aspects
Describe how to get past stumbling-blocks I met when setting up a service-bus queue pubsub.

Signed-off-by: Tomas Ekeli <tomas@eke.li>
2024-05-30 15:56:47 +02:00
Hannah Hunter 93f39e216e
Merge branch 'v1.13' into issue_2923 2024-05-29 19:15:19 -04:00
Mark Fussell fc42fe7e58
Merge branch 'v1.13' into issue_2923 2024-05-29 22:11:11 +01:00
Mark Fussell 622fb20a8f
Update daprdocs/content/en/reference/api/pubsub_api.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2024-05-29 22:08:18 +01:00
Mark Fussell 3877497a59
Merge branch 'v1.13' into issue_4158 2024-05-29 22:04:18 +01:00
Elena Kolevska fe915beb5d
Merge branch 'v1.13' into v1.13 2024-05-29 18:37:33 +01:00
Elena Kolevska 27d995b807
Update daprdocs/content/en/reference/cli/dapr-init.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Elena Kolevska <elena-kolevska@users.noreply.github.com>
2024-05-29 18:37:27 +01:00
Elena Kolevska 33387d73d4 Updates to Dapr 1.13.4
Signed-off-by: Elena Kolevska <elena@kolevska.com>
2024-05-29 18:32:36 +01:00
Hannah Hunter 9b93213702
Merge branch 'v1.13' into issue_4158 2024-05-28 14:00:28 -04:00
Hannah Hunter fa30bdfc7a update link
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-05-28 13:56:35 -04:00
Hannah Hunter 0cb737c5d4 make tables more clear with checkmarks
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-05-28 12:46:56 -04:00
Hannah Hunter a8149d01fb
Merge branch 'v1.13' into issue_1298 2024-05-28 12:35:52 -04:00
Hannah Hunter 17330aa620 update from mark review
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-05-28 12:29:28 -04:00