Skip to content

Autumn cleaning 2024

Jiří Rája requested to merge autumn-cleaning into master

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() with datetime.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 or terminate to stop
  • Rename all references to execute to start
  • Rename all references to unpause to resume
  • Check that the states match since scheduled was replaced with awaiting for stages
  • Rename show in CLI to get
  • Replace result with state for successor selection
Edited by Jiří Rája

Merge request reports

Loading