forked from chaoss/grimoirelab-elk
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NEWS
41 lines (31 loc) · 1.59 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Releases
## GrimoireELK 0.75.0 - (2020-06-20)
**New features:**
* Add support for RocketChat (#876)\
Added support for collecting and enriching the messages of RocketChat
instances. The schema of the enriched data has been included. Tests
have been added too. This work is a community contribution, which has
been possible thanks to Obaro Ikoh and Animesh Kumar.
## GrimoireELK 0.72.0 - (2020-04-24)
**New features:**
* code complexity per language (#782)\
Add language differentiation to code complexity analysis (Cocom)
* Add support for Gitter (#820)\
Added support for creating raw and enriched indexes of message from
Gitter. The visualizations and tests for extracted data have also been
added.
* Add support for Pagure (#821)\
Added support for creating raw and enriched indexes of Pagure. Issued
from a Pagure repository are enriched. Additionally, the comments of
these issues (if present) are also enriched. The schema for this
backend has also been added. Tests have been included accordingly.
* Store and process GitHub events\
ELK is enhanced to process and store events collected from the GitHub
API. The events currently supported are - LabeledEvent -
UnlabeledEvent - AddedToProjectEvent - MovedColumnsInProjectEvent -
RemovedFromProjectEvent - CrossReferencedEvent - ClosedEvent
**Bug fixes:**
* Fix missing geolocation in Meetup event (#826)\
This fix allows to process Meetup events for which geolocation
information isn't provided. For these events, the corresponding
attribute in the enriched index (`venue_geolocation`) is set to None.