summaryrefslogtreecommitdiff
path: root/jekyll-hook.js
AgeCommit message (Collapse)Author
2014-10-13Remove forgotten comment.Daniel Silva
2014-10-10Allow users to specify a different script for each branch.Daniel Silva
2014-10-10Fix problem with branch names.Daniel Silva
Branch names that contained slashes like feature/whatever were not parsed properly.
2014-08-23Fixes 403 error generated by second or greater hook request sent to ↵Kevin Andrews
listening jekyll-hook instances.
2014-08-06Addressed comment in #12Scisco
2014-08-06Merge branch 'validate_x_hub_sig' of ↵Scisco
https://github.com/Phillipmartin/jekyll-hook into Phillipmartin-validate_x_hub_sig
2014-08-04Fixed typo in email notification strings.Ned Zimmerman
2014-07-17Fixed issue with config item namingScisco
2014-07-17Added an activate key for the email in config and codeScisco
2014-07-17If the repo is private, ssh key is needed, if it's public a simple https ↵Scisco
request is enough
2014-07-17Github sends payload in json format now. Removing json.PARSER conversionScisco
2014-06-03Add the ability to validate the X-Hub-Signature headerPhilip Martin
2013-06-19Add callbacks to early exit functionsDave Cole
2013-05-15look for port in process.env, otherwise default to 8080Benjamin J. Balter
2013-04-30Add queue to manage simultaneous requests.Dave Cole
2013-04-10Whitelist accounts. Set allowed branch as webhook parameter so it can vary ↵Dave Cole
based on repository.
2013-04-09Reorganize app to use external scripts. Make main file executable. Move ↵Dave Cole
sample code to readme. Refs #40.