summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes/stores
Commit message (Expand)AuthorAgeFilesLines
* Fix showing outdated discussions on Changes tab_acet-fix-outdated-discussionsFatih Acet2018-07-181-12/+0
* Merge branch 'master' into 48237-toggle-file-commentsFilipa Lacerda2018-07-101-3/+2
|\
* | Fixes toggle discussion button not expanding collapsed discussionsFilipa Lacerda2018-07-103-0/+11
|/
* This updates only the actual new discussion and not the full tree , which lea...Tim Zallmann2018-07-092-1/+9
* 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-295-0/+11
* Changes tab VUE refactoringFelipe Artur2018-06-216-90/+174
* Support smarter system notesJose Ivan Vargas2018-06-052-1/+111
* fix `no-unused-vars`Lukas Eipert2018-05-291-50/+19
* add default exports to prevent rewire plugin from breaking vuexMike Greiling2018-04-232-0/+6
* Prettify notes.Fatih Acet2018-03-164-138/+192
* Use mapState instead of a getterFilipa Lacerda2018-03-131-1/+0
* Merge branch 'master' into 44149-issue-comment-buttonsFilipa Lacerda2018-03-132-11/+11
|\
| * Merge branch 'fix-duplicate-notes' into 'master'Filipa Lacerda2018-03-122-11/+11
| |\
| | * fixed note polling not sending updated last fetched at datefix-duplicate-notesPhil Hughes2018-03-121-4/+2
| | * added mutation specPhil Hughes2018-03-101-6/+8
| | * Fixed issue notes being duplicatedPhil Hughes2018-03-092-3/+3
* | | Fix loading icon being visible in the wrong button44149-issue-comment-buttonsFilipa Lacerda2018-03-125-2/+22
|/ /
* | require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+1
|/
* Render MR Notes with Vue with behind a cookieFatih Acet2018-02-285-9/+89
* Reuse getter42923-close-issueFilipa Lacerda2018-02-122-3/+3
* Makes close/reopen issue request to inside the vue appFilipa Lacerda2018-02-094-0/+46
* issue note storeSimon Knox2017-11-305-8/+8
* Flash is now a ES6 modulePhil Hughes2017-10-101-5/+5
* Fix rendering double note issue.Fatih Acet2017-09-222-9/+21
* 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: Support legacy multiple notes for individual_note: true c...Fatih Acet2017-08-221-1/+16
* IssueNotesRefactor: Fix consistent typo.Fatih Acet2017-08-223-4/+4
* 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
* 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-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] Init testing vue app for issue notesFilipa Lacerda2017-08-081-1/+10
* Init adding testsFilipa Lacerda2017-08-071-1/+1
* [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-022-8/+8
* [ci skip] Fix emoji being posted twice originating an errorFilipa Lacerda2017-08-022-36/+12
* [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 emoji 100 bug: Creating strucutre to a forEach and then using O...Filipa Lacerda2017-07-291-2/+2
* [ci skip] Fix shortcuts for previewFilipa Lacerda2017-07-283-35/+27
* [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