Github PR Incremental Diffs

Provides you incremental diffs with the help of an extra server

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
mathias-baumann-sociomantic
日安装量
0
总安装量
11
评分
0 0 0
版本
1.2
创建于
2017-04-25
更新于
2018-11-05
大小
34.3 KB
许可证
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