portainer/api/exec
Chao Geng 76916b0ad6
fix(docker): provide workaround to save network name variable (#6080)
* fix/EE-1862/unable-to-stop-or-remove-stack workaround for var without default value in yaml file

* fix/EE-1862/unable-to-stop-or-remove-stack check yaml file

* fixed func and var names

* wrapper error and used bool for stringset

* UT case for createNetworkEnvFile

* UT case for %s=%s

* powerful StringSet

* wrapper error for extract network name

* wrapper all the return err

* store more env

* put to env file

* make default value None
2021-12-09 23:09:34 +08:00
..
exectest feat(k8s): support git automated sync for k8s applications [EE-577] (#5548) 2021-09-30 12:58:10 +13:00
common.go fix(docker): provide workaround to save network name variable (#6080) 2021-12-09 23:09:34 +08:00
compose_stack.go fix(docker): provide workaround to save network name variable (#6080) 2021-12-09 23:09:34 +08:00
compose_stack_integration_test.go feat(stacks): support standalone stacks on ARM (#5310) 2021-09-06 10:58:26 +03:00
compose_stack_test.go fix(docker): provide workaround to save network name variable (#6080) 2021-12-09 23:09:34 +08:00
kubernetes_deploy.go feat(k8s): support git automated sync for k8s applications [EE-577] (#5548) 2021-09-30 12:58:10 +13:00
swarm_stack.go feat(registry) EE-806 add support for AWS ECR (#6165) 2021-12-01 13:18:57 +13:00
swarm_stack_test.go feat(stacks): support automated sync for stacks [EE-248] (#5340) 2021-08-17 13:12:07 +12:00