summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/diff_notes/components
Commit message (Expand)AuthorAgeFilesLines
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-094-0/+4
* Render MR Notes with Vue with behind a cookieFatih Acet2018-02-282-1/+2
* Export and use Notes ES modulePhil Hughes2017-12-151-2/+2
* Flash is now a ES6 modulePhil Hughes2017-10-101-1/+1
* Commenting on image diffsFelipe Artur2017-10-071-1/+8
* Add missing import statementswinh-missing-javascript-importswinh2017-09-182-0/+4
* Fix diff comment button not showing after deleting a commentPhil Hughes2017-09-051-1/+7
* fix Jump to next discussion35232-next-unresolvedSimon Knox2017-07-271-5/+5
* Update vue-resourceFilipa Lacerda2017-07-121-14/+8
* Render add-diff-note button with server.Bryce Johnson2017-06-291-2/+2
* Fix title of discussion jump button at top of pagedm-fix-jump-buttonDouwe Maan2017-05-261-0/+7
* Consolidate user avatar Vue logicBryce Johnson2017-05-181-11/+17
* Fix linking to resolved note in diff32125-fix-link-to-note-in-diffEric Eastwood2017-05-121-1/+1
* Merge request widget redesignFatih Acet2017-05-091-0/+1
* Add ES lint support to identify poorly written PromisesKushal Pandya2017-04-201-1/+5
* Remove IIFEs from diff_notes_bundle.jsremove-iife-diff-notes-bundleAlfredo Sumaran2017-04-177-528/+514
* Update ResolveBtn when CommentStore changes state30492-using-icon-to-mark-discussion-as-resolved-does-not-resolve-discussionSam Rose2017-04-131-4/+4
* Don't use original_discussion_idDouwe Maan2017-04-051-3/+9
* remove Cookies class from global spaceMike Greiling2017-03-221-1/+3
* remove Vue from the global spaceMike Greiling2017-03-206-6/+11
* Fixes diff comment avatar tooltip escaping issuesfixed-diff-avatar-tooltip-escapingPhil Hughes2017-03-161-0/+1
* Renamed `.js.es6` to `.js`Bob Van Landuyt2017-03-131-0/+0
* Delegate a single discussion to a new issueBob Van Landuyt2017-03-131-0/+29
* Added discussion comments avatars to diffPhil Hughes2017-03-082-2/+169
* Remove .es6 from file extensions (!9241)winniehell2017-03-055-0/+0
* Remove navbar height offsetsAnnabel Dunstone Gray2017-02-101-1/+1
* Refactored diff notes Vue appPhil Hughes2017-02-095-30/+26
* resolve all indent eslint violationsMike Greiling2017-01-181-8/+8
* resolve all semi and no-extra-semi eslint violationsMike Greiling2017-01-182-4/+4
* resolve all no-plusplus eslint violationsMike Greiling2017-01-181-5/+5
* Defer tooltip update on Resolve Comment button after DOM cycleSam Rose2016-12-281-4/+6
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-2/+2
* expand remaining non-explicit eslint-disable blocks and factor out globals wh...Mike Greiling2016-12-135-5/+25
* Issue board spec fixesPhil Hughes2016-11-101-1/+1
* Fixed up resolve discussionsPhil Hughes2016-11-104-9/+22
* Migrate Vue v1 to v2.Fatih Acet2016-11-102-4/+4
* disable ESLint for all JavaScript fileswinniehell2016-10-265-0/+5
* Pass the full project path for resolve buttonsPhil Hughes2016-09-212-11/+3
* Fix jumping between discussions on changes tabDouwe Maan2016-08-181-0/+1
* Fix bug causing “Jump to discussion” button not to showDouwe Maan2016-08-182-11/+7
* Function should return a boolean.Connor Shea2016-08-171-1/+1
* Forgot another one.Connor Shea2016-08-171-0/+2
* Fix more incomplete if/else statements.Connor Shea2016-08-172-0/+8
* Remove non-standard VueJS files from vendor.Connor Shea2016-08-171-0/+2
* Add return statements for if statements that were missing them.Connor Shea2016-08-171-0/+4
* Resolve feedback.Connor Shea2016-08-151-6/+5
* Don’t show “Resolve discussion” for non-author/membersDouwe Maan2016-08-122-4/+11
* Fix a bug and a test.Connor Shea2016-08-101-4/+6
* If the next discussion is closed, toggle it open.Connor Shea2016-08-091-0/+6
* Implement Jump behavior for Changes tabDouwe Maan2016-08-042-24/+124