Skip to content

Releases: chaoss/grimoirelab-elk

0.106.0-rc.1

22 Jun 08:28
Compare
Choose a tag to compare

grimoire-elk 0.106.0-rc.1 - (2023-06-22)

Performance improvements:

  • Refreshing identities performance
    Decrease the time required to execute the autorefresh process by
    reducing the number of queries to SortingHat.

0.105.0-rc.2

17 May 15:01
Compare
Choose a tag to compare

grimoire-elk 0.105.0-rc.2 - (2023-05-17)

  • Update Poetry's package dependencies

0.105.0-rc.1

17 May 13:28
Compare
Choose a tag to compare

grimoire-elk 0.105.0-rc.1 - (2023-05-17)

Breaking changes:

  • SortingHat configuration
    When SortingHat's multi-tenancy is enabled, the tenant is included in
    all clients during execution.

0.105.0

17 May 16:37
Compare
Choose a tag to compare

grimoire-elk 0.105.0 - (2023-05-17)

Breaking changes:

  • SortingHat configuration
    When SortingHat's multi-tenancy is enabled, the tenant is included in
    all clients during execution.

0.104.6

28 Apr 16:38
Compare
Choose a tag to compare

grimoire-elk 0.104.6 - (2023-04-28)

  • Update Poetry's package dependencies

0.104.5

27 Apr 09:45
Compare
Choose a tag to compare

grimoire-elk 0.104.5 - (2023-04-27)

  • Update Poetry's package dependencies

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.