Releases: AliceO2Group/Control
v0.75.0
This release changes AliECS behavior in order to react to spontaneous transitions to ERROR
coming from ODC.
- ODC
ERROR
event handling:- [core] New event type IntegratedServiceEvent
- [core] ODC client notifies envMan on every state change
- [core] React to ODC state change during RUNNING with STOP->CONFIGURED
v0.74.0
This release includes support for current transition information in EnvironmentInfo payloads.
- Current transition:
- [coconut] Show transition field for env if not empty
- [core] Add currentTransition field to o2control.proto + regenerate
- [core] Fill and return currentTransition field
v0.73.0
v0.72.0
This release includes build system improvements, an overhaul of the unit testing framework, and an update of all dependencies. It also implements the gRPC health checking API to the AliECS core and Apricot, and brings minor fixes.
-
Dependencies:
- [build] Update all dependencies
- [core] Adapt to current looplab/fsm package
-
gRPC health checking:
- [build] Add grpc health package and bump dependencies
- [core] Add basic grpc health check to core and Apricot
-
Build system and testing framework:
- [build] Relocate shmcleaner script
- [build] Point to where the tests actually are
- [build] Treat separately execution of Go tests vs. Ginkgo tests
- [build] Improve make test and make debugtest output
- [build] Update Ginkgo/Gomega testing framework
- [build] Use new instead of deprecated ginkgo params
- [core] Ensure the Repo structure always answers with a correct protocol
- [core] Fix repo system tests
-
Miscellaneous:
- [core] Enable RPC call logging in non-verbose operation
- [OCTRL-802][core] no fill info if the last fill had no stable beams
v0.71.0
This release adds integration features, including extended partition and topology information from EPN, and support for the TRG PrepareForRun operation.
-
TRG PrepareForRun:
- [core] Update CTP protofile and convert CRLF->LF
- [core] Regenerate CTP proto
- [core] Implement CTP PrepareForRun call
- [core] Log output consistency
-
ODC extended EPN partition and topology information:
- [core] Pull ODC protofile
- [core] Regenerate ODC proto
- [core] Query ODC for detailed partition information
- [core] Ensure correct JSON output for odc.GetEnvironmentData
- [core] Output ODC task id as string
- [core] Make sure to output ODC details
-
Miscellaneous:
- [core] Fix crash
- [core] Fix NumberOfHosts and implement NumberOfTasks
v0.70.2
v0.70.1
v0.70.0
This release includes a mechanism that pushes run context information to all tasks, including LHC fill info, run type, LHC period, and O² start/end timestamps. It also includes a change that makes autoBind disabled for FairMQ devices, and updated documentation.
-
Push context information to tasks:
- [core] use the parent role to propagate lhc info to the whole env
- [core] Push LHC fill info, O2 start/end, run type, LHC period to tasks
- [core] Download lhcFill.proto from BK in the Makefile
- [occ] Push properties before FairMQ RUN and STOP transitions
- [OCTRL-791] Allow to fetch LHC fill info from BK, propagate to varStack
-
Miscellaneous:
- [O2-2818][core] Disable autoBind in FairMQ
- [docs] Update docs on workflow/task configuration
v0.69.1
v0.69.0
This release adds support for the DCS Prepare For Run operation, as well as fixing a crash and improving log output.
-
DCS Prepare For Run:
- [core] Update DCS protofile
- [core] PrepareForRun request in DCS protofile
- [core] Update DCS protofile
- [core] Implement DCS PrepareForRun operation
-
Miscellaneous:
- [build] Support fetching dcs.proto in make vendor
- [core] Don't crash if task has no parent
- [core] Enhance "creating Mesos task" message