Skip to content

Latest commit

 

History

History
190 lines (125 loc) · 5.6 KB

File metadata and controls

190 lines (125 loc) · 5.6 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Chips on triggers now update on "blur" events, when the user clicks away from the input.

3.0.0 - 2026-02-23

Added

  • Added option to define Git branch/tag when creating a trigger.
  • Added the possibility to kill a running robot from Orchestrator.
  • Added search and status filter to queue element list.
  • Added overview of queue element.
  • Added option to create new queue element.
  • Added editing of queue elements.
  • Added option to delete queue element.
  • Added search and status filter to queue element list.
  • Added Job objects, job tabs and linked logs to jobs.

Changed

  • Removed Orchestrator exit on connection loss.
  • Queue element list pagination moved to server side.
  • Reordered columns in Orchestrator app.
  • Reordered columns in logs.
  • Pagination of logs is now handled server side.

Dev

  • Added automated tests for Alembic.
  • Automated tests of the Orchestrator ui.

Fixed

  • Removed warnings from tests.

2.0.1 - 2025-11-06

Fixed

  • Alembic will now use the dbo schema, even when upgrading a remote database.

2.0.0 - 2025-11-06

Added

  • Added option for robots to check if they are pausing.
  • Added argument to manually set Orchestrator port.
  • Added argument to prevent Orchestrator from opening in the browser automatically.
  • Commandline command to upgrade a database to the newest schema.
  • Added 'Scheduler' tab with overview of running schedulers.
  • Added priority and scheduler whitelist to triggers.

Changed

  • Server no longer stops after disconnects.
  • Ui no longer checks if the page is in focus before updating.
  • Changed cli to use argparser.
  • Arguments to start Scheduler and Orchestrator are now subcommands (no '-' before 'o' and 's').
  • Trigger status 'Paused' is now colored orange in the trigger tab.
  • When creating a new trigger, blocking process is now default.
  • Scheduler no longer auto-connects.
  • Removed 'Initialize database' button from Orchestrator. Use upgrade command instead.
  • Updated all dependenices to newest version.

Fixed

  • Raise error if git is not installed when trying to clone a git repo.

Dev

  • Automated tests of the Orchestrator ui.

1.3.1 - 2025-03-12

Fixed

  • Switched croniter with cronsim

Fixed

  • A database shutdown shouldn't cause Scheduler to crash anymore.

1.3.0 - 2024-06-19

Added

  • 'Abandoned' status to queue elements.
  • 'Pausing' status added to triggers.
  • Disabling a 'Running' trigger in Orchestrator will set its status to 'Pausing'.
  • Scheduler will change a 'Pausing' trigger to 'Paused' when the process is done.
  • Queue elements can now be filtered by 'Created Date'.

Fixed

  • Refactoring for more correct typing.
  • Get-functions in db_util now works in SQLITE.
  • DatetimeInput tried to update before the UI was ready.
  • Credentials made with an old encryption key couldn't be edited.

Changed

  • Sort triggers & queues by name by default.
  • Log messages over 8000 characters are now truncated preserving the beginning and end.

1.2.0 - 2024-02-27

Changed

  • Scheduler run tab refactored to OOP design.
  • Run tab design cleaned up.
  • Cloned repo folders are removed when the respective processes are done/failed.
  • Scheduled triggers no longer try to catch up to missed runs.
  • Orchestrator port number made dynamic allowing multiple instances.
  • Default pagination increased on trigger and queue tables.

Fixed

  • Scheduler doesn't freeze when connection is momentarily lost.

1.1.0 - 2024-01-25

Changed

  • Orchestrator rewritten to use NiceGui instead of TKinter for its UI.
  • Lots and lots of UI changes and upgrades.
  • All UI logic removed from db_util.
  • Refactoring and renaming of files.
  • Scheduler log area limited to 1000 lines.
  • Updated Github Workflows

Added

  • Queues tab in Orchestrator to monitor queues.
  • Scheduler logs errors when a robot returns a non-zero return code.
  • Ability to change the next run time on Scheduled triggers.
  • Automated tests of database functionality and OrchestratorConnection.
  • Orchestrator auto updates data when in focus.

Fixed

  • Scheduler doesn't spam "File not found" anymore.
  • Type hints on db functions.

1.0.2 - 2023-12-19

Added

  • db_util: Return queue element when calling create_queue_element.
  • OrchestratorConnection: Return queue element when calling create_queue_element.

Fixed

  • OrchestratorConnection: Bug in get_queue_elements.

1.0.1 - 2023-11-29

Added

  • Changelog!

Fixed

  • db_util: get_next_queue_trigger should only count 'NEW' queue elements.

1.0.0 - 2023-11-16

  • Initial release