summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes/stores/actions.js
Commit message (Expand)AuthorAgeFilesLines
* fix `no-unused-vars`Lukas Eipert2018-05-291-50/+19
* add default exports to prevent rewire plugin from breaking vuexMike Greiling2018-04-231-0/+3
* Prettify notes.Fatih Acet2018-03-161-108/+147
* Merge branch 'master' into 44149-issue-comment-buttonsFilipa Lacerda2018-03-131-5/+3
|\
| * Merge branch 'fix-duplicate-notes' into 'master'Filipa Lacerda2018-03-121-5/+3
| |\
| | * fixed note polling not sending updated last fetched at datefix-duplicate-notesPhil Hughes2018-03-121-4/+2
| | * Fixed issue notes being duplicatedPhil Hughes2018-03-091-1/+1
* | | Fix loading icon being visible in the wrong button44149-issue-comment-buttonsFilipa Lacerda2018-03-121-2/+13
|/ /
* | require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+1
|/
* Render MR Notes with Vue with behind a cookieFatih Acet2018-02-281-4/+13
* Reuse getter42923-close-issueFilipa Lacerda2018-02-121-2/+2
* Makes close/reopen issue request to inside the vue appFilipa Lacerda2018-02-091-0/+33
* issue note storeSimon Knox2017-11-301-2/+2
* Flash is now a ES6 modulePhil Hughes2017-10-101-5/+5
* Fix rendering double note issue.Fatih Acet2017-09-221-0/+8
* Use modules in common utilsFilipa Lacerda2017-09-091-2/+3
* IssueNotesRefactor: Fix error messages of edit/reply failure for discussions.Fatih Acet2017-08-231-8/+3
* IssueNotesRefactor: Hide placeholders and flash messages before submitting a ...Fatih Acet2017-08-221-0/+3
* IssueNotesRefactor: Fix consistent typo.Fatih Acet2017-08-221-2/+2
* IssueNotesRefactor: Poll again when commands applied.Fatih Acet2017-08-211-2/+4
* IssueNotesRefactor: Prevent anon user to try to add award.Fatih Acet2017-08-181-0/+1
* Fix open discussionsFilipa Lacerda2017-08-111-1/+1
* [ci skip] Init testing vue app for issue notesFilipa Lacerda2017-08-081-1/+10
* Init adding testsFilipa Lacerda2017-08-071-1/+1
* [ci skip] Fix emoji being posted twice originating an errorFilipa Lacerda2017-08-021-28/+7
* [ci skip] Fix toggle discussionFilipa Lacerda2017-08-021-0/+1
* [ci skip] Use eTag polling with Poll utility to allow stoping polling when vi...Filipa Lacerda2017-08-021-21/+49
* [ci skip] Fix shortcuts for previewFilipa Lacerda2017-07-281-23/+22
* [ci skip] Emit events up to prevent accessing refs of refsFilipa Lacerda2017-07-281-4/+4
* [ci skip] Add issue data and notes data provided through haml to the store to...Filipa Lacerda2017-07-271-48/+43
* Use mapActions, mapGetters and mapMutations for componentsFilipa Lacerda2017-07-261-4/+3
* [ci skip] Add constantsFilipa Lacerda2017-07-261-2/+3
* Follow vuex docs to divide store into: actions, getters and mutationsFilipa Lacerda2017-07-251-0/+205