Releases
Release notes for Resource Surveillance (surveilr) 0.10.0
What’s New
- Orchestration models
-
device–surveilralready has adevicetable but check to see if we need to enhance it. - Add a table called
orchestration_naturewith aorchestration_nature_idTEXT ID primary key (not UUID), requirednatureTEXT,elaborationJSONB columns- Start with a single default row with
orchestration_nature_idcalledV&VandnaturecalledVerification and Validation - We will start with one type of “orchestration” called “V&V” and then we will add more later after V&V is done
- Start with a single default row with
-
orch_session-> use it as it but call itorchestration_session- add a text column called
orchestration_nature_idto this table and default it toV&Vforeign key above.
- add a text column called
-
orch_session_entry->orchestration_session_entry -
orch_session_state->orchestration_session_state -
orch_session_exec->orchestration_session_exec -
orch_session_issue->orchestration_session_issue
-
Bug Fixes
- GitLab Batch Size: The default used to be 20; however, it will now be determined by the
--batch-sizeargument provided.
Assets
Please find the release here.