Skip to content

Releases: chaoss/grimoirelab-elk

0.104.4

26 Apr 16:53
Compare
Choose a tag to compare

grimoire-elk 0.104.4 - (2023-04-26)

  • Update Poetry's package dependencies

0.104.3-rc.2

21 Apr 10:32
Compare
Choose a tag to compare

grimoire-elk 0.104.3-rc.2 - (2023-04-21)

  • Update Poetry's package dependencies

0.104.3-rc.1

21 Apr 08:03
Compare
Choose a tag to compare

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

21 Apr 12:25
Compare
Choose a tag to compare

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 by git 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 where interval is used instead of
    fixed_interval. interval was deprecated in ES7.

0.104.2

03 Feb 08:56
Compare
Choose a tag to compare

grimoire-elk 0.104.2 - (2023-02-03)

  • Update Poetry's package dependencies

0.104.1

01 Feb 12:50
Compare
Choose a tag to compare

grimoire-elk 0.104.1 - (2023-02-01)

  • Update Poetry's package dependencies

0.104.0-rc.8

01 Feb 09:37
Compare
Choose a tag to compare

grimoire-elk 0.104.0-rc.8 - (2023-02-01)

  • Update Poetry's package dependencies

0.104.0

01 Feb 11:29
Compare
Choose a tag to compare

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. Now sh_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

23 Jan 10:41
Compare
Choose a tag to compare

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. Now sh_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

20 Jan 15:56
Compare
Choose a tag to compare

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. Now sh_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.