agola/internal/services/runservice/api
Simone Gotti 66e182a55d runservice: improve errors in logsHandler
* return errNotExist in readTaskLogs when the executor task doesn't exist: so
the client will receive a 404 instead of a 500 (since a generic error will be
mapped to a 500).
* Wrap the errNotExist returned by readTaskLogs with a new ErrNotExits reporting
"log doesn't exist"
2019-11-13 15:50:20 +01:00
..
api.go runservice: improve errors in logsHandler 2019-11-13 15:50:20 +01:00
executor.go *: improve error handling 2019-11-11 12:17:35 +01:00
maintenance.go runservice: maintenance/export/import 2019-07-29 11:52:30 +02:00