summaryrefslogtreecommitdiff
path: root/app/views/projects/diffs/_content.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* fix build failuresMike Greiling2017-02-161-1/+3
|
* only show diff unfolding link if there are more lines to showMike Greiling2017-02-161-2/+3
|
* HAMLLint: Fix `RubyComments` offencesKushal Pandya2017-01-241-1/+1
|
* HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya2016-12-311-1/+1
|
* Fix Error 500 when creating a merge request that contains an image that was ↵stanhu/gitlab-ce-fix-error-500-with-mr-imagesStan Hu2016-11-141-1/+1
| | | | | | | | | | | | | | | | | deleted and added Steps to reproduce: 1. Start with a repo with an image 2. Add a commit to delete the image 3. Add another commit to replace the image with another image In a diff comparison, we really just compare about what the image was before the diff, not the direct parent of the last commit. This MR fixes that. Closes #3893, gitlab-org/gitlab-ee#678 Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix expanding a collapsed diff when converting a symlink to a regular fileadam-fix-collapsed-diff-symlink-file-conversionAdam Niedzielski2016-11-101-1/+1
| | | | | In this case comparing old_path and new_path is not enough because there are two entires that match.
* Updated diff toggle targets and added iconLuke Bennett2016-09-031-1/+3
|
* Add unfold links for Side-by-Side viewTim Masliuchenko2016-08-041-1/+1
|
* Collapsed diffs lines/size don't accumulate to overflow diffs.19820-safer-diffsPaco Guzman2016-07-181-5/+5
|
* Support renames in diff_for_path actionsSean McGivern2016-07-111-1/+1
|
* Make expand_all param more explicitSean McGivern2016-07-081-1/+1
|
* Allow expanding all diffs at onceSean McGivern2016-07-081-1/+1
|
* Ensure only renderable text diffs are collapsedSean McGivern2016-07-081-1/+5
| | | | | Other diffs (those that are too large to render anyway, image diffs, diffs suppressed by .gitattributes) should be rendered immediately.
* Collapse large diffs by defaultSean McGivern2016-07-081-0/+25
When rendering a list of diff files, skip those where the diff is over 10 KB and provide an endpoint to render individually instead.