-
Notifications
You must be signed in to change notification settings - Fork 24
Comparing changes
Open a pull request
base repository: AliceO2Group/Control
base: 8eb6755
head repository: AliceO2Group/Control
compare: f03724f
- 16 commits
- 10 files changed
- 3 contributors
Commits on Dec 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 94c6004 - Browse repository at this point
Copy the full SHA 94c6004View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2317e45 - Browse repository at this point
Copy the full SHA 2317e45View commit details
Commits on Dec 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6f582db - Browse repository at this point
Copy the full SHA 6f582dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a785ffc - Browse repository at this point
Copy the full SHA a785ffcView commit details
Commits on Dec 15, 2025
-
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 - View commit details
-
Copy full SHA for a599150 - Browse repository at this point
Copy the full SHA a599150View commit details -
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 - View commit details
-
Copy full SHA for 232fc21 - Browse repository at this point
Copy the full SHA 232fc21View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 5589d40 - Browse repository at this point
Copy the full SHA 5589d40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d2bb0b - Browse repository at this point
Copy the full SHA 5d2bb0bView commit details -
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 - View commit details
-
Copy full SHA for 46636ba - Browse repository at this point
Copy the full SHA 46636baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24dae4b - Browse repository at this point
Copy the full SHA 24dae4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e724c0c - Browse repository at this point
Copy the full SHA e724c0cView commit details -
Distinguish between task too slow to start and crashing on start
Fixes OCTRL-1075
Configuration menu - View commit details
-
Copy full SHA for a10f236 - Browse repository at this point
Copy the full SHA a10f236View commit details
Commits on Jan 8, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for 232d21b - Browse repository at this point
Copy the full SHA 232d21bView commit details
Commits on Jan 13, 2026
-
Configuration menu - View commit details
-
Copy full SHA for c66a3da - Browse repository at this point
Copy the full SHA c66a3daView commit details
Commits on Jan 14, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 5e79b37 - Browse repository at this point
Copy the full SHA 5e79b37View commit details
Commits on Jan 15, 2026
-
Configuration menu - View commit details
-
Copy full SHA for f03724f - Browse repository at this point
Copy the full SHA f03724fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 8eb6755...f03724f