Commit Graph

4888 Commits

Author SHA1 Message Date
Crypt Keeper cb0aee701f
Update daprdocs/content/en/reference/components-reference/supported-middleware/middleware-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-04 07:20:56 +08:00
Adrian Cole 03536c1496 wasm middleware: change path property to url
This changes the configuration item for the Wasm binary from path to
url. In doing so, we ease migration from other sources including HTTP
and OCI.

Signed-off-by: Adrian Cole <adrian@tetrate.io>
2023-05-03 08:29:44 +08:00
Hannah Hunter cfc0749aa1
Merge pull request #3363 from hhunter-ms/upmerge_may-01
Upmerge - May 1
2023-05-01 10:47:54 -04:00
Hannah Hunter b00b66252b upmerge
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-05-01 10:24:57 -04:00
Hannah Hunter b1117bf3e0
Merge pull request #3347 from nponraj/patch-1
Minor typo
2023-05-01 10:16:39 -04:00
Hannah Hunter 389523c0f6
Merge pull request #3343 from fernandosmither/patch-1
[Typo] Update cron.md
2023-05-01 10:04:50 -04:00
Fernando 53c746c659
Merge branch 'dapr:v1.10' into patch-1 2023-04-29 15:05:39 -04:00
Ponraj b898e49909
Merge branch 'dapr:v1.10' into patch-1 2023-04-28 14:30:18 -07:00
Hannah Hunter a10d074e86
Merge pull request #3356 from hhunter-ms/fix_aws_link
fix link
2023-04-28 16:30:40 -04:00
Hannah Hunter 3ad1821dc1 fix link
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-04-28 16:19:37 -04:00
Ponraj d4ab14d9dc
Update statemanagement-quickstart.md
Signed-off-by: Ponraj <24421897+nponraj@users.noreply.github.com>
2023-04-20 15:06:32 -07:00
Fernando 417e9e1dc5
Update cron.md
Signed-off-by: Fernando <66154723+fernandosmither@users.noreply.github.com>
2023-04-18 12:41:29 -04:00
Hannah Hunter c6a5175b54
Merge pull request #3340 from philliphoff/philliphoff-go-pcs
Include Pluggable Components Go SDK docs.
2023-04-17 17:21:15 -04:00
Phillip Hoff f45523091a Include Pluggable Components Go SDK docs.
Signed-off-by: Phillip Hoff <phillip@orst.edu>
2023-04-14 10:34:19 -07:00
Hannah Hunter 35362d65f0
Merge pull request #3310 from greenie-msft/hotfix_10_5
Update docs for 10.5 hotfix
2023-04-13 19:34:18 -04:00
Nick Greenfield 3b69fd7e02 Update date of 1.10.5
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2023-04-13 16:25:39 -07:00
Nick Greenfield be4c3d6a40 Update version to 1.10.5
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2023-04-13 16:24:34 -07:00
Hannah Hunter 148123b6a4
Merge pull request #3336 from hhunter-ms/issue_3257b
[Actors] Update placeholder diagram
2023-04-13 14:40:01 -04:00
Hannah Hunter 71ab744095 update images per mark review
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-04-13 13:26:10 -04:00
Hannah Hunter fa2416a97c
Merge pull request #3333 from wralith/update-js-sdk
Update javascript snippets
2023-04-13 10:04:41 -04:00
Hannah Hunter 830c78d4ae
Merge pull request #3338 from DeepanshuA/bulkSub_corrections
Improve bulk subscribe statuses description
2023-04-13 09:52:02 -04:00
Deepanshu Agarwal 03a0ed26c5 Improve bulk subscribe statuses description
Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
2023-04-13 15:17:40 +05:30
Hannah Hunter 0045f98d88 update placeholder diagram
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-04-12 18:59:31 -04:00
Hannah Hunter f89a4d2758
Merge pull request #3335 from hhunter-ms/upmerge_04-12
Upmerge v1.10 to v1.11 - Apr 12
2023-04-12 17:27:21 -04:00
Wralith 499da5f746
Merge branch 'dapr:v1.10' into update-js-sdk 2023-04-12 23:51:59 +03:00
Hannah Hunter 0b2f8880ac upmerge check
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-04-12 16:26:19 -04:00
Hannah Hunter 9109e7f065
Merge pull request #3300 from hhunter-ms/issue_3257
Actors docs refresh pt 1
2023-04-12 16:01:00 -04:00
Hannah Hunter 4bc2739b47 updates per Mark
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-04-12 15:44:41 -04:00
Wralith 6aaed4095e
Apply suggestions, omit options object to use defaults
Co-authored-by: Shubham Sharma <shubhash@microsoft.com>
Signed-off-by: Wralith <wralithdev@gmail.com>
2023-04-12 19:24:22 +03:00
Wralith 59b9621a49
Add missing snippets in quickstarts section
Signed-off-by: Wralith <wralithdev@gmail.com>
2023-04-12 18:53:01 +03:00
Xianyao Chen 393e88fa13
fix helm value for prometheus (#3325)
correct the value for setting Persistent Volume for alertmanager

Signed-off-by: Xianyao Chen <owenchenxy@gmail.com>
2023-04-11 22:40:41 -07:00
chad ab7a3b5b25
graphql output binding variable support (#3286)
* Update graghql.md

update the graphql doc corresponding to changes proposed by the contrib-packages pr #2517 wherein query variable support is added to the gql output binding

Signed-off-by: chad <41795094+serpentfabric@users.noreply.github.com>

* Update daprdocs/content/en/reference/components-reference/supported-bindings/graghql.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: chad <41795094+serpentfabric@users.noreply.github.com>

---------

Signed-off-by: chad <41795094+serpentfabric@users.noreply.github.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-04-11 22:39:06 -07:00
Wralith 401ff35e94 Update javascript snippets
Signed-off-by: Wralith <wralithdev@gmail.com>
2023-04-12 05:23:28 +03:00
Hannah Hunter a9ffe331df
Merge pull request #3294 from Suhas-Kalagotla/3161-docs
updated docs about failing app health check won't remove a pod in cas…
2023-04-11 12:18:10 -04:00
Hannah Hunter ff090f0207
Merge pull request #3311 from rosdi/patch-2
Match the port number with sample code.
2023-04-06 15:56:25 -04:00
Hannah Hunter 477b48a6ec
Update daprdocs/content/en/developing-applications/building-blocks/observability/app-health.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-04-06 15:51:22 -04:00
Sabrina Shepherd c0d1e6a931
Added an example for DotNet bulk subscribing (#3281)
* Added an example for DotNet bulk subscribing

Signed-off-by: Sabrina Shepherd <sabrina@nuqleous.com>

* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-bulk.md

Signed-off-by: Sabrina Shepherd <sabrinashepherd@outlook.com>

* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-bulk.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>

---------

Signed-off-by: Sabrina Shepherd <sabrina@nuqleous.com>
Signed-off-by: Sabrina Shepherd <sabrinashepherd@outlook.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-04-05 15:50:27 -07:00
Rosdi Kasim 7ba96b5f82
Match the port number with sample code.
The project on GitHub runs on port `7005`, this change matches the port number so the tutorial will work. Refer to this source code:  https://github.com/dapr/quickstarts/blob/master/pub_sub/csharp/sdk/order-processor/Properties/launchSettings.json#:~:text=%22http%3A//localhost%3A-,7005,-%22%2C

Signed-off-by: Rosdi Kasim <rosdikasim@gmail.com>
2023-04-03 14:35:13 +08:00
Hannah Hunter 4ffbc22527
Merge pull request #3306 from hhunter-ms/issue_3244
[resiliency] clarify retry-able errors
2023-03-31 15:09:52 -04:00
Hannah Hunter 239d827075 clarify retry-able errors
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-31 14:58:33 -04:00
Hannah Hunter 2a7d3221be remove for another PR
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-30 17:13:30 -04:00
Hannah Hunter fe468ff658 more changes per mark
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-30 17:11:28 -04:00
Hannah Hunter c9fb86b6d8
Merge pull request #3272 from taenyang/v1.11
Add document for etcd state store
2023-03-29 17:45:30 -04:00
Hannah Hunter d2e6eac43d
Merge pull request #3220 from JaydipGabani/v1.11
adding annotation information to set sidecar container's seccompprofiletype
2023-03-29 17:44:23 -04:00
Mark Fussell 7b3e2fbe9d
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-etcd.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2023-03-29 14:05:54 -07:00
Mark Fussell d50ecd33c0
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-etcd.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2023-03-29 14:05:32 -07:00
Mark Fussell f1966514e7
Update setup-etcd.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2023-03-29 14:05:22 -07:00
Mark Fussell 9f3501c477
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-etcd.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2023-03-29 14:01:03 -07:00
Mark Fussell 597d6e6806
Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-production.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2023-03-29 13:42:10 -07:00
Mark Fussell 125f77b424
Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-production.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2023-03-29 13:41:49 -07:00