281 user friendly decommutation of received reports#332
Conversation
… with overloaded status variable.
…nts the formal release process which also triggers publication.
…efault-adm-load-process
…ols to bring in fixes for SQL concurrency causing reliability issues.
BrianSipos
left a comment
There was a problem hiding this comment.
I did not dig through changes in detail, is there expected to be an update to the grafana query style to use the item table and item position index more explicitly?
not explicitly it is pulling the data from view vw_ari_rpt_set(either using the rest endpoint or straight from the database) which is ordering the items by the index |
…ommutation-of-received-reports
BrianSipos
left a comment
There was a problem hiding this comment.
One suggested search-and-replace to make a field meaning more clear from its name.
…ommutation-of-received-reports
…ommutation-of-received-reports
BrianSipos
left a comment
There was a problem hiding this comment.
Two sonar issues, don't affect behavior. The remaining sonar issue about FastAPI I don't know about, so feel free to accept it or not.
|



Overhauled querying and structures used for pulling reports from the database and responding to REST calls
The rpt items are stored individual as CBOR in database and Transcoder is used to convert to string representation.
Organized reports based off report source and will send back a list of reports that are organized based off the report definition.