BigW Consortium Gitlab

  1. 19 May, 2016 2 commits
  2. 17 May, 2016 1 commit
    • Create a todo on failing MR build · 6b834f2c
      Sean McGivern authored
      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.
  3. 12 May, 2016 1 commit
  4. 09 May, 2016 3 commits
  5. 08 May, 2016 1 commit
    • Enable the Rubocop DeprecatedClassMethods cop · 9cc0937b
      Connor Shea authored
      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.
  6. 06 May, 2016 1 commit
  7. 29 Apr, 2016 1 commit
  8. 20 Apr, 2016 4 commits
  9. 18 Apr, 2016 5 commits
  10. 13 Apr, 2016 3 commits
  11. 11 Apr, 2016 1 commit
  12. 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
  13. 19 Feb, 2016 10 commits
  14. 20 Jan, 2016 1 commit
  15. 14 Jan, 2016 4 commits