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

Here is some data that is gitter enriched for a pull request: ``` { "_index" : "gitter_enriched_raw", "_type" : "items", "_id" : "a9a4a861b3011c2bafdef977c72b205419449b4d", "_score" : 5.3138795, "_source" : { "metadata__updated_on"...

bug

It seems like ``` 2022-01-31 00:25:04,762 - grimoire_elk.elk - ERROR - Error enriching raw from gitter (https://gitter.im/angular/angular): Invalid IPv6 URL Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/grimoire_elk/elk.py", line 562, in...

bug

Having a look at the schemas offered for [github_issues.csv](https://github.com/chaoss/grimoirelab-elk/blob/master/schema/github2_issues.csv) and [github2_pull_requests.csv](https://github.com/chaoss/grimoirelab-elk/blob/master/schema/github2_pull_requests.csv) I find misleading the description of the field `body` which is `Body of the issue/comment.` The description would be...

good first issue
documentation

Here is the error: ``` 2022-01-30 04:53:17,513 - grimoire_elk.elk - ERROR - Error enriching raw from gitter (https://gitter.im/scala/scala): list index out of range Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/grimoire_elk/elk.py",...

bug

https://github.com/chaoss/grimoirelab-elk/blob/1b2ccbd2b4bd4760ea884c47795c4defee67d2c6/grimoire_elk/enriched/enrich.py#L119-L133 I deployed my database on my host with other port instead of `3306`. And I couldn't connect my database unless changing the port to `3306` (But for some reason,...

Hello Is there a plan to migrate grimoirelab-elk to be compatible with Open Search system ?

https://github.com/chaoss/grimoirelab-elk/blob/efd60e38a100d23979f068ff3ab8131fd88a81f6/grimoire_elk/raw/git.py#L66 We can see that `origin` would be changed in `_fix_item` method. Example, if the origin value of `origin` is `https://xxx:[email protected]`, it would been changed to `https://xxx.com`. However, the uuid...

bug

For p2o.py, even if `--no_incremental` is not set, all items of raw index will still be fetched for enrich index. I found the problem when I use p2o.py to fetch...

ELK keeps a description for each enriched data used to build the KIbiter dashboards. Such descriptions are stored in the folder [schema](https://github.com/chaoss/grimoirelab-elk/blob/master/schema) as CSV files. Over time, these descriptions have...

good first issue
hacktoberfest

With the aim of knowing the active and inactive stackoverflow contributors, it is needed that the indexes are extended to have the first and last activity date of a contributor...

enhancement
studies