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
aed9aebd43
Merge branch 'v1.11' into wf-retry-policies
2023-05-17 18:09:19 -04:00
Hannah Hunter
d03dc15b75
Merge branch 'v1.11' into kitex
2023-05-17 16:01:36 -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
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
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
f4d44a366a
Merge branch 'v1.11' into rocketmq-consumer
2023-05-09 17:16:50 -04:00
Hannah Hunter
69e70ad5b0
Merge branch 'v1.11' into wasm-url
2023-05-09 16:39:22 -04:00
Hannah Hunter
3c63e20da9
Merge branch 'v1.11' into wasm-binding
2023-05-09 14:54:20 -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
e4e22f4d11
Merge branch 'v1.11' into wasm-url
2023-05-09 14:20:07 -04:00
Hannah Hunter
3fd9ee1fb5
Merge branch 'v1.11' into rocketmq-consumer
2023-05-09 13:58:33 -04:00
Hannah Hunter
ec08c7e1ef
Merge branch 'v1.11' into wasm-url
2023-05-09 13:58:25 -04:00
Hannah Hunter
aaa7064734
Merge branch 'v1.11' into wasm-binding
2023-05-09 13:57:58 -04:00
Hannah Hunter
a19e4d1677
Merge branch 'v1.11' into v1.11
2023-05-09 13:56:51 -04:00
Hannah Hunter
fa8bba0b13
Merge branch 'v1.11' into v1.10
2023-05-09 13:53:36 -04:00
Hannah Hunter
84e247aa92
Merge pull request #3374 from robertojrojas/gcp-pubsub-cert-2461
...
GCP Pub/Sub Certification Tests
2023-05-09 12:53:04 -04:00
Michael DePouw
6874659e3e
fix previous pattern link ( #3396 )
2023-05-09 09:34:17 -07:00
Hannah Hunter
cf3e5ddf88
Merge pull request #3376 from robertojrojas/aws-bindings-s3-cert-2247
...
AWS Bindings S3 Certification Tests
2023-05-09 11:16:49 -04:00
Roberto Rojas
06252e102d
GCP Firestore Certification Tests ( #3375 )
...
* GCP Firestore Certification Tests
Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
* Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-firestore.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Roberto Rojas <robertojrojas@gmail.com>
* Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-firestore.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Roberto Rojas <robertojrojas@gmail.com>
* gcp firestore: adds privatekey doc
Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
---------
Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
Signed-off-by: Roberto Rojas <robertojrojas@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-05-09 08:10:21 -07:00
Roberto J Rojas
0beed6ec2a
Merge branch 'v1.11' into aws-bindings-s3-cert-2247
...
Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
2023-05-09 10:54:27 -04:00
Roberto J Rojas
4a9901b8c3
Merge branch 'v1.11' into gcp-pubsub-cert-2461
...
Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
2023-05-09 10:53:21 -04:00
joshvanl
e83ec17619
Fix link to podman installation
...
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-05-09 13:50:07 +01:00
Adrian Cole
f14f926518
reword ruby
...
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2023-05-09 17:15:13 +08:00
Crypt Keeper
9ffebbdd8c
Update daprdocs/content/en/reference/components-reference/supported-bindings/wasm.md
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
2023-05-09 17:15:13 +08:00