Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/chaoss/grimoirelab-elk
https://github.com/chaoss/grimoirelab-elk
This patch prevents to index long and short descriptions of Bugzilla
issues, which may cause fa...
This code includes the ocean backend for Launchpad
f74d81ad2955627e24b54cde9edb69ede1e6290c authored almost 7 years agoThis code includes the ocean backend for PuppetForge
175079e0c3dd3c0f858162f9620e1ca7f749dd77 authored almost 7 years agoThis code includes the ocean backend for GitLab
70532d939ea86f5bc14aca5428e17389acb1d4ee authored almost 7 years ago
This code removes gmane from the connectors, since Perceval and
Arthur don't provide support for...
This patch prevents to index the body of GitHub issues and
their comments to ES, which may cause...
This patch changes how the tests for loading raw and enriched
indexes are done. Furthermore, it ...
The enrich_items method should return the number of items
processed. This value is then checked ...
This patch allows to handle through the MBox backend the case
when the Date attribute of the JSO...
The enrich_items method should return the number of items
processed. This value is then checked ...
The enrich_items method should return the number of items
processed. This value is then checked ...
The enrich_items method should return the number of items
processed. This value is then checked ...
The enrich_items method should return the number of items
processed. This value is then checked ...
The enrich_items method should return the number of items
processed. This value is then checked ...
The enrich_items method should return the number of items
processed. This value is then checked ...
The enrich_items method should return the number of items
processed. This value is then checked ...
This patch adds warnings to the method _items_to_es within
ocean/elastic.py. It is thrown when a...
This patch enables the ElasticSearch component to handle storage
exceptions when uploading enric...
This code introduces 15 second delay before the build script
starts to let ElasticSearch starts....
3fca74bffcfafb7dbcaa5a9005d30775937e0785 authored almost 7 years ago
5509feb3134e7d105b175e4280168ff613c63bd2 authored almost 7 years ago
4152bac5f44d2cfae08b7ee1a2edff74b23508d9 authored almost 7 years ago
a5fa31a5df9e1dd06cdc795bb578b3b2f36bec3f authored almost 7 years ago
This fix prevents to index the comment on a changeSet. Due to
some large comments on changeSets,...
[git] Fix for refresh identities in pair programming git
8cc6201a579831cd9c72acb0fb40ec2ea1904230 authored almost 7 years ago23244f49ed87d86185f64595bd7f4de2956b5681 authored almost 7 years ago
5dfc21d84b776be6b8f97f4d4144cbbf07602e87 authored almost 7 years ago
In pair programming a commit (uuid unique identifier) could generate several
commits, so the uui...
f79c72654d3922ca65dee0c142e06ada2eccf35d authored about 7 years ago
The key is that the new enriched commits are the ones that don't have
the demography study field...
d095787a7540f01e7cb7290d4afc9e7e81c447d7 authored about 7 years ago
This patch enables to handle/track ES storage exceptions,
which were ignored before.
8956866d9347dad91258aad2fe4f143ad6c3b1d9 authored about 7 years ago
A print command was included for tracing. This is just to remove it.
adbddf6a4f49bdcce09aae2c673486cf6b2b5f66 authored about 7 years agocbe790508f8519517d520e28dad9f339e81f8e3e authored about 7 years ago
Add code so that when refresh_identities is called with Null as
a parameter for the filter (or w...
This patch allows to filter out the indexing of the body content
for confluence items. Thus, avo...
40b02dd0aef04eaf97184fdc9bdbf6508cc4400d authored about 7 years ago
In arthur scenario it is normal that we try to enrich a data source
from which the index raw is ...
9b985f3341e63a52a639f337ead44355cb90c8ff authored about 7 years ago
d236d0ef860ecfdb776b48412913363ba15f85ce authored about 7 years ago
c86201d57449ff88afcfa532012b9bc28389bad4 authored about 7 years ago
bf76647ecb4602d3b69ac0d040b26136d367f1ab authored about 7 years ago
This query which works with ES < 6.x does not work anymore:
{
"query": {
"bool": {
...
88acf8a4d9cb8a7200640d6326fc6952f6b82d86 authored about 7 years ago
In elasticsearch >= 5 in order to use a text field for doing
aggregations using the tokens analy...
By default the text fields (string in es 2.x) are mapped to keyword type.
But when we want to an...
This error fixes the problem:
java.lang.IllegalArgumentException: mapper [data.extensions.posit...
3ed3937a4f9c1b8ac286958979735ec567ec3a6c authored about 7 years agoSome queries to Elasticsearch needed ES 6.x headers.
84e87018babe6ef2e0a2614cda410d50c9ca9d0d authored about 7 years ago2243faff63f53e1c07485ec9466df8c2b891b9ab authored about 7 years ago
5115d8368dd70be1f36a56a2cea40883e0af54a3 authored about 7 years ago
eb6c06b6b2051b1a2cf16cee3512ad95ab7fed20 authored about 7 years ago
Resolved merging.
Added a new function in ElasticSearch class
to detect the release of the Elast...
Add changes to support Elasticsearch 6, while maintaining compatibility
with Elasticsearch 5 and...
0c03e5aaa743416a8f5449084a7acf51cf6c5dea authored about 7 years ago
90bd62f6e11bce724c5131d2018af6a4293f263b authored about 7 years ago
6ddf954ac66ad9e425e7a1c35a10216785700ed7 authored about 7 years ago
This commit unbundles kidash completely from grimoire-elk.
Now, all of kidash lives in the kidas...
To be able of testing the code, we need to move it to a classmmethod.
This allows to call it wit...
If the issue references a sprint, extract the start, end, and complete
times for the sprint.
Mod...
Removed all extra dependency on arthur, and updated some other dependencies.
8f98fdb535fd14307df947af30a3de2f72f7ca1d authored about 7 years ago1d7aa769faa5b806f1518e914ccc4076583f89d2 authored about 7 years ago
069c0e247d8ca1f63c060181b2e71f62c7baae3f authored about 7 years ago
75f7e70389eb384341cff559393ec99280fa6b4e authored about 7 years ago
In some gits the exception raised is:
java.lang.IllegalArgumentException: Document contains at ...
64874fb3fc872ffc3d310757504d1a4c4d630a2a authored about 7 years ago
It is not needed anymore to use files to list, import and export
dashboards. There are new metho...
d8e8491b822a881284ba0e08325e664cab11524f authored about 7 years ago
32094e9cd2b38edac2dd0fd35d809ca5e8555c4d authored about 7 years ago
ee9ccfc76d8bfaa63fc2c59cca8b976f221e10f2 authored about 7 years ago
ed4789524b047c1d14747b6464133303dba64bc9 authored about 7 years ago
If the group is specified as '' all groups will be enriched in an enrich
process. For example:
...
680a3731298aac5ee37c539aabc60c3f3e9d3953 authored about 7 years ago
If the number of identities is higher than elastic.max_items_clause (1000)
then the identities a...
With old indexes (twitter for example) the old mapping are not
compatible with the current ones,...
285fb9e0b624b1f1e561377a8e94bd52cb0344fb authored about 7 years ago
because arthur does not include it in the raw item.
1158af4da16277344c4a2c30f27acce1803d1cf3 authored about 7 years agothe uuid from perceval.
dd9bca5153f3ff41a1646541815c2ff915b31cf3 authored about 7 years ago298c2931eeda9458c988be8feae0d040b2af62fc authored about 7 years ago
that in a raw index there are items from different data sources (arthur).
b77792464a951bd75e4405c0ec6476bd7a41f70c authored about 7 years ago
The common arthur ES index with all raw items is not used anymore.
GrimoireELK will read all ite...
4ac3cb4ee6ceef1c6758aed803fdc0300483c94e authored about 7 years ago
750b4bb8b12ed28f59666015f093b6a7b2e880ad authored about 7 years ago
f99687bd19e34c847d9fbbba152857d356038e78 authored about 7 years ago
3b487537b18eea5f3880ef6a2d01f3a3a8f82450 authored about 7 years ago
c43ea2c2e3f4e5971ae4152904d4dd93af00c74e authored about 7 years ago
be98efaf23aa369b3bc1df9de5292734ccc0ce7e authored about 7 years ago
d07a1a3e83f02378b1b4d06aefe47913431cda4d authored about 7 years ago
Merges #147 Closes #147
4345d5ee7a17aeab4aa45139e5ee81ea9d3f99a2 authored about 7 years ago
There was a case in which the domain was not added to the identities
field during enrichment. Th...
d86820118b2fb656cfca0f169ce31c26eae39647 authored about 7 years ago
[enrich][meetup] Don't create comments and rsvps events for empty meetup items
2327d83f1f380427a6c1acf4e4ec8972dbef7385 authored about 7 years ago
If a meetup event does not include the date field, it is not processed.
In this case, the commen...
79de29020cd4a511da250c741986b6425e34454d authored about 7 years ago
f614d5c4c0fd52b763aec2b472fcb9f82ec751db authored about 7 years ago
5223e2344786566d841f00da1b1b4e3212d6697c authored about 7 years ago
ad4d582439f4ac79653e5819c4b64db95132d254 authored about 7 years ago
f60cb7f91e75c94443817de251e9111edcf7e3e2 authored about 7 years ago
In the 0.21 install process, bdist_wheel for pandas needs 8 minutes.
In 0.18.1 this step is not ...
4a57383e62e4b362827bc66f1765a3e3327c624b authored about 7 years ago
76912fd6f751b8f93327e07c26e5342553a0a252 authored about 7 years ago
0b2a9af6e2f15807053c5e2a3c3716f9b45e8198 authored about 7 years ago