summaryrefslogtreecommitdiff
path: root/app/views/projects/diffs
Commit message (Expand)AuthorAgeFilesLines
* Fix expansion of discussions in diffdiff-line-comment-vuejsDouwe Maan2016-08-182-4/+2
* Improve performance of MR show pageDouwe Maan2016-08-182-10/+16
* Merge branch '20454-edit-button-mr' into 'master' Douwe Maan2016-08-181-4/+3
|\
| * edit_blob_link can receive the blob to avoid access to the repository20454-edit-button-mrPaco Guzman2016-08-181-4/+3
* | Fix email line-height in Outlookoutlook-email-spacingSean McGivern2016-08-171-1/+6
|/
* Avoid commit lookup on diff_helperexplicit-arguments-on-diff_file_html_dataPaco Guzman2016-08-101-1/+1
* Merge branch 'side-by-side-unfold' into 'master' Douwe Maan2016-08-056-18/+11
|\
| * Add unfold links for Side-by-Side viewTim Masliuchenko2016-08-046-18/+11
* | Fix Mystery GuestHerminio Torres2016-08-042-3/+3
|/
* switch from diff_file_collection to diffs20034-safe-diffsPaco Guzman2016-08-031-7/+7
* Introduce Compare model in the codebase.Paco Guzman2016-08-031-3/+4
* Move to Gitlab::Diff::FileCollectionPaco Guzman2016-08-031-1/+1
* Cache highlighted diff lines for merge requestsPaco Guzman2016-08-033-5/+3
* Avoid line_code and position calculation on line partial for plain view14202-avoid-line-code-position-calculationsPaco Guzman2016-08-011-4/+3
* Improve diff performance by eliminating redundant checks for text blobsremove-redundant-blob-text-callsStan Hu2016-07-291-4/+5
* Bump gitlab_git to speedup DiffCollection iterationsPaco Guzman2016-07-292-2/+2
* Fix expand all diffs button in compare view20241-expand-all-button-breaks-diff-comparison-viewSean McGivern2016-07-261-1/+1
* Add Discussion model to represent MR/diff discussiondiscussion-modelDouwe Maan2016-07-203-31/+30
* Collapsed diffs lines/size don't accumulate to overflow diffs.19820-safer-diffsPaco Guzman2016-07-182-6/+6
* Merge branch 'master' into faster-diffsfaster-diffsJacob Schatz2016-07-114-28/+32
|\
| * Support renames in diff_for_path actionsSean McGivern2016-07-111-1/+1
| * Make expand_all param more explicitSean McGivern2016-07-082-3/+3
| * Allow expanding all diffs at onceSean McGivern2016-07-082-1/+3
| * Ensure only renderable text diffs are collapsedSean McGivern2016-07-082-7/+6
| * Disable overflow messagesSean McGivern2016-07-082-9/+1
| * Collapse large diffs by defaultSean McGivern2016-07-082-25/+31
* | Registered FilesCommentButton as a jQuery plugin and made review changesLuke "Jared" Bennett2016-07-081-2/+2
* | Merge branch 'master' into faster-diffsDouwe Maan2016-07-077-68/+72
|\ \ | |/
| * Use HAML class syntax in diff line partialsDouwe Maan2016-07-072-5/+5
| * Remove duplication, unused methods, and some other style thingsDouwe Maan2016-07-061-1/+1
| * Display new diff notes and allow creation through the web interfaceDouwe Maan2016-07-063-23/+19
| * Extract parts of LegacyDiffNote into DiffOnNote concern and move part of resp...Douwe Maan2016-07-061-0/+1
| * Style diff and blob file headers the same wayDouwe Maan2016-07-062-30/+40
| * Add DiffFile#blob and #old_blobDouwe Maan2016-07-062-5/+5
| * Represent DiffRefs as proper class instead of tuple arrayDouwe Maan2016-07-062-7/+6
* | review changesLuke "Jared" Bennett2016-07-061-1/+1
* | Simplify HAML code using unless condition and nestingPaco Guzman2016-07-063-11/+9
* | Moving up common html data attributesPaco Guzman2016-07-063-6/+7
* | Diffs will create button/diff form on demand no on server sideJacob Schatz2016-07-064-26/+21
|/
* Merge branch 'toggle-whitespace-button-for-compare-page' into 'master' Jacob Schatz2016-06-151-0/+2
|\
| * added whitespace toggle to diffs page and set it to return the project compar...Luke "Jared" Bennett2016-06-101-0/+2
* | Fix Error 500 when viewing a blob with binary characters after the 1024-byte ...Stan Hu2016-06-122-0/+3
|/
* Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename'Douwe Maan2016-05-201-4/+2
|\
| * Create DiffFilter and change SystemNoteService#change_title to use Gitlab::Di...Adam Butler2016-05-181-4/+2
* | Syntax-highlight diffs in push emails17464-backport-email-syntax-highlightingSean McGivern2016-05-171-1/+1
|/
* Use `@diff_notes_disabled` instead of `@comments_allowed`Douwe Maan2016-05-133-5/+5
* Extract LegacyDiffNote out of NoteDouwe Maan2016-05-132-10/+9
* Support supressing text file diffs on the default branch with .gitattributesMatt Oakes2016-04-291-13/+13
* Hide button on mobileAlfredo Sumaran2016-04-261-2/+2
* Update syntaxAlfredo Sumaran2016-04-261-2/+2