This dashboard offers a view across all data sources. Its main goal is helping to analyze and
update those contributors that remain unaffiliated (affiliated to Unknown
).
From left to right and top to bottom, the widgets provided are:
Data Source
widget instead (or add a filter manually on top).Unknown
slice as small as possible.Unknown
slice as small as possible.Profile
provides direct links to the corresponding
page on Hatstall web app, where affiliations may be queried and modified.In addition you’ll see some filters on top. The obvious one is filtering bots out. The other two are there to exclude those profiles that can’t be affiliated because there is no information available (name, username, e-mail).
To use this dashboard with your own GrimoireLab deployment you need to:
affiliations
index is available on your GrimoireLab instance
(grimoirelab-sirmordred automatically creates this alias for you).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 affiliations-index-pattern.json
kidash -e https://user:pass@localhost:443/data --import affiliations.json
Edit this doc