Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2018-11-15Fix types commentyukihir0
2018-10-24Prettify all the things (part 7)Mike Greiling
2018-02-21Update to jQuery 3.Jacob Schatz
2017-10-19Remove Diff class from globalnamespaceFilipa Lacerda
2017-09-27Fixes commit comments in side-by-side diff viewPhil Hughes
This was caused by the `notes` global class not existing when the `file_comment_button` code is run. The notes class was used to check if the diff is currently in parallel view or not. To get around this I've added a check into the `file_comment_button` JS to check if the view is currently parallel or not. Closes #38117
2017-06-29Render add-diff-note button with server.Bryce Johnson
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
2017-05-09remove bind polyfill from files_comment_button.jsMike Greiling
2017-04-05Don't use original_discussion_idDouwe Maan
2017-04-05Fix merge conflict issueDouwe Maan
2017-04-05Add option to start a new discussion on an MRDouwe Maan
2017-03-13remove IIFEs in preparation for ES module refactorMike Greiling
2017-03-08Added discussion comments avatars to diffPhil Hughes
2017-02-27Grow the button on hoverPhil Hughes
2017-02-27Improved the diff comment button UXPhil Hughes
It now shows the line will be commenting on my highlight the line number cells with a lighter color. The button has also been made smaller, it was previously way over the top & took over a lot more space than it should of done Closes #27543
2017-02-18replace implicit this == window with explicit bindingMike Greiling
2017-01-19resolve all x-spacing and no-spaced-x eslint violationsMike Greiling
2017-01-19resolve all padded-blocks eslint violationsMike Greiling
2016-12-14resolve all instances of no-undef eslint rule violationsMike Greiling
2016-11-15explicitly disable eslint inlineLuke "Jared" Bennett
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-08-23Added unfold test to parallel and added 'diff discussion' contextLuke Bennett
2016-08-23Added addtional 'renderable' validator to check 'data-note-type' attr existsLuke Bennett
2016-07-26Don't show comment button in gutter of diffs on MR discussion tabDouwe Maan
2016-07-24ES6ify all the things!Fatih Acet