1. 03 Nov, 2020 2 commits
  2. 02 Nov, 2020 1 commit
  3. 30 Oct, 2020 2 commits
  4. 29 Oct, 2020 1 commit
  5. 28 Oct, 2020 3 commits
  6. 27 Oct, 2020 8 commits
  7. 26 Oct, 2020 3 commits
  8. 23 Oct, 2020 2 commits
  9. 22 Oct, 2020 2 commits
  10. 21 Oct, 2020 4 commits
  11. 20 Oct, 2020 4 commits
  12. 19 Oct, 2020 1 commit
  13. 16 Oct, 2020 6 commits
  14. 15 Oct, 2020 1 commit
    • Stan Hu's avatar
      Only generate CI artifact metadata for ZIP files · 5f330b47
      Stan Hu authored
      In the beginning, CI artifacts were resticted to ZIP files, but they
      have been expanded to be JSON files, tar.gz files, and more. Prior to
      this change, these gitlab-zip-metadata would be run for each of these
      non-ZIP artifacts, generating lots of noise in the logs.
      
      We now inspect the `artifact_format` query string to determine whether
      to generate metadata. If the format is ZIP, which is the case for CI
      archives and LSIF files, we generate metadata.
      
      Relates to https://gitlab.com/gitlab-org/gitlab-workhorse/-/issues/272
      5f330b47