Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove commit_load_context.rb | Dmitriy Zaporozhets | 2014-01-15 | 1 | -34/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Show branches list (which branches contains commit) on commit page | Andrey Kumanyaev | 2013-10-21 | 1 | -0/+1 |
| | |||||
* | Improved large commit handling. | Boyan Tabakov | 2013-09-07 | 1 | -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.new | Dmitriy Zaporozhets | 2013-03-31 | 1 | -1/+0 |
| | |||||
* | Extend models functionality with old decorator methods. Use Repository model | Dmitriy Zaporozhets | 2013-03-31 | 1 | -1/+0 |
| | |||||
* | Decorate Gitlab::Git::Commit with Commit | Dmitriy Zaporozhets | 2013-03-31 | 1 | -0/+1 |
| | |||||
* | Remove unused methods | Dmitriy Zaporozhets | 2013-01-05 | 1 | -2/+2 |
| | |||||
* | REpostiry, Team models | Dmitriy Zaporozhets | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | Reduce max commit diff size. Added Commit::DIFF_SAFE_SIZE | Dmitriy Zaporozhets | 2012-10-25 | 1 | -1/+1 |
| | |||||
* | Context refactoring. Move Issues list, Search logic to context | randx | 2012-10-09 | 1 | -0/+33 |