issues
search
wacul
/
aws-ecs
Wercker step and github action for AWS ECS Deploy
6
stars
2
forks
source link
refactor: フォーマット、不必要なパラメータの削除
#64
Closed
yamada-wacul
closed
2 years ago
yamada-wacul
commented
2 years ago
フォーマットの変更、細々した再配置、不必要なパラメータ等の削除。
コミットごとに見たほうが良いです。
wip: reformat
split ecs.printer from ecs.utils
split test_templates from ecs/deploy.py
mv render.render_template to ecs.j2.render
split ecs/deploy.py to ecs/deploy/
spread args on function argumeter
require named parameters
fix main.py for
require services.yaml
Explicitify parameters for test-template
remove unused script "run.sh"
remove unused ENVARs from entrypoint.sh
remove dead branches in entrypoint.sh
split "delete" and "deploy" function
remove unused function (test-templates)
remove dead (fixed) options from main.py
remove dependent parameter (threads_count depends on command)
remove dependent parameter (--service-wait-max-attempts depends on command)
remove a fixed parameter (--force)
フォーマットの変更、細々した再配置、不必要なパラメータ等の削除。
コミットごとに見たほうが良いです。