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 .NET client for Dapr Jobs API #1384

Merged
merged 27 commits into from
Nov 1, 2024
Merged

Add .NET client for Dapr Jobs API #1384

merged 27 commits into from
Nov 1, 2024

Commits on Oct 25, 2024

  1. Package addition + updates

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    93ec00f View commit details
    Browse the repository at this point in the history
  2. Added Dapr.Jobs project

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    88694c2 View commit details
    Browse the repository at this point in the history
  3. Initial commit - unable to proceed without update on master from stre…

    …aming sub PR
    
    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    bcf0974 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Added class to Dapr.Common, fixed compilation errors

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    4ab9800 View commit details
    Browse the repository at this point in the history
  2. Added unit tests for Dapr.Common enum extensions

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    6137444 View commit details
    Browse the repository at this point in the history
  3. Added unit tests

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    e2b3c9b View commit details
    Browse the repository at this point in the history
  4. Added missing copyright header

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    0f08315 View commit details
    Browse the repository at this point in the history
  5. Added sample Jobs project

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    6e5ac1d View commit details
    Browse the repository at this point in the history
  6. Added documentation

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    91573a5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    852b97b View commit details
    Browse the repository at this point in the history
  8. Added missing copyright header

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    8ae083b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0737996 View commit details
    Browse the repository at this point in the history
  10. Downgraded Roslyn packages since master doesn't yet have the incremen…

    …tal source generator updates
    
    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    b724508 View commit details
    Browse the repository at this point in the history
  11. Missed a reference regarding incremental source generators

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    dde04de View commit details
    Browse the repository at this point in the history
  12. Downgraded packages to fix nullability issues on build

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    0422b91 View commit details
    Browse the repository at this point in the history
  13. Downgraded from 8.* packages back to 6.* packages for the various Mic…

    …rosoft.Extensions.* packages to fix build issues
    
    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    f93dc7d View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Merge branch 'master' into jobs

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    5599993 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Removed unnecessary assignment

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    76f1295 View commit details
    Browse the repository at this point in the history
  2. Added braces for clarity

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    1e2a02e View commit details
    Browse the repository at this point in the history
  3. Added more curley braces

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    d1ed3ac View commit details
    Browse the repository at this point in the history
  4. More curly braces again

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    506eedc View commit details
    Browse the repository at this point in the history
  5. Marked two properties as static

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    c641f7d View commit details
    Browse the repository at this point in the history
  6. Updated to handle any order of parameters to endpoint route builder d…

    …elegate
    
    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    52925a8 View commit details
    Browse the repository at this point in the history
  7. Updated default cancellation token value

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    badcfdb View commit details
    Browse the repository at this point in the history
  8. Added missing package version in Directory.Packages

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    8b082ac View commit details
    Browse the repository at this point in the history
  9. Fixed unit tests

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    60907c9 View commit details
    Browse the repository at this point in the history
  10. Added test to ensure that even if cancellation token is provided, it'…

    …ll handle the mapping properly
    
    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    ad9c8b5 View commit details
    Browse the repository at this point in the history