voxpupuli / puppet_webhook

Sinatra-based application that triggers puppet-related commands from VCS Webhook calls
Apache License 2.0
13 stars 7 forks source link

Fix a http body param bug #88

Closed dhollinger closed 5 years ago

dhollinger commented 5 years ago

Fixed a bug where one of the parameters sent to a method was named body. This was an issue as the body method is built into Rack and was causing the application to become confused are fail on API calls.

Updated and organized .gitignore.

Gemfile.lock updated as part of a bundle install

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 52.189% when pulling bafc5700bc9091bd198ec542f0cf99da8a9e9c6e on fix_environment_cont into f80c0ec81ab1b91289b8155963970c9b1477c8c4 on master.

runejuhl commented 5 years ago

LGTM