-
Notifications
You must be signed in to change notification settings - Fork 187
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
17 changed files
with
401 additions
and
298 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# File auto-generated by semverup on 2024-09-23 08:47:02.006066 | ||
__version__ = "1.6.0" | ||
# File auto-generated by semverup on 2024-10-14 15:14:11.816195 | ||
__version__ = "1.7.0-rc.1" |
Large diffs are not rendered by default.
Oops, something went wrong.
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,79 @@ | ||
# GrimoireLab 1.7.0-rc.1 | ||
The following list describes the changes by component: | ||
|
||
## grimoirelab-toolkit 1.0.6-rc.1 - (2024-10-14) | ||
|
||
* Update Poetry's package dependencies | ||
## kidash 1.0.7-rc.1 - (2024-10-14) | ||
|
||
* Update Poetry's package dependencies | ||
## sortinghat 1.5.0-rc.1 - (2024-10-14) | ||
|
||
**New features:** | ||
|
||
* Mark individuals as reviewed\ | ||
Individuals can now be marked as reviewed to keep track of which | ||
profiles have already been checked and when. A profile can be marked | ||
as reviewed more than once, it will show the date of the last review. | ||
If there have been any changes to the profile data since the last | ||
review, the review button displays a warning icon. The list of | ||
individuals can be filtered by whether they have been reviewed and by | ||
their review date. The list can also be ordered by review date. | ||
|
||
**Bug fixes:** | ||
|
||
* Wrong arrong direction when merging recommendations (#934)\ | ||
When recommendations were merged, the arrow showing the direction of | ||
the merge was wrong. It showed `foo → bar` but the resulting identity | ||
will be named `foo` instead of `bar`. The arrow now points in the | ||
other direction showing that `bar` will be merged on `foo`. | ||
|
||
## cereslib 1.0.6-rc.1 - (2024-10-14) | ||
|
||
* Update Poetry's package dependencies | ||
|
||
## perceval 1.0.8-rc.1 - (2024-10-14) | ||
|
||
* Update Poetry's package dependencies | ||
## perceval-mozilla 1.0.8-rc.1 - (2024-10-14) | ||
|
||
* Update Poetry's package dependencies | ||
## perceval-opnfv 1.0.8-rc.1 - (2024-10-14) | ||
|
||
* Update Poetry's package dependencies | ||
## perceval-puppet 1.0.8-rc.1 - (2024-10-14) | ||
|
||
* Update Poetry's package dependencies | ||
## perceval-weblate 1.0.8-rc.1 - (2024-10-14) | ||
|
||
* Update Poetry's package dependencies | ||
## graal 1.0.8-rc.1 - (2024-10-14) | ||
|
||
* Update Poetry's package dependencies | ||
## grimoire-elk 1.3.0-rc.1 - (2024-10-14) | ||
|
||
**New features:** | ||
|
||
* Keywords data on enriched items\ | ||
Keywords field is included now on the enriched items of bugzilla and | ||
bugzillarest indices. | ||
* New reponse times on bugzilla items\ | ||
The Bugzilla enriched items include two new fields to track response | ||
times on these type of repositories. The field | ||
`time_to_first_attention` is the the time expressed in days between | ||
the ticket creation and the first comment from a contributor different | ||
from the author creating the bug. The field `last_comment_date` is the | ||
date of the last comment posted in the bug. | ||
|
||
**Bug fixes:** | ||
|
||
* All references processed for the reference analysis study\ | ||
The `enrich_reference_analysis` study analyzes the cross-references | ||
between "issues" and "pull request". When we use an aggregations | ||
query, it returns only the first 10 items (ElasticSearch/OpenSearch by | ||
default). By using 'composite aggregations', we can paginate the | ||
result and thus, obtain all the references. | ||
|
||
## sirmordred 1.1.2-rc.1 - (2024-10-14) | ||
|
||
* Update Poetry's package dependencies |
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,14 +1,14 @@ | ||
grimoirelab==1.6.0 | ||
grimoirelab-toolkit==1.0.5 | ||
perceval==1.0.7 | ||
perceval-mozilla==1.0.7 | ||
perceval-opnfv==1.0.7 | ||
perceval-puppet==1.0.7 | ||
perceval-weblate==1.0.7 | ||
grimoire-elk==1.2.0 | ||
sortinghat==1.4.0 | ||
kidash==1.0.6 | ||
grimoirelab==1.7.0-rc.1 | ||
grimoirelab-toolkit==1.0.6-rc.1 | ||
perceval==1.0.8-rc.1 | ||
perceval-mozilla==1.0.8-rc.1 | ||
perceval-opnfv==1.0.8-rc.1 | ||
perceval-puppet==1.0.8-rc.1 | ||
perceval-weblate==1.0.8-rc.1 | ||
grimoire-elk==1.3.0-rc.1 | ||
sortinghat==1.5.0-rc.1 | ||
kidash==1.0.7-rc.1 | ||
grimoirelab-panels==1.1.1 | ||
sirmordred==1.1.1 | ||
cereslib==1.0.5 | ||
graal==1.0.7 | ||
sirmordred==1.1.2-rc.1 | ||
cereslib==1.0.6-rc.1 | ||
graal==1.0.8-rc.1 |
Submodule grimoirelab-cereslib
updated
4 files
+2 −2 | cereslib/_version.py | |
+6 −6 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.0.6-rc.1.md |
Submodule grimoirelab-elk
updated
14 files
Submodule grimoirelab-graal
updated
4 files
+2 −2 | graal/_version.py | |
+206 −200 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.0.8-rc.1.md |
Submodule grimoirelab-kidash
updated
4 files
+2 −2 | kidash/_version.py | |
+170 −165 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.0.7-rc.1.md |
Submodule grimoirelab-perceval
updated
4 files
+2 −2 | perceval/_version.py | |
+236 −230 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.0.8-rc.1.md |
Submodule grimoirelab-perceval-mozilla
updated
4 files
+2 −2 | perceval/backends/mozilla/_version.py | |
+112 −97 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.0.8-rc.1.md |
Submodule grimoirelab-perceval-opnfv
updated
4 files
+2 −2 | perceval/backends/opnfv/_version.py | |
+112 −97 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.0.8-rc.1.md |
Submodule grimoirelab-perceval-puppet
updated
4 files
+2 −2 | perceval/backends/puppet/_version.py | |
+112 −97 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.0.8-rc.1.md |
Submodule grimoirelab-perceval-weblate
updated
4 files
+2 −2 | perceval/backends/weblate/_version.py | |
+112 −97 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.0.8-rc.1.md |
Submodule grimoirelab-sirmordred
updated
4 files
+342 −328 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.1.2-rc.1.md | |
+2 −2 | sirmordred/_version.py |
Submodule grimoirelab-sortinghat
updated
27 files
Submodule grimoirelab-toolkit
updated
4 files
+2 −2 | grimoirelab_toolkit/_version.py | |
+64 −74 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.0.6-rc.1.md |