All notable changes to this project will be documented in this file.
- Respond to the webhook server without waiting the command to end. Fixes issues with Github Webhook timeout(10s).
- Hooks with secret not working as not being able to hash the raw body
- Issue with bitbucket body not being parsed correctly
- Now travis test on multiple node versions
- Issue with github webhook without secret, not receiving the header
- Upgrade dependencies
- Readme typo
- Initial support for bitbucket
- Initial secret support for github
- CWD configuration support
- Badges
- Babel
- Readme
- Log service
- Run of a simple command
- Index on root folder
- Basics on Pm2Module
- More tests to WebhookServer
- Test and lint
- Base of the project