1. 30 5月, 2016 1 次提交
  2. 20 5月, 2016 2 次提交
  3. 17 5月, 2016 1 次提交
    • S
      Create a todo on failing MR build · 6b834f2c
      Sean McGivern 提交于
      When a build fails for a commit, create a todo for the author of the
      merge request that commit is the HEAD of. If the commit isn't the HEAD
      commit of any MR, don't do anything. If there already is a todo for that
      user and MR, don't do anything.
      
      Current limitations:
      - This isn't configurable by project.
      - The author of a merge request might not be the person who pushed the
        breaking commit.
      6b834f2c
  4. 12 5月, 2016 1 次提交
  5. 10 5月, 2016 3 次提交
  6. 09 5月, 2016 1 次提交
    • C
      Enable the Rubocop DeprecatedClassMethods cop · 9cc0937b
      Connor Shea 提交于
      This reports uses of `File.exists?` and `Dir.exists?`, which were both
      deprecated in Ruby and will eventually be removed in favor of
      `.exist?`. Also fixes all existing uses of the deprecated methods.
      9cc0937b
  7. 06 5月, 2016 1 次提交
  8. 29 4月, 2016 1 次提交
  9. 20 4月, 2016 4 次提交
  10. 18 4月, 2016 5 次提交
  11. 14 4月, 2016 2 次提交
  12. 13 4月, 2016 1 次提交
  13. 12 4月, 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
  15. 20 2月, 2016 10 次提交
  16. 21 1月, 2016 1 次提交
  17. 15 1月, 2016 1 次提交
  18. 14 1月, 2016 2 次提交