summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes/stores/getters.js
Commit message (Expand)AuthorAgeFilesLines
* Stop using line_code and start using position.*48817-fix-mr-changes-discussion-navigationAndré Luís2018-07-191-6/+6
* Make regexp a constantAndré Luís2018-07-191-2/+3
* Add comments to ordering gettersAndré Luís2018-07-181-0/+9
* Make getters return the same typeAndré Luís2018-07-181-2/+2
* Improve memory usage by using IDs for orderAndré Luís2018-07-181-36/+38
* Make discussion counter behave according to current tabAndré Luís2018-07-181-1/+4
* Fix: Only check resolvable + First chronologicalAndré Luís2018-07-181-3/+20
* Fix discussion navigation in MR Changes tabAndré Luís2018-07-181-0/+22
* 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