summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/diff.js
Commit message (Expand)AuthorAgeFilesLines
* Only copy old/new code when selecting left/right side of parallel diffdm-copy-parallel-diffDouwe Maan2017-10-021-1/+14
* refactor SingleFileDiff class to ES module syntaxMike Greiling2017-07-061-1/+6
* Render add-diff-note button with server.Bryce Johnson2017-06-291-1/+4
* update remaining uses of CJS syntax to ES module syntaxMike Greiling2017-05-161-1/+1
* Fix container issue when switching parallel "Changes" MR tab before done loading29193-fix-switching-mr-changes-tab-before-loadingEric Eastwood2017-04-031-4/+0
* ensure lineNumbers method always returns an array with two integersMike Greiling2017-03-231-3/+3
* enable Array destructuring and polyfill Symbol classMike Greiling2017-03-211-4/+1
* remove IIFEs in preparation for ES module refactorMike Greiling2017-03-131-104/+102
* Remove .es6 from file extensions (!9241)winniehell2017-03-051-0/+130
* refactor Diff to es6 class syntaxMike Greiling2016-12-021-103/+0
* fix diff line highlighting by moving method from the MergeRequestTabs class t...Mike Greiling2016-12-021-7/+37
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
* Remove an extra leading space from diff contentHiroyuki Sato2016-11-041-4/+0
* disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
* ensure the 'fixed layout' preference is honored whenever possibleMike Greiling2016-09-201-0/+7
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-081-0/+3
* Add unfold links for Side-by-Side viewTim Masliuchenko2016-08-041-20/+9
* ES6ify all the things!Fatih Acet2016-07-241-0/+77