-
- Downloads
Fix the "Commits" section of the cycle analytics summary.
- The commit count was capped at 10, due to `Gitlab::Git::Repository#log` enforcing a limit, with the default set to 10. - Reimplement a small portion of this `log` function to get just the data we need.
Showing
- app/models/cycle_analytics/summary.rb 23 additions, 5 deletionsapp/models/cycle_analytics/summary.rb
- spec/models/cycle_analytics/summary_spec.rb 6 additions, 0 deletionsspec/models/cycle_analytics/summary_spec.rb
- spec/support/cycle_analytics_helpers.rb 15 additions, 11 deletionsspec/support/cycle_analytics_helpers.rb
Loading
Please register or sign in to comment