Skip to content

jin/bazel-gardening-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metric collection for Bazel issues

Quick and dirty tooling for metrics collection.

Usage:

  1. Create a secrets.json file with two fields
{
  "client_id" : "...",
  "client_secret" : "..."
}

(get those from https://github.com/settings/developers)

  1. issue-stats.py update will populate some all-*.json files with API responses from GitHub
  2. Run various queries over those with issue-stats.py report and issue-stats.py garden
  3. Feel free to modify those - I hope code is self-explanatory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%