summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes.js
Commit message (Expand)AuthorAgeFilesLines
* Flag multiple empty lines in eslint, fix offenses.newline-eslint-ruleBryce Johnson2017-01-241-21/+0
* Merge branch 'simple-eslint-fixes' into 'master' Fatih Acet2017-01-191-7/+5
|\
| * resolve all parseInt radix eslint violationsMike Greiling2017-01-181-2/+2
| * resolve all x-spacing and no-spaced-x eslint violationsMike Greiling2017-01-181-2/+2
| * resolve all indent eslint violationsMike Greiling2017-01-181-1/+1
| * resolve all padded-blocks eslint violationsMike Greiling2017-01-181-3/+1
| * resolve all semi and no-extra-semi eslint violationsMike Greiling2017-01-181-3/+3
* | Address MR commentsJarka Kadlecova2017-01-131-1/+1
* | refresh merge widget after using /merge commandJarka Kadlecova2017-01-111-0/+12
|/
* Fixed edit form authenticity_token call failing the testsfixed-edit-form-failing-testPhil Hughes2017-01-061-1/+3
* Fix review comments.single-edit-comment-widget-2Fatih Acet2017-01-051-2/+3
* Review fixes.Fatih Acet2017-01-041-6/+5
* Use gl.utils.isInViewport and improve gl.utils.animateToElement.Fatih Acet2017-01-041-9/+7
* Hide edit warning element when form reverted.Fatih Acet2017-01-041-0/+1
* Fix single note edit form specs.Fatih Acet2017-01-041-3/+3
* Separate edit form in Changes and Discussions tab.Fatih Acet2017-01-041-10/+30
* Fix task list for single edit note widget changes.Fatih Acet2017-01-041-17/+36
* Fix single comment edit form issues.Fatih Acet2017-01-041-22/+20
* Refactor discussion edit widget to have only one at a time.Fatih Acet2017-01-041-38/+68
* Merge branch 'katex-math' into 'master' Sean McGivern2016-12-151-3/+3
|\
| * Render math in Asciidoc and Markdown with KaTeX using code blocksMunken2016-12-141-3/+3
* | resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-2/+6
|/
* Remove JSX/React eslint plugins.remove-jsx-react-eslint-pluginsLuke "Jared" Bennett2016-11-291-1/+1
* Merge branch 'resolve-discussions-timeago' into 'master' Fatih Acet2016-11-241-1/+1
|\
| * Fixed timeago when creating new discussionresolve-discussions-timeagoPhil Hughes2016-11-231-1/+1
* | resolves lowercase issue in system note for labels, label description and title24737-labeling-system-notes-downcase-labelsNur Rony2016-11-221-0/+1
|/
* makes system notes less intrusive to a conversationless-intrusive-system-noteNur Rony2016-11-171-12/+45
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
* Changed how resolving notes is renderedPhil Hughes2016-11-101-11/+9
* Fixed up resolve discussionsPhil Hughes2016-11-101-1/+2
* disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
* Changed props to use stringsresolve-buttons-pathPhil Hughes2016-09-211-3/+3
* Fixed comment & resolve buttonPhil Hughes2016-09-211-6/+3
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-081-12/+62
* Add textarea autoresize after commentClement Ho2016-09-011-1/+6
* Merge branch 'diff-line-comment-vuejs' into 'master' Douwe Maan2016-08-191-12/+83
|\
| * Comment & resolve button no longer looks for can-resolve attributePhil Hughes2016-08-041-4/+1
| * Checks if DiffNotesApp is definedPhil Hughes2016-08-011-3/+3
| * Moved method to compile components from window into diffnotesappPhil Hughes2016-08-011-4/+4
| * Updated issues with jump tp buttonPhil Hughes2016-08-011-2/+2
| * Added JS spec tests for CommentsStorePhil Hughes2016-07-291-4/+4
| * Moved most of the data handling into discussion & notes modelsPhil Hughes2016-07-291-19/+7
| * Show existing discussion when adding new comment on line with a hidden resolv...Douwe Maan2016-07-281-6/+11
| * Added tests for resolving comments featurePhil Hughes2016-07-271-4/+4
| * Fixed close merge request not hidingPhil Hughes2016-07-271-0/+1
| * Fixed failing JSPhil Hughes2016-07-271-2/+2
| * Added jump tp next discussion buttonPhil Hughes2016-07-271-4/+4
| * Comment & resolve button text is done through VueJSPhil Hughes2016-07-261-3/+15
| * Fixed note edit not updating Vue elementPhil Hughes2016-07-261-1/+16
| * Added ability to toggle resolving by commentingPhil Hughes2016-07-261-4/+8