Commit Graph

8 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
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
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
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