portainer/api/http/handler/registries
Chaim Lev-Ari db4a5292be
refactor(errors): reorganize errors (#3938)
* refactor(bolt): move ErrObjectNotFound to bolt

* refactor(http): move ErrUnauthorized to http package

* refactor(http): move ErrResourceAccessDenied to http errors

* refactor(http): move security errors to package

* refactor(users): move user errors to users package

* refactor(errors): move single errors to their package

* refactor(schedules): move schedule error to package

* refactor(http): move endpoint error to http package

* refactor(docker): move docker errors to package

* refactor(filesystem): move filesystem errors to package

* refactor(errors): remove portainer.Error

* style(chisel): reorder imports

* fix(stacks): remove portainer.Error
2020-07-08 09:57:52 +12:00
..
handler.go feat(api): introduce new datastore interface (#3802) 2020-06-03 11:40:04 +12:00
proxy.go refactor(errors): reorganize errors (#3938) 2020-07-08 09:57:52 +12:00
proxy_gitlab.go feat(registry): gitlab support (#3107) 2019-11-12 16:28:31 +13:00
proxy_management_gitlab.go refactor(errors): reorganize errors (#3938) 2020-07-08 09:57:52 +12:00
registry_configure.go refactor(errors): reorganize errors (#3938) 2020-07-08 09:57:52 +12:00
registry_create.go refactor(errors): reorganize errors (#3938) 2020-07-08 09:57:52 +12:00
registry_delete.go refactor(errors): reorganize errors (#3938) 2020-07-08 09:57:52 +12:00
registry_inspect.go refactor(errors): reorganize errors (#3938) 2020-07-08 09:57:52 +12:00
registry_list.go feat(api): introduce new datastore interface (#3802) 2020-06-03 11:40:04 +12:00
registry_update.go refactor(errors): reorganize errors (#3938) 2020-07-08 09:57:52 +12:00