agola/internal/util
Simone Gotti 72f279c4c3 *: improve error handling
* objectstorage: remove `types` package and move `ErrNotExist` in base package
* objectstorage: Implement .Is and add helper `IsErrNotExist` for `ErrNotExist`
* util: Rename `ErrNotFound` to `ErrNotExist`
* util: Add `IsErr*` helpers and use them in place of `errors.Is()`
* datamanager: add `ErrNoDataStatus` to report when there's not data status in ost
* runservice/common: remove `ErrNotExist` and use errors in util package
2019-11-11 12:17:35 +01:00
..
backoff.go configstore: move configstore types inside configstore package 2019-08-02 10:05:47 +02:00
buffer.go runservice: implement caching 2019-04-13 14:58:56 +02:00
dump.go Add dump util 2019-02-21 16:30:34 +01:00
errors.go *: improve error handling 2019-11-11 12:17:35 +01:00
git.go internal: fix linter errors 2019-07-02 16:20:53 +02:00
goroutine.go util: add GoWait function 2019-07-26 10:55:04 +02:00
password.go Add password utils 2019-02-21 16:04:00 +01:00
path.go util: Fix PathList output when path ends with slashes 2019-09-09 14:49:00 +02:00
path_test.go util: Fix PathList output when path ends with slashes 2019-09-09 14:49:00 +02:00
pointer.go util: add pointer utils 2019-04-24 16:31:14 +02:00
sha.go internal: fix linter errors 2019-07-02 16:20:53 +02:00
slice.go internal: fix linter errors 2019-07-02 16:20:53 +02:00
slice_test.go Add slice utils 2019-02-21 16:32:27 +01:00
ssh.go gateway: initial implementation 2019-02-21 17:58:25 +01:00
string.go Add slice utils 2019-02-21 16:32:27 +01:00
tls.go Add tls util 2019-02-21 16:23:36 +01:00
uuid.go runservice: implement task dependencies conditions 2019-04-12 16:46:04 +02:00
validation.go validation: make uuid like names not valid 2019-05-02 23:40:28 +02:00
validation_test.go validation: make uuid like names not valid 2019-05-02 23:40:28 +02:00