捡龙眼
e6d97b949d
Add Alibaba Cloud RocketMQ binding doc ( #1406 )
...
* Add AliCloud RocketMQ binding doc
* Add Alibaba Cloud RocketMQ pubsub Doc
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-05-17 05:37:28 -07:00
捡龙眼
04a82294d6
Add Alibaba Cloud RocketMQ pubsub Doc ( #1405 )
...
* Add AliCloud RocketMQ pubsub Doc
* Add Alibaba Cloud RocketMQ pubsub Doc
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-05-17 05:33:32 -07:00
捡龙眼
248d1ef232
Add Alibaba Cloud Nacos binding Doc ( #1401 )
...
* Add AliCloud Nacos binding Doc
* Update daprdocs/content/en/reference/components-reference/supported-bindings/alicloud-nacos.md
* Update daprdocs/content/en/reference/components-reference/supported-bindings/alicloud-nacos.md
* Update daprdocs/content/en/reference/components-reference/supported-bindings/alicloud-nacos.md
* Update daprdocs/content/en/reference/components-reference/supported-bindings/_index.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
2021-05-17 05:28:35 -07:00
Abdulaziz Elsheikh
6cc65304a1
Consul name resolution docs ( #1443 )
...
* nr_consul added nameresolution in component reference, add consul setup guide
* nr_consul renamed file so it is unique
* Update daprdocs/content/en/reference/components-reference/supported-name-resolution/_index.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/reference/components-reference/supported-name-resolution/setup-nr-consul.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/reference/components-reference/supported-name-resolution/setup-nr-consul.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/reference/components-reference/supported-name-resolution/setup-nr-consul.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* nr_consul header fix
* Apply suggestions from code review
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* nr_consul fixed incorrect ref
* nr_consul added examples to docs
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2021-05-17 05:24:44 -07:00
halspang
73f7bb8e08
Add documentation for Preview Features ( #1464 )
...
* Add documentation for Preview Features
Add an introduction to preview features with examples of how
to set/specify them in the dapr configuration.
https://github.com/dapr/docs/issues/1463
* Update daprdocs/content/en/operations/configuration/configuration-overview.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/operations/configuration/preview-features.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/operations/configuration/preview-features.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/operations/configuration/preview-features.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/operations/configuration/preview-features.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/operations/configuration/preview-features.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/operations/configuration/preview-features.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/operations/configuration/preview-features.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/operations/configuration/preview-features.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/operations/configuration/preview-features.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/operations/configuration/preview-features.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/operations/configuration/preview-features.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-05-17 05:20:13 -07:00
Yaron Schneider
13a57b5749
Create api-allowlist.md ( #1473 )
...
* Create api-allowlist.md
* Update daprdocs/content/en/operations/configuration/api-allowlist.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/operations/configuration/api-allowlist.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update api-allowlist.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-05-12 14:37:12 -07:00
Aaron Crawfis
c83b62396d
Upmerge 2021 05 03 ( #1457 )
...
* Added table to show Kubernetes options
When I read this doc it was unclear that the cert could be provided as a secret. The only table on the original version showed `spnCertificateFile` as a required option. I added a second table to make it clear that in Kubernetes there is a `spnCertificate` option that does not require a file on disk.
* incorporating feedback
* Update concepts and add terminology page
* Add note on gRPC
* Update concepts docs
* Fix typo
Add a missing word
* Clarify state management examples
* Add info on reporting security issues
* Update daprdocs/content/en/reference/components-reference/supported-secret-stores/azure-keyvault.md
* Update daprdocs/content/en/reference/components-reference/supported-secret-stores/azure-keyvault.md
* Fix self-hosted docs
* Remove name-resolution reference
* Simplify options
* Update components-concept.md
* Update configuration-concept.md
* Update overview.md
* Update terminology.md
* fix pulsar pubsub conponent metadata fields enableTLS to not required
* Fix self-hosted description
* clarify integrations
* Removed duplicate word
Removed additional "are"
* Don't mark as stale if waiting on code pr
Co-authored-by: Donovan Brown <dbrown@microsoft.com>
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
Co-authored-by: Esteban Luchsinger <eluchsingerm@hotmail.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: zhangchao <zchao9100@gmail.com>
2021-05-04 10:38:23 -07:00
Aaron Crawfis
1cabb2cec3
Merge pull request #1447 from Taction/feature/add_maxlen_to_redis_pubsub
...
Add maxLen for redis pubsub component
2021-04-30 11:32:09 -07:00
Aaron Crawfis
10a5d677e7
Merge branch 'v1.2' into feature/add_maxlen_to_redis_pubsub
2021-04-30 11:25:58 -07:00
Aaron Crawfis
28f91a5e8e
Merge pull request #1441 from akkie/zeebe-bindings
...
Add documentation for the Zeebe bindings
2021-04-30 11:25:34 -07:00
zhangchao
f3044acc99
Add maxLen for redis pubsub componet
2021-04-25 21:15:10 +08:00
Christian Kaps
e99ba61a6a
Update daprdocs/content/en/reference/components-reference/supported-bindings/zeebe-jobworker.md
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-04-24 12:47:58 +02:00
Christian Kaps
0a353e8a6d
Update daprdocs/content/en/reference/components-reference/supported-bindings/zeebe-command.md
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-04-24 12:47:50 +02:00
Christian.Kaps
dffa1b3106
Add documentation for the Zeebe bindings
2021-04-23 08:28:07 +02:00
Ori Zohar
744244aeea
Merge pull request #1442 from dapr/upmerge-v1.2-20210422
...
Upmerge changes from v1.1 to v1.2 (4/22/21)
2021-04-22 15:06:59 -07:00
Ori Zohar
98ab13da78
Latest changes from v1.1
2021-04-22 13:38:06 -07:00
Ori Zohar
52ac38b2d1
Merge pull request #1436 from dapr/aacrawfi/sql-actors
...
Add actor state support information to SQL
2021-04-22 13:32:06 -07:00
Ori Zohar
568e300ec4
Merge pull request #1432 from Taction/feature/add_redis_cluster_mode_for_pubsub
...
add redis cluster mode for PubSub component
2021-04-22 13:31:49 -07:00
Ori Zohar
69412f87d1
Merge branch 'v1.1' into aacrawfi/sql-actors
2021-04-22 13:27:59 -07:00
Ori Zohar
dbfa503e83
Merge branch 'v1.2' into feature/add_redis_cluster_mode_for_pubsub
2021-04-22 13:26:56 -07:00
Ori Zohar
cb952a782b
Merge pull request #1419 from dapr/aacrawfi/integrations
...
Update integrations docs
2021-04-22 13:26:17 -07:00
Ori Zohar
b0fbfacbb8
Merge pull request #1381 from beiwei30/k8s-debug
...
Debug support for dapr k8s services and daprd
2021-04-22 13:14:58 -07:00
Aaron Crawfis
596160ad4b
Merge branch 'v1.1' into aacrawfi/integrations
2021-04-20 09:53:57 -07:00
Aaron Crawfis
fc55d4a972
Merge branch 'v1.1' into aacrawfi/sql-actors
2021-04-20 09:43:00 -07:00
Aaron Crawfis
5c1f8463c7
Update daprdocs/content/en/developing-applications/debugging/debug-k8s/debug-dapr-services.md
2021-04-20 09:34:10 -07:00
Ian Luo
9a91ff76cc
revise according to the review comments
2021-04-20 14:09:11 +08:00
Aaron Crawfis
88ce79f374
Merge pull request #1398 from yaoliu/v1.1
...
fix gRPC-integration.md
2021-04-19 19:50:15 -07:00
Aaron Crawfis
33903db90e
Merge branch 'v1.1' into v1.1
2021-04-19 19:47:41 -07:00
Aaron Crawfis
840e71d3b0
Merge pull request #1435 from fjvela/common-issues-update-link-liveness
...
common issues update link increase liveness to k8s annotations
2021-04-19 19:47:35 -07:00
Aaron Crawfis
0a965574e5
Merge branch 'v1.1' into v1.1
2021-04-19 19:47:29 -07:00
Aaron Crawfis
4c1fd4beec
Merge branch 'v1.2' into k8s-debug
2021-04-19 19:46:25 -07:00
Aaron Crawfis
8a61fe1ca1
Merge branch 'v1.1' into common-issues-update-link-liveness
2021-04-19 19:44:23 -07:00
Aaron Crawfis
147a81aa71
Merge branch 'v1.2' into feature/add_redis_cluster_mode_for_pubsub
2021-04-19 19:42:06 -07:00
Aaron Crawfis
f2c170d725
Merge pull request #1424 from kdbeall/codespace-12f9
...
Update Azure Blob state component documentation v1.2
2021-04-19 19:41:34 -07:00
Aaron Crawfis
7f371ff7bc
Merge branch 'v1.1' into aacrawfi/integrations
2021-04-19 19:40:10 -07:00
Aaron Crawfis
94fc1d625a
Add runtime
2021-04-19 19:39:58 -07:00
Aaron Crawfis
929fc56373
Merge pull request #1433 from fjvela/fix-common-issues
...
Fix common issues format
2021-04-19 19:38:58 -07:00
Aaron Crawfis
da80e4d4e0
Add actor state support information to SQL
2021-04-19 19:38:16 -07:00
Aaron Crawfis
93bd588221
Update daprdocs/content/en/operations/troubleshooting/common_issues.md
2021-04-19 19:31:49 -07:00
Javier Vela
5e0b4f861e
common issues update link increase liveness to k8s annotations
2021-04-19 19:47:23 +02:00
Javier Vela
739e3f85bc
Fix common issues format
2021-04-18 20:45:36 +02:00
zhangchao
13d8a1a91b
add redis cluster mode for pubsub
2021-04-17 15:14:54 +08:00
Aaron Crawfis
ea41220c8c
Merge pull request #1417 from dapr/aacrawfi/codeowners
...
Add codeowners
2021-04-16 16:00:37 -07:00
Ori Zohar
ab124ef86e
Merge branch 'v1.1' into aacrawfi/codeowners
2021-04-16 15:40:41 -07:00
Ori Zohar
7cf7197c3b
Merge pull request #1428 from pkedy/asb_publish_retry_settings_1411
...
Adding Azure Service Bus publish retry settings
2021-04-16 15:39:11 -07:00
Aaron Crawfis
f69e0358d2
Merge branch 'v1.1' into asb_publish_retry_settings_1411
2021-04-16 14:50:29 -07:00
Aaron Crawfis
d395698f1c
Merge branch 'v1.1' into aacrawfi/codeowners
2021-04-16 14:48:48 -07:00
Aaron Crawfis
292b4e025a
Add maintainers
2021-04-16 14:48:23 -07:00
Aaron Crawfis
b34571b337
Merge pull request #1418 from dapr/aacrawfi/mtls
...
Add note on mTLS
2021-04-16 14:46:01 -07:00
Aaron Crawfis
5d1357c11c
Merge branch 'v1.1' into aacrawfi/mtls
2021-04-16 14:43:53 -07:00