woodpecker/server/forge/bitbucket
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
..
fixtures Initiate Pagination Implementation for API and Infinite Scroll in UI (#1651) 2023-04-30 03:40:13 +02:00
internal Add bitbucket forge BranchHead implementation (#2011) 2023-07-17 21:30:06 +02:00
bitbucket.go Add bitbucket forge BranchHead implementation (#2011) 2023-07-17 21:30:06 +02:00
bitbucket_test.go Add own workflow model (#1784) 2023-06-27 18:01:18 +02:00
convert.go Identify users using their remote ID (#1732) 2023-05-11 05:19:35 +02:00
convert_test.go Do not store inactive repos (#1658) 2023-03-21 23:01:59 +01:00
parse.go let HookParse func explicit ignore events (#1942) 2023-07-14 02:03:54 +02:00
parse_test.go let HookParse func explicit ignore events (#1942) 2023-07-14 02:03:54 +02:00