An open API service indexing awesome lists of open source software.

https://github.com/stackbuilders/pull_panel

Manage pull requests in multiple apps and organizations
https://github.com/stackbuilders/pull_panel

Last synced: 10 months ago
JSON representation

Manage pull requests in multiple apps and organizations

Awesome Lists containing this project

README

          

# pullpanel

View github pull requests for multiple repositories in several repos
on one screen.

## Usage

You must first register this as a github application in order to use Oauth, and set environment variables
for GITHUB_CLIENT_ID and GITHUB_SECRET. For development mode you have to set your app "Callback URL" on GitHub
to `http://lvh.me:8080`. This domain points to `127.0.0.1` and OAuth integration becomes a piece of cake.

```bash
lein deps
GITHUB_CLIENT_ID=XXX GITHUB_SECRET=XXX lein run
```

## License

Copyright (C) 2012 Justin Leitgeb

Distributed under the Eclipse Public License, the same as Clojure.