Github PR Incremental Diffs

Provides you incremental diffs with the help of an extra server

作者のサイトでサポートを受ける。または、このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
mathias-baumann-sociomantic
1日のインストール数
0
累計インストール数
11
評価
0 0 0
バージョン
1.2
作成日
2017/04/25
更新日
2018/11/05
大きさ
34.3KB
ライセンス
Boost Software License 1.0 (https://www.boost.org/LICENSE_1_0.txt)
対象サイト

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