Commit Graph

366 Commits

Author SHA1 Message Date
Paulo Henrique dos Reis Moura (Johnson) 2dad15f7eb
Remove double quotes from metadata (#292)
Components does not connect with redis using double-quoted metadata
2020-08-17 15:25:19 -07:00
Pruthvidhar R Dhodda 7b0a2fb00b
Modify sample to work with multi pubsub changes (#293)
* Modify sample to work with multi pubsub changes

* Change component name
2020-08-17 14:20:29 -07:00
Ori Zohar e4080d15d5
Updating quickstart READMEs (#289)
* Removing first person references and updating next steps

* Style and tone updates, adding next steps
2020-08-17 07:57:35 -07:00
dependabot[bot] 7333c61995
Bump handlebars in /distributed-calculator/react-calculator/client (#282)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.6.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.7.6)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-13 15:25:35 -07:00
Ori Zohar 420decb896
Removing migrated samples (#285)
* Removing docker compose sample from build yaml

* Removing migrated samples for docker-compose, dapr-slim and functions/keda (these are now in the dapr/samples repo)
2020-08-13 13:51:38 -07:00
Florian Wagner d36b47c929
Clarify ingress helm install hint (#283)
Signed-off-by: Florian Wagner <florian.wagner@microsoft.com>
2020-08-13 09:08:53 -07:00
Ori Zohar 499054a488
Update README.md
Fixing distributed calc link in README
2020-08-12 16:55:43 -07:00
Ori Zohar e7ed68f6ce
Fix links due to repo rename (#281)
* Removing numbering and README changes

* Fixing build.yaml and other references to numbered names

* Changing more places to use quickstart term

* Additional samples to quickstarts changes
2020-08-12 16:39:52 -07:00
dependabot[bot] 5c24105778
Bump lodash in /3.distributed-calculator/react-calculator/client (#266)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pruthvidhar R Dhodda <60198385+pruthvidhodda@users.noreply.github.com>
2020-08-11 15:48:07 -07:00
dependabot[bot] 345b53ebfa
Bump elliptic in /3.distributed-calculator/react-calculator/client (#271)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.0 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.0...v6.5.3)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pruthvidhar R Dhodda <60198385+pruthvidhodda@users.noreply.github.com>
2020-08-11 12:08:33 -07:00
Pruthvidhar R Dhodda c66e2ff227
Replace deprecated cli options and k8s annotations (#276)
* Replace deprecated cli options and k8s annotations

* Add missing space
2020-08-10 14:45:43 -07:00
Wriky 46c3fef94e
Update README.md (#277)
format error

Co-authored-by: Pruthvidhar R Dhodda <60198385+pruthvidhodda@users.noreply.github.com>
2020-08-10 11:34:10 -07:00
dependabot[bot] a7a206d163
Bump elliptic from 6.5.0 to 6.5.3 in /4.pub-sub/react-form/client (#272)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.0 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.0...v6.5.3)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-07 13:35:22 -07:00
Pruthvidhar R Dhodda 8797b6622c
Add 0.9.0 to version table (#265) 2020-07-16 11:34:06 -07:00
Young Bu Park f9d5adccc0
Revert "Add 10.hello-docker-compose to build workflow" (#264)
* Revert "Add 10.hello-docker-compose to build workflow (#263)"

This reverts commit 7331f912b7.

* Update build.yml
2020-07-16 10:46:35 -07:00
Pruthvidhar R Dhodda 7331f912b7
Add 10.hello-docker-compose to build workflow (#263) 2020-07-16 10:30:19 -07:00
Pruthvidhar R Dhodda d0020e8df5
Fix middleware sample README (#261)
* Add note for minikube users

* Add cleanup steps and some more instructions
2020-07-15 13:20:59 -07:00
Szymon Gibała c2afb7943a
Fix ingress path in middleware example (#253) 2020-07-14 16:07:06 -07:00
Pruthvidhar R Dhodda a8ff430b6a
Add expected output for sample 10.hello-docker-sample (#259) 2020-07-14 15:43:49 -07:00
Mukundan Sundararajan 3e00853177
Fix naming of secretstore image (#260) 2020-07-14 15:38:03 -07:00
Mukundan Sundararajan 0d378f90ef
Add secretstore sample to workflow (#258) 2020-07-14 15:16:22 -07:00
HansK-p dbec746ce1
Instruct users to clone specific branch of samples instead of master (#255) 2020-07-14 10:07:36 -07:00
Mukundan Sundararajan f90c9ecaf1
Add simple sample for service invocation (#249)
* Add simple sample for service invocation

* Update README.md

* Update Readme. Fix Typo.

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2020-07-10 16:48:02 -07:00
Mukundan Sundararajan e35a3593b0
modify k8s sample to expect injected env vars (#250)
* modify k8s sample to expect injected env vars

* Update README.md
2020-06-30 17:23:08 -07:00
Pruthvidhar R Dhodda 7c46cd255d
Link python setup issue in sample 1 (#243) 2020-06-24 11:05:36 -07:00
Pruthvidhar R Dhodda df32124a10
Add private field to stop warning (#242) 2020-06-18 14:01:18 -07:00
Shailendra Singh 34ab0d8a62
Update README.md (#237)
Added command for powershell
2020-06-09 16:39:22 -07:00
Pruthvidhar R Dhodda 9849b075e2
Update README with new sample (#239) 2020-06-09 14:54:12 -07:00
Pruthvidhar R Dhodda 74b9e2443b
Update README with link to dapr 0.8.0 (#238) 2020-06-09 14:37:52 -07:00
Joni Collinge 0ff4414177
Docker Compose Sample (#211)
* add docker-compose sample

* add Makefile

* add README

* small tweaks to README

* Update README.md

* updated based on feedback

* small updates and reword

* Add --components-path to work with 0.8.0 changes

* Change port of redis to 6380 as 6379 would mostly likely be already in use because of the redis container that dapr spins up during "dapr init"

* Add --components-path to the list of options

* Change host port instead of container port in README

* Change host port instead of container port

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Young Bu Park <youngp@microsoft.com>
Co-authored-by: Pruthvidhar R Dhodda <60198385+pruthvidhodda@users.noreply.github.com>
2020-06-09 14:07:36 -07:00
dependabot[bot] ae4c4e6281
Bump websocket-extensions in /4.pub-sub/react-form/client (#233)
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-08 15:34:19 -07:00
dependabot[bot] 7dd53ccfdc
Bump websocket-extensions (#234)
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-08 15:28:13 -07:00
Mukundan Sundararajan 16abcb2718
Update 5.bindings readme (#232) 2020-06-08 15:12:53 -07:00
Pruthvidhar R Dhodda e2ad550a80
Change --payload to --data for pub-sub sample (#231) 2020-06-05 22:02:53 -07:00
Aman Bhardwaj 3b3bd94ff2
updating env var sett9ing for Windows aspnetcore 2020-06-05 17:44:20 -07:00
Shailendra Singh 641c42b4b3
Added files to configure VS codespaces for dapr (#223) 2020-06-04 15:18:51 -07:00
vinayada1 0f7aee4a5a
Modify default Components path (#228)
* Modify components folder path in documentation

* update doc

* fix review comments

* fix reference

* fix command

Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-06-04 13:56:20 -07:00
Ori Zohar f534b8f1fd
Merge pull request #230 from dapr/orizohar-patch-3
Small fix to pre-req link text
2020-06-04 11:24:48 -07:00
Ori Zohar 44acd007b2
Small fix to pre-req link text 2020-06-04 10:54:37 -07:00
Shailendra Singh c52834a09d
Update README.md (#229)
1. Corrected port for multiply app
2. Corrected the port number for the frontend app
2020-06-04 09:10:45 -07:00
Yaron Schneider e68a5c6448
update bi-directional bindings request (#226) 2020-05-29 18:55:35 -07:00
Robin-Manuel Thiel 2f6fedb164
Flush Python logs to display them in non-interactive sessions (#221) 2020-05-28 11:17:18 -07:00
Ori Zohar ed92d6595f
Updating secret store sample instructions (#224)
Added links and cosmetic changes to samples README
2020-05-28 08:33:24 -07:00
Robin-Manuel Thiel da05bb0180
Add timeout to HTTP requests in Python samples (#219)
* Add timeout to request to avoid endless hangs

* Add timeout to request to avoid endless hangs
2020-05-27 09:23:12 -07:00
vinayada1 ea1739e07d
Secret Store Sample (#175) (#215)
Secret Store Sample (#175)
2020-05-26 16:32:36 -07:00
Shailendra Singh 2ed4bdeacb
Update README.md (#216)
Changed "looser coupling" to "loose coupling"
2020-05-26 10:14:33 -07:00
vinayada1 20f927dfde
Merge pull request #214 from vinayada1/sample2ReadME
Fix readme links (#213)
2020-05-22 14:57:16 -07:00
vinayada1 8b6460de99 Fix readme links 2020-05-22 14:52:09 -07:00
dependabot[bot] 025aa582b2
Bump handlebars from 4.1.2 to 4.7.6 in /4.pub-sub/react-form/client (#202)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.6.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.7.6)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pruthvidhar R Dhodda <60198385+pruthvidhodda@users.noreply.github.com>
2020-05-20 10:17:22 -07:00
vinayada1 3ccb0473e0
Fix review comments (#210) 2020-05-14 17:16:09 -07:00