Commit Graph

608 Commits

Author SHA1 Message Date
Hannah Hunter b00b66252b upmerge
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-05-01 10:24:57 -04: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 0b2f8880ac upmerge check
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-04-12 16:26:19 -04: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
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
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
Hannah Hunter 8f4fb1cd39
Merge pull request #3277 from JoshVanL/state-sqlserver-ttl
Adds TTL support to SQL server
2023-03-29 14:56:40 -04:00
Hannah Hunter 2e05e3c541
Merge pull request #3204 from hhunter-ms/issue_2952
Clarify that AAD pod identity and workload identity are in preview
2023-03-28 11:31:17 -04:00
Hannah Hunter 2fc23f2e88 add note from bernd
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-28 11:13:06 -04:00
Ciobanu Cristian ba27015349 Mark as non required ses fields
Signed-off-by: Ciobanu Cristian <cristian.ciobanu1998@outlook.com>
2023-03-28 12:00:34 +02:00
Bernd Verst 7b8e24ff37
Kafka PubSub: Document certificate authentication (#3291)
Documents the certificate authentication method in Kafka. This method is not new, but now a dedicate authType option exists to toggle this.

Signed-off-by: Bernd Verst <github@bernd.dev>
2023-03-27 11:18:12 -07:00
taenyang 55c3724d52 specific ca, cert and key on how these value should be provided
Signed-off-by: taenyang <taenyang@outlook.com>
2023-03-26 01:52:50 +08:00
Alessandro (Ale) Segala e515841e93
Update docs for rate limit HTTP middleware (#3263)
* Update docs for Ratelimit HTTP middleware

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Spelling

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

---------

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-03-23 17:08:03 -07:00
Yaron Schneider d8672a9aeb
Add priority for rabbitmq (#3282)
* add priority for rabbitmq

Signed-off-by: yaron2 <schneider.yaron@live.com>

* update subscription version

Signed-off-by: yaron2 <schneider.yaron@live.com>

---------

Signed-off-by: yaron2 <schneider.yaron@live.com>
2023-03-23 08:36:22 -07:00
joshvanl a6561ada9d Add section on creating an index to the `ExpireDate` column
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-03-20 11:27:04 +00:00
Josh van Leeuwen 3689a2f506
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-sqlserver.md
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
2023-03-20 10:57:35 +00:00
Crypt Keeper 570700769c
Replaces http wasm middleware with more flexible implementation (#2922)
Currently, http wasm middleware uses a proof of concept simple rewrite
function. This replaces it with a faster executing and more complete
middleware, http-wasm, added https://github.com/http-wasm/components-contrib/pull/2

Signed-off-by: Adrian Cole <adrian@tetrate.io>
2023-03-19 17:12:25 -07:00
joshvanl c9dce55f10 Adds TTL support to SQL server
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-03-18 17:15:03 +00:00
Hannah Hunter a08d67e854
Merge pull request #3184 from abossard/rabbitmq_tls_externalauth
added externalSasl documentation
2023-03-17 17:43:59 -04:00
taenyang f0111917db fix words
Signed-off-by: taenyang <taenyang@outlook.com>
2023-03-17 21:03:28 +08:00
taenyang 3b6da0adeb Add document for etcd state store
Signed-off-by: taenyang <taenyang@outlook.com>
2023-03-17 02:04:58 +08:00
Hannah Hunter ab5a231bf3
Merge pull request #3248 from bingo1229/bingo_typo_fix
fix typo
2023-03-13 08:59:54 -05:00
oops-oom dc0029e14d fix typo
Signed-off-by: oops-oom <734819342@qq.com>
2023-03-11 10:53:16 +08:00
Tom Kerkhove 412408bc1e
fix: Redis sample formatting is not aligned
Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
2023-03-09 14:07:55 +01:00
zhangchao dbb401d1aa add reconnectWaitInSeconds for rabbitmq binding
Signed-off-by: zhangchao <zchao9100@gmail.com>
2023-03-07 19:07:05 +08:00
Josh van Leeuwen 599953c7e4
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-cockroachdb.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
2023-03-06 21:33:12 +00:00
Josh van Leeuwen 75c4b225dd
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-cockroachdb.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
2023-03-06 21:33:07 +00:00
Josh van Leeuwen 651ada8fbc
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-cockroachdb.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
2023-03-06 21:33:01 +00:00
Josh van Leeuwen 7614bb279d
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-cockroachdb.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
2023-03-06 21:32:55 +00:00
Hannah Hunter b2bd42a22d
Merge pull request #3192 from JoshVanL/state-store-ttl-mongodb
Sets TTL support for mongodb state store to enabled
2023-03-06 14:24:46 -06:00
joshvanl 6276f0308f Updates CockroachDB docs with feature parity with PostgreSQL
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-03-04 19:17:40 +00:00
joshvanl 1800d28824 Add support for TTL to CockroachDB state store
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-03-02 15:39:57 +00:00
joshvanl 53693c73bd Adds reference to TTL in mongodb state reference
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-02-28 17:05:42 +00:00
ItalyPaleAle 6ce62551ed Remove deprecated components bindings.twitter and pubsub.hazelcast
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-24 22:20:19 +00:00
Hannah Hunter c7b3998c72 remove localization
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-22 16:28:22 -06:00
Hannah Hunter 326ba668dd reword the note
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-22 16:19:44 -06:00
Hannah Hunter fbcbf58459 try and create spacing
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-22 16:16:24 -06:00
Hannah Hunter 71eab41b97 refresh and clarify aad pod identity/workload identity
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-22 16:15:05 -06:00
MD Ashique 5c866096d7
fixed rabbitmq docs for pubsub (#3182)
Signed-off-by: Md Ashique <mdashique@Mds-MacBook-Pro.guest.corp.microsoft.com>
Co-authored-by: Md Ashique <mdashique@Mds-MacBook-Pro.guest.corp.microsoft.com>
2023-02-20 21:06:45 -08:00
Hannah Hunter 1b8515cd24
Merge pull request #3186 from hhunter-ms/typo
Remove trailing ```
2023-02-16 13:18:50 -06:00
Hannah Hunter 66e95f97ff
Merge pull request #3185 from hhunter-ms/upmerge_02-16
Upmerge 02 16
2023-02-16 13:18:18 -06:00
Alessandro (Ale) Segala 7956f8214e
[1.10] Some docs fixes to components reference (#3187)
- Corrected name of Azure Cosmos DB (Gremlin API)
- Fixed bad rendering in KubeMQ bindings reference

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-16 11:13:44 -08:00
Hannah Hunter ea2cfd00ec remove trailing ```
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-16 12:17:29 -06:00
Hannah Hunter 2399c2d700 fix merge conflicts
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-16 11:43:56 -06:00
Andre Bossard 1be4d86073 added externalSasl documentation
Signed-off-by: Andre Bossard <anbossar@microsoft.com>
2023-02-16 15:08:46 +01:00
Yaron Schneider 0d3d614574
Add router alias middleware (#3180)
* Add router alias middleware

Signed-off-by: yaron2 <schneider.yaron@live.com>

* Update daprdocs/content/en/reference/components-reference/supported-middleware/middleware-routeralias.md

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

* Update daprdocs/content/en/reference/components-reference/supported-middleware/middleware-routeralias.md

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

---------

Signed-off-by: yaron2 <schneider.yaron@live.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-02-15 21:25:34 -08:00
Yaron Schneider 914e1c5369
document all brokers support bulk pub/sub (#3179)
Signed-off-by: yaron2 <schneider.yaron@live.com>
2023-02-15 17:32:04 -08:00