Commit Graph

52 Commits

Author SHA1 Message Date
Elena Kolevska 461f3ab4af updates dotnet sdk version
Signed-off-by: Elena Kolevska <elena@kolevska.com>
2025-02-28 17:29:06 +00:00
Paul Yuknewicz 6c648a4cfb
Merge branch 'master' into snyk-fix-99018ba8a3cb719d569512d9d650aad6 2025-01-23 13:57:56 -08:00
Joe Bowbeer 44d7fdcd8c npm audit fixes and lock files
Signed-off-by: Joe Bowbeer <joe.bowbeer@gmail.com>
2024-07-29 00:15:18 +00:00
Paul Yuknewicz 158913354e Updating all Dapr.* SDKs to 1-14.*-* version
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2024-07-25 13:05:42 -07:00
Paul Yuknewicz 35d1ec91f9 Updating node based dockerfiles for linux/arm friendly images
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2024-07-24 22:54:03 -07:00
Paul Yuknewicz 0d9419509d
Fixing dockerfile for Tutorial pubsub C# to be truly multi-arch (#1066)
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2024-07-24 15:51:04 -07:00
Paul Yuknewicz 4f59e092bd
Updating dockerfiles used in Tutorial make build (C#,Python,Node,ReactClient) (#1062)
* Updating gitignore to exclude out/ from dotnet publish

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

* Fixing build.yaml github action workflow with modern dockerfiles.  go for dist calculator already fixed by #1058

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

* Updating csharp dockerfile with correct entry point, and do not explicitly expose port

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

---------

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2024-07-24 11:18:38 -07:00
Anton Troshin e8d195a31c
Update tutorials pub-sub csharp-subscriber image to dotnet 8.0 (#1001)
* Update tutorials pub-sub csharp-subscriber image to dotnet 8.0

Signed-off-by: Anton Troshin <anton@diagrid.io>

* Update Dockerfile

Signed-off-by: Artur Souza <asouza.pro@gmail.com>

---------

Signed-off-by: Anton Troshin <anton@diagrid.io>
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
Co-authored-by: Artur Souza <asouza.pro@gmail.com>
2024-07-22 14:26:26 -07:00
snyk-bot f5d0881b31
fix: tutorials/pub-sub/python-subscriber/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-JINJA2-6809379
2024-05-08 10:09:46 +00:00
Paul Yuknewicz 9bba4d8e08 Updating C# quickstarts to align with Dapr 1.13 RC aligned SDKs (1.13.*-*)
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2024-02-28 07:26:00 -08:00
Phil Ngan 741a8f7ad9 Converted all projects to net8.0
Exception is batch because Swashbuckle does not support net8

Signed-off-by: Phil Ngan <phillip.ngan@gmail.com>
2024-02-18 16:12:57 +13:00
Pravin Pushkar b6e37b15a3 Bump csharp sdk to latest RC
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
2023-09-26 21:09:15 +05:30
Paul Yuknewicz 4b086fa9d2
Merge pull request #784 from shivanisinghnitp/cloudEventsInsights
Show insights into the Cloud Events in the Pub/Sub tutorial
2023-06-01 23:36:16 -07:00
Paul Yuknewicz 0c5eb9d83d
Update tutorials/pub-sub/README.md
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2023-06-01 23:35:33 -07:00
Paul Yuknewicz 16c4f99b1e
Update tutorials/pub-sub/README.md
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2023-06-01 23:35:27 -07:00
Paul Yuknewicz 69d6ad68fc
Update tutorials/pub-sub/README.md
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2023-06-01 23:35:21 -07:00
Paul Yuknewicz a1f2b44b30
Update tutorials/pub-sub/README.md
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2023-06-01 23:35:16 -07:00
Paul Yuknewicz 7da31c9e99
Update tutorials/pub-sub/README.md
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2023-06-01 23:35:08 -07:00
Paul Yuknewicz 5f14c6aa01
Update tutorials/pub-sub/README.md
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2023-06-01 23:35:02 -07:00
Paul Yuknewicz 379db927ab Reving versions for 1.11 in all quickstarts
Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
2023-05-31 18:16:25 -07:00
shivanisinghnitp 20cec8e937 Minor changes to text
Signed-off-by: Shivani Singh <shivanisingh.nitp@gmail.com>
Signed-off-by: shivanisinghnitp <58537821+shivanisinghnitp@users.noreply.github.com>
2023-05-22 06:04:14 +00:00
shivanisinghnitp 505e99a698 Update tutorials/pub-sub/README.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: shivanisinghnitp <58537821+shivanisinghnitp@users.noreply.github.com>
2023-05-22 06:04:14 +00:00
shivanisinghnitp 3e999c54e3 Update tutorials/pub-sub/README.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: shivanisinghnitp <58537821+shivanisinghnitp@users.noreply.github.com>
2023-05-22 06:04:14 +00:00
shivanisinghnitp 67cd03e461 Update tutorials/pub-sub/README.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: shivanisinghnitp <58537821+shivanisinghnitp@users.noreply.github.com>
2023-05-22 06:04:14 +00:00
shivanisinghnitp 10ce33f625 Update tutorials/pub-sub/README.md
Some commands were unclear earlier. Changes to provide more clarity on them

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: shivanisinghnitp <58537821+shivanisinghnitp@users.noreply.github.com>
2023-05-22 06:04:14 +00:00
Shivani Singh 85c1338183 Some minor spacing related changes
Signed-off-by: shivanisinghnitp <58537821+shivanisinghnitp@users.noreply.github.com>
2023-05-22 06:04:14 +00:00
Shivani Singh fb63aeb868 Insights on cloud events
Signed-off-by: shivanisinghnitp <58537821+shivanisinghnitp@users.noreply.github.com>
2023-05-22 05:38:31 +00:00
Paul Yuknewicz 605d5a46eb
Merge pull request #800 from robertojrojas/v1.10-update-dotnet-v7
[WIP] v1.11 - Updates quickstarts/tutorials/pub-sub to dotnet v7
2023-05-17 09:38:48 -07:00
Roberto J Rojas 9031523cf3 v1.10 - quickstarts/tutorials/pub-sub update dockerfile to dotnet v7
Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
2023-02-13 15:14:38 -05:00
Roberto J Rojas d6a4197aba v1.10 - quickstarts/tutorials/pub-sub update csharp-subscriber to use dotnet v7
Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
2023-02-13 14:48:41 -05:00
Francesco Belacca 4a6501d674
Update to readme to make the tests run again
Signed-off-by: Francesco Belacca <francesco.belacca@hotmail.it>
2022-12-22 10:03:54 +01:00
francesco.belacca 3bd1dcca3f removed useless package-lock not to be used with yarn.
added missing nodemon dev dependency.

solved nth-check security warning through resolutions

Signed-off-by: francesco.belacca <francesco.belacca@agic.cloud>
2022-12-10 11:04:09 +01:00
francesco.belacca 6abe0fe78a solving first part of Dependency review nth-check #556
Signed-off-by: francesco.belacca <francesco.belacca@agic.cloud>
2022-12-10 11:04:09 +01:00
Amulya Varote ccc6a6bc82 Changed readme for csharp
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
2022-08-30 22:39:42 -07:00
amulyavarote 694830d8d5
tutorials distributed calculator fix (#727)
* tutorials distributed calculator fix

Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

* Removed debugger statement

Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

* Removed some expected lines

Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

* Removed distributed calculator from the workflow

Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

* Changed go dapr command

Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

* Added distributed calculator back to the workflow

Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

* README changes

Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

* README changes in the curl commands

Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

* Added back the whole string

Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

* Reverting the changes for the curl commands

Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

* Added console log statements

Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

* Added missing link to flask

Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
2022-08-24 10:14:28 -07:00
Paul Yuknewicz a933d89a0f
Updating C# quickstart and tutorial Dapr SDK references to 1.8. They… (#705)
* uncommenting pubsub test to try pubsub validate

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

* Updated go dependencies
go 1.18
dapr/go-sdk 1.5.0

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

* updating .NET/C# Dapr references to 1.8.0

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

* updating Dapr SDK for Java versions to 1.6.0

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2022-07-27 10:31:17 -07:00
Amulya Varote 7784f2292e Modified readme for pubsub
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
2022-07-25 12:28:57 -07:00
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
Arash Rohani 426af20d0f
Removed the extra space in expected test result (#689)
* Removed the extra space in expected test result

Signed-off-by: Arash Rohani <Arash.Rohani@gmail.com>

* Changed the output match from exact to substring to fix the issue.

Signed-off-by: Arash Rohani <Arash.Rohani@gmail.com>

* Replaced the logger.LogInformation with Console.WriteLine to fix the test issue.

Signed-off-by: Arash Rohani <Arash.Rohani@gmail.com>

* Fixed the whitespace issue and added sleep directive

Signed-off-by: Arash Rohani <Arash.Rohani@gmail.com>
2022-06-09 20:39:00 -07:00
Arash Rohani 67002ec9b9 Updated makefile and Dockerfile to fix the issue related to dotnet docker build for arm
Signed-off-by: Arash Rohani <Arash.Rohani@gmail.com>
2022-05-27 09:26:37 -07:00
Paul Yuknewicz 74bd70789c
Revert "Updated the docker file to use linux arm image" 2022-05-26 23:50:28 -07:00
Arash Rohani 75bc8735ae Updated the docker file to use linux arm image
Signed-off-by: Arash Rohani <Arash.Rohani@gmail.com>
2022-05-25 20:21:54 -07:00
Arash Rohani a7a497d131 Updated the README regarding the C# changes and fixed a typo.
Signed-off-by: Arash Rohani <arash.rohani@gmail.com>
2022-05-24 10:23:25 -07:00
Arash Rohani 53aeab771b Removed the whole if condition section.
Signed-off-by: Arash Rohani <arash.rohani@gmail.com>
2022-05-24 10:23:25 -07:00
Arash Rohani 363bcffe5b Removed Swagger support and Updated the missing steps in README.
Signed-off-by: Arash Rohani <arash.rohani@gmail.com>
2022-05-24 10:23:25 -07:00
Arash Rohani e2012ef513 Updated makefile and readme.me to fix the build issue.
Signed-off-by: Arash Rohani <arash.rohani@gmail.com>
2022-05-24 10:23:25 -07:00
Arash Rohani 5c6fc9b029 Upgraded to ASP.NET Core 6 Minimal API
Signed-off-by: Arash Rohani <arash.rohani@gmail.com>
2022-05-24 10:23:25 -07:00
Arash Rohani 45c7bd5d88 Updated the README.md, Added a new yaml file and updated the appsettings.json to use the new port.
Signed-off-by: Arash Rohani <arash.rohani@gmail.com>
2022-05-24 10:23:25 -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
Artur Souza 21138fe564 Merge remote-tracking branch 'upstream/master' into upstream_quickstarts
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
2022-03-18 14:36:59 -07:00