regro / cf-scripts

Flagship repo for cf-regro-autotick-bot
Other
46 stars 70 forks source link

Extend new Git Backend #2812

Open ytausch opened 1 week ago

ytausch commented 1 week ago

This PR builds upon #2795 to extend the git backend and use it in even more places - and completely decouples the auto-tick command from the old git logic, allowing its local execution.

#2795 should be merged first. To easily compare what's new in this PR, click here.

This PR also adds some non-minor refactoring changes to the migration logic, which were more than needed to not make the existing state of the code even worse.