BigW Consortium Gitlab

  1. 04 Jul, 2016 1 commit
  2. 25 Jun, 2016 2 commits
  3. 23 Jun, 2016 1 commit
  4. 21 Jun, 2016 1 commit
  5. 16 Jun, 2016 2 commits
  6. 15 Jun, 2016 4 commits
  7. 14 Jun, 2016 2 commits
  8. 13 Jun, 2016 1 commit
  9. 10 Jun, 2016 1 commit
  10. 03 Jun, 2016 4 commits
  11. 02 Jun, 2016 1 commit
  12. 31 May, 2016 1 commit
  13. 14 May, 2016 1 commit
  14. 09 May, 2016 2 commits
  15. 06 May, 2016 1 commit
  16. 16 Apr, 2016 2 commits
  17. 13 Apr, 2016 6 commits
  18. 12 Apr, 2016 3 commits
  19. 11 Apr, 2016 2 commits
  20. 14 Mar, 2016 2 commits
    • Fix review comments · 16592e2b
      Kamil Trzcinski authored
      - Remove unused Gitlab::Application.routes.url_helpers from Ci::Build
      - Remove too much logic from a view, use Ci::Commit.matrix_builds
      - Use ci_status_with_icon
      - Don't describe symbols
    • Cleanup CiCommit and CiBuild · 06722589
      Kamil Trzcinski authored
      - Remove all view related methods from Ci::Build and CommitStatus
      - Remove unused Ci::Commit and Ci::Build methods
      - Use polymorphism to render different types of CommitStatus