flowhub / fbp-diffbot

Bot for automatically posting fbp-diffs on Github PRs
0 stars 0 forks source link

fbp-diffbot Build Status Greenkeeper badge

Automatically posts diffs for FBP graph changes on Github Pull Requests, using fbp-diff. This is useful when doing code reviews, as it makes it easier to understand the changes that were made.

Status

Minimally useful

TODO

See Github Issues

Changelog

See CHANGES.md

Using the service

Adding public repos

Edit config.yaml and submit a pull request.

Adding private repos

WARNING: Experimental TODO: improve support

Note that approval is manual, so it may take a day or two.

Manually request PR checking

Endpoint: POST /checkpr/$owner/$repo/$prnumber

curl -X POST http://fbp-diffbot.herokuapp.com/checkpr/$owner/$repo/$prnumber

So for to check imgflo/imgflo-server#12 would use the URL http://fbp-diffbot.herokuapp.com/checkpr/imgflo/imgflo-server/12.