BigW Consortium Gitlab

  1. 06 Jun, 2017 1 commit
    • Set artifact working directory to be in the destination store to prevent unnecessary I/O · 8a417f5a
      Stan Hu authored
      Similar to #33218, build artifacts were being uploaded into a CarrierWave
      temporary directory in the Rails root directory before moved to their
      final destination, which could cause a copy across filesystems. This
      merge request refactors the work in !11866 so that any uploader can
      just override `work_dir` to change the default implementation.
      
      Closes #33274
  2. 01 Jun, 2017 2 commits
  3. 02 May, 2017 1 commit
  4. 24 Feb, 2017 1 commit
    • Minor refactoring of Uploaders · a8c62dfe
      Robert Speicher authored
      - Moves a duplicate `file_storage?` definition into the common
        `GitlabUploader` ancestor.
      - Get the `uploads` base directory from a class method rather than
        hard-coding it where it's needed. This will be used in a subsequent MR
        to store Uploads in the database.
      - Improves the specs for uploaders.
  5. 15 Dec, 2016 1 commit
  6. 24 Jul, 2016 1 commit
  7. 14 Jan, 2016 1 commit
  8. 29 Dec, 2015 1 commit
    • Add hotfix that allows to access build artifacts created before 8.3 · 50469645
      Grzegorz Bizon authored
      This is a temporary hotfix that allows to access build artifacts created
      before 8.3. See #5257.
      
      This needs to be changed after migrating CI build files.
      
      Note that `ArtifactUploader` uses `artifacts_path` to create a storage
      directory before and after parsisting `Ci::Build` instance, before and
      after moving a file to store (save and fetch a file).
  9. 23 Nov, 2015 1 commit
  10. 10 Nov, 2015 2 commits