agola/internal/services/runservice
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
..
action *: improve error handling 2019-11-11 12:17:35 +01:00
api runservice: improve errors in logsHandler 2019-11-13 15:50:20 +01:00
common *: improve error handling 2019-11-11 12:17:35 +01:00
readdb readdb: improve HandleEvents goroutine exiting 2019-11-12 11:03:21 +01:00
store *: improve error handling 2019-11-11 12:17:35 +01:00
runservice.go runservice: don't save executor task data in etcd 2019-09-17 12:03:43 +02:00
scheduler_test.go *: export clients and related types 2019-08-02 12:02:01 +02:00
scheduler.go *: use etcd mutex TryLock 2019-11-12 22:27:17 +01:00