portainer/api/http/handler/registries
xAt0mZ 198e92c734 feat(registry): gitlab support (#3107)
* feat(api): gitlab registry type

* feat(registries): early support for gitlab registries

* feat(app): registry service selector

* feat(registry): gitlab support : list repositories and tags - remove features missing

* feat(registry): gitlab registry remove features

* feat(registry): gitlab switch to registry V2 API for repositories and tags

* feat(api): use development extension binary

* fix(registry): avoid 401 on gitlab retrieve to disconnect the user

* feat(registry): gitlab browse projects without extension

* style(app): code cleaning

* refactor(app): PR review changes + refactor on types

* fix(gitlab): remove gitlab info from registrymanagementconfig and force gitlab type

* style(api): go fmt

* feat(api): update APIVersion and ExtensionDefinitionsURL

* fix(api): fix invalid RM extension URL

* feat(registry): PAT scope help

* feat(registry): defaults on registry creation

* style(registry-creation): update layout and text for Gitlab registry

* feat(registry-creation): update gitlab notice
2019-11-12 16:28:31 +13:00
..
handler.go feat(registry): gitlab support (#3107) 2019-11-12 16:28:31 +13:00
proxy.go feat(registry): gitlab support (#3107) 2019-11-12 16:28:31 +13:00
proxy_gitlab.go feat(registry): gitlab support (#3107) 2019-11-12 16:28:31 +13:00
proxy_management_gitlab.go feat(registry): gitlab support (#3107) 2019-11-12 16:28:31 +13:00
registry_configure.go refactor(api): refactor base import path (#2788) 2019-03-21 14:20:14 +13:00
registry_create.go feat(registry): gitlab support (#3107) 2019-11-12 16:28:31 +13:00
registry_delete.go refactor(api): refactor base import path (#2788) 2019-03-21 14:20:14 +13:00
registry_inspect.go refactor(api): refactor base import path (#2788) 2019-03-21 14:20:14 +13:00
registry_list.go refactor(api): refactor base import path (#2788) 2019-03-21 14:20:14 +13:00
registry_update.go fix(api): fix an issue with RegistryUpdate operation (#3137) 2019-09-10 10:55:27 +12:00