6819333 deploy
: simplify confusing logic (thanks @dangra!) and fix statics bug
8f09e6d deploy
: cleanup, bugfixes, document possibly confusing metadata logic
e52e7dc deploy
: remove redundant field copying for launchInput
02ce119 deploy
: use machine.CloneConfig
7ca32ce change machine.CloneConfig
to use jinzhu/copier, not return err
e797dc4 preflight: fix invalid process in TestAppsV2Config_ProcessGroups
d70913b deploy
tests: port personal test suite into preflight 🚀
db55991 deploy
: in fixing restart only deploys, I broke normal deploys!
c9467f8 cleanup: rename resolveUpdatedMachineConfig
tests to match fn name
8ee4bf9 rebase cleanup
77d1180 resolveUpdatedMachineConfig
: more closely resemble original code
8c5cfe1 rework resolveUpdatedMachineConfig
to pass tests, add an extra test
c0b8be1 secrets
: coexist with process groups
dccc86b deploy
: cleanup how flaps client is added to context
f505ee8 remove validateProcessesConfig
- superseded by orchestrating processes
e45f246 deploy
: make process group names more consistent
267492b deploy
: don't prompt, just warn, when process groups change
0e1d0c9 Turn getProcessGroup
into a method, make everything use this fn
b2964d6 deploy
: when confirming changes, prompt on stderr, not stdout
32a06c4 Remove unused ProcessConfigs
field from MachineDeploymentArgs
15b2370 Remove prevAppConfig
and createOneMachine
(unused)
80defc6 Process Groups for V2/Machines! 🎉