Small Chrome and Firefox compatible extension for more comfortable GitHub pull-request codereview. This extension adds side-screen file list like crucible do and give possibility to view only choosen files review

// Install npm, make // ... // Install bower, grunt and needed libraries make build // For build extension works with GitHub Enterprice - replace URL with your one cat src/manifest.json |sed -r 's/github.com//g'>build/manifest.json // Visit https://addons.mozilla.org/en-US/developers/addon/api/key/ for give jwt API credentials // Build crx and xpi signed extensions jwtIssuer= jwtSecret= make pack
make rebuild cat src/manifest.json |sed -r 's/github.com/github.yandex-team.ru/g'>build/manifest.json jwtIssuer= jwtSecret= make pack
Feel free to contribute this repo :) Unit tests, examples, codestyle, anything else - you are wellcome!
0.0.1 - First extension version. No unit tests, bad codestyle, but seems like it works
0.1.0 - Added new GitHub compatibility, added make pack command
0.1.1 - Fix redraw on AJAX pageload for new github GUI