Giter Club home page Giter Club logo

reparo's Introduction

Reparo

Build Status Coverage Status

https://reparo.herokuapp.com/

Manage your repository metadata!

Current functionality:

  • Label management and style guide generation

Go to Reapro, find your repository (or repositories), and build your label style guide! Your repo's labels will be updated, a PR to manage your labels moving forward will be made, and if you've created a wiki, a Label Style Guide will be generated.

You can get Reparo to automatically deploy updates to your labels on every new PR, allowing you to truly manage your labels from GitHub. Run npm install -g reparo to install the Reparo command line tools, make sure you've got GH_TOKEN and REPO_SLUG environment variables (set to a Personal Access Token and your repo in user/repo form respectively), and run reparo! If you've deployed Reparo, you can also set REPARO to the URL of your Reparo install.

If you're deploying with Travis, you can also do the following with those environment variables set:

before_depoy: npm install -g reparo
deploy:
  - provider: script
    script: reparo
    on:
      branch: master

Local Development

Add a config/local.js file with the following information:

module.exports = {
  github: {
    client: '{{client}}',
    secret: '{{secret}}'
  }
}

Replacing {{client}} with the Client ID and {{secret}} with the Client Secret from creating a Developer Application to test with. The Homepage URL should be http://localhost:5000 and the Authorization Callback URL should be http://localhost:5000/callback.

Then, run npm run dev or, if you have Gulp installed globally, gulp.

reparo's People

Contributors

snugug avatar

Stargazers

 avatar Hector Gomes avatar Monique Azevedo avatar Fadee Kannah avatar Bruno Parolini avatar Thiago Chico avatar Chris avatar Ryan Helmoski avatar

Watchers

James Cloos avatar  avatar Thomas Bohan avatar

reparo's Issues

GHE instance not generating labels

The GHE instance of this isn't working for me ๐Ÿ˜•

First thing - homepage (before login) js error, possibly unrelated:
app.js:187 - Uncaught TypeError: Cannot read property 'addEventListener' of undefined

Steps to reproduce:

  • login
  • switch to different org
  • select 1 repo
  • add a few labels
  • delete some other labels
  • delete whole "environment" label group
  • click generate
  • ๐Ÿ’ฅ
  • refreshes/redirects back to my repos.

Labels are unchanged on the repo, no style guide wiki generation, no branch, no PR.

Not getting any errors client side during submission, so I'm a bit stumped. Wondering if it's something server side? On post to https://reparo.mybluemix.net/labels, I get a 302 status. Request payload details here because it's a wall of text. Image for reference:
screen shot 2016-09-08 at 11 13 16 am

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.