- May 17, 2023
-
-
Corné Lukken authored
-
- Mar 14, 2023
-
-
Jorrit Schaap authored
L2SS-1269: removed supervisor ini files for TMSS for scu, as we now deploy and run using docker-compose
-
- Feb 20, 2023
-
-
Jorrit Schaap authored
-
- Jan 03, 2023
-
-
Jorrit Schaap authored
-
- Dec 23, 2022
-
-
Jorrit Schaap authored
TMSS-2227: added 'placed' flag to scheduling unit, set it in mid-term scheduler, reset it at start of scheduling. Push it on the websocket.
-
Jorrit Schaap authored
-
- Dec 20, 2022
-
-
Jörn Künsemöller authored
TMSS-2186: determine websocket update recipients based on object instance and condider project-based permissions
-
- Sep 22, 2022
-
-
Jorrit Schaap authored
-
- Sep 09, 2022
-
-
Jorrit Schaap authored
-
- Aug 23, 2022
-
-
Jorrit Schaap authored
-
- Jun 24, 2022
-
-
Jorrit Schaap authored
-
- Jun 23, 2022
-
-
Jorrit Schaap authored
TMSS-1806: added Subsystem and SubsystemStatus models, and use it everywhere to set the scheduler subsystem active/idle and broadcast those events via the bus and websocket
-
- Jun 20, 2022
-
-
Mario Raciti authored
-
- May 12, 2022
-
-
Mario Raciti authored
-
Mario Raciti authored
-
- Apr 19, 2022
-
-
Mario Raciti authored
-
Mario Raciti authored
-
- Apr 14, 2022
-
-
Mario Raciti authored
-
- Apr 12, 2022
-
-
Mario Raciti authored
-
- Apr 07, 2022
-
-
Mario Raciti authored
-
Mario Raciti authored
-
Mario Raciti authored
-
- Apr 05, 2022
-
-
Mario Raciti authored
TMSS-556: Add auth token check in WS handleMessage method; update WS tests to send auth token as first message
-
- Apr 01, 2022
-
-
Mario Raciti authored
-
- Mar 11, 2022
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
- Mar 07, 2022
-
-
Jorrit Schaap authored
-
- Feb 15, 2022
-
-
Auke Klazema authored
-
- Feb 07, 2022
-
-
Jorrit Schaap authored
-
- Jan 20, 2022
-
-
Jorrit Schaap authored
-
- Dec 01, 2021
-
-
Nithya authored
Master merge
-
- Nov 29, 2021
-
-
Auke Klazema authored
The environment file ended in test and this is confusing when dealing with test and production environment since it has nothing to do with test environments. The extention was used to test out thing while leaving the old .lofar_env file unchanged. But it ended up this way in production and its changed in code with this commit.
-
- Nov 24, 2021
-
-
Jorrit Schaap authored
-
- Nov 19, 2021
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
- Nov 18, 2021
-
-
Jorrit Schaap authored
TMSS-1254: after discussion with the architect we opted for collapsing the scheduled_process_start/stop_time and scheduled_sky_start/stop_time into one more meaningful scheduled_start/stop_time. This timestamp specifies what we want. The actual_* timestamps the report what happened. And the plain timestamps report the combination of the two: what we want before running, and what happened after ending. Moved the timestamps also into the model as non-editable fields which are updated via database triggers. Added documentation.
-
- Sep 02, 2021
-
-
Jorrit Schaap authored
TMSS-917: adapted and fixed various tests now that we reverted to a single parent TaskBlueprint for a Subtask.
-
- Aug 18, 2021
-
-
Auke Klazema authored
-
- Apr 14, 2021
-
-
Jorrit Schaap authored
TMSS-725: processed review comment. moved set_subtask_state_following_allowed_transitions into test_utils so that it is clearly intended to be used in tests only, and not in normal tmss code. Took the opportunity to move the TMSSTestEnvironment into its own module as well to make a clear distinction between test-helper-methods (in test_utils.py) and the TMSSTestEnvironment (in test_environment.py). Adapted all tests with new import paths.
-