valerio
valerio
This code enhances the GitLab backend to fetch user data, which includes his organization. Note that information about users that have reacted with an emoji is not retrieved to limit...
It seems that the rate limit headers are not returned by the GitLab API anymore. Currently, this doesn't affect the working of the gitlab backend, however the logic to deal...
When executing the github backend with the option `--filter-classified`, the list of all classified [fields](https://github.com/chaoss/grimoirelab-perceval/blob/master/perceval/backends/core/github.py#L102) is reported in each JSON document ([pointer](https://github.com/chaoss/grimoirelab-perceval/blob/master/perceval/backend.py#L168)). Thus, it isn't possible to derive which fields...
The upcoming release 0.2.41 will support ES/Kibiter 6.8. In case your docker-compose is using volumes and you plan to update your environment, you need to execute the 2 scripts available...
In the current status GrimoireLab provides a feature to automatically upload a set of predefined dashboards. This feature can be enabled or disabled from the configuration file (i.e., setup.cfg). When...
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.
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...
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...
I'm follwing the instructions at https://github.com/mergestat/mergestat#running-locally (repo version https://github.com/mergestat/mergestat/commit/355595211e8a5a5c12967a3f719def3dc7de7df2), but I'm getting the error below. Can you help me? Thanks ``` ~/Desktop/mergestat$ docker-compose up /snap/docker/2746/lib/python3.6/site-packages/paramiko/transport.py:32: CryptographyDeprecationWarning: Python 3.6 is no...