Remaining dedicated grpc messages refactor#736
Conversation
|
Hi James, thank you for this PR, having commands addressed correctly is great! Few requests Could we similarly have a warning log message of when running the following? Can we also have similar log messages for the following I will also define user stories on how we define error states - manually setting an application into error and attempting to get out of it using |
|
Thanks for the review @PawelPlesniak. Would it be okay if I made these changes in another PR later? I'm basically at a point where the UI deployment is working, and would be nice to be able to give a demo on Monday with all the new stuff added. |
|
This sounds good, thank you for the hard work on the UI deployment! Looking forward to the demo :) |
|
Rebased and full integration testsuite ran on np04. Ready to merge whenever! I forget -- which channel is PR merges announced on again? |
|
This is on #dunedaq-integration |
|
@PawelPlesniak For some reason my access to that channel has been revoked. |
|
Also I'll need an accepting review to merge,. |
PawelPlesniak
left a comment
There was a problem hiding this comment.
LGTM, passed manual tests
|
I have sent off some requests to find out twho the Slack workspace admin is, to add you Aurash and Miruna to the channel. For today, I will pass on the message so we can get this merged, but I will be contacting the relevant people so I am not the bottleneck |
Description
Resolves #686.
Refactors the remaining controller fns:
take_control,submit_control,who_is_in_control,to_error, and gives them their own message types.Also remove a whole lot of the older code.
Type of change
Key checklist
python -m pytest)pre-commit run --all-files)Further checks
(Indicate issue here: # (issue))