summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes.js
Commit message (Expand)AuthorAgeFilesLines
* Cleanup test for disabling comment submit buttonwinh-cleanup-comment-submit-testWinnie Hellmann2018-03-221-3/+3
* Disables the button when submitting comment.Jacob Schatz2018-03-211-2/+3
* Resolve "Notes karma specs failing"Simon Knox2018-03-191-9/+3
* Prettify notes.Fatih Acet2018-03-161-204/+460
* Resolve "Projects::MergeRequestsController#show is slow (implement skeleton l...Simon Knox2018-03-131-0/+68
* Render MR Notes with Vue with behind a cookieFatih Acet2018-02-281-54/+84
* Update to jQuery 3.Jacob Schatz2018-02-201-17/+17
* Remove duplicate axios importClement Ho2018-02-021-1/+0
* Merge branch 'ph-axios-2' into 'master'Filipa Lacerda2018-02-021-10/+13
|\
| * remove useless ajaxPost methodPhil Hughes2018-02-011-5/+6
| * Converted common_utils to axiosPhil Hughes2018-01-311-5/+7
* | Converted notes.js to axiosPhil Hughes2018-02-011-20/+15
|/
* Export and use Notes ES modulePhil Hughes2017-12-151-0/+6
* Merge branch 'master' into 38869-datetimeFilipa Lacerda2017-12-111-1/+2
|\
| * updated importsurl-utility-es-modulePhil Hughes2017-12-111-2/+2
| * use exported methods instead of gl.utilsPhil Hughes2017-12-081-1/+2
* | Export date utility functions as ES6 modulesFilipa Lacerda2017-12-071-2/+3
|/
* Merge branch '38677-render-new-discussions-on-diff-tab' into 'master'36248-repo-editor-double-border-under-repo-file-buttonsFilipa Lacerda2017-11-061-1/+2
|\
| * FE review changes - remove internal details assertion and look for closest fo...Luke "Jared" Bennett2017-10-271-1/+1
| * Fix karmaLuke "Jared" Bennett2017-10-231-1/+1
| * Added discussion_line_code value to note response and use it to query the rig...Luke "Jared" Bennett2017-10-211-1/+2
* | Resolve "Convert autosize.js library to be a Yarn managed library"Tim Zallmann2017-10-311-2/+2
* | Merge branch 'master' into 'es-module-autosave'es-module-autosaveMike Greiling2017-10-241-6/+5
|\ \
| * | notes.js: use the original content when resetting the formBen Boeckel2017-10-191-2/+2
| * | notes.js: also return the original content when getting form dataBen Boeckel2017-10-191-1/+3
| |/
| * Remove dropzoneInput from global namespaceFilipa Lacerda2017-10-191-3/+0
* | convert Autosave into pure es module and remove global exportMike Greiling2017-10-121-2/+2
|/
* Merge branch '38871-cleanup-data-page-attribute-after-karma-test' into 'master'Clement Ho2017-10-111-1/+1
|\
| * Cleanup data-page attribute after each Karma test38871-cleanup-data-page-attribute-after-karma-testEric Eastwood2017-10-111-1/+1
* | spec fixesph-gl-form-js-modulesPhil Hughes2017-10-111-2/+2
* | Moves form related JS modules out of globalPhil Hughes2017-10-111-2/+3
|/
* fixed notes specsPhil Hughes2017-10-101-4/+4
* spec fixesPhil Hughes2017-10-101-2/+2
* Flash is now a ES6 modulePhil Hughes2017-10-101-2/+2
* Commenting on image diffsFelipe Artur2017-10-071-9/+119
* Import modules instead of using the ones in global namespaceFilipa Lacerda2017-09-091-3/+3
* Use modules in common utilsFilipa Lacerda2017-09-091-7/+8
* Merge branch 'fix-comment-reflection' into 'security-9-5'Jacob Schatz2017-09-071-4/+7
* Fix diff comment button not showing after deleting a commentPhil Hughes2017-09-051-5/+3
* Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann2017-08-031-0/+1
* Fix replying to commit comments on MRs from forksSean McGivern2017-07-281-0/+4
* Update vue-resourceFilipa Lacerda2017-07-121-1/+1
* refactor TaskList class to ES module syntaxMike Greiling2017-07-061-2/+2
* Merge branch 'enable-webpack-code-splitting' into 'master'Jacob Schatz2017-06-301-2/+8
|\
| * dynamically import emoji helpers for AwardsHandler classMike Greiling2017-06-281-2/+8
* | Remove placeholder note when award emoji slash command is appliedKushal Pandya2017-06-301-0/+4
* | Render add-diff-note button with server.Bryce Johnson2017-06-291-3/+6
|/
* Remove unnecessary call to `_.escape`34430-fix-double-escape-comment-editkushalpandya2017-06-281-1/+1
* refactor Notes class to ES class syntaxnotes-es-class-syntaxMike Greiling2017-06-221-1374/+1356
* Merge branch '33868-fix-mr-changes-diff-note-up-arrow-editing' into 'master'34013-names-with-spaces-break-issue-filter-barJacob Schatz2017-06-201-1/+1
|\