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

Beta jobs #610

Merged
merged 29 commits into from
Dec 1, 2022
Merged

Beta jobs #610

merged 29 commits into from
Dec 1, 2022

Commits on Dec 1, 2022

  1. Implement config

    Alex Schneider authored and Marcel Ludwig committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    db96b5a View commit details
    Browse the repository at this point in the history
  2. Jobs have no client responses

    Alex Schneider authored and Marcel Ludwig committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    5fa4552 View commit details
    Browse the repository at this point in the history
  3. Execute jobs

    Alex Schneider authored and Marcel Ludwig committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    4eded71 View commit details
    Browse the repository at this point in the history
  4. Docu

    Alex Schneider authored and Marcel Ludwig committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    681572d View commit details
    Browse the repository at this point in the history
  5. Set UUID into the logs

    Alex Schneider authored and Marcel Ludwig committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    89846ee View commit details
    Browse the repository at this point in the history
  6. fixup namings

    Marcel Ludwig committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    443e17d View commit details
    Browse the repository at this point in the history
  7. refactor; move jobs logic out of run cmd

    Marcel Ludwig committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    6e8f70d View commit details
    Browse the repository at this point in the history
  8. Update docs/website/content/2.configuration/4.block/beta_job.md

    Co-authored-by: Johannes Koch <53434855+johakoch@users.noreply.github.com>
    Marcel Ludwig and johakoch committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    36b7981 View commit details
    Browse the repository at this point in the history
  9. refactor pkg and types

    Marcel Ludwig committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    5ea8d24 View commit details
    Browse the repository at this point in the history
  10. handle first run; synced vars; timer stop

    Marcel Ludwig committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    e1dd8c7 View commit details
    Browse the repository at this point in the history
  11. add job logs and uid field

    Marcel Ludwig committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    9866b13 View commit details
    Browse the repository at this point in the history
  12. add custom log for job blocks

    Marcel Ludwig committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    cd06efd View commit details
    Browse the repository at this point in the history
  13. register job config struct for docs generation

    Marcel Ludwig committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    05657d2 View commit details
    Browse the repository at this point in the history
  14. fixup shadowed conf, default to json err tpl

    Marcel Ludwig committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    186166a View commit details
    Browse the repository at this point in the history
  15. use handler iface

    Marcel Ludwig committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    c83b8f0 View commit details
    Browse the repository at this point in the history
  16. fixup rename

    Marcel Ludwig committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    3a17850 View commit details
    Browse the repository at this point in the history
  17. add log for cancel events

    Marcel Ludwig committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    79f6b89 View commit details
    Browse the repository at this point in the history
  18. add unit tests

    Marcel Ludwig committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    a52b1db View commit details
    Browse the repository at this point in the history
  19. increase initial tick delay

    Marcel Ludwig committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    5ac5e25 View commit details
    Browse the repository at this point in the history
  20. add integration test; variables, custom logs

    fixup timings
    
    Apply suggestions from code review
    
    Co-authored-by: Johannes Koch <53434855+johakoch@users.noreply.github.com>
    
    fixup test expectation
    Marcel Ludwig committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    65f92d4 View commit details
    Browse the repository at this point in the history
  21. remove dummy client req from variables

    Marcel Ludwig committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    7b189c7 View commit details
    Browse the repository at this point in the history
  22. rm exp status from docs

    Marcel Ludwig committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    45519ec View commit details
    Browse the repository at this point in the history
  23. finally after master rebase; fixed method return val

    Marcel Ludwig committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    d54a53d View commit details
    Browse the repository at this point in the history
  24. rm obsolete iface implementation

    Marcel Ludwig committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    f12a740 View commit details
    Browse the repository at this point in the history
  25. rm obsolete ep condition

    Marcel Ludwig committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    fb0e2ee View commit details
    Browse the repository at this point in the history
  26. remove default value for interval

    Johannes Koch committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    d03bb93 View commit details
    Browse the repository at this point in the history
  27. dont describe nested blocks

    Marcel Ludwig committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    d6c8e9f View commit details
    Browse the repository at this point in the history
  28. Update CHANGELOG.md

    Marcel Ludwig committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    a7075af View commit details
    Browse the repository at this point in the history
  29. Update run_test.go

    Marcel Ludwig committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    a70f1b3 View commit details
    Browse the repository at this point in the history