BigW Consortium Gitlab

  1. 15 Jan, 2018 1 commit
  2. 14 Jan, 2018 1 commit
  3. 13 Jan, 2018 1 commit
    • Fix N+1 in v3 builds API · c9a1a155
      Matija Čupić authored
      The N+1 issue was caused by loading the job_artifacts_archive for each
      job (build) individually. Including that in the builds
      AssociationRelation fixed the issue.
  4. 06 Nov, 2017 3 commits
  5. 12 Oct, 2017 1 commit
  6. 16 Aug, 2017 1 commit
  7. 01 Jun, 2017 2 commits
  8. 05 May, 2017 1 commit
  9. 06 Apr, 2017 1 commit
  10. 07 Mar, 2017 1 commit
  11. 06 Mar, 2017 2 commits
    • Fix all tests · 9e942b59
      Toon Claes authored
      This commit was about 6 commits before squashing, with the main goal to
      make all tests green. Now, after pushing this commit we'll see what the
      CI has to say about that.
    • Rename Builds to Jobs in the API · 111748ea
      Z.J. van de Weg authored
      Fixes gitlab-org/gitlab-ce#28515
      
      [ci skip]