hookbot icon indicating copy to clipboard operation
hookbot copied to clipboard

Turn webhooks into websockets

Results 8 hookbot issues
Sort by recently updated
recently updated
newest added

Bumps golang from 1.19.0-alpine to 1.19.3-alpine. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.19.0-alpine&new-version=1.19.3-alpine)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

See the [migration notes](https://github.com/urfave/cli/blob/master/docs/migrate-v1-to-v2.md); documentation and anyone using commands will have to update them, most likely.

To try to minimise risk of accidentally releasing a broken version (see [hanoverd](https://github.com/sensiblecodeio/hanoverd/) which has `make release` target). We have tests, but they are run on Travis, not when building...

Bumps golang from 1.21.0-alpine to 1.21.5-alpine. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.21.0-alpine&new-version=1.21.5-alpine)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

Bumps golang from 1.22.3-alpine to 1.22.5-alpine. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.22.3-alpine&new-version=1.22.5-alpine)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

The way error handling works is a little ad hoc. It's possible to return errors from the `cli` package's `Actions`, so we could do that instead of exiting immediately in...

Browser-based Websocket implementations do not support sending an Authorization header thus making it impossible to attach to hookbot via a web application. Can we tweak the authentication protocol to support...

Since the Webhook API in Chrome & Firefox does not allow HTTP authentication nor adding headers. (Commit pulled over from https://github.com/jsalvata/hookbot/commit/acfb5f6e4fdd0f84e0a2b4758ee0b61da818c287#diff-64d24bd263cd63879b08b9ddc3d4fa62b9faf1aba59cd05142b79450b060b863R54 )