portainer/api/exec
cong meng 328abfd74e
fix(stack) normalize stack name EE-1701 (#5776)
* fix(stack) normalize stack name EE-1701

* fix(stack) normalize swarm stack name and fix rebase error EE-1701

* fix(stack) add front end stack name validation EE-1701

* fix(stack) make stack name regex as a const EE-1701

* fix(stack) reuse stack name regex for compose and swarm EE-1701

* fix(stack) add name validation for stack duplication form EE-1701

Co-authored-by: Simon Meng <simon.meng@portainer.io>
2021-10-01 16:56:34 +13:00
..
exectest feat(k8s): support git automated sync for k8s applications [EE-577] (#5548) 2021-09-30 12:58:10 +13:00
common.go fix(stack) normalize stack name EE-1701 (#5776) 2021-10-01 16:56:34 +13:00
compose_stack.go fix(stack) normalize stack name EE-1701 (#5776) 2021-10-01 16:56:34 +13:00
compose_stack_integration_test.go
compose_stack_test.go fix(stacks): allow root based compose file paths (#5564) 2021-09-13 11:11:22 +12:00
kubernetes_deploy.go feat(k8s): support git automated sync for k8s applications [EE-577] (#5548) 2021-09-30 12:58:10 +13:00
swarm_stack.go fix(stack) normalize stack name EE-1701 (#5776) 2021-10-01 16:56:34 +13:00
swarm_stack_test.go