portainer/api/http/handler/stacks
LP B 5a04338087
feat(api/stacks): use compose-unpacker to deploy stacks from git [EE-4758] (#8725)
* feat(api/stacks): use compose-unpacker to deploy stacks from git

* refactor(api/stacks): move stack operation as unpacker builder parameter + check builder func existence

* fix(api/stacks): defer removal of unpacker container after error check

* refactor(api/unpacker-builder): clearer code around client creation for standalone and swarm manager

* refactor(api/stacks): extract git stack check to utility function

* fix(api/stacks): apply skip tls when deploying with unpcker - ref EE-5023

* fix(api/stacks): defer close of docker client
2023-05-17 14:52:39 +02:00
..
create_compose_stack.go
create_kubernetes_stack.go
create_swarm_stack.go
handler.go
stack_associate.go
stack_create.go
stack_delete.go feat(api/stacks): use compose-unpacker to deploy stacks from git [EE-4758] (#8725) 2023-05-17 14:52:39 +02:00
stack_file.go
stack_inspect.go
stack_list.go
stack_migrate.go
stack_start.go feat(api/stacks): use compose-unpacker to deploy stacks from git [EE-4758] (#8725) 2023-05-17 14:52:39 +02:00
stack_stop.go feat(api/stacks): use compose-unpacker to deploy stacks from git [EE-4758] (#8725) 2023-05-17 14:52:39 +02:00
stack_update.go
stack_update_git.go
stack_update_git_redeploy.go
update_kubernetes_stack.go
webhook_invoke.go fix(errors): wrap db errors, improve error handling (#8859) 2023-05-05 12:19:47 +12:00
webhook_invoke_test.go