An error occurred fetching the project authors.
  1. 18 Jul, 2016 2 commits
  2. 12 Jul, 2016 6 commits
  3. 03 Jun, 2016 2 commits
  4. 24 May, 2016 1 commit
  5. 23 May, 2016 1 commit
  6. 09 May, 2016 3 commits
  7. 04 May, 2016 3 commits
  8. 17 Apr, 2016 1 commit
  9. 13 Apr, 2016 1 commit
  10. 11 Apr, 2016 1 commit
  11. 01 Apr, 2016 1 commit
  12. 15 Mar, 2016 1 commit
  13. 14 Mar, 2016 2 commits
    • Kamil Trzcinski's avatar
      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
      16592e2b
    • Kamil Trzcinski's avatar
      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
      06722589