BigW Consortium Gitlab

  1. 28 Dec, 2014 1 commit
  2. 14 Dec, 2014 1 commit
  3. 10 Oct, 2014 4 commits
  4. 03 Oct, 2014 1 commit
  5. 02 Oct, 2014 1 commit
  6. 25 Sep, 2014 1 commit
  7. 15 Jul, 2014 1 commit
  8. 13 Jun, 2014 1 commit
  9. 28 May, 2014 1 commit
  10. 25 Feb, 2014 1 commit
  11. 03 Feb, 2014 1 commit
  12. 07 Sep, 2013 1 commit
    • Improved large commit handling. · 01ff084a
      Boyan Tabakov authored
      Previously, only number of changed files mattered. Now, number of lines to render in the diff are also taken into account.
      
      A hard limit is set, above which diffs are not rendered and users are not allowed to override that. This prevents high server
      resource usage with huge commits.
      
      Related to #1745, #2259
      
      In addition, handle large commits for MergeRequests and Compare controllers.
      
      Also fixes a bug where diffs are loaded twice, if user goes directly to merge_requests/:id/diffs URL.
  13. 25 Aug, 2013 1 commit
    • Link issues from comments and automatically close them · c8a115c0
      ash wilson authored
      Any mention of Issues, MergeRequests, or Commits via GitLab-flavored markdown
      references in descriptions, titles, or attached Notes creates a back-reference
      Note that links to the original referencer. Furthermore, pushing commits with
      commit messages that match a (configurable) regexp to a project's default
      branch will close any issues mentioned by GFM in the matched closing phrase.
      If accepting a merge request would close any Issues in this way, a banner is
      appended to the merge request's main panel to indicate this.
  14. 12 Aug, 2013 1 commit
  15. 01 Apr, 2013 1 commit
  16. 31 Mar, 2013 3 commits
  17. 21 Mar, 2013 1 commit
  18. 20 Mar, 2013 1 commit
  19. 05 Jan, 2013 1 commit
  20. 04 Jan, 2013 2 commits
  21. 03 Jan, 2013 2 commits
  22. 22 Dec, 2012 1 commit
  23. 20 Dec, 2012 2 commits
  24. 22 Nov, 2012 1 commit
  25. 08 Nov, 2012 1 commit
  26. 25 Oct, 2012 1 commit
  27. 02 Oct, 2012 1 commit
  28. 27 Sep, 2012 1 commit
  29. 21 Sep, 2012 1 commit
  30. 02 Sep, 2012 1 commit
    • Add StaticModel role, and add it to Commit model · 8db2a59d
      Robert Speicher authored
      Instead of doing this:
      
          link_to(commit.id, project_commit_path(project, id: commit.id))
          Note.create(noteable_id: commit.id, noteable_type: "Commit", ...)
      
      It lets us do this:
      
          link_to(commit.id, project_commit_path(project, commit))
          Note.create(noteable: commit, ...)
  31. 10 Aug, 2012 1 commit
  32. 27 Jul, 2012 1 commit