grimoirelab-elk
grimoirelab-elk copied to clipboard
Long texts cause errors when indexed as keyword. To avoid this kind of error we would need to truncate those fields tom something like 256 chars. To do that, I...
If we are fetching a git repository which we have already fetched it in the past (the repository exists in the perceval archive), if we pass the option `latest-items` to...
To improve searches and visualization of most used words it would be needed to remove a set of stopwords. Imho, the easiest way to do it is using ElasticSearch features...
It would be very useful to store Gelk version together with panels. This way we will know whether data in an index is fully compatible with that panel. Kidash could...
From [/elk/phabricator.py](https://github.com/grimoirelab/GrimoireELK/blob/e709c2c59e18a4c67fe9402dc0e9748a8edcb169/grimoire_elk/elk/phabricator.py#L310): > if eitem['status'] not in [TASK_OPEN_STATUS, 'Spite', 'Stalled']: Hardcoding values here looks brittle (and error-prone if some customizations have taken place). Conduit's `maniphest.querystatuses` API call offers the values...
The `branches` enrichment is not updating any of the metadata date fields. That makes hard to debug the process. This behavior has been identified in the last release published (0.4).
Github - num_of_comments_without_bot in github - num_of_reviews_without_bot - time_to_first_attention_without_bot - time_to_first_attention_without_bot - time_to_first_review_attention_without_bot - pr issue linked - release information
Signed-off-by: kaxada
Bumps [django](https://github.com/django/django) from 3.2.23 to 3.2.24. Commits f5c8808 [3.2.x] Bumped version for 3.2.24 release. c1171ff [3.2.x] Fixed CVE-2024-24680 -- Mitigated potential DoS in intcomma template ... 9dc3456 [3.2.x] Added stub...
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...