1. 09 12月, 2016 1 次提交
  2. 08 12月, 2016 1 次提交
  3. 30 11月, 2016 5 次提交
  4. 11 11月, 2016 3 次提交
  5. 10 10月, 2016 1 次提交
  6. 18 7月, 2016 1 次提交
  7. 13 7月, 2016 1 次提交
  8. 03 6月, 2016 2 次提交
  9. 25 5月, 2016 1 次提交
  10. 24 5月, 2016 1 次提交
  11. 10 5月, 2016 1 次提交
  12. 17 4月, 2016 1 次提交
  13. 15 3月, 2016 1 次提交
  14. 14 3月, 2016 2 次提交
    • K
      Fix review comments · 16592e2b
      Kamil Trzcinski 提交于
      - 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
    • K
      Cleanup CiCommit and CiBuild · 06722589
      Kamil Trzcinski 提交于
      - 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