jan_soubusta
03/27/2023, 2:15 PMtap-gitlab
- cannot map commit/merge_requests to users:
• commits - author is not a user by design. There is no merge_request_id (limitation of the API)
• merge_requests - author_id can be mapped to users, but I can't use it, see below bullet
• users - it downloads ALL users I can list. Huuuuge amount of users. It is way too slow
Anyone has tried to solve this?edgar_ramirez_mondragon
03/27/2023, 10:25 PMsite_users
stream should probably be explicitly deselected if you’re using gitlab saas, otherwise you’ll get every user (I don’t know why this wasn’t made an opt-in stream like the variables ones 😬)
The users
stream is what you most likely want to map MR authors.