-
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
7 changed files
with
29 additions
and
24 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 |
---|---|---|
|
@@ -5,3 +5,4 @@ Quan Zhou <[email protected]> | |
Jesus M. Gonzalez-Barahona <[email protected]> | ||
Jose Javier Merchante <[email protected]> | ||
Santiago Dueñas <[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 2022-06-03 10:45:32.908868 | ||
__version__ = "0.101.0" | ||
# File auto-generated by semverup on 2022-06-03 15:04:53.709211 | ||
__version__ = "0.101.1" |
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,12 @@ | ||
## GrimoireELK 0.101.1 - (2022-06-03) | ||
|
||
**Bug fixes:** | ||
|
||
* Pair programming regular expression improvement\ | ||
The regular expression to detect pair programming authors in git | ||
datasource has been improved adding more connectors. The following | ||
list shows the current connectors: - `[aA][nN][dD]` - `&` - `+` | ||
* Fix fetching authors with min and max dates\ | ||
The old query only returns 10000 items due to ElasticSearch and | ||
OpenSearch now use `composite` aggregation to paginate all buckets. | ||
|
13 changes: 0 additions & 13 deletions
13
releases/unreleased/add-more-connectors-to-find-out-pair-programming-authors.yml
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
releases/unreleased/fix-fetching-authors-with-min-and-max-dates.yml
This file was deleted.
Oops, something went wrong.