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