BigW Consortium Gitlab

  1. 26 Jan, 2017 1 commit
  2. 25 Jan, 2017 1 commit
  3. 16 Jan, 2017 1 commit
  4. 04 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. 29 Nov, 2016 1 commit
  7. 17 Nov, 2016 12 commits
  8. 24 Aug, 2016 2 commits
  9. 17 Aug, 2016 1 commit
  10. 15 Aug, 2016 1 commit
  11. 10 Aug, 2016 1 commit
  12. 21 Jul, 2016 1 commit
  13. 18 Jul, 2016 1 commit
  14. 14 Jul, 2016 2 commits
  15. 13 Jul, 2016 5 commits
  16. 12 Jul, 2016 1 commit
    • Add all the tests and fix stuffs along the way: · e3832540
      Lin Jen-Shin authored
      It turns out they are different:
      
          builds.success.latest.first
      
      and
      
          builds.latest.success.first
      
      If we put success first, that latest would also filter via success,
      and which is what we want here.