Commit Graph

744 Commits

Author SHA1 Message Date
Carlos Mendible 6930252e77
k8s key vault secret store with managed identities (#324) 2020-02-05 15:45:36 -08:00
Alex Mang 2cbe7438a5
Fixed typo "full fill" (#306)
* Fixed typo "full fill"

* Update state-management.md

Co-authored-by: Young Bu Park <youngp@microsoft.com>
2020-01-31 17:57:27 -08:00
Tobias Kohlbau 6a08a3336a
fix typo in invoke-and-discover-services (#308)
aoo should be add

Co-authored-by: Young Bu Park <youngp@microsoft.com>
2020-01-31 16:20:20 -08:00
Alex Mang 2b11dfca67
Fixes #304 (#305)
Replaced the placeholder link to https://github.com/dapr/samples/tree/master/5.bindings

Co-authored-by: Young Bu Park <youngp@microsoft.com>
2020-01-31 16:18:30 -08:00
Young Bu Park 25797cc62c
Migrate from helm 2 to helm 3 (#307)
Migrate from helm 2 to helm 3 to support the latest Dapr helm chart
2020-01-31 16:11:06 -08:00
Shalabh Mohan Shrivastava ae155b2b2f
Merge pull request #303 from dapr/remove_nontransactional
Updating Actor api refs to remove non transactional state apis.
2020-01-24 17:10:10 -08:00
Shalabh Mohan Shrivastava bd909ec564
Merge branch 'master' into remove_nontransactional 2020-01-24 12:13:37 -08:00
Young Bu Park f274e1520b
Update delimit to || in docs (#300) 2020-01-22 08:57:01 -08:00
Aman Bhardwaj c4174a90c6 Updating Actor api refs to remove non transactional state apis. 2020-01-21 14:34:03 -08:00
Joni Collinge 48714ffd42 Fix incorrect dapr config (#297) 2020-01-16 07:22:24 -08:00
Yaron Schneider a10386a963
Update GCP Bucket name (#293) 2020-01-12 10:36:02 -08:00
Yaron Schneider b7c5cab4f0
Fix Event Hubs spec example (#292) 2020-01-12 09:51:26 -08:00
Ryan 7fef59a83d updated to reflect helm 3 syntax (#291)
- Removed name flag 
- Removed Redis version (now that default version is >5 and therefore supports Redis Streams)
2020-01-09 16:03:58 -08:00
Francisco Beltrao 73565a0968 Add SQL Server state store documentation (#289)
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-01-08 15:29:47 -08:00
Francisco Beltrao 2ea757d4fd Add Azure SignalR documentation (#270)
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-01-08 15:28:09 -08:00
Artur Souza 81023636f9 Fixing documentation about state key delim. (#279)
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-01-08 15:25:16 -08:00
Mark Fussell 2c606dc962
Merge pull request #284 from David-Kunz/patch-1
Update zipkin.md
2020-01-06 21:41:56 -08:00
REDDY PRASAD 31bd9cb2b6 💄 Use checkmarks to show bindings support (#286) 2019-12-30 04:35:59 -08:00
David-Kunz 530cd7ec51
Update zipkin.md 2019-12-27 09:30:50 +01:00
Abhith Rajan 7db49bd2f3 fix(docs): typo (#281) 2019-12-25 11:21:11 -08:00
Haishi2016 89b3c223d3 middleware doc (#274)
* middleware doc

* added oauth how-to

* typos and clarifications
2019-12-17 15:21:46 -08:00
Trond Hindenes 87ce2bd061 Corrected local development instructions (#275) 2019-12-13 18:11:26 -08:00
Lachlan Evenson 430eb48338 (feat/docs): Add Helm 3 installation details (#277)
* (feat/docs): Add Helm 3 installation details

Signed-off-by: Lachlan Evenson <lachlan.evenson@microsoft.com>

* Add Helm 3 uninstall command

Signed-off-by: Lachlan Evenson <lachlan.evenson@microsoft.com>

* Use Helm 3 uninstall command

Signed-off-by: Lachlan Evenson <lachlan.evenson@microsoft.com>
2019-12-13 14:02:26 -08:00
Scott Hanselman 65c08a807d Resource was mispelled in slide graphic (#278) 2019-12-13 14:01:50 -08:00
Leon Mai bcb53891c3
Describe the sequence of events when running dapr run (#273)
* Describe flow of dapr run

* Minor changes

* Clarifying the text about components
2019-12-13 12:32:01 -08:00
Mark Fussell 93a9ebd3a4
Merge pull request #247 from lynn-orrell/master
Added section on Configuring VSCode for debugging with daprd
2019-12-06 09:17:54 -08:00
Mark Fussell 3edbe47969
Merge branch 'master' into master 2019-12-06 09:17:28 -08:00
Yaron Schneider 8b7c09234b
add 0.3.0 tag link (#271) 2019-12-05 10:54:15 -08:00
Lynn Orrell 4e05494cba
Merge branch 'master' into master 2019-12-03 21:33:55 -06:00
Yaron Schneider cc573e6dda
add rabbitmq how-to (#269) 2019-12-03 14:21:54 -08:00
Lynn Orrell 9356469771 Updated debugging doc per peer reviews 2019-11-29 18:33:45 -06:00
Lynn Orrell c8c25bc7d6 Merge branch 'master' of https://github.com/dapr/docs 2019-11-29 16:45:57 -06:00
Lewis Benge 9578be12d0 Updated error on password placement in setup-redis.md (#264) 2019-11-27 20:22:22 -08:00
Greg Ingram 6570434bc0 Add gitignore file (#260)
* Add gitignore file

* Add last empty line
2019-11-25 13:49:31 -08:00
Leon Mai 7542a83d08
Merge pull request #258 from dapr/yamlname
Fix yaml name
2019-11-25 11:08:08 -08:00
Leon Mai 9c797c9954
Merge branch 'master' into yamlname 2019-11-25 11:07:16 -08:00
Aman Bhardwaj 133aaeae13
Merge branch 'master' into master 2019-11-25 09:45:56 -08:00
Greg Ingram e113f06cbc Clean up actors doc (#259) 2019-11-25 09:41:35 -08:00
Aman Bhardwaj 81a4f376ef
Merge branch 'master' into master 2019-11-22 19:18:29 -08:00
LMWF 3eaf9b946c fix yaml name 2019-11-22 18:14:02 -08:00
Leon Mai e0a100b6c1 Clarify state stores for actors, add list of supported ones (#256) 2019-11-20 13:59:14 -08:00
Aman Bhardwaj c3f00845ca
Updating names of platforms for Actors in FAQ. 2019-11-19 17:06:20 -08:00
Ricardo Niepel e0e0a09367 add FAQ (#252) 2019-11-19 16:43:52 -08:00
Ricardo Niepel d7a31e09cf add OPTIONS for bindings (#255) 2019-11-19 16:26:19 -08:00
Aman Bhardwaj 15d8decb37
Merge branch 'master' into master 2019-11-19 09:58:10 -08:00
Young Bu Park cff4d812a9
Add dapr v0.2.0 document version
Add dapr v0.2.0 document version
2019-11-15 08:55:17 -08:00
Yaron Schneider 3f64575311
Update kafka.md (#250) 2019-11-14 14:01:42 -08:00
Lynn Orrell 864cd3476a Added emphasis to note on specifying different ports 2019-11-13 21:03:50 -06:00
Lynn Orrell 26949812ef Added wrapping up section to VSCode debugging 2019-11-13 21:01:37 -06:00
Lynn Orrell 42bff3d94c Added a section on configuring VSCode for debugging 2019-11-13 20:54:10 -06:00