pruthvidhodda
f44c3d8d2d
Update image tags to 0.8.0 as part of release process
2020-06-09 14:26:58 -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
Aman Bhardwaj
3b3bd94ff2
updating env var sett9ing for Windows aspnetcore
2020-06-05 17:44:20 -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
vinayada1
3ccb0473e0
Fix review comments ( #210 )
2020-05-14 17:16:09 -07:00
vinayada1
92560f55f2
- Add instructions for running the distributed calculator app locally ( #184 ( #208 )
...
* Add instructions for running the distributed calculator app locally
* Add console logging to subtract app
2020-05-12 13:54:19 -07:00
dependabot[bot]
7026942737
Bump acorn in /3.distributed-calculator/react-calculator/client ( #200 )
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
Co-authored-by: Pruthvidhar R Dhodda <60198385+pruthvidhodda@users.noreply.github.com>
2020-05-05 17:33:48 -07:00
Samuele Resca
eaed98f6dd
Updating to netcoreapp3.1 ( #199 )
2020-05-05 14:37:23 -07:00
Ori Zohar
670cd71d45
Changes to rename 'tracing' to 'appconfig', add clarifying language and cosmetics
2020-04-06 17:36:28 -07:00
Ori Zohar
22d9c252b3
Adding 8.observability sample
2020-04-02 14:35:31 -07:00
Yaron Schneider
1fd2a26d00
Update README.md
2020-03-10 23:04:23 -07:00
pruthvidhodda
aef9626056
Update docker image tags to edge per release process ( #156 )
2020-02-13 10:44:06 -08:00
pruthvidhodda
1c7c79019d
Add tags to all sample images in deploy yamls ( #151 )
2020-02-11 16:43:21 -08:00
Young Bu Park
a8baa63b0f
remove package lock ( #150 )
2020-02-11 15:21:21 -08:00
pruthvidhodda
cd543c9ad2
Update multistate ( #144 )
...
* Update 1.hello-world sample to work with multi state store changes
* Correct stateStoreName in README.md
* Update samples 1 and 3
* Update sample 1 to remove string concatenation for stateStoreName
* Update sample 3 to work with the changes made for multi state store
* Correct state url in 3.distributed-calculator sample
* Add references to state store name configuration
* Updating comments
Co-authored-by: Young Bu Park <youngp@microsoft.com>
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-02-11 11:11:13 -08:00
Young Bu Park
cdf112cac0
[CI] Enable GitHub Actions for Samples ( #80 )
...
Enable GitHub Actions for Samples
2019-10-24 14:51:06 -07:00
Ryan
b5b493008d
Reconfigured samples to use env vars for Dapr port instead of hardcoded ports ( #69 )
...
* Updated sample 1 to follow env variable convention
* Updated node app to follow env var conventions
* updated to follow env var conventions
* reflected env var changes
* updated to follow consistent env var convention
* updated based on env var changes
* updated to follow env var convention
* updated to follow env var convention
* Fixed subscriber bug
* Undid port change in readme
* Undid port change
2019-10-19 08:17:45 -07:00
Loïc Sharma
4ecbd32984
Fix mispelling ( #64 )
2019-10-17 03:05:18 -07:00
Haishi2016
b5f4e7cae7
sample updates to include prerequisites and clone instruction ( #63 )
...
* sample updates to include prerequisites and clone instruction
* update link
2019-10-16 15:22:25 -07:00
Moien Tajik
8c43b0942c
Fixed Subtraction and Multiplication docs
...
.NET Core app is doing subtraction and Python app is doing multiplication.
2019-10-16 23:29:36 +03:30
Haishi2016
eee30d8a68
update code to match with doc instruction ( #60 )
2019-10-15 19:46:06 -07:00
Mark Fussell
9af3a937a1
Merge pull request #57 from dapr/updatediagrams
...
Update diagrams in docs for samples
2019-10-15 17:31:08 -07:00
Young Bu Park
04211ef4bb
[distributed calculator] migrate from acr to dockerhub ( #51 )
...
* rename c# to csharp
* add makefile to build docker and push
* update the yamls
2019-10-15 16:53:32 -07:00
LM
03fff1cc75
Update diagrams
2019-10-15 16:52:55 -07:00
Young Bu Park
80a7819da1
Fix getting-started link ( #40 )
2019-10-11 10:26:50 -07:00
Yaron Schneider
adc3dc82ea
Merge branch 'master' into ryanvolum/dapr
2019-10-10 13:54:40 -07:00
Aman Bhardwaj
fb40d1e322
Merge pull request #36 from dapr/add_license
...
Adding license header and updating to MIT license.
2019-10-10 13:53:15 -07:00
Young Bu Park
6557a464d8
Add how to access minikube loadbalancer ( #37 )
...
* Add how to access minikube loadbalancer
* Update README.md
* Update README.md
2019-10-09 16:42:41 -07:00
Aman Bhardwaj
753382d34c
Adding license header and updating to MIT license.
2019-10-08 19:36:02 -07:00
Ryan
ade413649a
Fixed occurences of "action"
2019-10-08 12:47:57 -07:00
Ryan
4700f209ab
Fixed missing number
2019-10-08 12:42:40 -07:00
Ryan
f66d1fc718
Fixed architecture diagram
...
jpg -> png
2019-10-08 12:31:18 -07:00
Young Bu Park
e9886470c9
Update images for Dapr ( #13 )
...
* Update images for Dapr
* Remove prenthesis in the images
2019-10-07 16:15:56 -07:00
Young Bu Park
00267528e0
Update doc
2019-10-04 16:41:20 -07:00
Young Bu Park
effd71f397
Rename Actions to Dapr
2019-10-04 16:06:33 -07:00
unknown
e83e87e8fb
updated sample links
2019-09-27 10:56:26 -07:00
unknown
56bd52141f
moved samples from actions repo
2019-09-27 10:42:05 -07:00