gogoair / lavatory

Tooling to define repository specific retention policies in Artifactory.
Apache License 2.0
21 stars 14 forks source link

Sort the list of artifacts to purge in `apply_purge_policies()` #25

Closed ndcampbell closed 6 years ago

ndcampbell commented 6 years ago

Instead of sorting the lists at the end of retention functions or in policies, it should just sort right after getting returned from a policy.

Sorting is only useful for logging as it groups everything and makes it much easier to read.