Commit Graph

1237 Commits

Author SHA1 Message Date
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
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
Hannah Hunter 9fc4a14394
Merge branch 'v1.13' into issue_4183 2024-06-07 15:10:30 -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
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
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
Hannah Hunter 9b93213702
Merge branch 'v1.13' into issue_4158 2024-05-28 14:00:28 -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
Hannah Hunter 08ecdc9a8c Merge branch 'issue_2923' of https://github.com/hhunter-ms/docs into issue_2923 2024-05-28 12:17:09 -04:00
Hannah Hunter b42185a61d mark review
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-05-28 12:15:42 -04:00
Cecil Phillip a251e2d651
Removing preview later
Signed-off-by: Cecil Phillip <cecilphillip@gmail.com>
2024-05-28 11:28:41 -04:00
Mark Fussell c042354cf7
Merge branch 'v1.13' into issue_1298 2024-05-28 13:23:01 +01:00
Hannah Hunter 3b47a438f9
Merge branch 'v1.13' into issue_1298 2024-05-21 13:02:01 -04:00
Hannah Hunter bd8ca08ede
Merge branch 'v1.13' into patch-1 2024-05-21 10:23:49 -04:00
Bilgin Ibryam c62e2c5310
Fixes for: Wrong instructions in How to: Use the Multi-App Run template file #4153 (#4154)
* Fixes for: Wrong instructions in How to: Use the Multi-App Run template file #4153

* Fixed acceidental title change
2024-05-21 12:03:05 +01:00
Hannah Hunter 1f8ee634e1
Merge branch 'v1.13' into issue_4059 2024-05-20 15:47:42 -04:00
Hannah Hunter aff0aa35c3 update per salaboy
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-05-20 15:41:25 -04:00
Andrii Lundiak de1730c932
Fixed markdown code in `howto-invoke-non-dapr-endpoints.md`
Signed-off-by: Andrii Lundiak <landike@gmail.com>
2024-05-20 10:29:25 +02:00
Hannah Hunter fae7dc190e add landing pages for integrations;
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-05-13 16:34:59 -04:00
Hannah Hunter db6c25192f
Update daprdocs/content/en/developing-applications/building-blocks/actors/actors-overview.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-05-09 17:35:41 -04:00
Whit Waldo 9055407d99
Added example for limiting workflow concurrency in .NET fan-in/out example (#4132)
* Added workflow concurrency example for .NET

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

* Removed extension method that was doubling up calls and shortened to simpler inline example

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

* Removed unused extension method

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

* Neglected to include the Task.WhenAll line persisting the remaining result values

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

* Fixed parallism limit

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

* Adding proposed concluding thoughts

Co-authored-by: Chris Gillum <cgillum@gmail.com>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

* Approved proposed language

Co-authored-by: Chris Gillum <cgillum@gmail.com>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

---------

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Co-authored-by: Chris Gillum <cgillum@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-05-09 11:40:32 -07:00
Hannah Hunter 2e1874b4b5 remove typo
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-05-09 10:12:52 -04:00
Hannah Hunter 4e5e41df1c added bit about what an actor id is
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-05-09 09:23:15 -04:00
Hannah Hunter e130697262 remove duplicate section
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-05-08 15:47:15 -04:00
Hannah Hunter 2216756b8a Merge branch 'issue_1298' of https://github.com/hhunter-ms/docs into issue_1298 2024-05-08 15:42:39 -04:00
Hannah Hunter d1d769b6ea add section for actor types and ids
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-05-08 15:42:16 -04:00
Hannah Hunter 9ba08df562
link to relevant code example for transational methods (#4135)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-05-07 14:38:19 -07:00
Hannah Hunter 060a1b7856 Merge branch 'issue_4059' of https://github.com/hhunter-ms/docs into issue_4059 2024-05-07 14:01:43 -04:00
Hannah Hunter 064744bd0d forgot one more change
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-05-07 14:01:25 -04:00
Hannah Hunter dba462f283
Merge branch 'v1.13' into issue_4059 2024-05-07 13:59:55 -04:00
Hannah Hunter 43428ce150 changes per @salaboy
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-05-07 13:57:16 -04:00
james-bartlett 0bfa02bc5d
Clarify that disabling kubernetes built in secret store can only be done with an annotation, not by setting a helm argument (#4124)
Clarify that disabling kubernetes built in secret store can only be done with an annotation, not by setting a helm argument

Signed-off-by: james-bartlett <jamesmbartlett@outlook.com>
2024-05-02 12:55:15 -07:00
Hannah Hunter 00f8d82f2c add go examples
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-05-02 15:47:41 -04:00
Hannah Hunter 8f59430251
Merge branch 'v1.13' into issue_4081 2024-04-25 13:40:49 -04:00
Marc Duiker 3e8db2f0ff
Update daprdocs/content/en/developing-applications/sdks/_index.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
2024-04-22 09:03:42 +02:00
Mark Fussell 0ef3ceb42a
Merge branch 'v1.13' into update-sdk-feature-table 2024-04-21 20:28:02 -07:00