sourcegraph/cmd/frontend/webhooks
Erik Seliger 3e3ef6e8fa
webhooks: Add support for secrets for Bitbucket Cloud (#63198)
We didn't support secrets for bitbucket cloud so far, but the code host
does support them. They use the same mechanism as Bitbucket and GitHub
so that was easy to add.

Closes SRC-393

Test plan:

Set up a webhook locally and tested that with a wrong secret it fails,
and with the correct secret it passes. Also wrote a test.
2024-06-18 11:54:01 +02:00
..
testdata webhooks: Add support for secrets for Bitbucket Cloud (#63198) 2024-06-18 11:54:01 +02:00
azuredevops_webhooks.go Ingest Webhooks from Azure DevOps (#48391) 2023-03-02 11:00:46 -05:00
bitbucketcloud_webhooks.go webhooks: Add support for secrets for Bitbucket Cloud (#63198) 2024-06-18 11:54:01 +02:00
bitbucketserver_webhooks.go [chore] Use consistent go-github versioning (#57391) 2023-10-06 10:48:18 +02:00
BUILD.bazel webhooks: Add support for secrets for Bitbucket Cloud (#63198) 2024-06-18 11:54:01 +02:00
github_webhooks_test.go Chore: construct logger inside dbtest.NewDB (#57549) 2023-10-11 20:41:11 -05:00
github_webhooks.go bazel: first pass at moving moving logging linting into nogo (#58910) 2024-01-02 10:07:25 -08:00
gitlab_webhooks.go use time-safe comparison for gitlab webhook secret (#57650) 2023-10-17 12:06:17 +00:00
middleware_test.go bump to Go 1.22.1 (#60902) 2024-03-06 17:38:43 -07:00
middleware.go bazel: first pass at moving moving logging linting into nogo (#58910) 2024-01-02 10:07:25 -08:00
webhooks_test.go webhooks: Add support for secrets for Bitbucket Cloud (#63198) 2024-06-18 11:54:01 +02:00
webhooks.go webhooks: Add support for secrets for Bitbucket Cloud (#63198) 2024-06-18 11:54:01 +02:00