summaryrefslogtreecommitdiff
path: root/app/helpers/diff_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Change from double click to single click to open dropdownch-test-2Clement Ho2017-06-061-15/+15
* Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan2017-05-121-2/+2
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* Fix specsDouwe Maan2017-04-091-0/+2
* Correctly display multiple separate discussions on the same diff lineDouwe Maan2017-04-051-4/+4
* Show 'too many changes' message for merge requestissue_25017Felipe Artur2017-01-121-0/+6
* Merge branch 'html-safe-diff-line-content' into 'security' Robert Speicher2016-12-081-1/+3
* Remove an extra leading space from diff contentHiroyuki Sato2016-11-041-4/+3
* Avoid commit lookup on diff_helperexplicit-arguments-on-diff_file_html_dataPaco Guzman2016-08-101-3/+2
* Add unfold links for Side-by-Side viewTim Masliuchenko2016-08-041-14/+25
* switch from diff_file_collection to diffs20034-safe-diffsPaco Guzman2016-08-031-4/+1
* Move to Gitlab::Diff::FileCollectionPaco Guzman2016-08-031-1/+1
* Cache highlighted diff lines for merge requestsPaco Guzman2016-08-031-6/+5
* Merge branch 'rubocop/enable-access-modifiers-cops' into 'master' Robert Speicher2016-07-291-2/+0
|\
| * Fix some useless access modifiers in the codeGrzegorz Bizon2016-07-191-2/+0
* | Add Discussion model to represent MR/diff discussiondiscussion-modelDouwe Maan2016-07-201-7/+9
|/
* Collapsed diffs lines/size don't accumulate to overflow diffs.19820-safer-diffsPaco Guzman2016-07-181-4/+5
* Merge branch 'master' into faster-diffsfaster-diffsJacob Schatz2016-07-111-9/+11
|\
| * Support renames in diff_for_path actionsSean McGivern2016-07-111-2/+6
| * Make expand_all param more explicitSean McGivern2016-07-081-2/+2
| * DRY up diff_for_path actionsSean McGivern2016-07-081-21/+3
| * Allow expanding all diffs at onceSean McGivern2016-07-081-0/+4
| * Ensure only renderable text diffs are collapsedSean McGivern2016-07-081-0/+1
| * Disable overflow messagesSean McGivern2016-07-081-9/+1
| * Collapse large diffs by defaultSean McGivern2016-07-081-0/+19
* | Merge branch 'master' into faster-diffsDouwe Maan2016-07-071-8/+7
|\ \ | |/
| * Remove duplication, unused methods, and some other style thingsDouwe Maan2016-07-061-1/+3
| * Extract parts of LegacyDiffNote into DiffOnNote concern and move part of resp...Douwe Maan2016-07-061-4/+0
| * Add DiffFile#blob and #old_blobDouwe Maan2016-07-061-2/+3
| * Represent DiffRefs as proper class instead of tuple arrayDouwe Maan2016-07-061-2/+2
* | fix up testsLuke "Jared" Bennett2016-07-061-1/+1
|/
* added whitespace toggle to diffs page and set it to return the project compar...Luke "Jared" Bennett2016-06-101-0/+5
* Enable Style/RedundantParentheses rubocop coprubocop/enable-redundant-parentheses-copGrzegorz Bizon2016-05-301-2/+2
* Create DiffFilter and change SystemNoteService#change_title to use Gitlab::Di...Adam Butler2016-05-181-2/+2
* Extract LegacyDiffNote out of NoteDouwe Maan2016-05-131-13/+9
* Allow to pass custom classes to buttonAlfredo Sumaran2016-04-261-6/+9
* Hide button on mobileAlfredo Sumaran2016-04-261-1/+1
* Syntax and code improvementsAlfredo Sumaran2016-04-261-11/+13
* Rename methodAlfredo Sumaran2016-04-261-4/+4
* Use new method hide_whitespaces?Alfredo Sumaran2016-04-261-1/+1
* Add Hide/show whitespace changes button on diff and commit viewAlfredo Sumaran2016-04-261-0/+22
* Always read diff_view setting from the cookieRobert Speicher2016-04-141-1/+7
* Syntax & style updates14176-diff-paste-dataAnnabel Dunstone2016-04-141-3/+1
* Add line type conditional to diff line helperAnnabel Dunstone2016-04-141-2/+4
* Copying and pasting doesn't grab line numbers or +/-Annabel Dunstone2016-04-141-0/+1
* Use Gitlab::Git::DiffCollectionsJacob Vosmaer2016-03-031-27/+7
* Fixes syntax errorAlfredo Sumaran2016-02-191-1/+1
* Make diff view name getter less error proneAlfredo Sumaran2016-02-191-1/+1
* Sort line notes used in parallel diff by created_atRémy Coutable2016-02-171-1/+1
* Fewer html_safesrename-inline-diffDouwe Maan2016-01-301-2/+2