Improve supervisor change integration #114

Merged
ansv7779 merged 4 commits from supervisor-change-daisy-integration into develop 2025-02-21 00:27:23 +01:00

4 Commits

Author SHA1 Message Date
9bdd22d91d Refactoring and new test
All checks were successful
Deploy to branch.dsv.su.se / deploy (pull_request) Successful in 3m30s
Build and test / build-and-test (push) Successful in 15m52s
Remove branch deployment from branch.dsv.su.se / cleanup (pull_request) Successful in 15s
Renamed boolean in updateHeadSupervisor method from toAdd -> shouldChange

Added test to cover the branching in updateHeadSupervisor
2025-02-20 11:22:13 +01:00
82c5a7a85a reformatted code with prettier tooling
All checks were successful
Deploy to branch.dsv.su.se / deploy (pull_request) Successful in 3m27s
Build and test / build-and-test (push) Successful in 16m4s
2025-02-20 08:45:04 +01:00
ff2ba01690 Replace head supervisor
Some checks failed
Build and test / build-and-test (push) Failing after 44s
Deploy to branch.dsv.su.se / deploy (pull_request) Successful in 3m35s
updateHeadSupervisor method has been updated to conform with the new daisy api changes.
We no longer need to delete supervisor before replacing (updating).
2025-02-20 08:36:40 +01:00
130ab46284 Updated daisy api xsd
Some checks failed
Build and test / build-and-test (push) Failing after 58s
Deploy to branch.dsv.su.se / deploy (pull_request) Failing after 8m28s
Since daisy api has changed we have to update our xsd.
One of the changes wade is that the api has changed from dateTime -> date

Corrected affected code so it uses LocalDate.
2025-02-19 10:31:19 +01:00