gitlab-org--gitlab-foss/changelogs/unreleased/sh-fix-project-branches-merge-status.yml
Stan Hu cedbb3366b Fix API /project/:id/branches not returning correct merge status
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24034 introduced
a regression where only the first 20 branches were used to determine
whether a branch has been merged because the pagination was applied
incorrectly. Requesting the second page of branches via the API would
always have the wrong merge status. We fix this by properly paginating
the branches before requesting their merge status.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56250
2019-03-30 05:20:29 -07:00

5 lines
117 B
YAML

---
title: Fix API /project/:id/branches not returning correct merge status
merge_request: 26785
author:
type: fixed