Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-run support for workflow #935

Merged
merged 10 commits into from
Sep 27, 2023
Merged

Commits on Sep 21, 2023

  1. Add holopin.yml config (dapr#923)

    Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
    marcduiker committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    e278ba4 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Updating Readme's to default to dapr run -f . (dapr#874)

    * Updating Invoke readme in C# to favor dapr run -f
    
    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MacBook-Pro-2.local>
    
    * Adding back single app run steps and tests, but to the end.
    
    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    
    * Update service_invocation/csharp/http/README.md
    
    Co-authored-by: Mark Fussell <markfussell@gmail.com>
    Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
    
    * Updated and hardened test
    
    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    
    * Invoke * and partial PubSub with multi-run files & readmes & tests
    
    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    
    * Multi run done for Pubsub C#, Python and Node (http, sdk)
    
    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MacBook-Pro-2.local>
    
    * Added Pubsub support for Go, Java
    
    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MacBook-Pro-2.local>
    
    * updating readmes with correct appid
    
    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MacBook-Pro-2.local>
    
    * Updating tests for PubSub and Service invoke to Paas with multiapp run
    
    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    
    * More fine tuning of pubsub tests (timeouts, step ends)
    
    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    
    * Fixing Python FastAPI and C# Pubsub tests
    
    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    
    ---------
    
    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MacBook-Pro-2.local>
    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
    Co-authored-by: Paul Yuknewicz <paulyuk@Pauls-MacBook-Pro-2.local>
    Co-authored-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    Co-authored-by: Mark Fussell <markfussell@gmail.com>
    4 people committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    dcd97ee View commit details
    Browse the repository at this point in the history
  2. Patching tests to pass (C# timing, Python uvicorn) (dapr#933)

    Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
    paulyuk committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    7ee9b29 View commit details
    Browse the repository at this point in the history
  3. Multi-run support for workflow

    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    Paul Yuknewicz authored and Paul Yuknewicz committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    78e66b3 View commit details
    Browse the repository at this point in the history
  4. Removing component folder from run file to match readme

    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    Paul Yuknewicz authored and Paul Yuknewicz committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    8fefd7b View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. aligning state store names on statestore

    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    Paul Yuknewicz authored and Paul Yuknewicz committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    72d0791 View commit details
    Browse the repository at this point in the history
  2. Adding multi-app run for python and C#

    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    Paul Yuknewicz authored and Paul Yuknewicz committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    0b09f11 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Fixing MMD tests with tweaks

    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    Paul Yuknewicz authored and Paul Yuknewicz committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    60584be View commit details
    Browse the repository at this point in the history
  2. Resolving conflicts. Merge branch 'release-1.12' of github.com:dapr/q…

    …uickstarts into multiapp-wf
    
    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    Paul Yuknewicz authored and Paul Yuknewicz committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    8f90cc6 View commit details
    Browse the repository at this point in the history
  3. Updating test env to Dapr runtime 1.12 RC4 and CLI RC2

    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    Paul Yuknewicz authored and Paul Yuknewicz committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5aade01 View commit details
    Browse the repository at this point in the history