Skip to content

Cycle Analytics commit count is incorrect

Summary

The "Commits" cycle analytics metric is limited to 10. The Gitlab::Git::Repository log function we're using requires a limit, which is set to 10 by default.

Steps to reproduce

  • Create more than ten commits
  • Load the cycle analytics page
  • The commit count is fixed to 10

/cc @markpundsack @jschatz1 @fatihacet