Commit Graph

12 Commits

Author SHA1 Message Date
GitLab Bot 63c306d960 Add latest changes from gitlab-org/gitlab@master 2021-08-10 12:11:00 +00:00
GitLab Bot 228eb2ee91 Add latest changes from gitlab-org/gitlab@master 2021-07-23 15:09:21 +00:00
GitLab Bot e227f48234 Add latest changes from gitlab-org/gitlab@master 2021-01-07 12:10:24 +00:00
GitLab Bot 73fd5a8973 Add latest changes from gitlab-org/gitlab@master 2020-12-04 00:09:55 +00:00
GitLab Bot 4e5a71c197 Add latest changes from gitlab-org/gitlab@master 2020-11-20 18:09:37 +00:00
GitLab Bot f77969819a Add latest changes from gitlab-org/gitlab@master 2020-10-08 03:08:39 +00:00
GitLab Bot 0115b63f64 Add latest changes from gitlab-org/gitlab@master 2020-09-18 06:09:31 +00:00
GitLab Bot b7e512c897 Add latest changes from gitlab-org/gitlab@master 2020-06-23 12:09:20 +00:00
GitLab Bot 2b3bfe8fc5 Add latest changes from gitlab-org/gitlab@master 2020-01-08 00:07:43 +00:00
Luke Duncalfe 15b02da69f Use AwardEmojis services in GraphQL mutations
https://gitlab.com/gitlab-org/gitlab-ce/issues/63372
2019-08-21 11:39:41 +12:00
Luke Duncalfe 67030789f5 Include AuthorizeResource module for all mutations
This makes our authorization calls available to all GraphQL mutations
without the additional step of including the module first.
2019-07-11 15:08:34 +12:00
Luke Duncalfe 4b9b2a43d0 GraphQL mutations for add, remove and toggle emoji
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
2019-06-28 12:03:33 +12:00