summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes.js
Commit message (Expand)AuthorAgeFilesLines
* remove Cookies class from global spaceMike Greiling2017-03-221-2/+2
* Get view type based on diff_view Cookie27899-fix-diff-view-comment-form-placementAlfredo Sumaran2017-03-081-2/+8
* Added discussion comments avatars to diffPhil Hughes2017-03-081-18/+87
* Remove query parameters from notes polling endpoint to make caching easierAdam Niedzielski2017-03-011-1/+1
* add /award slash commandmhasbini2017-02-281-18/+17
* replace implicit this == window with explicit bindingMike Greiling2017-02-171-1/+1
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into task_list_refactortask_list_refactorSimon Knox2017-02-161-1/+2
|\
| * allow clicking on text or icon to trigger expandSimon Knox2017-02-151-1/+1
| * style links on system notes to look clickableSimon Knox2017-02-151-0/+1
* | update correct field for Notes - it's called note not descriptionSimon Knox2017-02-151-0/+1
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into task_list_refactorSimon Knox2017-02-141-1/+1
|\ \ | |/
| * Refactored diff notes Vue appPhil Hughes2017-02-091-1/+1
* | notes use new task_list, and PATCH instead of POSTSimon Knox2017-02-081-13/+1
* | switch notes to use task_list, but keep its update function for nowSimon Knox2017-02-081-14/+7
|/
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-311-3/+2
|\
| * Merge branch '26282-autosize-js-memory-leak' into 'master' Alfredo Sumaran2017-01-301-3/+2
| |\
| | * remove ba-resize26282-autosize-js-memory-leakLuke "Jared" Bennett2017-01-201-3/+2
* | | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-271-28/+5
|\ \ \ | |/ /
| * | 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
* | | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-181-0/+12
|\ \ \ | |/ /
| * | Address MR commentsJarka Kadlecova2017-01-131-1/+1
| * | refresh merge widget after using /merge commandJarka Kadlecova2017-01-111-0/+12
| |/
* | Merge branch 'master' into go-go-gadget-webpackPhil Hughes2017-01-131-1/+3
|\ \ | |/
| * Fixed edit form authenticity_token call failing the testsfixed-edit-form-failing-testPhil Hughes2017-01-061-1/+3
* | migrate all javascript asset bundles and require syntaxMike Greiling2017-01-101-7/+8
|/
* 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