woodpecker/server/forge
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
..
bitbucket Add bitbucket forge BranchHead implementation (#2011) 2023-07-17 21:30:06 +02:00
common Add own workflow model (#1784) 2023-06-27 18:01:18 +02:00
gitea let HookParse func explicit ignore events (#1942) 2023-07-14 02:03:54 +02:00
github let HookParse func explicit ignore events (#1942) 2023-07-14 02:03:54 +02:00
gitlab let HookParse func explicit ignore events (#1942) 2023-07-14 02:03:54 +02:00
mocks let HookParse func explicit ignore events (#1942) 2023-07-14 02:03:54 +02:00
types let HookParse func explicit ignore events (#1942) 2023-07-14 02:03:54 +02:00
configFetcher.go Some small code refactorings (#1727) 2023-04-30 17:02:47 +02:00
configFetcher_test.go Drop ".drone.yml" as default pipeline config (#1795) 2023-05-31 16:02:20 +02:00
forge.go let HookParse func explicit ignore events (#1942) 2023-07-14 02:03:54 +02:00