13 Jun, 2014

1 commit


12 Jun, 2014

1 commit


28 May, 2014

1 commit


27 May, 2014

1 commit


08 May, 2014

1 commit


11 Apr, 2014

1 commit


07 Apr, 2014

1 commit


06 Apr, 2014

1 commit


02 Apr, 2014

1 commit


25 Mar, 2014

1 commit


28 Feb, 2014

1 commit


26 Feb, 2014

2 commits


25 Feb, 2014

1 commit


24 Feb, 2014

1 commit


18 Feb, 2014

2 commits


13 Feb, 2014

1 commit


31 Jan, 2014

1 commit


23 Jan, 2014

2 commits


22 Jan, 2014

3 commits


20 Jan, 2014

1 commit


19 Jan, 2014

1 commit


15 Jan, 2014

2 commits


14 Jan, 2014

1 commit


13 Jan, 2014

1 commit


25 Dec, 2013

2 commits


20 Dec, 2013

1 commit


19 Dec, 2013

1 commit


13 Dec, 2013

1 commit


12 Dec, 2013

2 commits


02 Dec, 2013

1 commit


26 Sep, 2013

1 commit


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.
    Boyan Tabakov