abra man
to document narrative + solutions for common issues
abra recipe upgrade
is slow
Yeh I would love to speed this up also, I routinely get frozen waiting for this...
I think it might be doing some network activity in there somewhere....
Definitely something to improve!
I think the only missing point here is that you know sometimes you are breaking stuff. In that case, you can let the rest know they need to take action with a release note. I think that would be a good addition to add somewhere.
@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
…