mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-04 06:38:43 +00:00
28e96a3851
If the repo was renamed, there's an issue with Gitea: it redirects the /api/v1/repos/<owner>/<repo>/hooks POST request to a GET request at the same URL. This URL returns the list of all hooks, thus the Gitea SDK can't parse the response into a single gitea.Hook type. A better error is also visisble if the repo was deleted. |
||
---|---|---|
.. | ||
api | ||
grpc | ||
logging | ||
model | ||
plugins | ||
pubsub | ||
queue | ||
remote | ||
router | ||
shared | ||
store | ||
swagger | ||
web | ||
config.go |