This panel provides a quick view of the lifecycle of the top 25 git repositories by activity and authors for a given period of time.
Active: at least 1 commit per month
To use this dashboard with your own GrimoireLab deployment you need to:
git
index is available on your GrimoireLab instance
(see grimoirelab-sirmordred documentation for details on how to deploy it).Index Pattern | —– | 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 git-index-pattern.json
kidash -e https://user:pass@localhost:443/data --import lifecycle.json
Edit this doc