Skip to content

Optimize for setting MR assignees

Alex Kalderimis requested to merge ajk-assignee-mr-rest-api-optimization into master

What does this MR do?

This MR applies the service optimizations from !57523 (merged) to the REST API, addressing #36098 (closed).

This MR is a ~performance improvement, and should not contain any changes in behavior, but the following changes are made:

  • we now detect attempts to assign unauthorized users to issuables (issues and MRs), and report an error

See: &5652 (closed)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Alex Kalderimis

Merge request reports