Commit Graph

14 Commits

Author SHA1 Message Date
Eric Halsey 2cefa465aa Added header to README.md
Signed-off-by: Eric Halsey <ehalseyhb@gmail.com>
2023-06-02 17:58:20 -07:00
Eric Halsey 20ac794afd Added header
Signed-off-by: Eric Halsey <ehalseyhb@gmail.com>
2023-05-24 11:13:30 -07:00
MD Ashique 37784b8f8b updated url to fix 404 erroe
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
2023-03-07 18:16:27 +05:30
Hal Spang 7de7facaf5 Update Node.js version to support null coalescing
Several node apps now use the null coalescing operator '??' which
is not supported until node v14+.

Signed-off-by: Hal Spang <halspang@microsoft.com>
2022-07-14 17:01:13 -04:00
AkhilaC 7787b0cbf2
Update tutorials/hello-world/node/app.js
Co-authored-by: Paul Yuknewicz <paulyuk@microsoft.com>
2022-06-05 18:43:30 +05:30
akhilac1 78caa028b2 #682 APP_PORT not injected into app container
Signed-off-by: akhilac1 <chetlapalle.akhila@gmail.com>
2022-06-04 12:59:48 +05:30
AkhilaC f76035198b
Fix quickstarts to use app-port (#675)
Signed-off-by: akhilac1 <chetlapalle.akhila@gmail.com>
2022-05-31 16:05:37 -07:00
Tony Surma 71e5489c6d
add folder paths to launch for split projects (#493)
Signed-off-by: tonysurma <5067595+tonysurma@users.noreply.github.com>

Co-authored-by: tonysurma <5067595+tonysurma@users.noreply.github.com>
2022-05-23 15:05:50 -07:00
Alessandro (Ale) Segala 3f54324acb
Updated hello-world/-kuberentes Node.js apps (#642)
* Updated hello-world/-kuberentes Node.js apps

1. Using async/await rather than promises for better readability
2. Make sure that methods do not return until state is committed

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* 💄
2022-04-27 12:16:42 -07:00
Patrick Huber 5b97bf5427
Update README.md (#634)
* Update README.md

fixes path in documentation

* Update README.md

fixes folder

* Update README.md

fixes folder
2022-04-26 21:37:13 -07:00
Doug Davis 2303dab82e
Put reader in 'node' dir (#595)
W/o this change the reader might not realize they need to cd into the
'node' dir to see the app.js file that we talk about next.

Also removed some extra whitespace at the end of some lines.

Signed-off-by: Doug Davis <dug@microsoft.com>
2022-03-23 17:41:27 -07:00
Paul Yuknewicz 009a9adae8
Fixing regressions to broken tests (new link) and dev container (#617)
* moving devcontainer to root to enable

* Fix for tutorials to point to new dapr-cli-link

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>

* Fixed additional broken links found by MMD `make validate` in tutorials.

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>

* Changing readme to call python3 instead of python per best practices

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>

* Fixed zipkin api bug failing tests.  Duration with current multiply code will never be slow enough to return traces results!

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2022-03-21 16:28:16 -07:00
amulyavarote 066424db45
Renamed workflows and changes licenses (#609)
Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

Co-authored-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
2022-03-18 11:31:24 -07:00
Nick Greenfield 9b9837d75a Move existing quickstarts into tutorials directory.
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
2022-02-14 15:49:04 -08:00