Hexanet / MergeRequestsCI

:eyes: UI to see all GitLab merge requests of your teams in one place
https://hexanet.gitlab.io/MergeRequestsCI
MIT License
13 stars 7 forks source link

Use the new /merge_resquests API #125

Closed notFloran closed 7 years ago

notFloran commented 7 years ago

Description

Reduce API calls by using the new /merge_requests API. The API returns all opened merge requests which the user has access.

Before: 172 requests

capture d ecran 2017-08-27 a 12 52 18

Now: 24 requests

capture d ecran 2017-08-27 a 12 52 36

Resume