agola/internal/services/runservice
Simone Gotti 87f182a0c9 *: use errors.Is/errors.As to handle wrapped error checking
Enable golangci-lint errorlint linter to check proper use of errors.Is
and error.As instead of direct comparison or error type casting.
2022-02-24 17:07:29 +01:00
..
action *: use errors.Is/errors.As to handle wrapped error checking 2022-02-24 17:07:29 +01:00
api *: use errors.Is/errors.As to handle wrapped error checking 2022-02-24 17:07:29 +01:00
common runservice: use etcd mutex TryLock on fetching 2019-11-13 11:53:54 +01:00
readdb *: use errors.Is/errors.As to handle wrapped error checking 2022-02-24 17:07:29 +01:00
store *: use errors.Is/errors.As to handle wrapped error checking 2022-02-24 17:07:29 +01:00
runservice.go *: use errors.Is/errors.As to handle wrapped error checking 2022-02-24 17:07:29 +01:00
scheduler.go *: use errors.Is/errors.As to handle wrapped error checking 2022-02-24 17:07:29 +01:00
scheduler_test.go runservice: use all scheduled tasks in scheduleRun 2020-02-28 09:56:12 +01:00