Commit Graph

6 Commits

Author SHA1 Message Date
raul 6e71215180 Add azure webhook support 2024-01-16 12:34:46 +01:00
Alejandro Ruiz cc95fddcdd Remove unused websocket-based webhooks 2024-01-12 16:21:03 +01:00
Mario Manno 2ac0a49328 Bump to wrangler/v2 2024-01-12 16:21:03 +01:00
Mario Manno e156ce7a32 Remove pprof and fix linter warnings
Add more linters, but still not the full set from fleet/fleet.
2023-04-21 10:57:10 +02:00
Daishan 73501bd0e1 Add ability to update gitjob with branch in webhook payload
Today in gitjob's webhook design, it takes incoming webhook payload and
find the gitjob that matches the repo url regarding of which branch the
commit is coming from. This will cause a problem where a single webhook
event will trigger update on every branch of gitjob. This commit adds
the ability to read branch/tag from payload and only update gitjob that
matches branch in the payload. It also adds the ability to read from tag
so that tag event is separated from push event.
2021-11-02 14:22:21 -07:00
Daishan ef5fe7ff24 Add webhook support 2021-04-08 13:50:37 -07:00