abcxyz / abc

Apache License 2.0
12 stars 3 forks source link

Refactor manifest loading in UpgradeAll() #632

Closed drevell closed 2 months ago

drevell commented 2 months ago

This is an uninteresting refactor of the code that loads the manifests to be upgraded and sorts them. The main idea is that we're taking code out of UpgradeAll() and moving it into a new subroutine, manifestsToUpgrade().

This is to prepare for an upcoming feature that adds filtering of manifests to be upgraded.