summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/diff_notes
Commit message (Expand)AuthorAgeFilesLines
* Harmonize CE and EE JS codereduce-ce-ee-disrepancies-in-jsRémy Coutable2018-02-221-1/+1
* Add dispatcher imports for bundles used in merge request show pathClement Ho2018-02-151-2/+2
* Export and use Notes ES modulePhil Hughes2017-12-151-2/+2
* Merge branch 'master' into 38869-datetimeFilipa Lacerda2017-12-112-2/+3
|\
| * add support for the commit reference filtermicael.bergeron2017-12-071-1/+1
| * Allow commenting on individual commits inside an MRDouwe Maan2017-12-072-2/+3
* | Export date utility functions as ES6 modulesFilipa Lacerda2017-12-071-1/+2
|/
* Flash is now a ES6 modulePhil Hughes2017-10-102-2/+2
* 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-052-1/+11
* Fix race condition with dispatcher.jsdispatcher-race-condition-fixPhil Hughes2017-08-151-0/+4
* fix Jump to next discussion35232-next-unresolvedSimon Knox2017-07-271-5/+5
* Update vue-resourceFilipa Lacerda2017-07-122-30/+18
* 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
* Merge branch 'adopt-es-module-syntax' into 'master'Filipa Lacerda2017-05-222-18/+13
|\
| * update diff_notes_bundle to ES module syntaxMike Greiling2017-05-162-18/+13
* | Consolidate user avatar Vue logicBryce Johnson2017-05-181-11/+17
* | prevent dropdowns from being cut-off by scrollable tab container32326-scrollable-tabs-overflowSimon Knox2017-05-161-0/+2
|/
* Fix linking to resolved note in diff32125-fix-link-to-note-in-diffEric Eastwood2017-05-121-1/+1
* Merge request widget redesignFatih Acet2017-05-092-0/+2
* Add ES lint support to identify poorly written PromisesKushal Pandya2017-04-202-2/+8
* Remove IIFEs from diff_notes_bundle.jsremove-iife-diff-notes-bundleAlfredo Sumaran2017-04-1710-655/+635
* 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-2010-12/+22
* 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-132-1/+31
* Added discussion comments avatars to diffPhil Hughes2017-03-087-12/+193
* Remove .es6 from file extensions (!9241)winniehell2017-03-0511-0/+0
* remove require.context from diff_notes_bundleremove-require-context-diff-notes-bundleMike Greiling2017-02-201-7/+11
* Remove navbar height offsetsAnnabel Dunstone Gray2017-02-101-1/+1
* Uses shared vue resource interceptorPhil Hughes2017-02-091-7/+1
* Refactored diff notes Vue appPhil Hughes2017-02-097-60/+54
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-275-24/+24
|\
| * Merge branch 'simple-eslint-fixes' into 'master' Fatih Acet2017-01-195-24/+24
| |\
| | * resolve all prefer-const eslint violationsMike Greiling2017-01-181-2/+2
| | * resolve all indent eslint violationsMike Greiling2017-01-182-11/+11
| | * resolve all semi and no-extra-semi eslint violationsMike Greiling2017-01-183-6/+6
| | * resolve all no-plusplus eslint violationsMike Greiling2017-01-182-8/+8
* | | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-181-3/+0
|\ \ \ | |/ /
| * | Backport timetracking frontend to CE.Bryce Johnson2017-01-151-2/+0
| |/
* | migrate all javascript asset bundles and require syntaxMike Greiling2017-01-101-8/+10
|/
* Merge branch '25957-marking-a-diff-discussion-as-resolved-doesn-t-update-tool...Fatih Acet2016-12-281-4/+6
|\
| * Defer tooltip update on Resolve Comment button after DOM cycleSam Rose2016-12-281-4/+6
* | Merge branch 'fix-non-iife-classes' into 'master' Alfredo Sumaran2016-12-282-0/+4
|\ \ | |/ |/|
| * ensure classes declared outside an IIFE are properties of windowfix-non-iife-classesMike Greiling2016-12-142-0/+4