summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes/components/discussion_actions.vue
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-17/+2
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-251-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-301-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-3/+4
|
* Hide resolve thread button from guestSamantha Ming2019-09-121-1/+8
| | | | - Show if user can_resolve all of the notes
* Adding changes to CE from EETomislav Nikic2019-07-271-1/+1
| | | | | All the changes done to files that are also inside CE and need to be ported.
* Remove duplicate buttons64160-fix-duplicate-buttonsSamantha Ming2019-07-171-14/+11
|
* Rebased and squashed commitsNatalia Tepluhina2019-07-031-9/+17
| | | | - all commits squashed to make danger review happy
* Rearrange discussion resolve buttons & update button displaySamantha Ming2019-06-281-12/+19
| | | | | - next-discuss button is always show unless there is only 1 discussion - regroup buttons arrangements
* Extract discussion actions into separate component58293-extract-discussion-actionsPaul Gascou-Vaillancourt2019-04-171-0/+58
- Created DiscussionActions component - Updated NoteableDiscussion component accordingly - Wrote Jest tests for DiscussionActions - Updated Jest config to enable emojis aliases mock - Updated qa specs to reflect changes in NoteableDiscussions