-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
55 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,5 @@ Jose Javier Merchante <[email protected]> | |
Santiago Dueñas <[email protected]> | ||
ChenqiShan <[email protected]> | ||
LinHaiming <[email protected]> | ||
Rafael Dulfer <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# File auto-generated by semverup on 2023-04-21 10:17:03.618991 | ||
__version__ = "0.104.3-rc.2" | ||
# File auto-generated by semverup on 2023-04-21 12:12:33.460501 | ||
__version__ = "0.104.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## 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. | ||
|
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
releases/unreleased/processed/fix-typo-in-is_bot-field.yml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.