BigW Consortium Gitlab

  1. 15 Dec, 2016 2 commits
  2. 13 Dec, 2016 1 commit
    • Encode when migrating ProcessCommitWorker jobs · 43af4e55
      Yorick Peterse authored
      If the source encoding is not UTF-8 we need to encode the data as
      `JSON.dump` may throw an error if the input can not be converted to
      UTF-8. We only encode when necessary to reduce the overhead.
      
      Fixes gitlab-org/gitlab-ce#25489
  3. 12 Dec, 2016 2 commits
  4. 08 Dec, 2016 1 commit
  5. 01 Dec, 2016 1 commit
    • Pass commit data to ProcessCommitWorker · 6b4d3356
      Yorick Peterse authored
      By passing commit data to this worker we remove the need for querying
      the Git repository for every job. This in turn reduces the time spent
      processing each job.
      
      The migration included migrates jobs from the old format to the new
      format. For this to work properly it requires downtime as otherwise
      workers may start producing errors until they're using a newer version
      of the worker code.
  6. 30 Nov, 2016 1 commit
  7. 29 Nov, 2016 1 commit
  8. 28 Nov, 2016 2 commits
  9. 23 Nov, 2016 1 commit
  10. 22 Nov, 2016 1 commit
  11. 18 Nov, 2016 4 commits
  12. 17 Nov, 2016 10 commits
  13. 16 Nov, 2016 3 commits
  14. 11 Nov, 2016 2 commits
  15. 10 Nov, 2016 2 commits
  16. 07 Nov, 2016 2 commits
  17. 06 Nov, 2016 1 commit
  18. 04 Nov, 2016 3 commits