summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/diff.js
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-10-stable-eev15.10.0-rc42GitLab Bot2023-03-201-1/+1
* Add latest changes from gitlab-org/gitlab@15-8-stable-eev15.8.0-rc42GitLab Bot2023-01-181-2/+21
* Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot2022-10-201-2/+2
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-0/+3
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-20/+38
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-1/+2
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-0/+42
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-2/+6
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-3/+3
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-5/+3
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-2/+2
* Prettify all the things (part 7)Mike Greiling2018-10-241-5/+9
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+1
* Update to jQuery 3.Jacob Schatz2018-02-201-2/+2
* Fixed typo, updated test, and removed commented codeConstance Okoghenun2018-02-081-1/+0
* Replaced use of $.get with axios.get and updated testsConstance Okoghenun2018-02-081-1/+7
* use exported methods instead of gl.utilsPhil Hughes2017-12-081-4/+4
* Remove Diff class from globalnamespaceFilipa Lacerda2017-10-191-10/+5
* Commenting on image diffsFelipe Artur2017-10-071-1/+4
* Merge branch '18608-lock-issues-v2' into 'master'Sean McGivern2017-10-061-1/+2
|\
| * FE review changes app codeLuke "Jared" Bennett2017-10-011-1/+1
| * Fix diff commenting on commitsLuke "Jared" Bennett2017-09-201-1/+1
| * Review changesLuke "Jared" Bennett2017-09-151-1/+1
| * Dont allow diff commenting if MR lockedLuke "Jared" Bennett2017-09-141-1/+2
* | 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