-
Notifications
You must be signed in to change notification settings - Fork 529
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating Readme's to default to
dapr run -f .
(#874)
* Updating Invoke readme in C# to favor dapr run -f Signed-off-by: Paul Yuknewicz <[email protected]> * Adding back single app run steps and tests, but to the end. Signed-off-by: Paul Yuknewicz <[email protected]> * Update service_invocation/csharp/http/README.md Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Paul Yuknewicz <[email protected]> * Updated and hardened test Signed-off-by: Paul Yuknewicz <[email protected]> * Invoke * and partial PubSub with multi-run files & readmes & tests Signed-off-by: Paul Yuknewicz <[email protected]> * Multi run done for Pubsub C#, Python and Node (http, sdk) Signed-off-by: Paul Yuknewicz <[email protected]> * Added Pubsub support for Go, Java Signed-off-by: Paul Yuknewicz <[email protected]> * updating readmes with correct appid Signed-off-by: Paul Yuknewicz <[email protected]> * Updating tests for PubSub and Service invoke to Paas with multiapp run Signed-off-by: Paul Yuknewicz <[email protected]> * More fine tuning of pubsub tests (timeouts, step ends) Signed-off-by: Paul Yuknewicz <[email protected]> * Fixing Python FastAPI and C# Pubsub tests Signed-off-by: Paul Yuknewicz <[email protected]> --------- Signed-off-by: Paul Yuknewicz <[email protected]> Signed-off-by: Paul Yuknewicz <[email protected]> Signed-off-by: Paul Yuknewicz <[email protected]> Co-authored-by: Paul Yuknewicz <[email protected]> Co-authored-by: Paul Yuknewicz <[email protected]> Co-authored-by: Mark Fussell <[email protected]>
- Loading branch information
1 parent
e278ba4
commit dcd97ee
Showing
29 changed files
with
1,362 additions
and
781 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
version: 1 | ||
common: | ||
resourcesPath: ../../components/ | ||
apps: | ||
- appID: order-processor-http | ||
appDirPath: ./order-processor/ | ||
appPort: 7005 | ||
command: ["dotnet", "run"] | ||
- appID: checkout-http | ||
appDirPath: ./checkout/ | ||
command: ["dotnet", "run"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
version: 1 | ||
common: | ||
resourcesPath: ../../components/ | ||
apps: | ||
- appID: order-processor | ||
appDirPath: ./order-processor/ | ||
appPort: 7006 | ||
command: ["dotnet", "run"] | ||
- appID: checkout-sdk | ||
appDirPath: ./checkout/ | ||
command: ["dotnet", "run"] |
Oops, something went wrong.