webhooks

Webhook receiver for GitHub, Bitbucket, GitLab, Gogs

MIT License

Stars
951
Committers
77

Bot releases are visible (Hide)

webhooks - Release 3.5.0

Published by deankarn almost 7 years ago

What's New?

Added parsing of label changes on issue and MR events for GitLab. Thanks @Mingan for the PR

webhooks - Release 3.4.0

Published by deankarn almost 7 years ago

What was added?

Added parse author association for GitHub comment #19 thanks @kairen

webhooks - Release 3.3.1

Published by deankarn about 7 years ago

What's fixed

  • Added Confidential Issue Events support (Gitlab)
  • Fixed SourceProjectID type (Gitlab)

Thanks @tulir for the pull requests!

webhooks - Release 3.3.0

Published by deankarn about 7 years ago

What's new?

Added Label to GihHub's PullRequestPayload object. thanks to @samuelkarp and PR #16

webhooks - Release 3.2.0

Published by deankarn over 7 years ago

What new?

  • Added Logger interface and webhooks.DefaultLog in order for custom loggers to be used see #13
  • Added Info, Error and Debug messages for new Logger interface and webhooks.DefaultLog
webhooks - Release 3.1.1

Published by deankarn over 7 years ago

What was fixed?

Added Sha to PushPayload thanks @rakeshbala for pull request #12

webhooks - Release 3.1.0

Published by deankarn over 7 years ago

What was added?

Add handler support to allow use of webhooks with your own Mux which resolves #9

webhooks - Release 3.0.1

Published by deankarn over 7 years ago

What was fixed?

corrected gopkg.in references for some reason it was pointing at an old version

webhooks - Release 3.0.0

Published by deankarn over 7 years ago

What's new?

Initial Release of Version 3

  • Updated to latest GitHub Webhooks Fixes #8
  • Updated to latest BitBucket Webhooks
  • Updated int to int64 to avoid any chance of overflow
  • Added missing event from GitHub & BitBucket
  • Some Spelling corrections Fixes #7
webhooks - Release 2.1.0

Published by deankarn over 7 years ago

What was added?

Added GitLab support; full thanks goes to @nakatanakatana for adding GitLab support in a fork which was migrated in.

webhooks - Release 2.0.0

Published by deankarn about 8 years ago

v2 released

  • updated ProcessPayloadFunc to also accept the http Headers from the request allowing users to grab other important information not directly contained within the payload like the header X-GitHub-Delivery, see #2 for details.

Thanks @alrs for the pull request.