stable
Clone or download
Read-only
The Tuleap REST API now exposes a GET /gitlab_repositories/:id/branches to retrieve information about branches of the integrated GitLab repositories. For now, only the default branch is returned since it is the only information Tuleap needs. Part of story #21336: create a development branch on GitLab out of an artifact Change-Id: I8b1c24c7408d69e5d6a4a79c13e0b219a1c3e06e
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/gitlab/include/REST/v1/BranchesInformationRepresentation.php | +42 | −0 | Go to diff View file |
A | plugins/gitlab/include/REST/v1/GitlabBranchInformationRetriever.php | +74 | −0 | Go to diff View file |
M | plugins/gitlab/include/REST/v1/GitlabRepositoryResource.php | +44 | −0 | Go to diff View file |
A | plugins/gitlab/tests/unit/REST/v1/GitlabBranchInformationRetrieverTest.php | +158 | −0 | Go to diff View file |