BigW Consortium Gitlab

  1. 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.
  2. 16 May, 2016 1 commit
  3. 14 May, 2016 2 commits
  4. 13 May, 2016 1 commit
  5. 09 May, 2016 4 commits
  6. 06 May, 2016 1 commit
  7. 18 Apr, 2016 1 commit
  8. 16 Apr, 2016 2 commits
  9. 13 Apr, 2016 1 commit
  10. 12 Apr, 2016 2 commits
  11. 11 Apr, 2016 2 commits
  12. 17 Mar, 2016 1 commit
  13. 14 Mar, 2016 1 commit
    • 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
  14. 19 Feb, 2016 2 commits
  15. 14 Jan, 2016 2 commits
  16. 06 Jan, 2016 1 commit
  17. 11 Dec, 2015 3 commits
  18. 18 Nov, 2015 1 commit
  19. 13 Nov, 2015 1 commit
  20. 10 Nov, 2015 1 commit
    • Implement Build Artifacts · d0e3e823
      Kamil Trzcinski authored
      - Offloads uploading to GitLab Workhorse
      - Use /authorize request for fast uploading
      - Added backup recipes for artifacts
      - Support download acceleration using X-Sendfile
  21. 05 Nov, 2015 1 commit
    • CI details cleanup · ba68facf
      Kamil Trzcinski authored
      - Add page titles to CI settings.
      - Fix CI admin navigation.
      - Remove duplicated scope.
      - Use monospace font for commit sha.
      - Add page title and header title to build page.
      - Proper authorization for cancel/retry builds.
      - Use gitlab pagination theme for builds and group members.
      - Don't paginate builds widget on build page.
      - Add badges to commit page Changes/Builds tabs.
      - Add "Builds" to commit Builds tab page title.
      - Add and use Ci::Build#retryable? method.
      - Add CI::Build#retried? method.
      - Allow all failed commit builds to be retried.
      - Proper authorization for cancel/retry all builds.
      - Remove unused param.
      - Use time_ago_with_tooltip where appropriate.
      - Tweak builds index text
      - Remove duplication between builds/build and commit_statuses/commit_status.
      - Use POST rather than GET for canceling and retrying builds.
      - Remove redundant URL helpers.
      - Add build ID to build page.
      - Link branch name on build page.
      - Move commit/:sha/ci to commit/:sha/builds.
  22. 02 Nov, 2015 1 commit
  23. 23 Oct, 2015 1 commit
  24. 15 Oct, 2015 1 commit
  25. 14 Oct, 2015 2 commits
  26. 12 Oct, 2015 3 commits