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

Add workflow quickstart for JS #989

Merged
merged 21 commits into from
Feb 27, 2024

Commits on Nov 21, 2023

  1. use InvokeHttpClient in service invocation csharp sample

    Signed-off-by: MregXN <mregxn@gmail.com>
    MregXN committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    3d9799f View commit details
    Browse the repository at this point in the history
  2. add dependency

    Signed-off-by: MregXN <mregxn@gmail.com>
    MregXN committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    cb2075f View commit details
    Browse the repository at this point in the history
  3. retrigger to pass validation

    Signed-off-by: MregXN <mregxn@gmail.com>
    MregXN committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    5097d9a View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. use daprWorkflowClient

    Signed-off-by: MregXN <mregxn@gmail.com>
    MregXN committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    0453824 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Clarified the actor state operations performed and what subsequent ac…

    …tivities must be performed by the user for persistance. Previous wording was confusing.
    
    signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    48842ed View commit details
    Browse the repository at this point in the history
  2. Updated comment to reflect call out on Discord by Pundil

    Signed-off-by: Whit Waldo <whitson.waldo@gmail.com>
    WhitWaldo committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    cea9916 View commit details
    Browse the repository at this point in the history
  3. Updated comment to reflect call out on Discord by Pundil

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    0f93b1d View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/updated-actor-csharp-quickstart-…

    …language' into updated-actor-csharp-quickstart-language
    WhitWaldo committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    b6a1a5e View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Merge pull request dapr#979 from paulyuk/release-1.13

    Fix tests broken by timing change
    paulyuk committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    334b35a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    873eecb View commit details
    Browse the repository at this point in the history
  3. Merge pull request dapr#983 from dapr/revert-979-release-1.13

    Revert "Fix tests broken by timing change"
    paulyuk committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    cfc5de1 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Merge pull request dapr#902 from MregXN/use-daprclient

    modify Service Invocation sample
    paulyuk committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    583e9b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request dapr#961 from WhitWaldo/updated-actor-csharp-quick…

    …start-language
    
    Clarified actor state persistence description
    paulyuk committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    d718efe View commit details
    Browse the repository at this point in the history
  3. Merge pull request dapr#959 from MregXN/remove-daprClient-for-workflow

    use daprWorkflowClient instead of daprClient in workflow sample
    paulyuk committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    a933afe View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. bump go to 1.21

    Signed-off-by: mikeee <hey@mike.ee>
    mikeee committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    e0ec38b View commit details
    Browse the repository at this point in the history
  2. bump short timeouts

    Signed-off-by: mikeee <hey@mike.ee>
    mikeee committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    474c283 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Merge pull request dapr#986 from mikeee/bump-go-validation

    bump go validation workflow to 1.21
    paulyuk committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    ec1e515 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. add quickstart for JS

    Signed-off-by: kaibocai <kaibocai@microsoft.com>
    
    clean up
    
    Signed-off-by: kaibocai <kaibocai@microsoft.com>
    
    update .gitignore
    
    fix .gitignore
    
    Signed-off-by: kaibocai <kaibocai@microsoft.com>
    kaibocai committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    2d7b401 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. fix readme check

    Signed-off-by: kaibocai <kaibocai@microsoft.com>
    kaibocai committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    5cfcd0e View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. minor refactory

    Signed-off-by: kaibocai <kaibocai@microsoft.com>
    kaibocai committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    9aecc35 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release-1.13' into kaibocai/add-js-quickstart

    Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
    paulyuk committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    1b8a451 View commit details
    Browse the repository at this point in the history