portainer/api/http/handler/stacks
Chaim Lev-Ari 9b4870d57e feat(stack-details): Add the ability to duplicate a stack (#2278)
* feat(stack-details): add duplicate-stack button

* feat(stack-details): add stack-duplication-form component

* feat(stack-details): add duplicate stack method on controller

* feat(stack-details): add duplicate stack method

* feat(stack-details): remove old duplication in progress flag

* feat(stack-details): combine migration and duplication forms

* feat(stack-details): pass new stack name to server

* feat(stack-details): add option to rename migrated stack

* feat(stack-details): disable both migrate/duplicate buttons

* feat(stack-details): disable migration button on same endpoint

* feat(stack-details): change duplicate icon

* style(stack-details): remove whitespaces and fix pattern

* feat(stack-details): add name to migration payload in swagger.yml

* style(stack-details): add semicolon

* bug(stack-details): toggle endpoints before and after duplication
2018-10-01 14:36:49 +13:00
..
create_compose_stack.go refactor(api): introduce libhttp usage (#2263) 2018-09-10 12:01:38 +02:00
create_swarm_stack.go refactor(api): introduce libhttp usage (#2263) 2018-09-10 12:01:38 +02:00
git.go feat(stack-creation): add the ability to specify git reference (#1948) (#2063) 2018-07-24 16:11:35 +02:00
handler.go refactor(api): introduce libhttp usage (#2263) 2018-09-10 12:01:38 +02:00
stack_create.go refactor(api): introduce libhttp usage (#2263) 2018-09-10 12:01:38 +02:00
stack_delete.go refactor(api): introduce libhttp usage (#2263) 2018-09-10 12:01:38 +02:00
stack_file.go refactor(api): introduce libhttp usage (#2263) 2018-09-10 12:01:38 +02:00
stack_inspect.go refactor(api): introduce libhttp usage (#2263) 2018-09-10 12:01:38 +02:00
stack_list.go refactor(api): introduce libhttp usage (#2263) 2018-09-10 12:01:38 +02:00
stack_migrate.go feat(stack-details): Add the ability to duplicate a stack (#2278) 2018-10-01 14:36:49 +13:00
stack_update.go refactor(api): introduce libhttp usage (#2263) 2018-09-10 12:01:38 +02:00