Comparing v1.46.1...v1.47.0 · AliceO2Group/Control

Commits on Dec 11, 2025

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

Commits on Dec 12, 2025

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

Commits on Dec 15, 2025

  1. refactor logging in controllabletask

    we reduce boiler-plate by having a common set of log fields that are defined once.
    infologger.level constant is used instead of "level".
    "cmd" and "command" log fields were unified to "command".
    Configuration menu

    Browse the repository at this point in the history

  2. Refactor controllable task Launch

    Launch is broken into smaller pieces for better readability.
    Some minor error handling bugs are automatically fixed on the occasion and some more are marked with fixme and will be taken care of in separate commits.
    Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

  4. Configuration menu

    Browse the repository at this point in the history

  5. be gentler with terminating tasks which fail to reach STANDBY

    If a task fails to report STANDBY state upon startup, we now perform the standard TERM, INT, KILL sequence instead of just KILL.
    We also rely on Wait() to close relevant pipes and provide us with exit code.
    All above is moved into a dedicated method which will be reused in next fixes.
    Configuration menu

    Browse the repository at this point in the history

  6. Configuration menu

    Browse the repository at this point in the history

  7. Configuration menu

    Browse the repository at this point in the history

  8. Configuration menu

    Browse the repository at this point in the history

Commits on Jan 8, 2026

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Jan 13, 2026

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Jan 14, 2026

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Jan 15, 2026

  1. Configuration menu

    Browse the repository at this point in the history