This dashboard focuses on GitHub activity, commits and pull requests, and top contributors.
To filter bots there is a filter on top of the dashboard.
The visualizations you can find on the dashboard are:
We would like to thank Frances Chao-Gay and benny Vasquez from chef.io project for their collaboration. This dashboard hadn’t been possible without them. It is based on their ideas and they were the actual reviewers of the work done.
We had also the opportunity of discussing the use case with benny during one of our bi-weekly CHAOSS-GrimoireLab calls, publicly available on YouTube.
To use this dashboard with your own GrimoireLab deployment you need to:
all_enriched
index is available on your GrimoireLab instance
(grimoirelab-sirmordred automatically creates this alias for you).git
index is available on your GrimoireLab instance
(see grimoirelab-sirmordred documentation for details on how to deploy it).github_issues
index is available on your GrimoireLab instance
(see grimoirelab-sirmordred documentation for details on how to deploy it).Index Patterns | —– | Dashboard |
Once you have the data in place, if you need to manually upload the dashboard execute the following commands:
kidash -e https://user:pass@localhost:443/data --import all_enriched-index-pattern.json
kidash -e https://user:pass@localhost:443/data --import git-index-pattern.json
kidash -e https://user:pass@localhost:443/data --import github_issues-index-pattern.json
kidash -e https://user:pass@localhost:443/data --import github_devrel.json
Edit this doc