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
Do my output directories have appropriate permissions? ie. Can I write to the output directories? Do the file artifacts that my plugin generates have permissions so that the taqueria user can edit? (We have seen michelson files owned by root which means the taq user can't edit them).
Areas where health check errors or warnings can be surfaced to the user:
taq output as a result of running taq healthcheck or taq diagnostics`
VSCode extension UI
github action logs - making the issues visable/prominent to a person looking at the CI/CD pipelines.
Acceptance Criteria
Perform health checks on plugins
return error with remediation actions if errors are found with dependency versions
Additional Context and Related Items
The text was updated successfully, but these errors were encountered:
Description
Taqueria should provide a health check
Health Check areas;
.taq
exist? Is the store, config etc well formed?healthcheck
method that reports on the plugins state and ability to fullfill its dutiesAreas where health check errors or warnings can be surfaced to the user:
taq
output as a result of runningtaq healthcheck
or taq diagnostics`Acceptance Criteria
Additional Context and Related Items
The text was updated successfully, but these errors were encountered: