@iexos no worries, I can pick it up from here! If you want to hack more on abra
, you know where to find me 😌
Thanks for the fix.
Oh dear, it's more fallout from toolshed/abra#549 😱 Thanks @iexos! Do you have time to write some tests for this? It seems this code path is pretty key and…
abra app deploy
seems to delete pending commits
@mac-chaffee thanks for opening!
yeh this is not ideal. the key lines from the logs are:
DEBU <recipe/git.go:48> ensuring env version 8f318943
DEBU <recipe/git.go:154> attempting to…
... But then abra seems to git reset to a previous commit when you deploy it, deleting the changes ... Since abra app deploy reverts any new commits
There's no logic to git reset / revert…
abra app ls -S
not reporting latest versions for traefik?
I have more logs from @iexos showing another reproduction for this. It's definitely a 🐛
abra app undeploy
doesn't hold off for container deletion
Thanks for this @mac-chaffee! Good to have these perspectives.
No command to apply new config, must undeploy && deploy
abra app deploy --force
does this. I agree that the apply
…
abra app deploy
throws R011 when removing a service
@mac-chaffee I believe this is happening because in the other *.compose.yml
you still have the web
service but in your changes to the main compose.yml
, you've removed the web
service.…