portainer/api/http/handler/webhooks
Connor Lanigan 9ad626b36e
fix(webhooks): support image names containing a port number (#4526) (#5970)
This fixes a bug where image/registry names that contain a port number were inadvertently truncated (because port numbers are specified with a colon, just like the image tag).

For example, updating an image named `registry.example.com:5000/myimage:oldtag` with the new image tag `newtag` was incorrectly transformed into `registry.example.com:newtag`
2021-11-23 07:15:59 +02:00
..
handler.go feature(kubeconfig): access to all kube environment contexts from within the Portainer UI [EE-1727] (#5966) 2021-11-22 15:05:09 -03:00
webhook_create.go fix(swagger) swagger annotations fixes and improvements EE-1205 2021-10-12 12:12:08 +13:00
webhook_delete.go fix(swagger) swagger annotations fixes and improvements EE-1205 2021-10-12 12:12:08 +13:00
webhook_execute.go fix(webhooks): support image names containing a port number (#4526) (#5970) 2021-11-23 07:15:59 +02:00
webhook_list.go feat(openapi): github workflow to generate and validate openapi spec EE-2056 (#6101) 2021-11-19 09:44:08 +13:00