Commit Graph

6 Commits

Author SHA1 Message Date
GitLab Bot 7621abc072 Add latest changes from gitlab-org/gitlab@master 2021-12-24 18:13:33 +00:00
GitLab Bot 5e450e9022 Add latest changes from gitlab-org/gitlab@master 2021-02-23 21:10:44 +00:00
GitLab Bot ca83ad2ce1 Add latest changes from gitlab-org/gitlab@master 2020-12-14 03:10:06 +00:00
GitLab Bot f2eb66fef8 Add latest changes from gitlab-org/gitlab@master 2020-08-21 03:10:16 +00:00
GitLab Bot 3a9076e0a4 Add latest changes from gitlab-org/gitlab@master 2020-07-16 18:09:35 +00: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