Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | require jQuery to be explicitly importedremove-jquery-globals | Mike Greiling | 2018-03-09 | 1 | -0/+1 |
| | |||||
* | Update to jQuery 3. | Jacob Schatz | 2018-02-20 | 1 | -2/+2 |
| | |||||
* | Fixed typo, updated test, and removed commented code | Constance Okoghenun | 2018-02-08 | 1 | -1/+0 |
| | |||||
* | Replaced use of $.get with axios.get and updated tests | Constance Okoghenun | 2018-02-08 | 1 | -1/+7 |
| | |||||
* | use exported methods instead of gl.utils | Phil Hughes | 2017-12-08 | 1 | -4/+4 |
| | |||||
* | Remove Diff class from globalnamespace | Filipa Lacerda | 2017-10-19 | 1 | -10/+5 |
| | |||||
* | Commenting on image diffs | Felipe Artur | 2017-10-07 | 1 | -1/+4 |
| | |||||
* | Merge branch '18608-lock-issues-v2' into 'master' | Sean McGivern | 2017-10-06 | 1 | -1/+2 |
|\ | | | | | | | | | | | | | Resolve "Lock issue and merge request" Closes #18608 See merge request gitlab-org/gitlab-ce!14531 | ||||
| * | FE review changes app code | Luke "Jared" Bennett | 2017-10-01 | 1 | -1/+1 |
| | | |||||
| * | Fix diff commenting on commits | Luke "Jared" Bennett | 2017-09-20 | 1 | -1/+1 |
| | | |||||
| * | Review changes | Luke "Jared" Bennett | 2017-09-15 | 1 | -1/+1 |
| | | |||||
| * | Dont allow diff commenting if MR locked | Luke "Jared" Bennett | 2017-09-14 | 1 | -1/+2 |
| | | |||||
* | | Only copy old/new code when selecting left/right side of parallel diffdm-copy-parallel-diff | Douwe Maan | 2017-10-02 | 1 | -1/+14 |
|/ | |||||
* | refactor SingleFileDiff class to ES module syntax | Mike Greiling | 2017-07-06 | 1 | -1/+6 |
| | |||||
* | Render add-diff-note button with server. | Bryce Johnson | 2017-06-29 | 1 | -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 syntax | Mike Greiling | 2017-05-16 | 1 | -1/+1 |
| | |||||
* | Fix container issue when switching parallel "Changes" MR tab before done loading29193-fix-switching-mr-changes-tab-before-loading | Eric Eastwood | 2017-04-03 | 1 | -4/+0 |
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/29193 | ||||
* | ensure lineNumbers method always returns an array with two integers | Mike Greiling | 2017-03-23 | 1 | -3/+3 |
| | |||||
* | enable Array destructuring and polyfill Symbol class | Mike Greiling | 2017-03-21 | 1 | -4/+1 |
| | |||||
* | remove IIFEs in preparation for ES module refactor | Mike Greiling | 2017-03-13 | 1 | -104/+102 |
| | |||||
* | Remove .es6 from file extensions (!9241) | winniehell | 2017-03-05 | 1 | -0/+130 |
| | |||||
* | refactor Diff to es6 class syntax | Mike Greiling | 2016-12-02 | 1 | -103/+0 |
| | |||||
* | fix diff line highlighting by moving method from the MergeRequestTabs class ↵ | Mike Greiling | 2016-12-02 | 1 | -7/+37 |
| | | | | to the Diff class. | ||||
* | explicitly disable eslint inlineexplicitly-disable-eslint-inline | Luke "Jared" Bennett | 2016-11-15 | 1 | -1/+1 |
| | |||||
* | Remove an extra leading space from diff content | Hiroyuki Sato | 2016-11-04 | 1 | -4/+0 |
| | |||||
* | disable ESLint for all JavaScript files | winniehell | 2016-10-26 | 1 | -0/+1 |
| | |||||
* | ensure the 'fixed layout' preference is honored whenever possible | Mike Greiling | 2016-09-20 | 1 | -0/+7 |
| | | | | see #22343 for issue description | ||||
* | Restore comments lost when converting CoffeeScript to JavaScript | Jared Deckard | 2016-09-08 | 1 | -0/+3 |
| | |||||
* | Add unfold links for Side-by-Side view | Tim Masliuchenko | 2016-08-04 | 1 | -20/+9 |
| | |||||
* | ES6ify all the things! | Fatih Acet | 2016-07-24 | 1 | -0/+77 |