thoughtworks / metrik

An easy-to-use, cross-platform measurement tool that pulls data out of CD pipelines and analysis the four key metrics for you.
MIT License
354 stars 87 forks source link

Repository with more than 30 branches yielding wrong results #155

Open sourav-space opened 7 months ago

sourav-space commented 7 months ago

Describe the bug When a repository has more than 30 branches, the app is fetching only 30 branches and filtering the runs within those branches. So any run happening on other branches are completely ignored.

To Reproduce Steps to reproduce the behavior:

  1. Create a repo
  2. Create more than 30 branches
  3. Create action for only one branch (say master/main)
  4. Many of the times, that action will not show up

Expected behavior All the actions should show up irrespective of the no of branches present in the repo