grimoirelab-elk icon indicating copy to clipboard operation
grimoirelab-elk copied to clipboard

Results 79 grimoirelab-elk issues
Sort by recently updated
recently updated
newest added

The enrichment of raw indexes is following a set of formulas. Right now the formulas are embedded in code. The idea I want to discuss is to make the formulas...

enhancement

## Why we need it? There are more and more proposals about adding support for some backends that are not covered by Grimoirelab: - Add Gitee backend support to GrimoireLab...

Enrich class currently performs a lot of things which can be refactored into separate modules. This issue will serve as the main discussion channel for the objective.

The decorator present in the below method adds metadata to the enriched item even if the item is empty https://github.com/chaoss/grimoirelab-elk/blob/48486d09092f466b21572ac3b9182f4e6310c544/grimoire_elk/enriched/enrich.py#L84 An empty item may be generated in case the item...

Hi @valeriocos , I was thinking of adding test for [enrich_git_branches() ](https://github.com/chaoss/grimoirelab-elk/blob/3685d7d7366cc2ea8c7ba66bf08a683adfe97c56/grimoire_elk/enriched/git.py#L512)method in test_git.py file for increasing the coverage. What do you think?

While trying to increase code coverage of ELK tests I found that the following routine has been disabled: https://github.com/chaoss/grimoirelab-elk/blob/master/tests/base.py#L197 I tried enabling in but I ran into this problem: ```...

The class [Enrich](https://github.com/chaoss/grimoirelab-elk/blob/master/grimoire_elk/enriched/enrich.py) should be refactored since it includes methods that do a great variety of actions such as handling identities and implementing studies. Furthermore, studies represent a danger in...

enhancement

I'm test-driving the code complexity integration (https://github.com/chaoss/grimoirelab/pull/230). I noticed that the interval for which code complexity is calculated is configured in terms of a number of months. For us it...

enhancement

At All Things Open, @dizquierdo and I met with Patrick and Nick from OSI. They want to have some publicity around an “Open Source Metric”. Yesterday during the CHAOSS Risk...

enhancement

[Data schema CSV files](https://github.com/chaoss/grimoirelab-elk/tree/master/schema) are very useful to understand which data is GrimoireLab producing. Wouldn't it be nice to have a short description for each field to make easier to...

enhancement
schemas