Hannah Hunter
b1c4e5aa1d
mark review
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-09-01 10:40:27 -04:00
Hannah Hunter
2173f8a3e8
crosslink
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-08-21 13:31:14 -04:00
Hannah Hunter
806e7333c5
move app config to azure.yaml
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-13 09:49:46 -04:00
ItalyPaleAle
28fdedcf38
Crypto components: use "Using the Dapr cryptography engine" category
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-06-08 09:45:53 -07:00
Hannah Hunter
9d41d50756
updates
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-05-24 18:52:24 -04:00
Hannah Hunter
39de6c02a5
alessandro review pt 1
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-05-23 17:39:57 -04:00
Hannah Hunter
cfb6ac0bbf
updates to the cryptography api docs
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-05-01 17:22:42 -04: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
Alessandro (Ale) Segala
f2a0f9eca0
Pubsub component reference: add aria-label to emojis ( #3130 )
...
Small a11y fix (just like #3031 )
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-02 15:43:02 -08:00
Shubham Sharma
15bfe12460
Merge with v1.10
...
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
2023-01-30 13:17:34 +05:30
Hannah Hunter
68cf31ca8a
upmerge before endgame
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-01-25 16:33:41 -06:00
Alessandro (Ale) Segala
20c446543b
[1.10] Docs for Cloudflare components ( #3032 )
...
* WIP
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* Complete docs for Workers KV state store
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* Docs for the binding
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
* Update per review feedback
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* Ignore links to cloudflare dashboard
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
* Update daprdocs/content/en/reference/components-reference/supported-bindings/cloudflare-queues.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
* Changed per review feedback
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-01-09 20:22:07 -08:00
Shubham Sharma
6671a6e6ba
Add more docs
...
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
2023-01-05 11:22:02 +05:30
Alessandro (Ale) Segala
6357701de6
Fixed issues with a11y on component list pages ( #3031 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-01-03 21:09:44 -08:00
Tiago Alves Macambira
0817bb8b10
Fix column ordering in supported components table
...
PR https://github.com/dapr/docs/pull/2863 added a new column for feature multipleKeyValuesPerSecret. But the while the ordering of this new column is OK in the header, it is wrong in the actual table data.
This PR fixes that.
Closes #2787
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
2022-10-12 16:13:23 -07:00
Tiago Alves Macambira
8f08e681df
Update SecretStore API documentation to account for Features feature. ( #2863 )
...
* Update SecretStore API documentation to account for Features feature.
Updates secret stores data/components and partial HTML fragment to
account for this new feature, updating the table of supported secret
stores.
Updates Secret Store API page to refer to this feature in the secret
retrieval API documentation.
Updates HashiCorp Vault documentation to explicitly mention this
feature is supported and used by HashiCorp Vault.
Closes #2787
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
* Improves documentation, kas k8s as a multi kv secret store.
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
* Removing TODO and small fix
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
* Minor fix
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
* Clarification about vaultValueType
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
* Improve Local File Secret Store documentation
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
* Tiny fixes
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
* Tiny fixes
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
* Apply suggestions from code review
Applying suggestions from @greenie-msft
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
* Apply suggestions from code review
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
* Apply suggestions from code review
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
* Apply suggestions from code review
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
* Update daprdocs/content/en/reference/components-reference/supported-secret-stores/file-secret-store.md
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
* Apply suggestions from code review
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
* Update `multiValued` definition
Makes its relation to the `multipleKeyValuesPerSecret` behavior explicit.
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-10-11 16:34:02 -07:00
Hannah Hunter
a35f0dcdb8
Upmerge to 1.9 ( #2793 )
...
* feature/helmchart: supported private helm chart repo to install dapr cluster
Signed-off-by: 1046102779 <seachen@tencent.com>
* Updates wasm middleware documentation with compilation instructions
These changes are coupled with https://github.com/dapr/components-contrib/pull/1833
Signed-off-by: Adrian Cole <adrian@tetrate.io>
* Update daprdocs/content/en/reference/components-reference/supported-middleware/middleware-wasm.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
* feedback
Signed-off-by: Adrian Cole <adrian@tetrate.io>
* permute
Signed-off-by: Adrian Cole <adrian@tetrate.io>
* feature/helmchart: supported private helm chart repo to install dapr cluster
Signed-off-by: 1046102779 <seachen@tencent.com>
* add note to aws sns/sqs component doc; quick edit
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* change data to value
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* feature/helmchart: supported private helm chart repo to install dapr cluster
Signed-off-by: 1046102779 <seachen@tencent.com>
* Patch 3 (#2691 )
* Update release version from 1.8.2 to 1.8.3
Signed-off-by: nyemade-uversky <55847877+nyemade-uversky@users.noreply.github.com>
* Update shortcode from 1.8.2 to 1.8.3
Signed-off-by: nyemade-uversky <55847877+nyemade-uversky@users.noreply.github.com>
* fix: typo
Signed-off-by: 1046102779 <seachen@tencent.com>
* feature: add a private helm repo for dapr
Signed-off-by: 1046102779 <seachen@tencent.com>
* Update install-dapr-cli.md
Signed-off-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
* Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-deploy.md
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Signed-off-by: yellow chicks <seachen@tencent.com>
* Fix pubsub quickstart component name to match QS source code
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
* add output of success
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* remove word
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* add sentence
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* redis 6 update (#2718 )
Signed-off-by: yaron2 <schneider.yaron@live.com>
Signed-off-by: yaron2 <schneider.yaron@live.com>
* Update Dapr version to 1.8.4 (#2714 )
* Update Dapr version to 1.8.4
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
* Update CLI version to 1.8.1
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
* Fixed an issue with code highlighting
Signed-off-by: Lorenzo Montanari <l0ll098@users.noreply.github.com>
* Fix links to broken middleware components
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
* RethinkDB has no transactions, etags
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* fix a typo (#2748 )
Signed-off-by: Loong <loong.dai@intel.com>
Signed-off-by: Loong <loong.dai@intel.com>
* fix typo (#2751 )
Signed-off-by: RcXu <honeyxhl@163.com>
Signed-off-by: RcXu <honeyxhl@163.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
* Update component status in v1.7
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Mark components as stable in v1.8
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Correct state azure stablestorage status in v1.7
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Update setup-sqlserver.md
Signed-off-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
* fix some typos (#2765 )
Signed-off-by: Loong <loong.dai@intel.com>
Signed-off-by: Loong <loong.dai@intel.com>
* Typo fix installtion > installation (#2726 )
Signed-off-by: Greg. A. <gautric@users.noreply.github.com>
Signed-off-by: Greg. A. <gautric@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
* Add a new version of the Dapr Diagrams deck (#2773 )
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
* Fix typos in MongoDB state configuration file example (#2775 )
Closes https://github.com/dapr/docs/issues/2774
Signed-off-by: Yash Nisar <yashnisar@microsoft.com>
Signed-off-by: Yash Nisar <yashnisar@microsoft.com>
* update service invo row item
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* update az cli commands
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* remove unnecessary flags
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* ignore links
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* Fix broken link
Signed-off-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
* Fix broken link
Signed-off-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
* remove ignore links
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Signed-off-by: 1046102779 <seachen@tencent.com>
Signed-off-by: Adrian Cole <adrian@tetrate.io>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Signed-off-by: nyemade-uversky <55847877+nyemade-uversky@users.noreply.github.com>
Signed-off-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Signed-off-by: yellow chicks <seachen@tencent.com>
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
Signed-off-by: yaron2 <schneider.yaron@live.com>
Signed-off-by: Lorenzo Montanari <l0ll098@users.noreply.github.com>
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Loong <loong.dai@intel.com>
Signed-off-by: RcXu <honeyxhl@163.com>
Signed-off-by: Greg. A. <gautric@users.noreply.github.com>
Signed-off-by: Yash Nisar <yashnisar@microsoft.com>
Co-authored-by: 1046102779 <seachen@tencent.com>
Co-authored-by: Adrian Cole <adrian@tetrate.io>
Co-authored-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: nyemade-uversky <55847877+nyemade-uversky@users.noreply.github.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
Co-authored-by: Nick Greenfield <nigreenf@microsoft.com>
Co-authored-by: Lorenzo Montanari <l0ll098@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Loong Dai <loong.dai@intel.com>
Co-authored-by: Mr.Black <honeyxhl@163.com>
Co-authored-by: Greg. A <gautric@users.noreply.github.com>
Co-authored-by: Yash Nisar <yashnisar@microsoft.com>
2022-09-14 17:13:28 -07:00
Nick Greenfield
281651ef8d
Merge branch 'v1.7' into v1.8
...
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-07-06 15:44:06 -07:00
Mark Fussell
4c5837242c
Distributed Lock API updates ( #2591 )
...
* lock API files
Signed-off-by: msfussell <markfussell@gmail.com>
* lock API files
Signed-off-by: msfussell <markfussell@gmail.com>
* lock API files update
Signed-off-by: msfussell <markfussell@gmail.com>
* lock API files update overview
Signed-off-by: msfussell <markfussell@gmail.com>
* lock API files update overview
Signed-off-by: msfussell <markfussell@gmail.com>
* lock API files update buidling block
Signed-off-by: msfussell <markfussell@gmail.com>
* lock API files update overview
Signed-off-by: msfussell <markfussell@gmail.com>
* Update daprdocs/content/en/developing-applications/building-blocks/distributed-lock/distributed-lock-api-overview.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
* Update daprdocs/content/en/developing-applications/building-blocks/distributed-lock/distributed-lock-api-overview.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
* Update daprdocs/content/en/developing-applications/building-blocks/distributed-lock/distributed-lock-api-overview.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
* Update daprdocs/content/en/developing-applications/building-blocks/distributed-lock/distributed-lock-api-overview.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
* Update daprdocs/content/en/reference/components-reference/supported-locks/redis-lock.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
* Update daprdocs/content/en/reference/components-reference/supported-locks/redis-lock.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
* Update daprdocs/content/en/reference/components-reference/supported-locks/redis-lock.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
* Update daprdocs/content/en/reference/components-reference/supported-locks/redis-lock.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
* Update daprdocs/content/en/reference/components-reference/supported-locks/redis-lock.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
* Update daprdocs/content/en/reference/components-reference/supported-locks/redis-lock.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
* Update daprdocs/content/en/reference/components-reference/supported-locks/redis-lock.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
* Update daprdocs/content/en/reference/components-reference/supported-locks/redis-lock.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
* Updates to Redis metadata and overview
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2022-06-30 21:47:27 -07:00
Piotr
0082b87912
Update description.html ( #2563 )
...
Fixing broken links
Signed-off-by: Piotr <karpik.pl@gmail.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2022-06-23 20:19:33 -07:00
John Ewart
59abc8bf44
Update features to have an empty box for unsupported features in the matrix
...
Signed-off-by: John Ewart <johnewart@microsoft.com>
2022-06-16 21:38:30 -07:00
John Ewart
45f250d857
Add TTL column to state store partial
...
Signed-off-by: John Ewart <johnewart@microsoft.com>
2022-06-16 15:33:30 -07:00
John Ewart
2437bc17ab
Add a components TOC partial because rendering order prevents the markdown renderer .TableOfContents from working
2022-06-14 19:00:53 -07:00
John Ewart
4bd88d59f0
Add partial shortcode and partials for components along with data files
...
Signed-off-by: John Ewart <johnewart@microsoft.com>
2022-06-07 10:54:24 -07:00