Giter VIP home page Giter VIP logo

issue-aggregator's Introduction

Issue Aggregator Build Status

Are you managing multiple projects hosted at GitHub? Wish there was a way to see all the issues for your projects? Then you’ve come to the right place.

issue-aggregator is a Spring Boot application that queries Github for issues across multiple repositories.

Getting Started

Your first step is registering a GitHub oauth token. To do that follow these steps:

  1. Go to https://github.com/settings/applications. (If you don’t have a GitHub profile, this app isn’t much use, ehh?)

  2. Underneath Personal Access Tokens click Create new token.

  3. You’ll probably get prompted for your password. (That way, your co-worker can’t sneak in during your coffee break and create a token without you knowing.)

  4. In Token Description enter something like issue-aggregator.

  5. Click Create Token.

  6. You’ll be taken back to the list of apps, and should see a new, cryptic string with an icon offering to copy it to your clipboard similar to that shown below.

test token

Run the application

Now you can run the application.

GITHUB_ACCESS_TOKEN=<passcode> ./mvnw spring-boot:run

This works if you run it locally. If you are going to push your app to CloudFoundry, you need to set it as an environment variable. You can do something like this:

cf set-env <app_name> GITHUB_ACCESS_TOKEN <passcode>

Then you can push all the updates you want. If you roll the passcode, you can simply reissue the command.

You should see something like this:

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::  (v2.2.0.BUILD-SNAPSHOT)

2019-07-30 14:08:19.429  INFO 72673 --- [  restartedMain] i.s.g.i.IssueAggregatorApplicationKt     : Starting IssueAggregatorApplicationKt on retina with PID 72673 (/Users/gturnquist/src/issue-aggregator/target/classes started by gturnquist in /Users/gturnquist/src/issue-aggregator)
2019-07-30 14:08:19.431  INFO 72673 --- [  restartedMain] i.s.g.i.IssueAggregatorApplicationKt     : No active profile set, falling back to default profiles: default
2019-07-30 14:08:19.469  INFO 72673 --- [  restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2019-07-30 14:08:19.469  INFO 72673 --- [  restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2019-07-30 14:08:20.112  INFO 72673 --- [  restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2019-07-30 14:08:20.199  INFO 72673 --- [  restartedMain] o.s.b.web.embedded.netty.NettyWebServer  : Netty started on port(s): 8080
2019-07-30 14:08:20.203  INFO 72673 --- [  restartedMain] i.s.g.i.IssueAggregatorApplicationKt     : Started IssueAggregatorApplicationKt in 0.998 seconds (JVM running for 1.276)

You can now see the list of issues at http://localhost:8080.

issue-aggregator's People

Contributors

gregturn avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.