07 Sep, 2013
1 commit
-
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.
25 Aug, 2013
1 commit
-
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.
12 Aug, 2013
1 commit
01 Apr, 2013
1 commit
31 Mar, 2013
3 commits
21 Mar, 2013
1 commit
20 Mar, 2013
1 commit
05 Jan, 2013
2 commits
04 Jan, 2013
1 commit
03 Jan, 2013
2 commits
22 Dec, 2012
1 commit
20 Dec, 2012
2 commits
22 Nov, 2012
1 commit
09 Nov, 2012
1 commit
25 Oct, 2012
1 commit
02 Oct, 2012
1 commit
-
Also, just for extra paranoia, only call safe_message once in the decorator methods Adds specs to make sure it still works
27 Sep, 2012
1 commit
21 Sep, 2012
1 commit
02 Sep, 2012
1 commit
-
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, ...)
10 Aug, 2012
1 commit
-
Didn't bother with files in db/, config/, or features/
27 Jul, 2012
1 commit
20 Jul, 2012
1 commit
-
Controllers refactoring with contexts Move commit compare logic to model
28 Jun, 2012
1 commit
26 May, 2012
1 commit
21 May, 2012
1 commit
-
* Grit gem updated * gitolite-client updated * logger added * few fixes
16 May, 2012
1 commit
19 Apr, 2012
1 commit
16 Apr, 2012
1 commit
14 Apr, 2012
1 commit
11 Apr, 2012
1 commit
09 Mar, 2012
1 commit
29 Feb, 2012
1 commit
18 Feb, 2012
1 commit
30 Jan, 2012
1 commit
-
Conflicts: Gemfile app/views/commits/_commits.html.haml app/views/projects/empty.html.haml
29 Jan, 2012
1 commit