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 refactor(errors): reorganize errors (#3938) 2020-07-08 09:57:52 +12:00
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 feat(settings): introduce setting to disable container caps for non-admins (#4109) 2020-07-28 19:08:15 +12:00
stack_delete.go refactor(errors): reorganize errors (#3938) 2020-07-08 09:57:52 +12:00
stack_file.go refactor(errors): reorganize errors (#3938) 2020-07-08 09:57:52 +12:00
stack_inspect.go refactor(errors): reorganize errors (#3938) 2020-07-08 09:57:52 +12:00
stack_list.go refactor(errors): reorganize errors (#3938) 2020-07-08 09:57:52 +12:00
stack_migrate.go refactor(errors): reorganize errors (#3938) 2020-07-08 09:57:52 +12:00
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 refactor(errors): reorganize errors (#3938) 2020-07-08 09:57:52 +12:00