Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AliceO2Group/Control
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8eb6755
Choose a base ref
...
head repository: AliceO2Group/Control
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f03724f
Choose a head ref
  • 16 commits
  • 10 files changed
  • 3 contributors

Commits on Dec 11, 2025

  1. Configuration menu
    Copy the full SHA
    94c6004 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2317e45 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2025

  1. Configuration menu
    Copy the full SHA
    6f582db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a785ffc View commit details
    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".
    knopers8 committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    a599150 View commit details
    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.
    knopers8 committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    232fc21 View commit details
    Browse the repository at this point in the history
  3. do not attempt to kill a process which never started

    it's difficult to trigger such an error, but if taskCmd.Start() actually fails, it never sets taskCmd.Process, so trying to use the PID there is a nil access and causes executor to crash.
    knopers8 committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    5589d40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d2bb0b View commit details
    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.
    knopers8 committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    46636ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    24dae4b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e724c0c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a10f236 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2026

  1. Bump github.com/expr-lang/expr from 1.17.0 to 1.17.7

    Bumps [github.com/expr-lang/expr](https://github.com/expr-lang/expr) from 1.17.0 to 1.17.7.
    - [Release notes](https://github.com/expr-lang/expr/releases)
    - [Commits](expr-lang/expr@v1.17.0...v1.17.7)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/expr-lang/expr
      dependency-version: 1.17.7
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and knopers8 committed Jan 8, 2026
    Configuration menu
    Copy the full SHA
    232d21b View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2026

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

Commits on Jan 14, 2026

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

Commits on Jan 15, 2026

  1. Bump to v1.47.0

    knopers8 committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    f03724f View commit details
    Browse the repository at this point in the history
Loading