portainer/api/http/handler/stacks
Chaim Lev-Ari 6f81fcc169
fix(api): restore deleted apis [EE-6090] (#10266)
2023-09-19 13:44:55 +12:00
..
create_compose_stack.go feat(dataservices): unify access methods and abstract away redundant code [EE-5628] (#9115) 2023-06-22 18:28:07 -03:00
create_kubernetes_stack.go fix ECR registry token refresh (#10190) 2023-08-29 10:32:47 +12:00
create_swarm_stack.go
handler.go fix(api): restore deleted apis [EE-6090] (#10266) 2023-09-19 13:44:55 +12:00
stack_associate.go feat(dataservices): unify access methods and abstract away redundant code [EE-5628] (#9115) 2023-06-22 18:28:07 -03:00
stack_create.go fix(api): restore deleted apis [EE-6090] (#10266) 2023-09-19 13:44:55 +12:00
stack_delete.go fix(relative-path): not deploy git stack via unpacker EE-6043 (#10194) 2023-08-29 11:48:57 +12:00
stack_file.go feat(dataservices): unify access methods and abstract away redundant code [EE-5628] (#9115) 2023-06-22 18:28:07 -03:00
stack_inspect.go feat(dataservices): unify access methods and abstract away redundant code [EE-5628] (#9115) 2023-06-22 18:28:07 -03:00
stack_list.go feat(dataservices): unify access methods and abstract away redundant code [EE-5628] (#9115) 2023-06-22 18:28:07 -03:00
stack_migrate.go feat(dataservices): unify access methods and abstract away redundant code [EE-5628] (#9115) 2023-06-22 18:28:07 -03:00
stack_start.go fix(relative-path): not deploy git stack via unpacker EE-6043 (#10194) 2023-08-29 11:48:57 +12:00
stack_stop.go fix(relative-path): not deploy git stack via unpacker EE-6043 (#10194) 2023-08-29 11:48:57 +12:00
stack_update.go fix(edge-stack): detaching swarm stack from git repository EE-5812 (#9997) 2023-08-07 10:33:08 +12:00
stack_update_git.go feat(dataservices): unify access methods and abstract away redundant code [EE-5628] (#9115) 2023-06-22 18:28:07 -03:00
stack_update_git_redeploy.go feat(dataservices): unify access methods and abstract away redundant code [EE-5628] (#9115) 2023-06-22 18:28:07 -03:00
update_kubernetes_stack.go fix ECR registry token refresh (#10190) 2023-08-29 10:32:47 +12:00
webhook_invoke.go
webhook_invoke_test.go