summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes/stores/getters.js
Commit message (Expand)AuthorAgeFilesLines
* Render MR Notes with Vue with behind a cookieFatih Acet2018-02-281-1/+35
* Reuse getter42923-close-issueFilipa Lacerda2018-02-121-1/+1
* Makes close/reopen issue request to inside the vue appFilipa Lacerda2018-02-091-0/+1
* issue note storeSimon Knox2017-11-301-2/+2
* IssueNotesRefactor: Don’t explicitly check against undefined.Fatih Acet2017-08-181-1/+1
* IssueNotesRefactor: Add existence check to find the note.Fatih Acet2017-08-161-1/+1
* Fixes autosave not enabling comment button when it is restored.Filipa Lacerda2017-08-131-1/+1
* Fix open discussionsFilipa Lacerda2017-08-111-5/+8
* [ci skip] Fallback to empty object if no user is signed inFilipa Lacerda2017-08-101-1/+1
* [ci skip] Improve performance of getting last noteFilipa Lacerda2017-08-101-10/+8
* [ci skip] Fix broken links for signin and register pathFilipa Lacerda2017-08-021-1/+1
* [ci skip] Disable slash commands in edit modeFilipa Lacerda2017-08-021-1/+1
* [ci skip] Fix shortcuts for previewFilipa Lacerda2017-07-281-11/+5
* [ci skip] Find last note in discussion through vue instead of through the DOMFilipa Lacerda2017-07-281-1/+1
* Find last note created by current user through vue instead of querying the DOMFilipa Lacerda2017-07-281-0/+13
* [ci skip] Remove DOM querying for paths, save them in the storeFilipa Lacerda2017-07-281-1/+7
* [ci skip] Add issue data and notes data provided through haml to the store to...Filipa Lacerda2017-07-271-2/+4
* Follow vuex docs to divide store into: actions, getters and mutationsFilipa Lacerda2017-07-251-0/+15