portainer/api/http/proxy/factory/docker
Chaim Lev-Ari f5aa6c4dc2
feat(docker): show docker pull rate limits (#4666)
* feat(dockerhub): introduce local status endpoint

* feat(proxy): rewrite request with dockerhub credentials

* feat(endpoint): check env type

* feat(endpoint): check for local endpoint

* feat(docker): introduce client side service to get limits

* feat(container): add info about rate limits in container

* feat(dockerhub): load rate limits just for specific endpoints

* feat(images): show specific dockerhub messages for admin

* feat(service-create): show docker rate limits

* feat(service-edit): show rate limit messages

* fix(images): fix loading of page

* refactor(images): move rate limits check to container

* feat(kubernetes): proxy agent requests

* feat(kubernetes/apps): show pull limits in application creation

* refactor(image-registry): move warning to end of field

* fix(image-registry): show right message for admin

* fix(images): silently fail when loading rate limits

* fix(kube/apps): use new rate limits comp

* fix(images): move rate warning to end

* fix(registry): move search to right place

* fix(service): remove service warning

* fix(endpoints): check if kube endpoint is local
2021-03-24 19:27:32 +01:00
..
access_control.go fix(uac): ignore duplicates, spaces and casing in portainer labels (#4823) 2021-03-03 11:38:59 +02:00
access_control_test.go fix(uac): ignore duplicates, spaces and casing in portainer labels (#4823) 2021-03-03 11:38:59 +02:00
build.go feat(api): rewrite access control management in Docker (#3337) 2019-11-13 12:41:42 +13:00
configs.go feat(stacks): scope stack names to endpoint (#4520) 2021-02-23 21:18:05 +01:00
containers.go feat(stacks): scope stack names to endpoint (#4520) 2021-02-23 21:18:05 +01:00
networks.go feat(stacks): scope stack names to endpoint (#4520) 2021-02-23 21:18:05 +01:00
registry.go feat(api): rewrite access control management in Docker (#3337) 2019-11-13 12:41:42 +13:00
secrets.go feat(stacks): scope stack names to endpoint (#4520) 2021-02-23 21:18:05 +01:00
services.go feat(stacks): scope stack names to endpoint (#4520) 2021-02-23 21:18:05 +01:00
swarm.go feat(api): rewrite access control management in Docker (#3337) 2019-11-13 12:41:42 +13:00
tasks.go feat(api): rewrite access control management in Docker (#3337) 2019-11-13 12:41:42 +13:00
transport.go feat(docker): show docker pull rate limits (#4666) 2021-03-24 19:27:32 +01:00
volumes.go feat(stacks): scope stack names to endpoint (#4520) 2021-02-23 21:18:05 +01:00