portainer/api/http/handler/stacks
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
..
autoupdate.go feat(k8s): support git automated sync for k8s applications [EE-577] (#5548) 2021-09-30 12:58:10 +13:00
create_compose_stack.go fix(stack) normalize stack name EE-1701 (#5776) 2021-10-01 16:56:34 +13:00
create_kubernetes_stack.go feat(k8s): support git automated sync for k8s applications [EE-577] (#5548) 2021-09-30 12:58:10 +13:00
create_swarm_stack.go fix(stack) normalize stack name EE-1701 (#5776) 2021-10-01 16:56:34 +13:00
handler.go fix(stack) normalize stack name EE-1701 (#5776) 2021-10-01 16:56:34 +13:00
helper.go feat(stacks): support automated sync for stacks [EE-248] (#5340) 2021-08-17 13:12:07 +12:00
helper_test.go feat(stacks): support automated sync for stacks [EE-248] (#5340) 2021-08-17 13:12:07 +12:00
stack_associate.go feat(stacks): support automated sync for stacks [EE-248] (#5340) 2021-08-17 13:12:07 +12:00
stack_create.go fix(swagger): fix swagger api docs endpoint(s) rename to environment(s) EE-1661 (#5629) 2021-09-20 12:14:22 +12:00
stack_delete.go feat(k8s): support git automated sync for k8s applications [EE-577] (#5548) 2021-09-30 12:58:10 +13:00
stack_file.go feat(ui):rename endpoint(s) to environment(s) EE-1206 (#5588) 2021-09-08 20:42:17 +12:00
stack_inspect.go feat(ui):rename endpoint(s) to environment(s) EE-1206 (#5588) 2021-09-08 20:42:17 +12:00
stack_list.go feat(ui):rename endpoint(s) to environment(s) EE-1206 (#5588) 2021-09-08 20:42:17 +12:00
stack_migrate.go feat(k8s): support git automated sync for k8s applications [EE-577] (#5548) 2021-09-30 12:58:10 +13:00
stack_start.go feat(k8s): support git automated sync for k8s applications [EE-577] (#5548) 2021-09-30 12:58:10 +13:00
stack_stop.go feat(k8s): support git automated sync for k8s applications [EE-577] (#5548) 2021-09-30 12:58:10 +13:00
stack_update.go fix(swagger): fix swagger api docs endpoint(s) rename to environment(s) EE-1661 (#5629) 2021-09-20 12:14:22 +12:00
stack_update_git.go feat(k8s): support git automated sync for k8s applications [EE-577] (#5548) 2021-09-30 12:58:10 +13:00
stack_update_git_redeploy.go feat(k8s): support git automated sync for k8s applications [EE-577] (#5548) 2021-09-30 12:58:10 +13:00
update_kubernetes_stack.go feat(k8s): support git automated sync for k8s applications [EE-577] (#5548) 2021-09-30 12:58:10 +13:00
webhook_invoke.go feat(k8s): support git automated sync for k8s applications [EE-577] (#5548) 2021-09-30 12:58:10 +13:00
webhook_invoke_test.go feat(db): upgrade auto-backup backup and rollback support EE-867 EE-1158 (#5341) 2021-09-27 13:52:50 +13:00