portainer/api/http/handler/stacks
Chaim Lev-Ari 4d5836138b
feat(stacks): add the ability to stop a stack (#4042)
* feat(stacks): add stack status

* feat(stacks): add empty start/stop handlers

* feat(stacks): show start/stop button

* feat(stacks): implement stack stop

* feat(stacks): implement start stack

* feat(stacks): filter by active/inactive stacks

* fix(stacks): update authorizations for stack start/stop

* feat(stacks): assign default status on create

* fix(bolt): fix import

* fix(stacks): show external stacks

* fix(stacks): reload on stop/start

* feat(stacks): confirm before stop
2020-08-04 10:18:53 +12:00
..
create_compose_stack.go feat(stacks): add the ability to stop a stack (#4042) 2020-08-04 10:18:53 +12:00
create_kubernetes_stack.go
create_swarm_stack.go feat(stacks): add the ability to stop a stack (#4042) 2020-08-04 10:18:53 +12:00
git.go
handler.go feat(stacks): add the ability to stop a stack (#4042) 2020-08-04 10:18:53 +12:00
stack_create.go
stack_delete.go
stack_file.go
stack_inspect.go
stack_list.go
stack_migrate.go
stack_start.go feat(stacks): add the ability to stop a stack (#4042) 2020-08-04 10:18:53 +12:00
stack_stop.go feat(stacks): add the ability to stop a stack (#4042) 2020-08-04 10:18:53 +12:00
stack_update.go