Animesh Kumar
Animesh Kumar
This commit improves HTTPError log by logging the text in the of the error response. Fixes: #671 Signed-off-by: Animesh Kumar
Current if an HTTP error is thrown by an API the log print `error.response.reason` as a result of https://github.com/chaoss/grimoirelab-perceval/blob/7f4cceb1c2cf032309193854cf8e6b653a0cfd0c/perceval/client.py#L181 However, many times the actual reason for the error is returned...
The help text of Mattermost backend mentions the required parameter as Channel name. https://github.com/chaoss/grimoirelab-perceval/blob/5b4f848989967a51a4e21be1a3f6277f009f16ad/perceval/backends/core/mattermost.py#L466 However, going through the source code and mentioned example in the Perceval documentation I think the...
This issue is opened as GrimoireLab does not have a way to keep track of the changes which happen to the APIs used to fetch the data from various data...
Fixes: #846 This commit updates the enricher for github and gitlab to prevent addition of metadata fields to empty enriched items Signed-off-by: Animesh Kumar
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...