summaryrefslogtreecommitdiff
path: root/spec/requests/api/graphql/mutations/award_emojis/toggle_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@12-6-stable-eeGitLab Bot2019-12-201-0/+1
|
* Use AwardEmojis services in GraphQL mutationsLuke Duncalfe2019-08-211-5/+12
| | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/63372
* GraphQL mutations for add, remove and toggle emoji62826-graphql-emoji-mutationsLuke Duncalfe2019-06-281-0/+142
Adding new `AddAwardEmoji`, `RemoveAwardEmoji` and `ToggleAwardEmoji` GraphQL mutations. Adding new `#authorized_find_with_pre_checks!` and (unused, but for completeness `#authorized_find_with_post_checks!`) authorization methods. These allow us to perform an authorized find, and run our own additional checks before or after the authorization runs. https://gitlab.com/gitlab-org/gitlab-ce/issues/62826