🏠 

Github PR Incremental Diffs

Provides you incremental diffs with the help of an extra server


Install this script?

Visit the author's site for support, ask a question, post a review, or report the script.
Author
mathias-baumann-sociomantic
Daily installs
0
Total installs
11
Ratings
0 0 0
Version
1.2
Created
2017-04-25
Updated
2018-11-05
Size
34.3 KB
License
Boost Software License 1.0 (https://www.boost.org/LICENSE_1_0.txt)
Applies to

This script enriches the github pull request page with so called 'incremental diffs'. This means that you will get a diff for changes pushed to that pull request, showing the difference before and after the push.

This is particular useful for situations where the reviewee was asked to do some changes in their existing commits (not additional commits). The reviewer can then use this to see those changes directly, not having to go through all the commits again, making sure the requested changes were addressed.

All this works by using github webhook, an external server and this script.

User Setup

After navigating to any pull request page, the script will ask you to setup a personalized access token for github so it can access the github API.

The hash data url is optional and not required for the normal user. If you do need it, your repository admin should have told you about it.

You can change your configuration settings later anytime by clicking on the Incremental Diffs Setup button at the bottom of the right sidebar. This also tells you whether the userscript is properly loaded.

See https://github.com/sociomantic-tsunami/kelpie for more information