summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes/stores/getters.js
Commit message (Expand)AuthorAgeFilesLines
* Adding new threads to MR pageTim Zallmann2018-09-071-15/+2
* Loading Discussions later on DiffsTim Zallmann2018-09-071-1/+6
* Reapply "Merge branch '48817-fix-mr-changes-discussion-navigation' into 'mast...André Luís2018-08-011-0/+85
* Revert "Merge branch '_acet-fix-outdated-discussions' into 'master'"André Luís2018-08-011-0/+12
* Revert "Merge branch '48817-fix-mr-changes-discussion-navigation' into 'master'"André Luís2018-08-011-85/+0
* Resolve ""Jump to first/next unresolved discussion" jumps to resolved discuss...André Luís2018-07-201-0/+85
* Fix showing outdated discussions on Changes tab_acet-fix-outdated-discussionsFatih Acet2018-07-181-12/+0
* Resolve "MRs are showing some discussions as unresolved"Simon Knox2018-07-051-2/+2
* Prevent fetching diffs and discussions data unnecessarily on MR pageFatih Acet2018-06-291-0/+2
* Changes tab VUE refactoringFelipe Artur2018-06-211-15/+56
* Support smarter system notesJose Ivan Vargas2018-06-051-1/+3
* add default exports to prevent rewire plugin from breaking vuexMike Greiling2018-04-231-0/+3
* Prettify notes.Fatih Acet2018-03-161-15/+19
* 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