summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes/stores/mutations.js
Commit message (Expand)AuthorAgeFilesLines
* Handle transformed notes from polling responseHeinrich Lee Yu2019-03-061-0/+4
* Cancelling reply reverts comment to initial stateConstance Okoghenun2019-02-181-0/+7
* Fix polling for replies to individual notesHeinrich Lee Yu2019-02-141-2/+2
* Add reply to notes to turn into discussionsHeinrich Lee Yu2019-02-061-0/+5
* Trim first char of diff line text on diff discussionsDouwe Maan2019-01-221-2/+5
* Allow suggesting single line changes in diffsOswaldo Ferreira2018-12-131-0/+11
* Fix MR discussion counts being offPaul Slaughter2018-12-101-1/+1
* Resolve "Navigating unresolved discussions on Merge Request page"André Luís2018-12-081-0/+1
* Updated variable name to forceExpandedPhil Hughes2018-12-041-2/+2
* Fixed multiple diff line discussions not expandingPhil Hughes2018-12-041-2/+4
* Improve discussion rendering performancePhil Hughes2018-11-271-10/+28
* Made diff & note data consistentPhil Hughes2018-11-141-2/+2
* Add 'only history' option to notes filterFelipe Artur2018-11-051-0/+4
* Resolve "Filter discussion (tab) by comments or activity in issues and merge ...Oswaldo Ferreira2018-10-231-0/+4
* Use returned discussion from APIPhil Hughes2018-09-211-1/+2
* Fixed hidden truncated diff lines not showing when expandedPhil Hughes2018-09-181-1/+4
* Fixed resolved discussions not toggling expandedPhil Hughes2018-09-131-6/+1
* Adapted so utils + actions don't include any mutations and mutations are alwa...Tim Zallmann2018-09-071-0/+7
* Fixed another rspec about collapsing notes after adding themTim Zallmann2018-09-071-5/+4
* Fixed Resolving, Loading more and Line BugsTim Zallmann2018-09-071-9/+2
* Revert "Merge branch 'tz-mr-refactor-mem-posting' into 'master'"André Luís2018-08-011-4/+15
* Improving performance of posting a comment by reducing memory + CPUTim Zallmann2018-07-231-15/+4
* Fixes toggle discussion button not expanding collapsed discussionsFilipa Lacerda2018-07-101-0/+5
* This updates only the actual new discussion and not the full tree , which lea...Tim Zallmann2018-07-091-1/+0
* Prevent fetching diffs and discussions data unnecessarily on MR pageFatih Acet2018-06-291-0/+4
* Changes tab VUE refactoringFelipe Artur2018-06-211-46/+50
* Prettify notes.Fatih Acet2018-03-161-10/+18
* Merge branch 'master' into 44149-issue-comment-buttonsFilipa Lacerda2018-03-131-6/+8
|\
| * added mutation specPhil Hughes2018-03-101-6/+8
| * Fixed issue notes being duplicatedPhil Hughes2018-03-091-2/+2
* | Fix loading icon being visible in the wrong button44149-issue-comment-buttonsFilipa Lacerda2018-03-121-0/+4
|/
* Render MR Notes with Vue with behind a cookieFatih Acet2018-02-281-3/+40
* Makes close/reopen issue request to inside the vue appFilipa Lacerda2018-02-091-0/+8
* issue note storeSimon Knox2017-11-301-2/+2
* Fix rendering double note issue.Fatih Acet2017-09-221-9/+13
* IssueNotesRefactor: Support legacy multiple notes for individual_note: true c...Fatih Acet2017-08-221-1/+16
* IssueNotesRefactor: Fix consistent typo.Fatih Acet2017-08-221-1/+1
* [ci skip] Disable slash commands in edit modeFilipa Lacerda2017-08-021-7/+7
* [ci skip] Fix emoji being posted twice originating an errorFilipa Lacerda2017-08-021-8/+5
* [ci skip] Fix emoji 100 bug: Creating strucutre to a forEach and then using O...Filipa Lacerda2017-07-291-2/+2
* [ci skip] Remove DOM querying for paths, save them in the storeFilipa Lacerda2017-07-281-1/+0
* [ci skip] Add issue data and notes data provided through haml to the store to...Filipa Lacerda2017-07-271-0/+12
* [ci skip] Add constantsFilipa Lacerda2017-07-261-2/+3
* Follow vuex docs to divide store into: actions, getters and mutationsFilipa Lacerda2017-07-251-0/+127