Ori Zohar
51fc4212e6
fixing references to samples that are now quickstarts ( #738 )
2020-08-12 16:17:11 -07:00
Yaron Schneider
871e7d6c46
Update state_api.md ( #735 )
2020-08-12 14:15:00 -07:00
Sky/敖小剑
13cc7aed3b
The operator should be "+" ( #732 )
...
* The operator should be "+"
The operator should be "+", because in the example the HTTP method is "/add"
* typo fix: it should be "response" body
2020-08-10 06:25:01 -07:00
Shalabh Mohan Shrivastava
a2900fe23c
Removing the retry options behaviour in the doc ( #725 )
2020-08-04 13:05:48 -07:00
Mark Chmarny
88d00de865
removes programmability, no cron output bind in .9 ( #697 )
...
Remove programmability using output binding. That PR landed in master but has not been included in v0.9 dapr main so users have no access to it.
2020-07-17 14:13:03 -07:00
Leon Mai
5311339935
Update cosmos documentation for transaction changes ( #668 )
...
* update cosmos documentation
* reword
* add to additional refs
* add to additional refs
* Update setup-azure-cosmosdb.md
* Update state_api.md
* Update actors_features.md
* Update state_api.md
* merge
Co-authored-by: LM <lemai>
Co-authored-by: Mark Chmarny <mchmarny@users.noreply.github.com>
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-07-10 15:51:33 -07:00
Mark Chmarny
ad1f487daa
updated with output binding support ( #652 )
2020-07-10 11:56:05 -07:00
Yaron Schneider
327a7216c2
Update bindings_api.md ( #678 )
2020-07-09 15:02:36 -07:00
Mark Chmarny
bab3799bc1
adds bnding listing, docs on canceling schedules
2020-07-08 05:57:13 -07:00
Mark Chmarny
ef1e2ead32
cron docs
2020-07-08 05:39:08 -07:00
Aman Bhardwaj
5b43edb04e
update pubsub api ref. ( #636 )
2020-06-08 17:25:57 -07:00
Young Bu Park
27e8f09732
update dapr sidecar dashboard and add new actor dashboard. ( #634 )
...
* add new actor dashboard
* remove activation in sidecar dashboard
* update screenshot and readme.md
2020-06-08 10:03:48 -07:00
Masi
7b3c3d7cad
Added additional information and examples to Azure Event Grid binding's documentation ( #618 )
...
* Added additional information and examples how to use the binding locally and in k8s.
* Added section about troubleshooting Nginx controller issues.
Co-authored-by: Masi Malmi <masi.malmi@polarsquad.com>
2020-06-04 09:14:55 -07:00
Yaron Schneider
376a4bf626
update bidirectional bindings ( #619 )
2020-06-03 09:35:27 -07:00
Daria Kiritseva
6422cbb83a
fixed blobstorage contract ( #595 )
...
Co-authored-by: Young Bu Park <youngp@microsoft.com>
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-06-02 11:47:46 -07:00
Aaron Wislang
ae31fada77
typo daprPort -> daprPor ( #615 )
...
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-06-02 11:11:44 -07:00
Young Bu Park
0aa91ea328
rename payload to data
2020-05-28 16:31:46 -07:00
Mark Chmarny
71cd3987c0
Support for multi-fragment paths
...
Added section to describe service invocation with nested paths in service URL
2020-05-27 16:35:11 -07:00
Leon Mai
65dc2416ec
Update docs to remove activate message. ( #591 )
...
* Update docs to remove activate message.
* add details about activation on app side
Co-authored-by: LM <lemai>
Co-authored-by: Shalabh Mohan Shrivastava <shalabhs@microsoft.com>
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-05-21 18:23:30 -07:00
Matthew Bramer
e8b0fa0a3f
Fixed URL ( #592 )
...
* Fixed URL
https://github.com/dapr/docs/blob/master/howto/get-secrets/README.md
* Update bindings_api.md
2020-05-20 14:52:27 -07:00
Yaron Schneider
516848b786
Update docs with pub/sub custom routes ( #577 )
...
* add custom routes
* update links
2020-05-11 10:47:16 -07:00
Lynn Orrell
201cd40089
Added Event Grid binding spec ( #569 )
2020-05-05 15:45:54 -07:00
Mark Chmarny
f20af4a1b8
inlined example/comments
2020-05-02 04:19:53 -07:00
Mark Chmarny
0c78730787
prod namespace in example, twitter example binding
2020-05-02 04:09:24 -07:00
Mark Chmarny
ce828c853d
namespace in all yaml samples
2020-05-02 04:04:13 -07:00
Mark Chmarny
01c5ce8d6b
added docks for twitter search binding
2020-05-02 04:04:09 -07:00
Pruthvidhar R Dhodda
2fba8dc9a9
Update bindings.redis spec to have enableTLS option ( #553 )
2020-04-30 12:58:46 -07:00
Mark Chmarny
27acd2a438
Twitter search input binding ( #549 )
...
* added docks for twitter search binding
* updated search query
2020-04-29 08:41:20 -07:00
Ben Coleman
130e063ca8
added sendgrid docs
2020-04-21 07:56:56 +01:00
William Eastbury
0233f6dfdf
Wrap value in doublequotes for ttlInSeconds value. ( #530 )
...
ttlInSeconds parameter needs to be doublequoted or you get a very, very arcane error message complaining about an error from the ReadString method requires \" or n which took me quite a long time to figure out.
2020-04-20 08:51:11 -07:00
Francisco Beltrao
5961149b25
Add ttl documentation to bindings ( #516 )
...
* Add ttl documentation to bindings
* Add information for RabbitMQ message level ttl
* Add ttl for Service Bus and Storage Queues
* Update rabbitmq.md
* Update servicebusqueues.md
* Update rabbitmq.md
* Update storagequeues.md
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2020-04-15 10:07:01 -07:00
fvillellr
0b3320b589
Add quotes to the connectionString
...
Adding quotes to the connectionString for Service Bus to work
2020-04-14 12:24:33 -05:00
Yaron Schneider
0d52ce53a4
Update kafka.md ( #511 )
2020-04-09 16:33:24 -07:00
Ricardo Niepel
c4958949d2
Replace DaprID with AppID ( #500 )
2020-04-06 10:57:51 -07:00
Young Bu Park
55e1562a3b
Add more information to charts and fix grpc charts ( #498 )
2020-04-02 09:02:35 -07:00
Yaron Schneider
fd1dbb55c0
Update actors_api.md ( #486 )
2020-03-31 20:03:02 -07:00
Ricardo Niepel
3f2d2e6ffa
Add optional Binding HTTP response body into spec ( #471 )
...
* Add Binding AppResponse spec
* Update bindings_api.md
* Update bindings_api.md
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-03-31 14:58:57 -07:00
Yaron Schneider
f1bcd5e172
Update secrets_api.md ( #480 )
...
* Update secrets_api.md
* Update secrets_api.md
* Update secrets_api.md
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2020-03-30 16:00:14 -07:00
Shalabh Mohan Shrivastava
32441daf94
Adding the health api reference link in the Readme.
2020-03-26 16:30:51 -07:00
Yaron Schneider
0548f84906
Update Actors healhcheck endpoint ( #460 )
2020-03-26 15:25:44 -07:00
Sivamuthu Kumar
dddf9d023f
Add kinesis docs ( #458 )
2020-03-26 10:57:49 -07:00
Ricardo Niepel
7ba5e7557a
Add metadata doc to Azure Blob binding ( #450 )
...
* add metadata doc to AzBlobBinding
* fix securely typo and ensure prod note on all specs
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-03-25 11:26:57 -07:00
Shalabh Mohan Shrivastava
b4d8b1186c
Changing the description as suggested.
2020-03-25 11:02:35 -07:00
Shalabh Mohan Shrivastava
45ed796e95
resolving code review comments.
2020-03-25 10:56:13 -07:00
Shalabh Mohan Shrivastava
68ceb2065d
Updating the error code doc.
2020-03-25 10:54:17 -07:00
Shalabh Mohan Shrivastava
fdc0840c0b
Adding the /healthz API spec
2020-03-25 10:42:02 -07:00
Sivamuthu Kumar
eaed191713
Update EventHub single partition id spec ( #449 )
...
Updated EventHub binding spec to include the information on sending the event to a single partition.
2020-03-20 15:45:24 -07:00
Aman Bhardwaj
a3b4e3496c
Fixing link to error_codes
2020-03-17 13:48:21 -07:00
Aman Bhardwaj
97856ad387
Ading error codes returned by Dapr http calls. ( #444 )
2020-03-17 13:47:02 -07:00
Young Bu Park
c700d9fed0
Fix broken link for templates ( #436 )
...
Fix broken link for templates
2020-03-12 13:19:43 -07:00