Mark Fussell
7ac2f587ca
Merge branch 'master' into docspatch
2020-04-29 16:28:50 -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
Mark Chmarny
f7c02d3f78
Merge pull request #544 from mchmarny/mchmarny-zipkin-doc-patch
...
create deployment vs run
2020-04-28 11:05:59 -07:00
Mark Chmarny
02397802d1
updated search query
2020-04-28 09:13:59 -07:00
Aaron Schlesinger
f2c9a16a5b
Merge branch 'master' into use-cases
2020-04-28 09:00:45 -07:00
Mark Chmarny
6a753b1a9e
added docks for twitter search binding
2020-04-28 08:57:14 -07:00
Mark Chmarny
0137313188
Merge branch 'master' into mchmarny-zipkin-doc-patch
2020-04-27 15:51:01 +00:00
Nills Franssens
cdff35e255
Fixing 404 on state ( #545 )
...
Changed link to state to correct link: https://github.com/dapr/docs/tree/master/concepts/state-management
2020-04-26 10:00:42 -07:00
Mark Chmarny
ffb45184c6
create deployment vs run
...
Switching to `create deployment` as the `kubectl run` no longer create deployment in the current format. Rest of the instructions are fine.
2020-04-26 08:20:49 -07:00
Mark Fussell
fc1e170aee
Update Dapr Presentation deck
2020-04-24 21:41:50 -07:00
Mark Fussell
3a46c55596
Updated configuration docs
2020-04-24 21:35:26 -07:00
Artur Souza
aff3230429
Merge pull request #541 from artursouza/howto_pubsub_2namespaces
...
HowTo PubSub with multiple namespaces.
2020-04-24 12:00:10 -07:00
Artur Souza
cb0eb7e863
HowTo PubSub with multiple namespaces.
2020-04-23 19:32:07 -07:00
Mark Fussell
5f2b3b64b4
Merge pull request #535 from benc-uk/master
...
Adding docs for SendGrid
2020-04-23 16:33:53 -07:00
Mark Fussell
2b500d6f68
Merge pull request #538 from dapr/youngbupark-patch-1
...
fix missing subdirectory in --config option
2020-04-23 16:30:57 -07:00
Ori Zohar
a3b5dab6d1
Merge pull request #539 from aldelar/patch-1
...
missing '-o json' on bash command in step 5
2020-04-23 10:37:35 -07:00
Ori Zohar
18415ca940
Merge branch 'master' into patch-1
2020-04-23 10:36:59 -07:00
Artur Souza
99b615859e
Merge pull request #540 from artursouza/doc_readiness_config
...
Adding HowTo for sidecar readiness config.
2020-04-22 08:43:41 -07:00
Artur Souza
d3b1dd2dc3
Adding HowTo for sidecar readiness config.
2020-04-21 23:15:09 -07:00
Alexandre Delarue
3041c97e5d
missing '-o json' on bash command in step 5
...
This command will fail as is if az is not setup to output json as default.
2020-04-21 17:11:03 -07:00
Young Bu Park
6723b97177
Fix wrong config for --config option
...
Fix wrong config for --config option
2020-04-21 12:26:01 -07:00
Aaron Schlesinger
b1e0cb0559
Merge branch 'master' into use-cases
2020-04-21 11:30:49 -07:00
Ben Coleman
eea6659e0c
Merge branch 'master' into master
2020-04-21 07:59:34 +01:00
Ben Coleman
130e063ca8
added sendgrid docs
2020-04-21 07:56:56 +01:00
Yaron Schneider
3805c32f11
Update azure-keyvault-managed-identity.md ( #534 )
...
Fix YAML formatting
2020-04-20 18:59:07 -07:00
Aman Bhardwaj
a33a71ceed
Merge branch 'master' into use-cases
2020-04-20 12:10:08 -07:00
Dwayne Bradley
fb6072af93
PubSub config changed to pubsub.yaml ( #522 )
...
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-04-20 12:09:55 -07:00
Young Bu Park
d3cf251526
Fix metrics docs link ( #525 )
...
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-04-20 12:09:19 -07: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
Aman Bhardwaj
4b6d3e7311
Merge branch 'master' into use-cases
2020-04-16 19:41:51 -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
Mark Fussell
8fa6e10ae8
Merge pull request #519 from fvillellr/patch-1
...
Add quotes to the connectionString
2020-04-14 21:19:47 -07:00
Mark Fussell
c8be3aec61
Merge pull request #518 from cmendible/master
...
Fixed kubernetes secret store name in slide 27
2020-04-14 21:08:34 -07:00
Yaron Schneider
ea5b191877
Add kubernetes configuration how-to ( #521 )
...
* Add kubernetes configuration how-to
* mark comment :)
* update
* update index
2020-04-14 14:57:35 -07:00
Pruthvidhar R Dhodda
7ca0db99af
Fix broken link to pubsub section ( #514 )
2020-04-14 14:10:27 -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
cmendible
903bb25cef
Fixed kubernetes secret store name in slide 27
2020-04-12 18:27:23 +02: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
Aaron Schlesinger
cd4eedf4e5
Merge branch 'master' into use-cases
2020-04-02 12:23:48 -07:00
Shalabh Mohan Shrivastava
0107243f29
Updating the docs readme to update 0.6.0 version ( #499 )
2020-04-02 11:16:47 -07:00
Leon Mai
02135912ad
Clarify some instructions ( #495 )
...
* Clarify some instructions
* direction
Co-authored-by: LM <lemai>
2020-04-02 10:41:26 -07:00
Leon Mai
da616d4a1e
Minor clarifications ( #496 )
...
Co-authored-by: LM <lemai>
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-04-02 10:40:01 -07:00
Artur Souza
02ae471a87
Merge pull request #494 from artursouza/brew
...
Add brew install instruction.
2020-04-02 10:07:23 -07:00
Artur Souza
12b1c20ce5
Merge branch 'master' into brew
2020-04-02 10:06:39 -07:00
Young Bu Park
55e1562a3b
Add more information to charts and fix grpc charts ( #498 )
2020-04-02 09:02:35 -07:00
Artur Souza
dbcd91f3e0
Add brew install instruction.
2020-04-01 19:10:16 -07:00
Aaron Schlesinger
f769050cde
Responding to comments
2020-04-01 15:06:00 -07:00
Aaron Schlesinger
0164de2fa4
Merge branch 'master' into use-cases
2020-04-01 13:45:58 -07:00
Young Bu Park
1171c71ded
Use bitnami redis helm chart ( #493 )
...
* Use bitnami redis helm chart
* wip
2020-04-01 13:16:11 -07:00