You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace object loading and individual destroy calls with pluck and
delete_all to match the Repository version. The old implementation
loaded all manifest objects into memory and called destroy on each
one, which is wasteful for tags with many manifests.
0 commit comments