summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes/stores
Commit message (Expand)AuthorAgeFilesLines
* Fixed resolved discussions not toggling expandedPhil Hughes2018-09-131-6/+1
* Cosmetic changes to let setupTim Zallmann2018-09-071-0/+1
* Adapted so utils + actions don't include any mutations and mutations are alwa...Tim Zallmann2018-09-072-4/+7
* Fixes based on MR discussion around naming, mutations, handling of stateTim Zallmann2018-09-071-1/+1
* Added new tests for newly added mutations, actions, utilsTim Zallmann2018-09-071-1/+0
* Fixed another rspec about collapsing notes after adding themTim Zallmann2018-09-072-7/+8
* Fixed Resolving, Loading more and Line BugsTim Zallmann2018-09-071-9/+2
* Fix for Getter + LintingTim Zallmann2018-09-071-3/+2
* Adding new threads to MR pageTim Zallmann2018-09-073-46/+58
* 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
* Revert "Merge branch 'tz-mr-refactor-mem-posting' into 'master'"André Luís2018-08-012-7/+21
* Improving performance of posting a comment by reducing memory + CPUTim Zallmann2018-07-232-21/+7
* 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
* 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