The Wayback Machine - https://web.archive.org/web/20201103053918/https://github.com/angular/angular-prs
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

AngularJS PR TimeSeries Graph

This project collects and displays chart to show how well we are doing on dealing with Pull Requests in the AngularJS project.

Usage

git clone https://github.com/angular/angular-prs
cd angular-prs
npm install
bower install
grunt build
grunt server

Fetching new data

You will need a GitHub API client_id and client_secret to run the fetch script

cd app/data
./fetch.sh CLIENT_ID CLIENT_SECRET
grunt build

Publishing

Once you have fetched a new set of data you can publish it to the GitHub pages:

cd angular-prs
./deploy.sh

About

app to visualize PR queue activity for the angular.js project. currently the data is stored in the repo because of github query rate limits.

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.