Commit Graph

17 Commits

Author SHA1 Message Date
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 b50d01d947 Removed docker image prefix addition step
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
2022-07-25 12:28:57 -07:00
Bilgin Ibryam dda8838cb6 701: Java quickstarts cleanup:
- Removed unused imports
- Code style: add space after statements
- Removed unused test code
- Moved Dapr client creation outside of loops
- Update dapr-sdk versions to 1.5
- Added Maven artifact name and description where missing
- Aligned Maven artifact names to camel case

Signed-off-by: Bilgin Ibryam <bibryam@gmail.com>
2022-07-08 12:35:43 +01:00
Pravin Pushkar eb69a7ce12
Java quickstarts auto validate for pubsub, state mgmt and service invo (#671)
* Java quickstarts auto validate changes

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* changing action-setup-docker version for macos failures

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Changing actions-setup-docker version to v1

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Script for installing docker on macos instead of actions-setup-docker

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
2022-05-23 11:58:05 -07:00
Yaron Schneider 5bd523f849
change order_pub_sub to orderpubsub (#654)
Signed-off-by: yaron2 <schneider.yaron@live.com>
2022-04-26 16:10:19 -07:00
Doug Davis c21a8f58d5
Reorder quickstarts so the processor is run before the publisher (#637)
Signed-off-by: Doug Davis <dug@microsoft.com>
2022-04-07 16:29:15 -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
tanvigour e6e11411e2
add new validaters for new quickstarts - pubsub (#606)
* add new validaters for clean test runs

Signed-off-by: tanvigour <tanvi.gour@gmail.com>

* fix the path

Signed-off-by: tanvigour <tanvi.gour@gmail.com>

* clean apps and make validation more accurate in sequence

Signed-off-by: tanvigour <tanvi.gour@gmail.com>

* fix the java sdk test

Signed-off-by: tanvigour <tanvi.gour@gmail.com>

* combine pubsub runs to single validator

Signed-off-by: tanvigour <tanvi.gour@gmail.com>

* fix license

Signed-off-by: tanvigour <tanvi.gour@gmail.com>

* fix version issues

Signed-off-by: tanvigour <tanvi.gour@gmail.com>

* remove java triggers due to flakiness

Signed-off-by: tanvigour <tanvi.gour@gmail.com>

* remove individual validator per lang

Signed-off-by: tanvigour <tanvi.gour@gmail.com>
2022-03-16 18:00:33 -07:00
tanvigour d80967408b
pubsub test fixes (#596)
* csharp test fixes

Signed-off-by: tanvigour <tanvi.gour@gmail.com>

* fix all pubsub tests

Signed-off-by: tanvigour <tanvi.gour@gmail.com>
2022-03-14 16:09:04 -07:00
Pravin Pushkar 3077811508
Removing java/.gitignore and including MSFT JDK link in README.md (#590)
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
2022-03-10 15:07:06 -08:00
tanvigour 7100caccf1
Add tests for pubsub java (#575)
* Add tests for java pubsub

Signed-off-by: tanvigour <tanvi.gour@gmail.com>

* fix typos

Signed-off-by: tanvigour <tanvi.gour@gmail.com>
2022-03-08 12:16:02 -08:00
Pravin Pushkar 554ee20ddf
using sequence instead of random numbers for orders (#540)
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
2022-02-22 21:28:34 -08:00
Pravin Pushkar d4ffc3347e
Feature/java http pubsub quickstarts (#534)
* code changes for pubsub using http request

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Removing .mvn files and fixing other review comments.

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Incorporating review comments

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Fixing README.md as suggested

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
2022-02-17 11:54:44 -08:00
Pravin Pushkar 85f6c6cc66
Feature/java sdk pubsub quickstarts (#533)
* Code example for Pubsub component using Dapr Java SDK

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Incorporating review comments

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Update pub_sub/java/sdk/README.md

Co-authored-by: Paul Yuknewicz <paulyuk@microsoft.com>
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>

* Removing double quotes

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

Co-authored-by: Artur Souza <asouza.pro@gmail.com>
Co-authored-by: Paul Yuknewicz <paulyuk@microsoft.com>
2022-02-17 11:54:30 -08:00
Nick Greenfield 6e3839352b Remove quickstarts that need to be redone
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-02-14 15:57:15 -08:00
Amulya Varote 90b15a3268 Added ack messages once received in pubsub 2022-02-14 15:55:12 -08:00
Amulya Varote 06cd065c7e pub Sub examples 2022-02-14 15:55:10 -08:00