[MDBF-538] Metrics: Rework categories for gitdm Created: 2023-02-14 Updated: 2023-02-20 Resolved: 2023-02-20 |
|
| Status: | Closed |
| Project: | MariaDB Foundation Development |
| Component/s: | None |
| Affects Version/s: | N/A |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Andrew Hutchings | Assignee: | Andrew Hutchings |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | 0d | ||
| Time Spent: | 3d | ||
| Original Estimate: | 2d | ||
| Description |
|
GitDM (Git Data Miner) is the tool we use to generate metrics on git commits see (https://github.com/MariaDB/metrics). At the moment, categories of organisations are calculated using a clone of the config with a search/replace on the organisations and re-running. This is flawed in a number of ways. In particular, keeping this up to date. Instead we need to have a configuration file that maps organisations to categories, this is simpler to maintain, more accurate and output would be generated at the same time as everything else. |
| Comments |
| Comment by Andrew Hutchings [ 2023-02-20 ] |
|
Support has now been merged in. A new config file for categories has been added, a new column to the employers output has been added for the category and an optional categories summary output is now possible. |