Josh van Leeuwen
0128abb13a
Adds docs about using `ttlInSeconds` to actor state store reference API ( #3392 )
...
* Adds note about using `ttlInSeconds` to actor state store reference API
Signed-off-by: joshvanl <me@joshvanl.dev>
* Update daprdocs/content/en/developing-applications/building-blocks/state-management/state-management-overview.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
* Update daprdocs/content/en/reference/api/actors_api.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
* Update daprdocs/content/en/reference/api/actors_api.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
* Embed the actor state TTL YouTube video in page
Signed-off-by: joshvanl <me@joshvanl.dev>
* Update daprdocs/content/en/developing-applications/building-blocks/state-management/state-management-overview.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
* Adds Actor State section to actor overview page
Signed-off-by: joshvanl <me@joshvanl.dev>
---------
Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-05-17 16:12:13 -07:00
Hannah Hunter
a81883e753
Merge pull request #3419 from cgillum/wf-retry-policies
...
[Workflow] Add retry policy docs
2023-05-17 18:52:30 -04:00
Hannah Hunter
aed9aebd43
Merge branch 'v1.11' into wf-retry-policies
2023-05-17 18:09:19 -04:00
Hannah Hunter
08ae586f1d
Merge pull request #3412 from liu-song/kitex
...
add kitex binding
2023-05-17 16:10:42 -04:00
Hannah Hunter
d03dc15b75
Merge branch 'v1.11' into kitex
2023-05-17 16:01:36 -04:00
Hannah Hunter
86070e6896
Merge pull request #3406 from hhunter-ms/issue_3323c
...
Other standalone integration docs freshness
2023-05-17 08:41:42 -04:00
halst
dfd92ccd0f
Merge branch 'v1.11' into kitex
2023-05-17 13:21:34 +08:00
halst
1b82d5a4f2
Update daprdocs/content/en/reference/components-reference/supported-bindings/kitex.md
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: halst <liusongstep@gmail.com>
2023-05-17 13:13:17 +08:00
Mark Fussell
222fbf0b75
Merge branch 'v1.11' into issue_3323c
2023-05-16 22:12:25 -07:00
halst
49ff1bef35
Update daprdocs/content/en/reference/components-reference/supported-bindings/kitex.md
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: halst <liusongstep@gmail.com>
2023-05-17 13:11:08 +08:00
halst
321a390a45
Update daprdocs/content/en/reference/components-reference/supported-bindings/kitex.md
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: halst <liusongstep@gmail.com>
2023-05-17 13:08:17 +08:00
halst
60df2c6daf
Update daprdocs/content/en/reference/components-reference/supported-bindings/kitex.md
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: halst <liusongstep@gmail.com>
2023-05-17 13:08:03 +08:00
halst
263baeccf6
Update daprdocs/content/en/reference/components-reference/supported-bindings/kitex.md
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: halst <liusongstep@gmail.com>
2023-05-17 13:07:54 +08:00
halst
f04440436e
Update daprdocs/content/en/reference/components-reference/supported-bindings/kitex.md
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: halst <liusongstep@gmail.com>
2023-05-17 13:07:46 +08:00
halst
1aee05c8dc
Update daprdocs/content/en/reference/components-reference/supported-bindings/kitex.md
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: halst <liusongstep@gmail.com>
2023-05-17 13:07:38 +08:00
halst
b664fd63e4
Update daprdocs/content/en/reference/components-reference/supported-bindings/kitex.md
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: halst <liusongstep@gmail.com>
2023-05-17 13:07:16 +08:00
halst
c3f1ddd480
Update daprdocs/content/en/reference/components-reference/supported-bindings/kitex.md
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: halst <liusongstep@gmail.com>
2023-05-17 13:06:29 +08:00
halst
04d2cbaa91
Update daprdocs/content/en/reference/components-reference/supported-bindings/kitex.md
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: halst <liusongstep@gmail.com>
2023-05-17 13:05:53 +08:00
Chris Gillum
08f5b29b5a
Apply msfussell suggestion on resiliency policy reference
...
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Chris Gillum <cgillum@gmail.com>
2023-05-16 21:23:11 -07:00
Chris Gillum
582f8a1a4f
[Workflow] Add retry policy docs
...
Signed-off-by: Chris Gillum <cgillum@microsoft.com>
2023-05-16 16:44:56 -07:00
Hannah Hunter
a24a7ee525
Merge pull request #3416 from hhunter-ms/workflow-quickstart-dotnet
...
[Workflow] Update .NET quickstart code snippet
2023-05-16 14:15:45 -04:00
Hannah Hunter
6828dd28ba
update code snippet for dotnet
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-05-16 12:24:39 -04:00
Hannah Hunter
543d5c6d65
Merge branch 'v1.11' into issue_3323c
2023-05-16 09:36:03 -04:00
liusong
95875af81d
add kitex binding
...
Signed-off-by: liusong <liusongstep@gmail.com>
2023-05-16 08:25:02 +08:00
Andre Bossard
8ee089446f
RabbitMQ mTLS Binding documentation ( #3407 )
...
* added docs
Signed-off-by: Andre Bossard <anbossar@microsoft.com>
* updated example
Signed-off-by: Andre Bossard <anbossar@microsoft.com>
---------
Signed-off-by: Andre Bossard <anbossar@microsoft.com>
Co-authored-by: Andre Bossard <anbossar@microsoft.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-05-12 00:07:44 -07:00
Hannah Hunter
a36dea92c4
updates per Mark
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-05-11 15:47:36 -04:00
Hannah Hunter
830026d889
fix other localized link
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-05-10 18:05:22 -04:00
Hannah Hunter
75aae3d92e
osm freshness and fix link
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-05-10 14:55:48 -04:00
Hannah Hunter
5821c3e9e9
freshness pass on grpc and gh actions docs
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-05-10 14:47:32 -04:00
Hannah Hunter
b0b7016ba3
freshness pass on keda doc for k8s
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-05-10 14:14:23 -04:00
Hannah Hunter
f16634dae1
Merge pull request #3402 from hhunter-ms/fix_podman_link
...
Fix podman link
2023-05-10 12:09:59 -04:00
Hannah Hunter
1f494f74b3
Merge branch 'v1.11' into fix_podman_link
2023-05-10 09:31:27 -04:00
Hannah Hunter
59d664763f
update podman link
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-05-10 09:30:10 -04:00
Chris Gillum
7f67288342
[Workflow] Update patterns doc with v1.11 HTTP API example ( #3381 )
...
Signed-off-by: Chris Gillum <cgillum@microsoft.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-05-09 17:51:44 -07:00
Hannah Hunter
6b91df7aab
Merge pull request #3354 from naah69/rocketmq-consumer
...
add rocketmq consumer config item description
2023-05-09 17:25:34 -04:00
Hannah Hunter
f4d44a366a
Merge branch 'v1.11' into rocketmq-consumer
2023-05-09 17:16:50 -04:00
Hannah Hunter
36493dc6f7
Merge pull request #3359 from codefromthecrypt/wasm-url
...
wasm middleware: change path property to url
2023-05-09 17:16:42 -04:00
Hannah Hunter
69e70ad5b0
Merge branch 'v1.11' into wasm-url
2023-05-09 16:39:22 -04:00
Hannah Hunter
bff94b5b5f
Merge pull request #3362 from codefromthecrypt/wasm-binding
...
Wasm binding update
2023-05-09 16:39:12 -04:00
Hannah Hunter
3c63e20da9
Merge branch 'v1.11' into wasm-binding
2023-05-09 14:54:20 -04:00
Hannah Hunter
7f747db026
Merge pull request #3388 from drewby/v1.10
...
Add Otel Environment Variables for Tracing configuration
2023-05-09 14:54:08 -04:00
Hannah Hunter
6f0e958808
Merge branch 'v1.11' into v1.10
2023-05-09 14:33:46 -04:00
Hannah Hunter
b8a872c61b
Merge branch 'v1.11' into wasm-binding
2023-05-09 14:21:39 -04:00
Hannah Hunter
79757853fb
Merge branch 'v1.11' into rocketmq-consumer
2023-05-09 14:20:41 -04:00
Hannah Hunter
5979f3d1b5
Merge branch 'v1.11' into wasm-url
2023-05-09 14:20:31 -04:00
Hannah Hunter
148047331f
Merge pull request #3380 from berndverst/v1.11
...
Update newly stable components in 1.11
2023-05-09 14:20:23 -04:00
Hannah Hunter
e4e22f4d11
Merge branch 'v1.11' into wasm-url
2023-05-09 14:20:07 -04:00
Hannah Hunter
19eec595bb
Merge branch 'v1.11' into v1.11
2023-05-09 14:10:03 -04:00
Hannah Hunter
122ff66cf1
Merge pull request #3369 from mdarii/v1.11
...
http binding - updated documentation
2023-05-09 14:09:22 -04:00
Hannah Hunter
3fd9ee1fb5
Merge branch 'v1.11' into rocketmq-consumer
2023-05-09 13:58:33 -04:00