An error occurred fetching the project authors.
- 29 Jun, 2021 1 commit
-
-
Oghenerukevwe Kofi authored
-
- 20 Nov, 2020 1 commit
-
-
Alex Kalderimis authored
Places extra authorization call inside authorized! This places the extra `emoji_awardable?` check in the `authorized!` method of the `AuthorizeResource` concern, which is the method responsible for determining what authorization means for a particular mutation. This leads to code simplification and more uniform messages in line with the rest of the API.
-
- 08 Oct, 2020 1 commit
-
-
Brett Walker authored
and slight refactor of restore_many to use GitlabSchema.parse_gid
-
- 21 Aug, 2020 1 commit
-
-
Philip Cunningham authored
Moves specs over to using shared_example to avoid duplication..
-
- 23 Jun, 2020 2 commits
-
-
Luke Duncalfe authored
This change introduces a new `#mount_aliased_mutation` method. It allows us to rename a mutation and deprecate and alias the old name, keeping the names of the input object and payload response for the old deprecated mutation intact. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/34584#note_362468954
-
Arturo Herrero authored
The plan for RSpec 4.0 is to disable monkey patching, reference: https://rspec.info/blog/2013/07/the-plan-for-rspec-3/#zero-monkey-patching-mode https://relishapp.com/rspec/rspec-core/docs/configuration/zero-monkey-patching-mode This commit stops using RSpec monkey patching in several specs.
-
- 07 May, 2020 1 commit
-
-
charlieablett authored
Our code style guidelines specify (ha ha) when to use `it` and when to use `specify`. Modifying some empty description tests to match.
-
- 12 Feb, 2020 1 commit
-
-
Vitali Tatarintev authored
Changes `set` to `let_it_be`
-
- 16 Dec, 2019 1 commit
-
-
James Fargher authored
Ran: bundle exec rubocop --only RSpec/EmptyLineAfterFinalLet -a
-
- 20 Aug, 2019 2 commits
-
-
- 28 Jun, 2019 2 commits
-
-
Luke Duncalfe authored
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
-
Luke Duncalfe authored
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
-