portainer/api/http/handler/stacks
Dmitry Salakhov 0b93714de4
feat(stacks): redeploy git stack [EE-161] (#5139)
* feat(git): save git config when creating stack (#5048)

* feat(git): save git config when creating stack

* chore(fs): test fileExists

* fix(git): fix tests to use CloneRepository

* refactor(git): move options to new object

* feat(stacks): redeploy git stack api (#5112)

* feat(stacks): redeploy git stacks form

[EE-666]

* feat(stack): show loading after confirmation

* fix(stacks): show same size description

* fix(stacks): reload state when deployed

* feat(stacks): set stopped stacks status to activate when updating

* feat(stacks): backup stack folder before cloning

* feat(stacks): don't accept prune and env on update git

Co-authored-by: Chaim Lev-Ari <chiptus@users.noreply.github.com>
Co-authored-by: Chaim Lev-Ari <chiptus@gmail.com>
2021-06-16 09:11:35 +12:00
..
create_compose_stack.go feat(stacks): redeploy git stack [EE-161] (#5139) 2021-06-16 09:11:35 +12:00
create_kubernetes_stack.go Fix(kube) advanced deployment CE-83 (#4866) 2021-06-09 01:55:17 +02:00
create_swarm_stack.go feat(stacks): redeploy git stack [EE-161] (#5139) 2021-06-16 09:11:35 +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 feat(stacks): redeploy git stack [EE-161] (#5139) 2021-06-16 09:11:35 +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 Feat(stacks): orphaned stacks #4397 (#4834) 2021-06-10 14:52:33 +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 feat(stacks): scope stack names to endpoint (#4520) 2021-02-23 21:18:05 +01:00
stack_stop.go feat(stacks): scope stack names to endpoint (#4520) 2021-02-23 21:18:05 +01:00
stack_update.go feat(stacks): redeploy git stack [EE-161] (#5139) 2021-06-16 09:11:35 +12:00
stack_update_git.go feat(stacks): redeploy git stack [EE-161] (#5139) 2021-06-16 09:11:35 +12:00