summaryrefslogtreecommitdiff
path: root/spec/services/branches
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate diverging commit count with max parameterjc-deprecate-diverging-count-with-maxJohn Cai2019-07-021-27/+6
| | | | | | | In 12.0, we turned the feature flag on that effectively turned off the --max-count flag for the count diverging commits call. Since we have commit graphs turned on, this did not affect preformance negatively. Thus, we want to deprecate the call that passes --max-count
* Add endpoint for fetching diverging commit countsid-stale-branchesIgor Drozdov2019-06-281-0/+52
Extract diverging_commit_counts into a service class