agola/internal
Simone Gotti a47834da8a *: replace os errors check functions with errors.Is
Since we're wrapping also internal errors, if a function returns a
wrapped os pkg error (like os.ErrNotExists) and the caller function uses
the os error check functions (like os.IsNotExist) it won't work since
(like explained in the os pkg comment) it won't unwrap the error.
Fix this by using errors.Is checks.
2022-03-02 13:23:32 +01:00
..
common *: use new errors handling library 2022-02-28 12:49:13 +01:00
config runconfig: changed encoded auth with value type for dockerregistryauth 2022-03-01 05:53:32 -08:00
datamanager test: use `T.TempDir` to create temporary test directory 2022-03-01 16:37:17 +08:00
db *: use new errors handling library 2022-02-28 12:49:13 +01:00
errors *: use new errors handling library 2022-02-28 12:49:13 +01:00
etcd *: use new errors handling library 2022-02-28 12:49:13 +01:00
git-handler *: use new errors handling library 2022-02-28 12:49:13 +01:00
git-save *: replace os errors check functions with errors.Is 2022-03-02 13:23:32 +01:00
gitsources *: use new errors handling library 2022-02-28 12:49:13 +01:00
objectstorage *: replace os errors check functions with errors.Is 2022-03-02 13:23:32 +01:00
runconfig runconfig: changed encoded auth with value type for dockerregistryauth 2022-03-01 05:53:32 -08:00
sequence *: use new errors handling library 2022-02-28 12:49:13 +01:00
services *: replace os errors check functions with errors.Is 2022-03-02 13:23:32 +01:00
testutil *: use new errors handling library 2022-02-28 12:49:13 +01:00
toolbox *: replace os errors check functions with errors.Is 2022-03-02 13:23:32 +01:00
util *: use new errors handling library 2022-02-28 12:49:13 +01:00
tools.go Add makefile 2019-02-21 15:59:16 +01:00