Hannah Hunter
b9025f6ec4
Merge pull request #4134 from hhunter-ms/issue_4085
...
[Daprbot] Add rust-sdk to `/assign` support
2024-05-09 17:36:15 -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
Hannah Hunter
00bdd0881e
Merge branch 'v1.13' into issue_4085
2024-05-09 17:27:08 -04:00
Hannah Hunter
3a9770cca2
Merge pull request #4133 from hhunter-ms/issue_4103
...
Update Docker command for MongoDB state component
2024-05-09 17:26:42 -04:00
Hannah Hunter
069b98d96a
Merge branch 'v1.13' into issue_4103
2024-05-09 17:16:13 -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
0bb903663d
add actorStateStore to specs
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-05-08 16:15:41 -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
a0bb95682d
add matches example
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-05-07 16:05:25 -04:00
Hannah Hunter
2069bc6daa
add rust-sdk to daprbot doc
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-05-07 14:03:26 -04: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
Hannah Hunter
557ff4512f
add port flag
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-05-07 12:27:57 -04:00
Hannah Hunter
47dad55575
Merge pull request #4126 from hhunter-ms/issue_4105
...
[Kubernetes] Update CRD for troubleshooting step
2024-05-06 10:23:09 -04:00
Mark Fussell
5db640f3ed
Merge branch 'v1.13' into issue_4105
2024-05-03 14:55:56 -07:00
Hannah Hunter
956e204d1f
shortcode
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-05-03 12:21:52 -04:00
Hannah Hunter
bacfeae560
adding missing queueName ( #4125 )
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
2024-05-02 14:46:01 -07: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
4a0a9d47ea
update CRD
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-05-02 12:55:02 -04:00
Hannah Hunter
a107511779
Merge pull request #4084 from hhunter-ms/issue_4063
...
Add section on graceful shutdown duration
2024-04-26 16:27:37 -04:00
Hannah Hunter
766478cb76
Merge branch 'v1.13' into issue_4063
2024-04-26 16:08:31 -04:00
Hannah Hunter
78cd66aed1
Merge pull request #4083 from hhunter-ms/issue_4081
...
Fix the copy/paste typo
2024-04-25 14:24:22 -04:00
Hannah Hunter
8f59430251
Merge branch 'v1.13' into issue_4081
2024-04-25 13:40:49 -04:00
Hannah Hunter
c75daf0735
Merge pull request #4095 from marcduiker/update-sdk-feature-table
...
Update table with sdk features
2024-04-25 13:17:55 -04:00
Mark Fussell
b09ef714aa
Merge branch 'v1.13' into update-sdk-feature-table
2024-04-25 10:08:04 -07:00
Hannah Hunter
b80bde3931
Merge pull request #4102 from tlund101/patch-2
...
Update confusing examples for subscribePollInterval
2024-04-25 13:04:21 -04:00
Hannah Hunter
d76f7281a2
Merge branch 'v1.13' into update-sdk-feature-table
2024-04-25 12:57:50 -04:00
Hannah Hunter
70781fb7e8
Merge branch 'v1.13' into patch-2
2024-04-25 12:55:36 -04:00
Marc Duiker
b9513915f9
Add font usage for MacOS ( #4094 )
...
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2024-04-25 08:12:49 -07: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
Marc Duiker
95179f9590
Add Diagrid conductor to integrations ( #4112 )
...
* Add Diagrid conductor to integrations
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
* Add diagram
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
* Update daprdocs/content/en/developing-applications/integrations/Diagrid/diagrid-conductor.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
* Update daprdocs/content/en/developing-applications/integrations/Diagrid/diagrid-conductor.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
* Update daprdocs/content/en/developing-applications/integrations/Diagrid/diagrid-conductor.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
* Update daprdocs/content/en/developing-applications/integrations/Diagrid/diagrid-conductor.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
* Update daprdocs/content/en/developing-applications/integrations/Diagrid/diagrid-conductor.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
* Update daprdocs/content/en/developing-applications/integrations/Diagrid/diagrid-conductor.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
---------
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2024-04-18 10:29:21 -07:00
Hannah Hunter
bf7120e921
Add 1.13.1 and 1.13.2 to the docs ( #4110 )
...
* update support docs for patch releases
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>
2024-04-12 07:59:37 -07:00
Trevor Lund
b94d959de5
Edit this page link directed to the wrong branch ( #4101 )
...
Signed-off-by: Trevor Lund <89029310+tlund101@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2024-04-11 18:03:29 -07:00
Mark Fussell
20fd7a9f2e
Merge branch 'v1.13' into patch-2
2024-04-11 19:31:04 -05:00
Annu Singh
58b1fb538e
adding Dapr Repository Index for contributing ( #4088 )
...
* adding Dapr Repository Index for contributing
Signed-off-by: Annu Singh <annu.singh@terramate.io>
* adding cli repo
Signed-off-by: Annu Singh <annu.singh@terramate.io>
---------
Signed-off-by: Annu Singh <annu.singh@terramate.io>
Co-authored-by: Marc Duiker <marcduiker@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2024-04-11 17:11:48 -07:00
Dan Rios
3b7e997b46
Update holopin.yml ( #4108 )
...
Updated holopin.yaml file to use the default holopin badge for the docs repo.
Signed-off-by: Dan Rios <36534747+riosengineer@users.noreply.github.com>
2024-04-11 16:59:05 -07:00
Marc Duiker
c3c58bfdc1
Merge branch 'v1.13' into update-sdk-feature-table
2024-04-10 15:18:52 +02:00
Trevor Lund
18a6d6315c
Update confusing examples for subscribePollInterval
...
Most of the other options show an example identical to the default value. This was an exception and could prove confusing when reading the docs
Signed-off-by: Trevor Lund <89029310+tlund101@users.noreply.github.com>
2024-04-09 14:35:53 -05:00
Patrick Assuied
5c92fd5ab2
Adjust documentation per `rawPayload=true` requirements ( #4086 )
...
* Adjust documentation per `rawPayload=true` requirements
Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>
* small tweak
Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>
* PR feedback
Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>
* more editing
Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>
---------
Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
2024-04-09 22:33:28 +03:00
Marc Duiker
e7b3d95c77
Update table with features
...
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
2024-03-28 10:28:36 +00:00
Marc Duiker
bb0f15ce44
Merge branch 'v1.13' into issue_4081
2024-03-28 11:09:36 +01:00