kuhlenh / StashPop

Adds features to GitHub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stashpop

StashPop for GitHub

Adds features to GitHub, with extra Jenkins goodness on https://github.com/dotnet/ repositories.

Note: Added UI elements are visually optimized for users also running Wide Github (from xthexder)

Features:

  1. Adds email buttons for Issues and Pull Requests
  • Added to issue/PR lists and individual views (screenshot)
  • Supports issue/PR multi-select
  • Emails are created in your default email application (screenshot)
  1. Jenkins PR support (supports https://github.com/dotnet/ repositories by default, add your own in manifest.json)
  • Shows how long ago a Jenkins build ran (screenshot)
  • Shows the Jenkins build & test failure descriptions in the PR
  • Opens Jenkins "details" links in a new tab
  • Adds "Create Issue" buttons to each Jenkins test failure (screenshot)

To install:

  1. Clone or download the repository
  2. In Chrome, navigate to chrome://extensions/
  3. Enable "Developer mode"
  4. Click "Load unpacked extension..." and point it to your repository.

To update:

  1. Update to latest from the master branch
  2. In chrome, navigate to chrome://extensions/
  3. Click the "Reload" link under the "StashPop for GitHub" extension

To allow access to your Jenkins host machine:

  1. Add your domain to the local manifest.json file's "permissions" section as "http://yourjenkinsserver/*"
  2. Reload the extension

About

Adds features to GitHub


Languages

Language:JavaScript 94.9%Language:HTML 5.1%