Aaron Crawfis
c28cbcdc2a
Comment out all optional destructive parameters ( #1604 )
2021-07-06 10:53:01 -07:00
Aaron Crawfis
bb25bc5227
Add docs on Bridge to Kubernetes
2021-07-02 12:41:42 -07:00
Long Dai
e79ffa3575
Remove visible <b> ( #1602 )
...
Signed-off-by: Long Dai <long0dai@foxmail.com>
2021-06-30 16:30:59 -07:00
jasonviviano
f7de10098e
Merge branch 'jviviano' of https://github.com/jasonviviano/docs into jviviano
2021-06-30 14:29:36 -04:00
jasonviviano
dafe094ffa
Revision on JSON Snippets Shown
...
Cut down the JSON shown to users in the VS Code Dapr section and renamed link title
2021-06-30 14:29:22 -04:00
Ori Zohar
f5a34ced09
Merge branch 'v1.2' into jviviano
2021-06-29 13:40:58 -07:00
jasonviviano
1808dde10b
Removed unnecessary wording
2021-06-29 12:37:47 -04:00
jasonviviano
e964f66fd9
Revised grammer on manual configuration and remote dev containers
...
Revised based on comments
2021-06-29 12:36:01 -04:00
jasonviviano
61559e9ab9
Added changes to the reformatting of the VS Code
...
Changes are based on comments received.
2021-06-29 12:28:06 -04:00
Aaron Crawfis
a8751aefc3
Add shortcode to embed sections of code files ( #1596 )
...
* Add code snippet shortcode
* Add docs on shortcode
2021-06-28 15:24:22 -07:00
Aaron Crawfis
7e4a6516f1
Dapr roadmap page ( #1593 )
...
* Add Dapr Roadmap doc
* Change format of project column to use cards
* Update docsy theme
* Use card codes for Roadmap page
* Update toc issue
* Update packages
* Update image and switch to page bundle
* Move into contributing
* Add note on v1.2
Co-authored-by: Nick Greenfield <nigreenf@microsoft.com>
2021-06-28 15:09:58 -07:00
Phillip Hoff
702e38863f
Add output format option. ( #1512 )
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Phil Kedy <phil.kedy@gmail.com>
2021-06-28 14:49:07 -07:00
jasonviviano
ece502a9c6
Reformatted VS Code documentation
2021-06-28 15:26:41 -04:00
SaintMalik
ac9d4b5b60
Fix broken url in docs ( #1599 )
...
## Summary
Easy navigation and easy reading for others
2021-06-28 11:16:44 -07:00
Aaron Crawfis
55d9123cfe
upmerge/06-24 ( #1588 )
...
* Supported Release Info and Upgrade Path for v1.2 (#1494 )
* Supported Release Info and Upgrade Path for v1.2
* Update support-release-policy.md
* Update daprdocs/content/en/operations/support/support-release-policy.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Adding K8s versions table (#1521 )
* Adding table of kubernetes versions
* Updating intro
* Fix incorrect postgresql connection string example (#1524 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update docs on using Codespaces with Dapr repos (#1522 )
* Update docs on using Codespaces with Dapr repos
* Move codespaces.md under the Contributing topic
* Update daprdocs/content/en/contributing/codespaces.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Fix two typos (#1526 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update chinese content (#1527 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Updated to fix deprecated helm chart location (#1528 )
The `https://kubernetes-charts.storage.googleapis.com/ ` location is no longer used, so this change updates this, the command to install, and the missing update step that will cause the install to fail if an update was never done after adding the location.
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* nr_consul_typo fixed malformed yaml (#1532 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Fix typo in azure-keyvault-managed-identity.md (#1541 )
* Fix custom middleware sample code interface implementation error (#1539 )
Fix custom middleware sample code interface implementation error, interface function declare error.
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Fix the file name of secrets json (#1546 )
* Tech writing touch-ups (#1555 )
* Tech writing touch-ups (#1556 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Tech writing touch-ups (#1557 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Tech writing touch-ups (#1558 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Tech writing touch-ups (#1560 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Tech writing touch-ups (#1559 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Ignore intellij link that isn't resolvable (#1564 )
* Update issue templates (#1563 )
* Update issue templates
* Add needs-triage
* Updating PubSub documentation to remove slave wording (#1565 )
* Updating PubSub documentation to remove slave
Bitnami has updated their Redis Helm chart to change redis-slave to redis-replicas. I am updating the documentation for PubSub to reflect this change and avoid confusion for any readers.
* Removing more instances of Redis slave naming
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Actor Runtime Configuration Docs (#1495 )
* Actor Runtime Configuration Docs
Addresses #1470
* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* add configuration examples
* configuration examples
* Fix syntax
* Add dotnet sample
* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Fixed GCP Pub/Sub Binding required fields (#1578 )
* aacrawfi/middlware (#1567 )
* Move and update middleware components
* Update middleware docs structure
* Combine middleware pages
* Update middleware references
* Update middleware image
* Fix incorrect curl syntax in Actors API examples (#1577 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Fix link at api-allowlist.md (#1574 )
Fix link at api-allowlist.md to Dapr Configuration overview
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Add language that only a single state store component can be used for actors state mangement (#1579 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* fix: cron format (#1581 )
* Updated name resolution docs (#1576 )
* Add consul references
* Fix typo
Add a missing word
* Clarify state management examples
* 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 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
* Add other name resolution providers
* Update service invocation docs
* Remove whitespace
* Update service-invocation-overview.md
Fixed typo and added a sentence on Consul
* Update setup-nr-consul.md
Minor updates
* Address comments
* Fix code formatting
Co-authored-by: Esteban Luchsinger <eluchsingerm@hotmail.com>
Co-authored-by: Donovan Brown <dbrown@microsoft.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Bernd Verst <berndverst@users.noreply.github.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Zonciu Liang <zonciu@zonciu.com>
Co-authored-by: Simon Leet <31784195+CodeMonkeyLeet@users.noreply.github.com>
Co-authored-by: Maarten Mulders <mthmulders@users.noreply.github.com>
Co-authored-by: Newbe36524 <newbe36524@qq.com>
Co-authored-by: Steven Jenkins De Haro <20492442+StevenJDH@users.noreply.github.com>
Co-authored-by: Abdulaziz Elsheikh <abdulaziz.elsheikh@gmail.com>
Co-authored-by: Antonio Fiumanò <antoniofiumano@outlook.com>
Co-authored-by: li1234yun <li1234yun@163.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: voipengineer <voipengineer@users.noreply.github.com>
Co-authored-by: Evan Simkowitz <esimkowitz@users.noreply.github.com>
Co-authored-by: Ricardo Niepel <RicardoNiepel@users.noreply.github.com>
Co-authored-by: Abhith Rajan <Abhith@users.noreply.github.com>
Co-authored-by: Esteban Luchsinger <eluchsingerm@hotmail.com>
Co-authored-by: Donovan Brown <dbrown@microsoft.com>
2021-06-24 17:50:12 -07:00
Taction
cb0335f549
add more redis config ( #1509 )
...
* add more redis config
* Supported Release Info and Upgrade Path for v1.2 (#1494 )
* Supported Release Info and Upgrade Path for v1.2
* Update support-release-policy.md
* Update daprdocs/content/en/operations/support/support-release-policy.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Adding K8s versions table (#1521 )
* Adding table of kubernetes versions
* Updating intro
* Fix incorrect postgresql connection string example (#1524 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update docs on using Codespaces with Dapr repos (#1522 )
* Update docs on using Codespaces with Dapr repos
* Move codespaces.md under the Contributing topic
* Update daprdocs/content/en/contributing/codespaces.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Fix two typos (#1526 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update chinese content (#1527 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Updated to fix deprecated helm chart location (#1528 )
The `https://kubernetes-charts.storage.googleapis.com/ ` location is no longer used, so this change updates this, the command to install, and the missing update step that will cause the install to fail if an update was never done after adding the location.
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* nr_consul_typo fixed malformed yaml (#1532 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Fix typo in azure-keyvault-managed-identity.md (#1541 )
* Fix custom middleware sample code interface implementation error (#1539 )
Fix custom middleware sample code interface implementation error, interface function declare error.
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Fix the file name of secrets json (#1546 )
* Tech writing touch-ups (#1555 )
* Tech writing touch-ups (#1556 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Tech writing touch-ups (#1557 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Tech writing touch-ups (#1558 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Tech writing touch-ups (#1560 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Tech writing touch-ups (#1559 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Ignore intellij link that isn't resolvable (#1564 )
* Update issue templates (#1563 )
* Update issue templates
* Add needs-triage
* Updating PubSub documentation to remove slave wording (#1565 )
* Updating PubSub documentation to remove slave
Bitnami has updated their Redis Helm chart to change redis-slave to redis-replicas. I am updating the documentation for PubSub to reflect this change and avoid confusion for any readers.
* Removing more instances of Redis slave naming
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Actor Runtime Configuration Docs (#1495 )
* Actor Runtime Configuration Docs
Addresses #1470
* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* add configuration examples
* configuration examples
* Fix syntax
* Add dotnet sample
* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Bernd Verst <berndverst@users.noreply.github.com>
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Zonciu Liang <zonciu@zonciu.com>
Co-authored-by: Simon Leet <31784195+CodeMonkeyLeet@users.noreply.github.com>
Co-authored-by: Maarten Mulders <mthmulders@users.noreply.github.com>
Co-authored-by: Newbe36524 <newbe36524@qq.com>
Co-authored-by: Steven Jenkins De Haro <20492442+StevenJDH@users.noreply.github.com>
Co-authored-by: Abdulaziz Elsheikh <abdulaziz.elsheikh@gmail.com>
Co-authored-by: Antonio Fiumanò <antoniofiumano@outlook.com>
Co-authored-by: li1234yun <li1234yun@163.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: voipengineer <voipengineer@users.noreply.github.com>
Co-authored-by: Evan Simkowitz <esimkowitz@users.noreply.github.com>
2021-06-24 17:04:48 -07:00
Dmitry Shmulevich
29a9558eb8
Update usage of 'dapr run --placement-host-address' argument ( #1591 )
2021-06-24 16:22:44 -07:00
Aaron Crawfis
231b0e8fb3
Updated name resolution docs ( #1576 )
...
* Add consul references
* Fix typo
Add a missing word
* Clarify state management examples
* 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 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
* Add other name resolution providers
* Update service invocation docs
* Remove whitespace
* Update service-invocation-overview.md
Fixed typo and added a sentence on Consul
* Update setup-nr-consul.md
Minor updates
* Address comments
* Fix code formatting
Co-authored-by: Esteban Luchsinger <eluchsingerm@hotmail.com>
Co-authored-by: Donovan Brown <dbrown@microsoft.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-06-23 14:18:49 -07:00
Abhith Rajan
c227603a13
fix: cron format ( #1581 )
2021-06-21 09:21:31 -07:00
greenie-msft
b2b30dd6b9
Add language that only a single state store component can be used for actors state mangement ( #1579 )
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-06-18 15:50:34 -07:00
Ricardo Niepel
c9c9d327e4
Fix link at api-allowlist.md ( #1574 )
...
Fix link at api-allowlist.md to Dapr Configuration overview
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-06-18 14:04:26 -07:00
greenie-msft
1042bc456b
Fix incorrect curl syntax in Actors API examples ( #1577 )
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-06-18 14:01:48 -07:00
Aaron Crawfis
5bee1dae16
aacrawfi/middlware ( #1567 )
...
* Move and update middleware components
* Update middleware docs structure
* Combine middleware pages
* Update middleware references
* Update middleware image
2021-06-18 13:59:24 -07:00
greenie-msft
93eb5fa15a
Fixed GCP Pub/Sub Binding required fields ( #1578 )
2021-06-18 13:54:14 -07:00
Dmitry Shmulevich
ac276fc792
Update MongoDB state store component documentation ( #1571 )
2021-06-18 10:51:28 -07:00
Christian Kaps
ca63a62768
Update Zeebe to version 1.0 ( #1486 )
...
* Update Zeebe to version 1.0
* Supported Release Info and Upgrade Path for v1.2 (#1494 )
* Supported Release Info and Upgrade Path for v1.2
* Update support-release-policy.md
* Update daprdocs/content/en/operations/support/support-release-policy.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Add documentation for the job related metadata and custom headers
* Adding K8s versions table (#1521 )
* Adding table of kubernetes versions
* Updating intro
* Fix incorrect postgresql connection string example (#1524 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update docs on using Codespaces with Dapr repos (#1522 )
* Update docs on using Codespaces with Dapr repos
* Move codespaces.md under the Contributing topic
* Update daprdocs/content/en/contributing/codespaces.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Fix two typos (#1526 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update chinese content (#1527 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Updated to fix deprecated helm chart location (#1528 )
The `https://kubernetes-charts.storage.googleapis.com/ ` location is no longer used, so this change updates this, the command to install, and the missing update step that will cause the install to fail if an update was never done after adding the location.
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* nr_consul_typo fixed malformed yaml (#1532 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Fix typo in azure-keyvault-managed-identity.md (#1541 )
* Fix custom middleware sample code interface implementation error (#1539 )
Fix custom middleware sample code interface implementation error, interface function declare error.
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Fix the file name of secrets json (#1546 )
* Tech writing touch-ups (#1555 )
* Tech writing touch-ups (#1556 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Tech writing touch-ups (#1557 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Tech writing touch-ups (#1558 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Tech writing touch-ups (#1560 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Tech writing touch-ups (#1559 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Ignore intellij link that isn't resolvable (#1564 )
* Update issue templates (#1563 )
* Update issue templates
* Add needs-triage
* Updating PubSub documentation to remove slave wording (#1565 )
* Updating PubSub documentation to remove slave
Bitnami has updated their Redis Helm chart to change redis-slave to redis-replicas. I am updating the documentation for PubSub to reflect this change and avoid confusion for any readers.
* Removing more instances of Redis slave naming
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Bernd Verst <berndverst@users.noreply.github.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Zonciu Liang <zonciu@zonciu.com>
Co-authored-by: Simon Leet <31784195+CodeMonkeyLeet@users.noreply.github.com>
Co-authored-by: Maarten Mulders <mthmulders@users.noreply.github.com>
Co-authored-by: Newbe36524 <newbe36524@qq.com>
Co-authored-by: Steven Jenkins De Haro <20492442+StevenJDH@users.noreply.github.com>
Co-authored-by: Abdulaziz Elsheikh <abdulaziz.elsheikh@gmail.com>
Co-authored-by: Antonio Fiumanò <antoniofiumano@outlook.com>
Co-authored-by: li1234yun <li1234yun@163.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: voipengineer <voipengineer@users.noreply.github.com>
Co-authored-by: Evan Simkowitz <esimkowitz@users.noreply.github.com>
2021-06-16 13:47:29 -07:00
Aaron Crawfis
2a25c20812
Upmerge/6 16 ( #1570 )
...
* Supported Release Info and Upgrade Path for v1.2 (#1494 )
* Supported Release Info and Upgrade Path for v1.2
* Update support-release-policy.md
* Update daprdocs/content/en/operations/support/support-release-policy.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Adding K8s versions table (#1521 )
* Adding table of kubernetes versions
* Updating intro
* Fix incorrect postgresql connection string example (#1524 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update docs on using Codespaces with Dapr repos (#1522 )
* Update docs on using Codespaces with Dapr repos
* Move codespaces.md under the Contributing topic
* Update daprdocs/content/en/contributing/codespaces.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Fix two typos (#1526 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update chinese content (#1527 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Updated to fix deprecated helm chart location (#1528 )
The `https://kubernetes-charts.storage.googleapis.com/ ` location is no longer used, so this change updates this, the command to install, and the missing update step that will cause the install to fail if an update was never done after adding the location.
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* nr_consul_typo fixed malformed yaml (#1532 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Fix typo in azure-keyvault-managed-identity.md (#1541 )
* Fix custom middleware sample code interface implementation error (#1539 )
Fix custom middleware sample code interface implementation error, interface function declare error.
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Fix the file name of secrets json (#1546 )
* Tech writing touch-ups (#1555 )
* Tech writing touch-ups (#1556 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Tech writing touch-ups (#1557 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Tech writing touch-ups (#1558 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Tech writing touch-ups (#1560 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Tech writing touch-ups (#1559 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Ignore intellij link that isn't resolvable (#1564 )
* Update issue templates (#1563 )
* Update issue templates
* Add needs-triage
* Updating PubSub documentation to remove slave wording (#1565 )
* Updating PubSub documentation to remove slave
Bitnami has updated their Redis Helm chart to change redis-slave to redis-replicas. I am updating the documentation for PubSub to reflect this change and avoid confusion for any readers.
* Removing more instances of Redis slave naming
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Actor Runtime Configuration Docs (#1495 )
* Actor Runtime Configuration Docs
Addresses #1470
* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* add configuration examples
* configuration examples
* Fix syntax
* Add dotnet sample
* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Bernd Verst <berndverst@users.noreply.github.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Zonciu Liang <zonciu@zonciu.com>
Co-authored-by: Simon Leet <31784195+CodeMonkeyLeet@users.noreply.github.com>
Co-authored-by: Maarten Mulders <mthmulders@users.noreply.github.com>
Co-authored-by: Newbe36524 <newbe36524@qq.com>
Co-authored-by: Steven Jenkins De Haro <20492442+StevenJDH@users.noreply.github.com>
Co-authored-by: Abdulaziz Elsheikh <abdulaziz.elsheikh@gmail.com>
Co-authored-by: Antonio Fiumanò <antoniofiumano@outlook.com>
Co-authored-by: li1234yun <li1234yun@163.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: voipengineer <voipengineer@users.noreply.github.com>
Co-authored-by: Evan Simkowitz <esimkowitz@users.noreply.github.com>
2021-06-16 13:42:37 -07:00
Bernd Verst
97b0436214
Actor Runtime Configuration Docs ( #1495 )
...
* Actor Runtime Configuration Docs
Addresses #1470
* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* add configuration examples
* configuration examples
* Fix syntax
* Add dotnet sample
* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-06-16 12:02:25 -07:00
Evan Simkowitz
5c6c31b0fc
Updating PubSub documentation to remove slave wording ( #1565 )
...
* Updating PubSub documentation to remove slave
Bitnami has updated their Redis Helm chart to change redis-slave to redis-replicas. I am updating the documentation for PubSub to reflect this change and avoid confusion for any readers.
* Removing more instances of Redis slave naming
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-06-14 19:14:15 -07:00
Aaron Crawfis
e0669765be
Ignore intellij link that isn't resolvable ( #1564 )
2021-06-14 19:01:47 -07:00
voipengineer
978fa111be
Tech writing touch-ups ( #1559 )
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-06-14 11:08:49 -07:00
voipengineer
77062392e3
Tech writing touch-ups ( #1560 )
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-06-14 11:05:55 -07:00
voipengineer
fff6256541
Tech writing touch-ups ( #1558 )
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-06-14 10:52:32 -07:00
voipengineer
be06bfecdc
Tech writing touch-ups ( #1557 )
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-06-14 10:46:10 -07:00
voipengineer
35137816b4
Tech writing touch-ups ( #1556 )
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-06-14 10:42:07 -07:00
voipengineer
ae5b22256c
Tech writing touch-ups ( #1555 )
2021-06-14 10:36:08 -07:00
greenie-msft
c73245eea6
Fix the file name of secrets json ( #1546 )
2021-06-09 14:38:10 -07:00
li1234yun
a941868ca1
Fix custom middleware sample code interface implementation error ( #1539 )
...
Fix custom middleware sample code interface implementation error, interface function declare error.
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-06-07 20:43:10 -07:00
Antonio Fiumanò
6cb10b7de6
Fix typo in azure-keyvault-managed-identity.md ( #1541 )
2021-06-07 10:15:59 -07:00
Aaron Crawfis
2261b1c2f9
Upmerge2 06 03 ( #1536 )
...
* Supported Release Info and Upgrade Path for v1.2 (#1494 )
* Supported Release Info and Upgrade Path for v1.2
* Update support-release-policy.md
* Update daprdocs/content/en/operations/support/support-release-policy.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Adding K8s versions table (#1521 )
* Adding table of kubernetes versions
* Updating intro
* Fix incorrect postgresql connection string example (#1524 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update docs on using Codespaces with Dapr repos (#1522 )
* Update docs on using Codespaces with Dapr repos
* Move codespaces.md under the Contributing topic
* Update daprdocs/content/en/contributing/codespaces.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Fix two typos (#1526 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update chinese content (#1527 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Updated to fix deprecated helm chart location (#1528 )
The `https://kubernetes-charts.storage.googleapis.com/ ` location is no longer used, so this change updates this, the command to install, and the missing update step that will cause the install to fail if an update was never done after adding the location.
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* nr_consul_typo fixed malformed yaml (#1532 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Bernd Verst <berndverst@users.noreply.github.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Zonciu Liang <zonciu@zonciu.com>
Co-authored-by: Simon Leet <31784195+CodeMonkeyLeet@users.noreply.github.com>
Co-authored-by: Maarten Mulders <mthmulders@users.noreply.github.com>
Co-authored-by: Newbe36524 <newbe36524@qq.com>
Co-authored-by: Steven Jenkins De Haro <20492442+StevenJDH@users.noreply.github.com>
Co-authored-by: Abdulaziz Elsheikh <abdulaziz.elsheikh@gmail.com>
2021-06-03 10:25:39 -07:00
Abdulaziz Elsheikh
a573434a29
nr_consul_typo fixed malformed yaml ( #1532 )
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-06-02 17:43:27 -07:00
Steven Jenkins De Haro
993cf5e2a2
Updated to fix deprecated helm chart location ( #1528 )
...
The `https://kubernetes-charts.storage.googleapis.com/ ` location is no longer used, so this change updates this, the command to install, and the missing update step that will cause the install to fail if an update was never done after adding the location.
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-06-02 17:41:17 -07:00
Maarten Mulders
e6b27718c1
Fix two typos ( #1526 )
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-06-02 17:32:29 -07:00
Simon Leet
8f8952372c
Update docs on using Codespaces with Dapr repos ( #1522 )
...
* Update docs on using Codespaces with Dapr repos
* Move codespaces.md under the Contributing topic
* Update daprdocs/content/en/contributing/codespaces.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-06-02 17:28:05 -07:00
Zonciu Liang
6180edfc2f
Fix incorrect postgresql connection string example ( #1524 )
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-06-02 17:24:29 -07:00
Mark Fussell
48e28c3f51
Adding K8s versions table ( #1521 )
...
* Adding table of kubernetes versions
* Updating intro
2021-05-28 10:12:24 -07:00
Bernd Verst
3e0f702fa2
Supported Release Info and Upgrade Path for v1.2 ( #1494 )
...
* Supported Release Info and Upgrade Path for v1.2
* Update support-release-policy.md
* Update daprdocs/content/en/operations/support/support-release-policy.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-05-26 18:59:40 -07:00
Aaron Crawfis
5d71c507d9
Update to 1.2 ( #1519 )
2021-05-26 18:40:25 -07:00
Mark Fussell
011b1b371e
Merge branch 'v1.2' into v1.2
2021-05-26 18:01:08 -07:00
Aaron Crawfis
620900df45
Merge branch 'v1.1' into upmerge/05-26
2021-05-26 17:54:51 -07:00
Mark Fussell
0d36b9db01
Adding API ACLs to Configuration overview
2021-05-26 17:51:25 -07:00
Artur Souza
f34497cedf
Document pubsub without cloudevent. ( #1499 )
...
* Document pubsub without cloudevent.
* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-overview.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-overview.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/reference/api/pubsub_api.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/reference/api/pubsub_api.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-raw.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-raw.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-raw.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-raw.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Add images + enhance subscribe example.
* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-raw.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-raw.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-raw.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Fix title for example
* Update pubsub-overview.md
* Update pubsub-raw.md
* Update pubsub_api.md
* Update howto-publish-subscribe.md
* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-raw.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-raw.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-raw.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update raw pubsub scenarios images.
* Note about subscription CRD and raw payload support.
* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-raw.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-raw.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-05-26 17:37:01 -07:00
Charlie Stanley
5d6403ff9f
Announce deprecation of GET shutdown API ( #1514 )
...
* Announce deprecation of GET shutdown API
* Update support-release-policy.md
2021-05-26 17:02:48 -07:00
Aaron Crawfis
5a897cad24
Remove Nacos and RocketMQ ( #1511 )
...
* Remove RocketMQ and Nacos
* Update dependencies
2021-05-24 20:26:52 -07:00
greenie-msft
43a0e2d8e2
Ensure mDNS is functioning properly on MacOS ( #1505 )
...
* Ensure mDNS is functioning properly on MacOS
* Update common_issues.md
* Apply suggestions from code review
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-05-24 15:30:35 -07:00
Simon Leet
64ebd6ed13
Add integration article to Azure API management ( #1503 )
...
* Add integration article to Azure API management
Fixes #1303
* Reorder APIM page to end of integrations list
Also add Learn More button
2021-05-24 12:30:20 -07:00
Aaron Crawfis
4eeb01cd8f
Add OSM integration ( #1490 )
...
* Add OSM docs
* Add community call video
* Address comments
2021-05-24 10:31:37 -07:00
Aaron Crawfis
37d1b15b91
Replat the workflows docs ( #1497 )
...
* Replat the workflows docs
* Add more docs
2021-05-24 10:27:00 -07:00
Ben Coleman
b801b5613b
BYO certs - Changed to support v3 certs with SAN ( #1510 )
...
* BYO certs changed to support v3 certs with SAN
* Adds note for install openssl on mac
2021-05-24 09:51:53 -07:00
Long Dai
fe1ab8eb61
docs: clean up white noise ( #1491 )
...
Signed-off-by: Long Dai <long0dai@foxmail.com>
2021-05-21 13:21:55 -07:00
Simon Leet
32671cd1ea
Remove workaround for mTLS bug for upgrade to v1.2.0 ( #1502 )
2021-05-21 12:27:28 -07:00
greenie-msft
cac33b5680
Add CLI reference docs for --data-file flags for invoke and publish ( #1501 )
2021-05-21 10:28:42 -07:00
Mukundan Sundararajan
6fb3a79dad
Adding dapr HTTP max request size reference for CLI ( #1500 )
2021-05-21 09:48:36 -07:00
featherlight
96741e5312
fix: Jaeger docker setup command ( #1485 )
...
`COLLECTOR_ZIPKIN_HTTP_PORT=9412` shoule be `COLLECTOR_ZIPKIN_HOST_PORT=:9412`
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-05-18 12:41:24 -07:00
Simon Leet
d1190cf3ca
Update actor setup links for Redis configuration in self-hosted-no-docker.md ( #1489 )
...
Fixes #1488
2021-05-18 12:30:16 -07:00
halspang
b404b94190
Add documentation for actor reentrancy ( #1483 )
...
* Add documentation for actor reentrancy
https://github.com/dapr/docs/issues/1482
* Incoporate PR feedback
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Add link from preview feature to reentrancy
* Update daprdocs/content/en/developing-applications/building-blocks/actors/actor-reentrancy.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-05-17 12:41:12 -07:00
Ian Luo
f910dfc66f
sentinel middleware doc ( #1439 )
...
* sentinel middleware doc #1437
* update description
* revise title
* Update daprdocs/content/en/developing-applications/middleware/supported-middleware/middleware-sentinel.md
* Update daprdocs/content/en/developing-applications/middleware/supported-middleware/middleware-sentinel.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
2021-05-17 05:45:42 -07:00
捡龙眼
5e3071795d
Add Alibaba Cloud DingTalk Webhook binding doc ( #1407 )
...
* Add AliCloud DingTalk binding doc
* Add Alibaba Cloud DingTalk Webhook binding doc
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: cinience <cinience@qq.com>
2021-05-17 05:43:02 -07:00
捡龙眼
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
Aaron Crawfis
789475857a
Add presentations section ( #1480 )
...
* Add presentations section
* Delete old presenations section
* Update presention name
* Add Ignite 2021 link
2021-05-13 15:03:53 -07:00
Aaron Crawfis
4a1ae02f19
Clarify API heading ( #1478 )
2021-05-13 09:56:51 -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
Tom Kerkhove
269fd190d2
docs: Fix broken link in Highly-available mode ( #1469 )
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-05-10 10:35:25 -07:00
Vincent Free
3f6095aba1
update the jaeger version to version 1.22 ( #1468 )
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-05-10 08:39:20 -07:00
Nil
ddda38f714
fix typo ( #1467 )
2021-05-10 08:35:33 -07:00
greenie-msft
6be58910ba
Add GitHub links for Javascript and Rust SDK repos ( #1466 )
2021-05-07 19:12:49 -07:00
Taction
37f0b4d098
Pubsub rabbitmq deletedWhenUnused default vaule is true ( #1459 )
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-05-07 10:38:02 -07:00
Moien Tajik
265630fb8e
Link to correct document URL ( #1458 )
2021-05-07 10:34:20 -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
d7ff1d19d0
Merge branch 'v1.1' into aacrawfi/consul-selfhost
2021-05-03 15:42:14 -07:00
Aaron Crawfis
a4262bf4a3
Merge branch 'v1.1' into feature/fix_pulsar_default_value
2021-04-30 11:28:37 -07:00
Aaron Crawfis
92cbd034c4
Merge branch 'v1.1' into aacrawfi/consul-selfhost
2021-04-30 11:26:52 -07:00
Aaron Crawfis
10a5d677e7
Merge branch 'v1.2' into feature/add_maxlen_to_redis_pubsub
2021-04-30 11:25:58 -07:00
Donovan Brown
d81a82e7d8
Removed duplicate word
...
Removed additional "are"
2021-04-30 00:39:40 -05:00
Aaron Crawfis
7858b7c9a4
Merge branch 'v1.1' into aacrawfi/concepts
2021-04-29 08:21:12 -07:00
Aaron Crawfis
320a70e25f
clarify integrations
2021-04-29 08:20:21 -07:00
Aaron Crawfis
33c5f260a3
Merge branch 'aacrawfi/concepts' of https://github.com/dapr/docs into aacrawfi/concepts
2021-04-29 08:18:18 -07:00
Aaron Crawfis
9bf907507b
Fix self-hosted description
2021-04-29 08:18:09 -07:00
zhangchao
07ef271f40
fix pulsar pubsub conponent metadata fields enableTLS to not required
2021-04-29 21:22:56 +08:00
Mark Fussell
b12d92c35b
Merge branch 'v1.1' into aacrawfi/concepts
2021-04-28 22:39:59 -07:00
Mark Fussell
092f7d461f
Update terminology.md
2021-04-28 22:37:20 -07:00
Mark Fussell
f02374175b
Update overview.md
2021-04-28 22:26:13 -07:00
Mark Fussell
9358737d1e
Update configuration-concept.md
2021-04-28 22:13:41 -07:00
Mark Fussell
58f9f64d58
Update components-concept.md
2021-04-28 21:57:36 -07:00
Aaron Crawfis
bc24da3580
Merge branch 'v1.1' into aacrawfi/security-docs
2021-04-28 14:45:01 -07:00
Aaron Crawfis
5d843699e2
Simplify options
2021-04-28 14:44:41 -07:00
Aaron Crawfis
7618bb92d9
Remove name-resolution reference
2021-04-28 12:05:26 -07:00
Aaron Crawfis
046504660b
Fix self-hosted docs
2021-04-28 12:03:06 -07:00
Aaron Crawfis
52ea7e4373
Merge branch 'v1.1' into patch-1
2021-04-28 09:12:11 -07:00
Aaron Crawfis
6ac995ab06
Merge branch 'v1.1' into aacrawfi/concepts
2021-04-28 09:08:41 -07:00
Aaron Crawfis
9051058b1a
Update daprdocs/content/en/reference/components-reference/supported-secret-stores/azure-keyvault.md
2021-04-28 09:06:33 -07:00
Aaron Crawfis
77973dc4e0
Update daprdocs/content/en/reference/components-reference/supported-secret-stores/azure-keyvault.md
2021-04-28 09:06:26 -07:00
Aaron Crawfis
1e01fa40ee
Add info on reporting security issues
2021-04-28 08:38:17 -07:00
Donovan Brown
f48fef4f88
Merge branch 'v1.1' into patch-4
2021-04-26 20:16:31 -05:00
zhangchao
f3044acc99
Add maxLen for redis pubsub componet
2021-04-25 21:15:10 +08:00
Esteban Luchsinger
2205991dc2
Clarify state management examples
2021-04-25 12:57:34 +02:00
Esteban Luchsinger
6eb2b0bdc9
Fix typo
...
Add a missing word
2021-04-25 12:44:13 +02: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
98ab13da78
Latest changes from v1.1
2021-04-22 13:38:06 -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
07a8f8b8de
Merge branch 'v1.1' into aacrawfi/concepts
2021-04-22 13:24:08 -07:00
Ori Zohar
fbd59b6bf2
Merge branch 'v1.1' into patch-4
2021-04-22 13:15:40 -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
33903db90e
Merge branch 'v1.1' into v1.1
2021-04-19 19:47:41 -07:00
Aaron Crawfis
0a965574e5
Merge branch 'v1.1' into v1.1
2021-04-19 19:47:29 -07:00
Aaron Crawfis
02fdcd2770
Merge branch 'v1.1' into patch-4
2021-04-19 19:46:55 -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
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
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
f69e0358d2
Merge branch 'v1.1' into asb_publish_retry_settings_1411
2021-04-16 14:50:29 -07:00
Aaron Crawfis
5d1357c11c
Merge branch 'v1.1' into aacrawfi/mtls
2021-04-16 14:43:53 -07:00
Aaron Crawfis
6eebf89903
Merge branch 'v1.1' into aacrawfi/windows-commands
2021-04-16 14:41:09 -07:00
Aaron Crawfis
8012c065fc
Merge branch 'v1.1' into aacrawfi/kafka-update
2021-04-16 14:37:49 -07:00
Ori Zohar
6da1d8fc78
Merge branch 'v1.1' into asb_publish_retry_settings_1411
2021-04-16 14:37:42 -07:00
Ori Zohar
2c0614945f
Merge branch 'v1.1' into asb_publish_retry_settings_1411
2021-04-16 14:35:13 -07:00
Aaron Crawfis
df5b085c2e
Merge branch 'v1.1' into fix-link-pubsub-content-types
2021-04-16 14:35:08 -07:00
Aaron Crawfis
5ef65e2f44
Merge branch 'v1.1' into fix-link-pubsub-content-types
2021-04-16 14:33:41 -07:00
Ori Zohar
c3050659a9
Merge branch 'v1.1' into update-v1.1.2-patch
2021-04-16 14:32:28 -07:00
Aaron Crawfis
05aa914115
Merge branch 'v1.1' into aacrawfi/concepts
2021-04-16 14:27:29 -07:00
Aaron Crawfis
844fdac186
Update concepts docs
2021-04-16 14:26:44 -07:00
Ori Zohar
1c84af0fb7
Merge branch 'v1.1' into aacrawfi/ha-mode
2021-04-16 12:32:44 -07:00
Ori Zohar
a43beeb366
Merge branch 'v1.1' into aacrawfi/kafka-update
2021-04-16 12:31:46 -07:00
Ori Zohar
b869f064bb
Updates for v1.1.2 patch
2021-04-16 11:57:53 -07:00
Phil Kedy
ddc3e08ce5
Adding Azure Service Bus publish retry settings
2021-04-16 14:49:21 -04:00
Mukundan Sundararajan
39d5bea11b
Merge branch 'v1.1' into aacrawfi/mtls
2021-04-15 20:16:07 -07:00
Daniel Beall
6ab16d9560
Update Azure Blob state component documentation.
2021-04-16 02:41:55 +00:00
Aaron Crawfis
6a86f6536a
Merge branch 'v1.1' into fix-link-pubsub-content-types
2021-04-15 13:36:17 -07:00
Javier Vela
4f95fecb61
Update howto-publish-subscribe.md to follow the Hugo shortcode convention
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-04-15 20:08:36 +02:00
idjohnson
a1d9f497ec
Update howto-bindings.md
...
missed 'Content-Type: application/json' in curl command for testing binding
2021-04-15 09:43:32 -05:00
Javier Vela
760b49b031
Merge branch 'v1.1' into fix-link-pubsub-content-types
2021-04-15 06:43:13 +02:00
Javier Vela
d46b799c3d
fix link pubsub content types
2021-04-15 06:37:46 +02:00
Aaron Crawfis
a6d155d3b5
Update integrations
2021-04-14 16:25:43 -07:00
Aaron Crawfis
31fe5f6205
Generalize cloud providers
2021-04-14 16:25:30 -07:00
Aaron Crawfis
fee83875a8
Add note on mTLS
2021-04-14 16:01:26 -07:00
Aaron Crawfis
e873702052
Add clarification to command
2021-04-14 15:51:13 -07:00
Aaron Crawfis
e990781af0
Update link to kafka installation
2021-04-14 15:47:25 -07:00
Aaron Crawfis
95a7fcc18e
Add note on gRPC
2021-04-14 15:25:59 -07:00
Aaron Crawfis
78c25c9f58
Add links to enabling HA mode
2021-04-14 15:22:36 -07:00
Aaron Crawfis
7d2cf52714
Update concepts and add terminology page
2021-04-14 14:13:59 -07:00
Aaron Crawfis
ff76fb6faf
Merge branch 'v1.1' into patch-4
2021-04-14 12:55:04 -07:00
Aaron Crawfis
c8009fe650
Merge branch 'v1.1' into delete-azure-blob-binding
2021-04-14 11:41:07 -07:00
fabistb
ce23a2511b
change Delete Blob to Delete blob
2021-04-14 20:16:45 +02:00
fabistb
80786d1c33
add missing space
2021-04-13 23:32:17 +02:00
Donovan Brown
fc52caf58b
Merge remote-tracking branch 'upstream/v1.1' into patch-4
2021-04-13 12:15:20 -05:00
Aaron Crawfis
d7696a9efb
Merge branch 'v1.1' into v1.1
2021-04-12 16:12:10 -07:00
Donovan Brown
1c1c7509a5
incorporating feedback
2021-04-12 13:50:02 -05:00
liuyao
ba5a25ed2d
fix gRPC-integration.md
2021-04-12 20:40:04 +08:00
liuyao
8ac1551a3e
fix gRPC-integration.md
2021-04-12 20:37:40 +08:00
liuyao
dc863f1dba
fix gRPC-integration.md
2021-04-12 20:27:02 +08:00
fabistb
db86e59f56
add delete operation to azure blob storage
2021-04-11 20:54:10 +02:00
Trond Hindenes
98d0d307d3
Added a bit more of a cert string to show intended use
2021-04-10 00:04:52 +02:00
Trond Hindenes
9012ca09af
Fix table formatting
2021-04-10 00:00:42 +02:00
Trond Hindenes
2383f01a4b
updated gcp pubsub with v1.1 options
2021-04-09 23:56:28 +02:00
Ori Zohar
ba2ef482db
Latest changes of components structure included
2021-04-09 14:09:26 -07:00
Aaron Crawfis
436d10a494
Update bindings title
2021-04-09 13:45:17 -07:00
Aaron Crawfis
ffc3719c5a
Merge branch 'aacrawfi/move-component-specs' of https://github.com/dapr/docs into aacrawfi/move-component-specs
2021-04-09 13:44:20 -07:00
Aaron Crawfis
d3b9eaba77
Update titles to put component type first
2021-04-09 13:44:17 -07:00
Aaron Crawfis
2c7a7c51ca
Merge branch 'v1.1' into aacrawfi/move-component-specs
2021-04-09 12:57:32 -07:00
Aaron Crawfis
bbd2d18b3a
Move component specs into reference section
2021-04-09 12:56:14 -07:00
Ori Zohar
99bfa2d4db
Fixing v1.1.1 refernces in support table
2021-04-09 12:06:09 -07:00
Ori Zohar
4bc273f7c1
Latest changes from v1.1
2021-04-09 11:47:44 -07:00
Aaron Crawfis
1e315b4412
Merge branch 'v1.1' into patch-4
2021-04-09 11:09:29 -07:00
Aaron Crawfis
1555a1ce3e
Merge branch 'v1.1' into patch-1
2021-04-09 11:04:21 -07:00
Aaron Crawfis
2050f35f7b
Merge branch 'v1.1' into patch-3
2021-04-09 10:52:19 -07:00
Aaron Crawfis
ee19d5ef26
Merge branch 'v1.2' into patch-2
2021-04-09 09:53:43 -07:00
Aaron Crawfis
8a279bcc75
Update daprdocs/content/en/operations/components/setup-secret-store/supported-secret-stores/hashicorp-vault.md
2021-04-09 09:53:39 -07:00
Aaron Crawfis
0177f7fcbd
Merge branch 'v1.2' into feature/add_redis_config_doc
2021-04-09 09:51:00 -07:00
Donovan Brown
e4fa7c82aa
Merge branch 'v1.2' into patch-2
2021-04-09 07:35:36 -05:00
Donovan Brown
fca5ba98b1
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.
2021-04-09 07:30:42 -05:00
Rodrigo Ipince
92de558651
Fix typo in docs
2021-04-08 15:34:00 -07:00
Donovan Brown
3d5ac4bbb1
Found another error
...
Cleaned up a sentence.
2021-04-08 10:40:07 -05:00
Donovan Brown
d38ea8c5ef
Found another typo
...
manahed should be managed
2021-04-08 10:35:53 -05:00
Donovan Brown
e45e42ba2a
Changing you to your in multiple places
...
In many places 'you' should be 'your'.
2021-04-08 10:30:37 -05:00