Commit Graph

906 Commits

Author SHA1 Message Date
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
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
dependabot[bot] 1997358095
Bump browserslist from 4.14.2 to 4.16.6 in /daprdocs (#1515)
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.14.2 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.14.2...4.16.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-26 17:36:27 -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
dependabot[bot] e1abc3f8fd
Bump lodash from 4.17.20 to 4.17.21 in /daprdocs (#1475)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-11 20:33:32 -07:00