Closed vladimir-cucu closed 9 months ago
Demo starting at https://juju-dashboard-1686.demos.haus
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
5e8ef26
) 0.00% compared to head (2a43750
) 95.02%. Report is 4 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Done
fetchAllModelStatuses()
.fetchAllModelStatuses()
. Else, throw the error back, so that it is further caught inmodelPollerMiddleware()
.modelPollerMiddleware()
, send "Unable to load models." error if it is the first polling and all models error out, "Unable to load some models." error if it is the first polling and some models error out, "Unable to load latest model data." if it is later polling and the error appears infetchAllModelStatuses()
call, else send "Unable to list or update models." error. The error should be sent tojuju -> modelsErrors
in Redux store.pages/ModelsIndex/ModelsIndex.tsx
.QA
modelPollerMiddleware()
to throw an error on line 217.Models
page and logged into the console.Details
Screenshots