summaryrefslogtreecommitdiff
path: root/app/contexts/commit_load_context.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove commit_load_context.rbDmitriy Zaporozhets2014-01-151-34/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Show branches list (which branches contains commit) on commit pageAndrey Kumanyaev2013-10-211-0/+1
|
* Improved large commit handling.Boyan Tabakov2013-09-071-1/+2
| | | | | | | | | | | | | 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.
* remove unnecessary Commit.newDmitriy Zaporozhets2013-03-311-1/+0
|
* Extend models functionality with old decorator methods. Use Repository modelDmitriy Zaporozhets2013-03-311-1/+0
|
* Decorate Gitlab::Git::Commit with CommitDmitriy Zaporozhets2013-03-311-0/+1
|
* Remove unused methodsDmitriy Zaporozhets2013-01-051-2/+2
|
* REpostiry, Team modelsDmitriy Zaporozhets2013-01-031-1/+1
|
* Reduce max commit diff size. Added Commit::DIFF_SAFE_SIZEDmitriy Zaporozhets2012-10-251-1/+1
|
* Context refactoring. Move Issues list, Search logic to contextrandx2012-10-091-0/+33