1. 07 Apr, 2022 1 commit
    • David Fernandez's avatar
      Fix package file cleanup worker with PyPI files · 075e8e71
      David Fernandez authored
      PyPI files have an additional model validator that ensures that files
      are unique (by file names) within the same package.
      The cleanup worker should not hit such issues. It was updated to update
      the file status *without* running validations nor callbacks.
      
      Changelog: fixed
      075e8e71
  2. 31 Mar, 2022 39 commits