BigW Consortium Gitlab

  1. 06 Mar, 2017 2 commits
  2. 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.
  3. 23 Feb, 2017 1 commit
  4. 15 Feb, 2017 1 commit
  5. 03 Jan, 2017 1 commit
  6. 15 Dec, 2016 1 commit
  7. 08 Dec, 2016 1 commit
  8. 23 Nov, 2016 1 commit
    • Remove event caching code · 5371da34
      Yorick Peterse authored
      Flushing the events cache worked by updating a recent number of rows in
      the "events" table. This has the result that on PostgreSQL a lot of dead
      tuples are produced on a regular basis. This in turn means that
      PostgreSQL will spend considerable amounts of time vacuuming this table.
      This in turn can lead to an increase of database load.
      
      For GitLab.com we measured the impact of not using events caching and
      found no measurable increase in response timings. Meanwhile not flushing
      the events cache lead to the "events" table having no more dead tuples
      as now rows are only inserted into this table.
      
      As a result of this we are hereby removing events caching as it does not
      appear to help and only increases database load.
      
      For more information see the following comment:
      https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6578#note_18864037
  9. 24 Jul, 2016 1 commit
  10. 20 Jul, 2016 1 commit
  11. 19 Jul, 2016 4 commits
  12. 29 Jun, 2016 1 commit
  13. 30 Mar, 2016 4 commits
  14. 15 Mar, 2016 1 commit
  15. 18 Feb, 2016 1 commit
  16. 17 Feb, 2016 1 commit
  17. 16 Feb, 2016 1 commit
  18. 10 Feb, 2016 1 commit
  19. 09 Feb, 2016 1 commit
  20. 14 Jan, 2016 1 commit
  21. 08 Jan, 2016 1 commit
  22. 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).
  23. 23 Nov, 2015 1 commit
  24. 16 Nov, 2015 2 commits
  25. 10 Nov, 2015 2 commits
  26. 14 Oct, 2015 1 commit
  27. 20 Feb, 2015 2 commits
  28. 19 Feb, 2015 1 commit
  29. 17 Feb, 2015 2 commits