Skip to content

Add a new method to `Api.js`: `projectUsers`

What does this MR do?

Adds a new method to Api.js: projectUsers

This new method can be used to fetch all users under a particular project. In the future this function can be used to replace the current instances of /autocomplete/users endpoint.

This new method is backported from gitlab-ee!15146 in order to fix a tech debt issue in EE: gitlab-ee#2502

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

Others

  • create a new issue to clear the ~"technical debt" for other functions in the file.
Edited by Himanshu Kapoor

Merge request reports