summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes/stores/mutations.js
Commit message (Collapse)AuthorAgeFilesLines
...
* Prettify notes.Fatih Acet2018-03-161-10/+18
|
* Merge branch 'master' into 44149-issue-comment-buttonsFilipa Lacerda2018-03-131-6/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (29 commits) Fix provider server URL used when listing repos to import Fix inconsistent punctuation on MR form Update dependency for svgs Fix timestamp to include %M instead of %I for post-deploy migrations. Use Gitaly 0.89.0 Resolve "Hover style for sidebar dropdowns is wrong" fixed spec Respect the protocol in `expose_url` Fix removes source branch text being rendered in merged state Fix code and wiki search results when filename is non-ASCII Include the ee/ directory in backtraces Use GitLab fork of zaproxy Updates file extensions on Vue docs fixed note polling not sending updated last fetched at date added spec for polling Add changelog entry Use `list.id` for `:key` added mutation spec Bump parser and unparser gems to remove warnings fix polling not working correctly Fixed issue notes being duplicated ...
| * added mutation specPhil Hughes2018-03-101-6/+8
| |
| * Fixed issue notes being duplicatedPhil Hughes2018-03-091-2/+2
| | | | | | | | Closes #44099
* | Fix loading icon being visible in the wrong button44149-issue-comment-buttonsFilipa Lacerda2018-03-121-0/+4
|/
* Render MR Notes with Vue with behind a cookieFatih Acet2018-02-281-3/+40
|
* Makes close/reopen issue request to inside the vue appFilipa Lacerda2018-02-091-0/+8
|
* issue note storeSimon Knox2017-11-301-2/+2
|
* Fix rendering double note issue.Fatih Acet2017-09-221-9/+13
|
* IssueNotesRefactor: Support legacy multiple notes for individual_note: true ↵Fatih Acet2017-08-221-1/+16
| | | | case.
* IssueNotesRefactor: Fix consistent typo.Fatih Acet2017-08-221-1/+1
|
* [ci skip] Disable slash commands in edit modeFilipa Lacerda2017-08-021-7/+7
|
* [ci skip] Fix emoji being posted twice originating an errorFilipa Lacerda2017-08-021-8/+5
|
* [ci skip] Fix emoji 100 bug: Creating strucutre to a forEach and then using ↵Filipa Lacerda2017-07-291-2/+2
| | | | Object.keys was causing a type inconsistency
* [ci skip] Remove DOM querying for paths, save them in the storeFilipa Lacerda2017-07-281-1/+0
|
* [ci skip] Add issue data and notes data provided through haml to the store ↵Filipa Lacerda2017-07-271-0/+12
| | | | to stop querying the DOM everywhere
* [ci skip] Add constantsFilipa Lacerda2017-07-261-2/+3
|
* Follow vuex docs to divide store into: actions, getters and mutationsFilipa Lacerda2017-07-251-0/+127
Use constants for mutation types as per vuex docs