This project is mirrored from https://github.com/ska-telescope/lmc-base-classes.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- 12 Oct, 2020 1 commit
-
-
Drew Devereux authored
-
- 10 Oct, 2020 2 commits
-
-
Anton Joubert authored
Added a script and Makefile target to generate the state machine diagrams. New diagrams included.
-
Anton Joubert authored
New docker base images include new cppTango and more of the Python dependencies. Including pytest-forked. The docker-executor runner is deprecated, replacement is k8srunner.
-
- 07 Oct, 2020 1 commit
-
-
Drew Devereux authored
-
- 05 Oct, 2020 2 commits
-
-
Katleho Madisa authored
SAR-167 (SAR-168) Remove docker compose from the CI pipeline See merge request ska-telescope/lmc-base-classes!29
-
Johan Venter authored
-
- 01 Oct, 2020 14 commits
-
-
Drew Devereux authored
-
Drew Devereux authored
-
Drew Devereux authored
-
Drew Devereux authored
-
Drew Devereux authored
-
Drew Devereux authored
-
Drew Devereux authored
-
Drew Devereux authored
-
Drew Devereux authored
-
Drew Devereux authored
-
Drew Devereux authored
-
Drew Devereux authored
[MCCS-195] Mock out pytransitions in sphinx docs build See merge request ska-telescope/lmc-base-classes!30
-
Drew Devereux authored
-
Drew Devereux authored
-
- 23 Sep, 2020 4 commits
-
-
Drew Devereux authored
-
Drew Devereux authored
-
Drew Devereux authored
-
Drew Devereux authored
-
- 22 Sep, 2020 2 commits
-
-
Drew Devereux authored
-
Drew Devereux authored
-
- 18 Sep, 2020 2 commits
-
-
Drew Devereux authored
-
Drew Devereux authored
-
- 16 Aug, 2020 2 commits
-
-
Drew Devereux authored
0.6.5 observation state machine fix See merge request ska-telescope/lmc-base-classes!27
-
Anton Joubert authored
- Observation State Machine: add transition from RESETTING to ABORTING. - Base Device State Machine: update title, remove on_enter labels.
-
- 14 Aug, 2020 1 commit
-
-
Drew Devereux authored
-
- 04 Aug, 2020 2 commits
-
-
Drew Devereux authored
Pytransitions refactor Closes MCCS-59 See merge request ska-telescope/lmc-base-classes!26
-
Drew Devereux authored
-
- 09 Jul, 2020 2 commits
-
-
Drew Devereux authored
Add base device state model tests, and fix fatal error bug See merge request ska-telescope/lmc-base-classes!25
-
Drew Devereux authored
-
- 08 Jul, 2020 2 commits
-
-
Drew Devereux authored
Fix AttributeError on _set_obs_state (transitions dict update) See merge request ska-telescope/lmc-base-classes!24
-
Drew Devereux authored
-
- 07 Jul, 2020 1 commit
-
-
Anton Joubert authored
When running multiple devices via MultiDeviceTestContext, it could result in failures during initialisation like ``` AttributeError: 'SKABaseDeviceStateModel' object has no attribute '_set_obs_state' ``` Issue was caused by updates to the transitions dict class variable instead of maintaining a unique instance per object.
-
- 06 Jul, 2020 2 commits
-
-
Anton Joubert authored
And include CSIRO as author (@drewdevereux).
-
Anton Joubert authored
On() and Off() to base device, plus event pushing This merge request does the following: * Adds support for the ON state in the SKABaseDevice. This seems to be a minimum requirement for devices that subclass SKABaseDevice to be functional/extensible. * Moves the commands On() and Off() from the SKASubarray to the SKABaseDevice. * Adds pushing of change and archive events for changes to device State, adminMode and obsState * Adds some test infrastructure for testing events * Remove all mention of polling in XMI files, and disable all attribute polling in code (only obsState and obsMode affected). These changes are non-breaking, so the version is bumped to 0.6.1. See merge request ska-telescope/lmc-base-classes!23
-