Commit Graph

120 Commits

Author SHA1 Message Date
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 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 bbd2d18b3a Move component specs into reference section 2021-04-09 12:56:14 -07:00
meijin 7d8911b65d fix app-id 'testpubapp' not match 'testpubsub' when publish 2021-03-22 17:42:44 +08:00
Ori Zohar 2bb9f39aae
Merge branch 'v1.0' into patch-2 2021-03-11 09:19:04 -08:00
Jeff Foster 1a0984be6a
Fix broken link. 2021-03-11 13:48:36 +00:00
OpenWindow d249a176de
Update state-management-overview.md
Minor grammar fix.
2021-03-09 07:13:47 -05:00
Yaron Schneider 0a52281be8
fix save state example (#1250) 2021-02-22 13:44:59 -08:00
halspang de42e45f01
Update statestore ETag/actor support (#1213)
* Update statestore ETag/actor support

Add additional column to the supporte statestore table that
indicates direct support of ETag usage. Also specify that
transactional stores support actors.

https://github.com/dapr/docs/issues/1199

* Add ETag example in statestore API reference

This commit adds a walkthrough of how to work with ETags including
finding them and using them for updates and deletes.

* Update _index.md

* Update state_api.md

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2021-02-15 10:00:06 -08:00
Nghia Tran 7f37a4914f
Remove references to Open Census (#1212)
* Correct the language about OpenTelemetry protocol

* Remove references to OpenCensus

* Update tracing-overview.md

* Update jaeger.md

* Update zipkin.md

* Update setup-tracing.md

* Update setup-tracing.md

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-02-14 13:42:51 -08:00
Mark Fussell 6308bc1c7f
Updates to the building block overview articles (#1206)
* Updates to the building block overviews articles

* Removing the hidden retry text

* Adding Control-Concurreny video

* Address  include other secret stores. #1063

Co-authored-by: Ori Zohar <orzohar@microsoft.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2021-02-14 13:01:55 -08:00
Nghia Tran dd509fdf63
Correct the language about OpenTelemetry protocol (#1211) 2021-02-13 18:04:33 -08:00
Nghia Tran d8ea354e6a Move operator-centric docs into Operation section 2021-02-13 21:13:07 +00:00
Ori Zohar 4d3822f367
Removing 1st person
Removing "Let's"
2021-02-12 14:00:59 -08:00
Ori Zohar a908b210b1
Merge branch 'v1.0' into add/php 2021-02-12 13:57:38 -08:00
Rob Landers 19e76e8b07
Fix wording 2021-02-12 22:42:22 +01:00
Ori Zohar f4663c327a Upmerge from v1.0-rc3 docs 2021-02-12 13:36:30 -08:00
Ori Zohar 9204113d7b Merging latest relevant changes from v0.11 2021-02-12 12:10:38 -08:00
Rob Landers ee7a7d19a1
Add code samples 2021-02-12 19:31:05 +01:00
Nghia Tran 09956ab3df Rename files to avoid conflicts 2021-02-11 17:35:42 -08:00
Mukundan Sundararajan e5f0ded142
update bindings docs (#1187)
* update bindings docs

* fix casing

* Update howto-bindings.md

* Update apns.md

* Update blobstorage.md

* Update cosmosdb.md

* Update eventgrid.md

* Update kafka.md

* Update rabbitmq.md

* Update signalr.md

* Update cosmosdb.md

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-02-11 14:50:56 -08:00
Phil Kedy c6f708fe83
Updating the HTTP binding documentation … (#1174)
* fixed typo in Service invocation overview (#1170)

* Updating the HTTP binding documentation per PR dapr/components-contrib/pull/661

* Adding extra status info returned by the refactored HTTP binding

* Tweaks per PR

* Update http.md

* Formatting tweaks

Co-authored-by: Patrick de Mooij <patrickdemooij@gmail.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-02-09 17:23:18 -08:00
Ori Zohar f4a46c981a
Update _index.md 2021-02-08 15:58:00 -08:00
Patrick de Mooij 713075b5da
fixed typo in Service invocation overview (#1170) 2021-02-08 07:37:39 -08:00
Ori Zohar 3fedffdb36 Periodic merge from v0.11 to v1.0-rc3 2021-02-04 09:35:11 -08:00
Ekin Tiras 1abf22bf60
Update Method names for Python SDK example
The function names for saving, getting and executing transactions with multiple state items were incorrect for v1-rc3 in the current documentation.
I have updated them "save_bulk_state",  "get_bulk_state" and "execute_state_transaction".
2021-02-03 12:47:34 +01:00
Yaron Schneider df05ea3596
Add pub/sub content-type info (#1158)
* add pub/sub content-type info

* datacontenttype clarification

* Update pubsub_api.md

* add custom cloudevent info

* reorder

* Update howto-publish-subscribe.md

* Update howto-publish-subscribe.md

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-02-02 21:46:23 -08:00
Mark Fussell 08d86488bf
Updated all the pubsub topics + a few others (#1140)
* Updated all the pubsub topics + otherss

* Changes for Issue #1093

* Pushing updates from review feedback

* Fixing up the Publish CLI example

* Fixing reference

* Fixing having a single place for the Dapr side car

Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
2021-02-02 21:40:06 -08:00
soiboxauxi 233f39b1c7
Update howto-secrets.md (#1150) 2021-01-31 22:45:05 -08:00
georgestevens99 98213a5553
Issue 1113 fixed (#1144)
Changed the dapr run example shown in the doc so that the http port label is correct, replacing the old, out-og-date label.
2021-01-31 17:19:01 -08:00
Aaron Crawfis 66a1cf767c Merge branch 'v1.0-rc2' into periodic-rc.3 2021-01-29 11:34:56 -08:00
Mukundan Sundararajan 11a1d27af2
update state store to capture all metadata fields (#1127)
* update state store to capture all metadata fields

* Fix state store docs

* alphabetical order

* Update setup-aerospike.md

* Update setup-azure-blobstorage.md

* Update setup-azure-cosmosdb.md

* Update setup-azure-tablestorage.md

* Update setup-cassandra.md

* Update setup-cloudstate.md

* Update setup-consul.md

* Update setup-couchbase.md

* Update setup-firestore.md

* Update setup-hazelcast.md

* Update setup-memcached.md

* Update setup-mongodb.md

* Update setup-mysql.md

* Update setup-postgresql.md

* Update setup-redis.md

* Update setup-rethinkdb.md

* Update setup-sqlserver.md

* Update setup-zookeeper.md

* Update setup-aerospike.md

* Update setup-azure-blobstorage.md

* Update setup-azure-cosmosdb.md

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-01-29 10:26:44 -08:00
Aaron Crawfis 24372c4644
Merge branch 'v0.11' into amolenk/actorkeyseparator 2021-01-28 09:32:41 -08:00
Aaron Crawfis c3eb9720b1 Update references to rc3 2021-01-27 09:47:28 -08:00
Aaron Crawfis 003ea2c3fd
Fix broken link 2021-01-25 10:32:09 -08:00
Sander Molenkamp 047894bc34 Fix SQL server query state store 2021-01-23 12:00:28 +01:00
Aaron Crawfis ba069daec8 Move applicable changes into 0.11 2021-01-21 16:13:58 -08:00
Ori Zohar 57cac018cb Merging changes from rc.2 to rc.3 branch 2021-01-21 15:40:40 -08:00
Ori Zohar b7167e22b7 Merging changes from v0.11 to rc.2 branch 2021-01-21 15:12:42 -08:00
Aaron Crawfis ccf3ec092f Merge branch 'ttl_docs' of https://github.com/artursouza/docs into pr/1092 2021-01-15 16:16:34 -08:00
Aaron Crawfis 2e6ce4dfb3 Add example 2021-01-15 16:16:31 -08:00
Artur Souza 1223d5cd73 Fix doc. 2021-01-15 15:51:37 -08:00
Aaron Crawfis d78b747361 Update order 2021-01-15 15:22:21 -08:00
Artur Souza 27f399e87c Adding documentation for PubSub Message TTL. 2021-01-15 13:21:27 -08:00
Aaron Crawfis 995d0f9380
Merge branch 'v1.0-rc2' into sdk-updates 2021-01-14 19:56:10 -08:00
Aaron Crawfis ad21ab4cba Update actors docs 2021-01-08 22:17:35 -08:00