summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes/stores/mutations.js
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Fatih Acet2017-08-221-1/+16
| | | | case.
* 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 ↵Filipa Lacerda2017-07-291-2/+2
| | | | Object.keys was causing a type inconsistency
* [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 ↵Filipa Lacerda2017-07-271-0/+12
| | | | to stop querying the DOM everywhere
* [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
Use constants for mutation types as per vuex docs