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

Jobs API Quickstarts #1056

Closed
wants to merge 80 commits into from
Closed

Jobs API Quickstarts #1056

wants to merge 80 commits into from

Commits on Jul 23, 2024

  1. updating Kubernetes hello quickstart to support endpoint env vars (#1030

    )
    
    Signed-off-by: salaboy <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    salaboy authored and rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    155e606 View commit details
    Browse the repository at this point in the history
  2. first commit

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    829fda4 View commit details
    Browse the repository at this point in the history
  3. first commit

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    cf735d7 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Signed-off-by: Fernando Rocha <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5d12e38 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    Signed-off-by: Fernando Rocha <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0a5f57a View commit details
    Browse the repository at this point in the history
  6. folder name, dapr.yaml

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    26e1551 View commit details
    Browse the repository at this point in the history
  7. readme

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5627009 View commit details
    Browse the repository at this point in the history
  8. Refactoring and finishign HTTP example

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    6b05361 View commit details
    Browse the repository at this point in the history
  9. Including status code check for scheduler

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c553abc View commit details
    Browse the repository at this point in the history
  10. fixing validation

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a748d7b View commit details
    Browse the repository at this point in the history
  11. Job duetime 60->30

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    8fcde38 View commit details
    Browse the repository at this point in the history
  12. Fixing request data type and README

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    cc5f184 View commit details
    Browse the repository at this point in the history
  13. SDK jobs

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    82598bf View commit details
    Browse the repository at this point in the history
  14. refactoring

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a06268f View commit details
    Browse the repository at this point in the history
  15. finishing sdk example

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    05cbdf3 View commit details
    Browse the repository at this point in the history
  16. fixing mechanical turk

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c65384e View commit details
    Browse the repository at this point in the history
  17. refactoring, changing ports

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3d678cf View commit details
    Browse the repository at this point in the history
  18. Implementing new Jobs API on HTTP

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    94612fc View commit details
    Browse the repository at this point in the history
  19. fixing tests

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    ccf741c View commit details
    Browse the repository at this point in the history
  20. updating main README file

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    7162e7c View commit details
    Browse the repository at this point in the history
  21. Fixes test failure that could happen looking at Configuration values …

    …on 1.13 -> 1.14
    
    Signed-off-by: Paul Yuknewicz <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    paulyuk authored and rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3f8cd5d View commit details
    Browse the repository at this point in the history
  22. Changing Dapr runtime version to 1.13.5 to support test efforts (#1049)

    Signed-off-by: Paul Yuknewicz <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    paulyuk authored and rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e479b0c View commit details
    Browse the repository at this point in the history
  23. feat: upgraded springboot to 3.3.1 and bumped up other dependencies t…

    …o latest.
    
    docs: Updated read me files to use Java 17 as baseline
    Signed-off-by: amardeep2006 <[email protected]>
    
    Signed-off-by: Fernando Rocha <[email protected]>
    amardeep2006 authored and rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c0765b5 View commit details
    Browse the repository at this point in the history
  24. fixing sdk implementation

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    46ae1d9 View commit details
    Browse the repository at this point in the history
  25. Update README.md

    Co-authored-by: Cassie Coyle <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr and cicoyle committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    9771c41 View commit details
    Browse the repository at this point in the history
  26. fixing ports on README files

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    632e8f6 View commit details
    Browse the repository at this point in the history
  27. Update jobs/go/http/job-service/job-service.go

    Co-authored-by: Mike Nguyen <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr and mikeee committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    64c14d6 View commit details
    Browse the repository at this point in the history
  28. Update jobs/go/sdk/job-service/job-service.go

    Co-authored-by: Mike Nguyen <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr and mikeee committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    06a5e46 View commit details
    Browse the repository at this point in the history
  29. Update jobs/go/sdk/job-service/job-service.go

    Co-authored-by: Mike Nguyen <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr and mikeee committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    9205cd2 View commit details
    Browse the repository at this point in the history
  30. Update jobs/go/sdk/job-service/job-service.go

    Co-authored-by: Mike Nguyen <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr and mikeee committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    2ee189f View commit details
    Browse the repository at this point in the history
  31. Update jobs/go/http/job-service/job-service.go

    Co-authored-by: Mike Nguyen <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr and mikeee committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    af757cd View commit details
    Browse the repository at this point in the history
  32. Update .github/env/global.env

    Co-authored-by: Mike Nguyen <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr and mikeee committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    1ac487e View commit details
    Browse the repository at this point in the history
  33. Update .github/env/global.env

    Co-authored-by: Mike Nguyen <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr and mikeee committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    728b228 View commit details
    Browse the repository at this point in the history
  34. fixing README typo

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    4a35b99 View commit details
    Browse the repository at this point in the history
  35. Merge branch 'master' into distr-scheduler

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    998fb0d View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    e6d7aed View commit details
    Browse the repository at this point in the history
  37. updating Kubernetes hello quickstart to support endpoint env vars (#1030

    )
    
    Signed-off-by: salaboy <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    salaboy authored and rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    34466b4 View commit details
    Browse the repository at this point in the history
  38. first commit

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    44f8432 View commit details
    Browse the repository at this point in the history
  39. first commit

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d3e096b View commit details
    Browse the repository at this point in the history
  40. Update README.md

    Signed-off-by: Fernando Rocha <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b8d27f0 View commit details
    Browse the repository at this point in the history
  41. Update README.md

    Signed-off-by: Fernando Rocha <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    7dad62c View commit details
    Browse the repository at this point in the history
  42. folder name, dapr.yaml

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    783c1f2 View commit details
    Browse the repository at this point in the history
  43. readme

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    1ecb0f5 View commit details
    Browse the repository at this point in the history
  44. Refactoring and finishign HTTP example

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    fd1974d View commit details
    Browse the repository at this point in the history
  45. Including status code check for scheduler

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    154731a View commit details
    Browse the repository at this point in the history
  46. fixing validation

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    ad4d4a7 View commit details
    Browse the repository at this point in the history
  47. Job duetime 60->30

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c37986c View commit details
    Browse the repository at this point in the history
  48. Fixing request data type and README

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    1436c5b View commit details
    Browse the repository at this point in the history
  49. SDK jobs

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    eb44b3d View commit details
    Browse the repository at this point in the history
  50. refactoring

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    2f7c8ae View commit details
    Browse the repository at this point in the history
  51. finishing sdk example

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    092bdb4 View commit details
    Browse the repository at this point in the history
  52. fixing mechanical turk

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d1288c7 View commit details
    Browse the repository at this point in the history
  53. refactoring, changing ports

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    4e001f7 View commit details
    Browse the repository at this point in the history
  54. Implementing new Jobs API on HTTP

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d8c65ae View commit details
    Browse the repository at this point in the history
  55. fixing tests

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    7fab465 View commit details
    Browse the repository at this point in the history
  56. updating main README file

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    cb12f2c View commit details
    Browse the repository at this point in the history
  57. Fixes test failure that could happen looking at Configuration values …

    …on 1.13 -> 1.14
    
    Signed-off-by: Paul Yuknewicz <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    paulyuk authored and rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    76798d4 View commit details
    Browse the repository at this point in the history
  58. Changing Dapr runtime version to 1.13.5 to support test efforts (#1049)

    Signed-off-by: Paul Yuknewicz <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    paulyuk authored and rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e261786 View commit details
    Browse the repository at this point in the history
  59. feat: upgraded springboot to 3.3.1 and bumped up other dependencies t…

    …o latest.
    
    docs: Updated read me files to use Java 17 as baseline
    Signed-off-by: amardeep2006 <[email protected]>
    
    Signed-off-by: Fernando Rocha <[email protected]>
    amardeep2006 authored and rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    cd089e1 View commit details
    Browse the repository at this point in the history
  60. fixing sdk implementation

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    112aa95 View commit details
    Browse the repository at this point in the history
  61. Update README.md

    Co-authored-by: Cassie Coyle <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr and cicoyle committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    1bae77b View commit details
    Browse the repository at this point in the history
  62. fixing ports on README files

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    44a715a View commit details
    Browse the repository at this point in the history
  63. Update jobs/go/http/job-service/job-service.go

    Co-authored-by: Mike Nguyen <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr and mikeee committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    9ce907b View commit details
    Browse the repository at this point in the history
  64. Update jobs/go/sdk/job-service/job-service.go

    Co-authored-by: Mike Nguyen <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr and mikeee committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    cf42714 View commit details
    Browse the repository at this point in the history
  65. Update jobs/go/sdk/job-service/job-service.go

    Co-authored-by: Mike Nguyen <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr and mikeee committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    cf6d433 View commit details
    Browse the repository at this point in the history
  66. Update jobs/go/sdk/job-service/job-service.go

    Co-authored-by: Mike Nguyen <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr and mikeee committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5f2de03 View commit details
    Browse the repository at this point in the history
  67. Update jobs/go/http/job-service/job-service.go

    Co-authored-by: Mike Nguyen <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr and mikeee committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    587ca43 View commit details
    Browse the repository at this point in the history
  68. Update .github/env/global.env

    Co-authored-by: Mike Nguyen <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr and mikeee committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    428d07d View commit details
    Browse the repository at this point in the history
  69. Update .github/env/global.env

    Co-authored-by: Mike Nguyen <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr and mikeee committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    aef0b47 View commit details
    Browse the repository at this point in the history
  70. fixing README typo

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5c706f4 View commit details
    Browse the repository at this point in the history
  71. Changing Dapr runtime version to 1.13.5 to support test efforts (#1049)

    Signed-off-by: Paul Yuknewicz <[email protected]>
    paulyuk authored and rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    10d61e0 View commit details
    Browse the repository at this point in the history
  72. Update tutorials pub-sub csharp-subscriber image to dotnet 8.0 (#1001)

    * Update tutorials pub-sub csharp-subscriber image to dotnet 8.0
    
    Signed-off-by: Anton Troshin <[email protected]>
    
    * Update Dockerfile
    
    Signed-off-by: Artur Souza <[email protected]>
    
    ---------
    
    Signed-off-by: Anton Troshin <[email protected]>
    Signed-off-by: Artur Souza <[email protected]>
    Co-authored-by: Artur Souza <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    2 people authored and rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    4e1fccf View commit details
    Browse the repository at this point in the history
  73. Increasing sleep to validate tests

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    6dabd02 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    c03a040 View commit details
    Browse the repository at this point in the history
  75. Merge branch 'distr-scheduler' of https://github.com/rochabr/quickstarts

     into distr-scheduler
    
    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    1e6d676 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    c9c0c9a View commit details
    Browse the repository at this point in the history
  77. Merge branch 'master' into distr-scheduler

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e39cd2b View commit details
    Browse the repository at this point in the history
  78. Update jobs/go/http/README.md

    Co-authored-by: Cassie Coyle <[email protected]>
    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr and cicoyle committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    7f8cebd View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Fixing merge conflict

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    58a2a26 View commit details
    Browse the repository at this point in the history
  2. Adding timers between calls

    Signed-off-by: Fernando Rocha <[email protected]>
    rochabr committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    0427e3f View commit details
    Browse the repository at this point in the history