You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a successful diagnosis run the results should be retrievable via DS service. Here only the main results should be retrieved. But additionally it should be possible to fetch the raw data (offered as a download option in the UI later) if required.
The text was updated successfully, but these errors were encountered:
Currently only the main data can be fetched, but a download option to
get all the raw data will be offered later. The results are not fetched
within the UI yet.
The SpotterResult's message field had to be renamed to comply with JSON.
Added the report text as a string inside ResultsContainer to have all
data in one spot. However, the report text file is written normally like
before. Changes in Spotter were only to set the report in the container
object.
Change-Id: I13b546924b0c0b7c832ee20f6c59f3f5f9244a50
Signed-off-by: Denis Knoepfle <[email protected]>
The main run results are now automatically fetched if they are not
present already. This also solved the label issue of nodes (see sopeco#18).
Change-Id: I02583fa477720ba61e97e0f5c2a97987193325da
Signed-off-by: Denis Knoepfle <[email protected]>
After a successful diagnosis run the results should be retrievable via DS service. Here only the main results should be retrieved. But additionally it should be possible to fetch the raw data (offered as a download option in the UI later) if required.
The text was updated successfully, but these errors were encountered: