January release
This release is compatible with Maestro Tools 0.4.1. and Util 0.4.0
New Features 🚀
- #140 Supervisor modulisation Supervisor now is its own c++ module. NOTE: Not activated by defualt. See first Issue.
- #141 Differentiate new MSCP messages subDownloadFile has been added as a message in systemcontrol to enable specific control during download.
Bug Fixes 🐛
- #147 Reevaluated MQ priorities MQ priorities was wrong, Highest priority was lowest. This has been remedied.
Improvements 👍
- 145 Integration test for normal test Integration tests have been added and a "normal test" is now avaliable.
- 146 Deleted commented out things in SC Deleted commented things in Systemcontrol.
Other Changes
- Project now using Jenkins for testing and code formatting is now enforced.
- Test procedures have been defined for some of the code.
Issues 💥
- Supervision and ObjectControl have different definitions of heading
- Rapid communication by the test scripts works when running manually but not when run by Jenkins