Something went wrong while fetching comments. Please try again.
Created by: unknwon
This PR implements PermsFetcher
interface for GitLab authz providers, both SudoProvider
and OAuthProvider
.
PermsFetcher
definition that implementations should return "partial but valid results in case of error". The rationales are:
Implements #8492 (closed).