GitXplorerGitXplorer
d

issuelister

public
7 stars
3 forks
2 issues

Commits

List of commits on branch master.
Unverified
c397131a1a508e9d422fe51606c3b613783f32b7

Merge pull request #2 from LukyVj/patch-1

ddervondenbergen committed 9 years ago
Unverified
a105e90a0724e42686e93e640990849479beb9fb

Merge pull request #3 from Haroenv/patch-1

ddervondenbergen committed 9 years ago
Unverified
475af6744947f24dc4993f7582184a7858c74949

don't hardcode bullgit

HHaroenv committed 9 years ago
Unverified
966d69d2208165b2268f822d13b2dab463cbfeca

Update index.html

LLukyVj committed 9 years ago
Unverified
2d7181ed96b0f3e141e7f76216f7aa8f00b9d663

adding credits pointing to my twitter

ddervondenbergen committed 10 years ago
Unverified
2c0fce03fb17e683fd583a78c7feca85d518bf88

initial commit :shipit:

ddervondenbergen committed 10 years ago

README

The README file for this repository.

Issue Lister

This web app is for listing all Issues and Pull Requests from every owned repo, which are open.

This works with both GitHub users and organisations. Other systems are not supported.

setup

To use the Issue Lister, you only have to modify the configuration file config.js. The example below is pretty self explenatory. The file has to keep it's structure.

var config = {
    
    // github user (users) or organisation (orgs)
    type: 'orgs',
    
    // github name
    name: 'bullgit',
    
    // date and time format
    datetimeformat: 'DD.MM.YYYY HH:mm',
    
    // see different console.log statements
    debug: false
    
}

example

Issue Lister was mainly developed for the use at @bullgit. With a bit team of people collaboratin on different projects, it is important to keep track of the Pull Requests and Issues in the differend repositories, old and new.

A public accessible Issue Lister is available at http://il.bullg.it.