Autumn cleaning 2024
This is only a list of major changes. All of the changes can be found in the commit history.
-
Update RabbitAPI documentation -
Removed unused list_sessions
,list_triggers
,list_modules
endpoints -
Removed unused service file for Worker -
Removed unused management commands for Hive ( runserver
,startgunicorn
,startlistener
,startmonitoring
) -
Validation of parameters used for Worker creation is done in the views -
Abstract API for Hive models -
Remove unused setters -
Minimal required Python version is now 3.11 -
Updated packages -
Updated typing (cryton-common#31 (closed)) -
Replace datetime.datetime.utcnow()
withdatetime.datetime.now(datetime.UTC)
-
Update E2E tests to run functionality scenarios + playground scenario instead of the advanced control test -
Only keeping tests that support pytest (cryton-common#3 (closed)) -
E2E tests are now reworked and are in pytest -
Rename all references to kill
orterminate
tostop
-
Rename all references toexecute
tostart
-
Rename all references to unpause
toresume
-
Check that the states match since scheduled was replaced with awaiting for stages -
Renameshow
in CLI toget
-
Replace result with state for successor selection
Edited by Jiří Rája