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 previously unfinished job manager #20

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Commits on Oct 11, 2023

  1. add JobManager to manage task lifecycle; first succesful build

    Signed-off-by: Teo Koon Peng <koonpeng@openrobotics.org>
    Teo Koon Peng committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    c398149 View commit details
    Browse the repository at this point in the history
  2. fix copyright

    Signed-off-by: Teo Koon Peng <koonpeng@openrobotics.org>
    Teo Koon Peng committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    4a06438 View commit details
    Browse the repository at this point in the history
  3. add tests

    Signed-off-by: Teo Koon Peng <koonpeng@openrobotics.org>
    Teo Koon Peng committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    48cef6f View commit details
    Browse the repository at this point in the history
  4. add tests

    Signed-off-by: Teo Koon Peng <koonpeng@openrobotics.org>
    Teo Koon Peng committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    6134106 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. fix tests

    Signed-off-by: Teo Koon Peng <koonpeng@openrobotics.org>
    Teo Koon Peng committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    b8a21b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. log when task state is changed instead of every tick

    Signed-off-by: Teo Koon Peng <koonpeng@openrobotics.org>
    Teo Koon Peng committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    292c01d View commit details
    Browse the repository at this point in the history
  2. avoid UB if _job_mgr has no value

    Signed-off-by: Teo Koon Peng <koonpeng@openrobotics.org>
    Teo Koon Peng committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    a49b4a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    5455f87 View commit details
    Browse the repository at this point in the history