summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes/stores/actions.js
Commit message (Expand)AuthorAgeFilesLines
* Made diff & note data consistentPhil Hughes2018-11-141-1/+1
* Consistently use Vue.nexTick when starting taskListdiscussion-perf-improvementPhil Hughes2018-11-091-8/+11
* Init task list when creating new note & discussionPhil Hughes2018-11-091-0/+1
* Fix TaskList init on update & pollPhil Hughes2018-11-091-2/+5
* Improve initial rendering of discussion notesPhil Hughes2018-11-091-0/+10
* Add 'only history' option to notes filterFelipe Artur2018-11-051-0/+4
* Resolve "Filter discussion (tab) by comments or activity in issues and merge ...Oswaldo Ferreira2018-10-231-3/+22
* Backport CE changes for: [Frontend only] Batch comments on merge requestsAndré Luís2018-10-061-3/+16
* Fixed karma spec for getNoteFormDataPhil Hughes2018-09-211-2/+2
* Use returned discussion from APIPhil Hughes2018-09-211-17/+5
* Use MR widget event_hub to dispatch update eventPhil Hughes2018-09-131-1/+2
* Fixed MR widget unresolved discussions statePhil Hughes2018-09-121-3/+13
* Cosmetic changes to let setupTim Zallmann2018-09-071-0/+1
* Fixed another rspec about collapsing notes after adding themTim Zallmann2018-09-071-2/+4
* Fix for Getter + LintingTim Zallmann2018-09-071-3/+2
* Adding new threads to MR pageTim Zallmann2018-09-071-25/+36
* Fixes toggle discussion button not expanding collapsed discussionsFilipa Lacerda2018-07-101-0/+2
* This updates only the actual new discussion and not the full tree , which lea...Tim Zallmann2018-07-091-0/+9
* Prevent fetching diffs and discussions data unnecessarily on MR pageFatih Acet2018-06-291-0/+3
* Changes tab VUE refactoringFelipe Artur2018-06-211-10/+31
* 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