summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/diff.js
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | | | | | | | Resolve "Lock issue and merge request" Closes #18608 See merge request gitlab-org/gitlab-ce!14531
| * 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
| | | | | | | | | | This commit moves the rendering of the button back to the server, and shows/hides it using opacity rather than display. It also removes the transform applied to the button on hover (scale). Previously, both of these factors automatically triggered a reflow, which creates a performance bottleneck on pages with larger DOM size. MR: !12103
* 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
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/29193
* 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 ↵Mike Greiling2016-12-021-7/+37
| | | | to the Diff class.
* 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
| | | | see #22343 for issue description
* 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