woodpecker/server/forge/bitbucket/internal
Michalis Zampetakis dcba48f916
Add bitbucket forge BranchHead implementation (#2011)
In order to test this functionality, we had to expose the `BranchHead()`
through an API endpoint
```
GET /repos/{repo_id}/branches/{branch}/head
```

The response is a string that contains the latest commit hash of the
requested branch.
2023-07-17 21:30:06 +02:00
..
client.go Add bitbucket forge BranchHead implementation (#2011) 2023-07-17 21:30:06 +02:00
types.go Add bitbucket forge BranchHead implementation (#2011) 2023-07-17 21:30:06 +02:00