BigW Consortium Gitlab

  1. 31 Dec, 2016 1 commit
  2. 15 Dec, 2016 1 commit
  3. 12 Dec, 2016 4 commits
  4. 08 Dec, 2016 4 commits
  5. 29 Nov, 2016 5 commits
  6. 21 Nov, 2016 1 commit
  7. 10 Nov, 2016 3 commits
  8. 26 Oct, 2016 1 commit
  9. 19 Oct, 2016 1 commit
  10. 10 Oct, 2016 2 commits
  11. 14 Sep, 2016 2 commits
  12. 01 Sep, 2016 1 commit
  13. 29 Aug, 2016 1 commit
  14. 17 Aug, 2016 2 commits
  15. 18 Jul, 2016 1 commit
  16. 12 Jul, 2016 1 commit
  17. 03 Jun, 2016 2 commits
  18. 24 May, 2016 2 commits
  19. 09 May, 2016 1 commit
  20. 17 Apr, 2016 1 commit
  21. 15 Mar, 2016 1 commit
  22. 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