grimoirelab-elk
grimoirelab-elk copied to clipboard
Implementing Social Currency Metric System in Grimoirelabs for GSoC'20 This PR is in extension to the PR at chaoss/grimoirelab-elk#887 For testing purposes, use projects.json as: ``` { "chaoss": { "scmsgithub":...
Grimoire elk run for slack channel errors out with following error stack. ``` last retry took 1m42.098861066s: 2020-07-20 01:24:14,086 [slack] Incremental from: 2020-07-17 21:14:17.460000+00:00 for https://slack.com/C07JH9WMQ 2020-07-20 01:24:14,087 Fetching messages...
In a bid to improve our dashboards, we think it will be nice to have emojis for common reactions in Slack and Rocket.Chat as shown in the image below. , [this](https://github.com/LF-Engineering/sync-data-sources/blob/master/docker-images/base/Dockerfile) and [that](https://github.com/LF-Engineering/sync-data-sources/blob/master/docker-images/base/provision-minimal/provision.sh) (even with [that](https://github.com/LF-Engineering/sync-data-sources/blob/master/docker-images/base/collect_and_build.sh#L24) line commented out, so all repos use their base branches) and `p2o.py` command fails due to dependencies error:...
This PR moves item identities related methods from `class Enrich` to `class Identities` from improving cohesion and reducing lines of code for `class Enrich`. Closes https://github.com/chaoss/grimoirelab-elk/issues/877
This PR showcases the effort on the Jira connector needed to change the mapping of the raw items, which would leverage on the `search_fields` metadata attribute. Note data the test...
This code removes the pymysql dependency used in enriched/enrich.py and enriched/projects.py. Requirements.txt and setup.py have been updated accordingly.
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
Following https://github.com/chaoss/grimoirelab-elk/issues/803, the goal of this issue is to update the schema of Bugzilla: https://github.com/chaoss/grimoirelab-elk/blob/master/schema/bugzilla.csv Micro-mordred[*] should be executed to collect and enrich the bugzilla data. Then, the enriched documents...