Releases: chaoss/grimoirelab-elk
Releases · chaoss/grimoirelab-elk
0.104.4
grimoire-elk 0.104.4 - (2023-04-26)
- Update Poetry's package dependencies
0.104.3-rc.2
grimoire-elk 0.104.3-rc.2 - (2023-04-21)
- Update Poetry's package dependencies
0.104.3-rc.1
grimoire-elk 0.104.3-rc.1 - (2023-04-21)
Bug fixes:
- Fix typo in SortingHat fields
Some fields were not updated from the old version of SortingHat. Now
the API returns 'isBot' and 'genderAcc' instead of 'is_bot' and
'gender_acc'.
0.104.3
grimoire-elk 0.104.3 - (2023-04-21)
Bug fixes:
- Fix typo in SortingHat fields
Some fields were not updated from the old version of SortingHat. Now
the API returns 'isBot' and 'genderAcc' instead of 'is_bot' and
'gender_acc'.
Breaking changes:
- Define date format for Git documents
Git by default uses a custom date format that is not recognized by
Elastic/OpenSearch. Specify the format for the AuthorDate and
CommitDate fields in Git documents to support the formats usually
returned bygit log
. This allows us to do proper filtering on these
fields such as "all documents with CommitDate before 2020". - Update support for ES/OS versions > 7.X/1.X
Currently the support for ES/OS versions > 7.X/1.X is broken due to a
faulty version check. Add a static method to the Elasticsearch object
that correctly checks whether the version is 'legacy' (defined as ES
6.X or OS 0.X) and adds this check to various places in the codebase.
Additionally, fixes an instance whereinterval
is used instead of
fixed_interval
.interval
was deprecated in ES7.
0.104.2
grimoire-elk 0.104.2 - (2023-02-03)
- Update Poetry's package dependencies
0.104.1
grimoire-elk 0.104.1 - (2023-02-01)
- Update Poetry's package dependencies
0.104.0-rc.8
grimoire-elk 0.104.0-rc.8 - (2023-02-01)
- Update Poetry's package dependencies
0.104.0
grimoire-elk 0.104.0 - (2023-02-01)
Bug fixes:
- SortingHatClientError exception fixed
Exception raised with SortingHatClientError has been fixed in
add_identity method. - SortingHat mandatory parameters
Include SortingHat 0.8.x mandatory parameters. Nowsh_port
,
sh_path
,sh_ssl
are required.
Breaking changes:
- Support of SortingHat 0.8
GrimoireLab starts using a new version of SortingHat. SortingHat is
now a web service that provides an API to manage identities and
organizations. GrimoireELK now connects to the new SortingHat database
using GraphQL. The previous version of SortingHat is now deprecated.
0.104.0-rc.7
grimoire-elk 0.104.0-rc.7 - (2023-01-23)
Bug fixes:
- SortingHatClientError exception fixed
Exception raised with SortingHatClientError has been fixed in
add_identity method. - SortingHat mandatory parameters
Include SortingHat 0.8.x mandatory parameters. Nowsh_port
,
sh_path
,sh_ssl
are required.
Breaking changes:
- Support of SortingHat 0.8
GrimoireLab starts using a new version of SortingHat. SortingHat is
now a web service that provides an API to manage identities and
organizations. GrimoireELK now connects to the new SortingHat database
using GraphQL. The previous version of SortingHat is now deprecated.
0.104.0-rc.6
grimoire-elk 0.104.0-rc.6 - (2023-01-20)
Bug fixes:
- SortingHatClientError exception fixed
Exception raised with SortingHatClientError has been fixed in
add_identity method. - SortingHat mandatory parameters
Include SortingHat 0.8.x mandatory parameters. Nowsh_port
,
sh_path
,sh_ssl
are required.
Breaking changes:
- Support of SortingHat 0.8
GrimoireLab starts using a new version of SortingHat. SortingHat is
now a web service that provides an API to manage identities and
organizations. GrimoireELK now connects to the new SortingHat database
using GraphQL. The previous version of SortingHat is now deprecated.