portainer/api/http/handler/stacks
Richard Wei 09c5bada3e
fix(app): fix create stack with capital letters or space issue EE-908 (#5236)
* fix(app): fix create stack with capital letters or space issue

* replace ComposeWrapper with ComposeStackManager
2021-07-23 09:53:42 +12:00
..
create_compose_stack.go feat(app): rework private registries and support private registries in kubernetes EE-30 (#5131) 2021-07-14 21:15:21 +12:00
create_kubernetes_stack.go fix(stack) ignore username and password when authentication is disabled EE-161 (#5222) 2021-06-22 19:59:05 +12:00
create_kubernetes_stack_test.go feat(k8s): advanced deployment from Git repo EE-447 (#5166) 2021-06-16 23:47:32 +02:00
create_swarm_stack.go fix(app): fix create stack with capital letters or space issue EE-908 (#5236) 2021-07-23 09:53:42 +12:00
handler.go feat(stacks): redeploy git stack [EE-161] (#5139) 2021-06-16 09:11:35 +12:00
stack_associate.go Feat(stacks): orphaned stacks #4397 (#4834) 2021-06-10 14:52:33 +12:00
stack_create.go fix(stack) ignore username and password when authentication is disabled EE-161 (#5222) 2021-06-22 19:59:05 +12:00
stack_create_test.go feat(stacks): redeploy git stack [EE-161] (#5139) 2021-06-16 09:11:35 +12:00
stack_delete.go fix(swagger): add swagger annotation for pull and redeploy stack 2021-07-22 11:40:53 +12:00
stack_file.go Feat(stacks): orphaned stacks #4397 (#4834) 2021-06-10 14:52:33 +12:00
stack_inspect.go Feat(stacks): orphaned stacks #4397 (#4834) 2021-06-10 14:52:33 +12:00
stack_list.go Feat(stacks): orphaned stacks #4397 (#4834) 2021-06-10 14:52:33 +12:00
stack_migrate.go feat(stacks): scope stack names to endpoint (#4520) 2021-02-23 21:18:05 +01:00
stack_start.go fix(swagger): add swagger annotation for pull and redeploy stack 2021-07-22 11:40:53 +12:00
stack_stop.go fix(swagger): add swagger annotation for pull and redeploy stack 2021-07-22 11:40:53 +12:00
stack_update.go fix(swagger): add swagger annotation for pull and redeploy stack 2021-07-22 11:40:53 +12:00
stack_update_git.go fix(swagger): add swagger annotation for pull and redeploy stack 2021-07-22 11:40:53 +12:00