Currently, in GitLabMergeRequest#author, the bot makes an unnecessary REST request to retrieve the HostUser object.
However, with recent advancements in GitLab, it's possible to parse the HostUser directly from the pull request JSON.
Getting rid of this redundant REST request would also solve the 'user is inactive' issue.
However, with recent advancements in GitLab, it's possible to parse the HostUser directly from the pull request JSON.
Getting rid of this redundant REST request would also solve the 'user is inactive' issue.
- relates to
-
SKARA-1630 Block list PRs that keep throwing RuntimeException
- Open
-
SKARA-1616 Improve error message when an author isn't found in GitLab
- Resolved