-
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
18 changed files
with
263 additions
and
182 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-05-09 10:13:36.280815 | ||
__version__ = "1.1.0" | ||
# File auto-generated by semverup on 2024-06-21 11:46:43.441905 | ||
__version__ = "1.2.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,73 @@ | ||
# GrimoireLab 1.2.0-rc.1 | ||
The following list describes the changes by component: | ||
|
||
## grimoirelab-toolkit 1.0.2-rc.1 - (2024-06-21) | ||
|
||
* Update Poetry's package dependencies | ||
## kidash 1.0.2-rc.1 - (2024-06-21) | ||
|
||
* Update Poetry's package dependencies | ||
## sortinghat 1.0.2-rc.1 - (2024-06-21) | ||
|
||
**Bug fixes:** | ||
|
||
* Match source parameter fixed in recommendations (#875)\ | ||
Resolve an issue where the "match source" option in unify and | ||
recommendation jobs was being applied to both emails and names. With | ||
this update, this option will now only apply to usernames. | ||
Additionally, users can utilize name and email simultaneously without | ||
the constraint of applying the "match source" option across all | ||
parameters. | ||
* Organizations aliases in Python client\ | ||
Include the aliases field in the organizations query that was missing | ||
in the SortingHat client schema. | ||
|
||
## cereslib 1.0.2-rc.1 - (2024-06-21) | ||
|
||
* Update Poetry's package dependencies | ||
## grimoirelab-panels 1.1.0-rc.1 - (2024-06-21) | ||
|
||
**New features:** | ||
|
||
* Panels compatible with Opensearch Dashboards\ | ||
Include panels compatible with Opensearch Dashboards version >= 1.3.2. | ||
|
||
## perceval 1.0.2-rc.1 - (2024-06-21) | ||
|
||
**Bug fixes:** | ||
|
||
* Empty stats for moved/copied files in git\ | ||
Stats about changes on a file were not reported correctly for files | ||
that where moved to a subdirectory. They were reported as an invalid | ||
entry and without action associated. For example, the file | ||
`dir/filename` was moved to `dir/subdir/filename`, but it was reported | ||
as `dir//filename`. Therefore, the entry of the file | ||
`dir/subdire/filename` didn't have the stats about added and deleted | ||
lines. This error has been fixed and stats are reported correctly. | ||
|
||
## perceval-mozilla 1.0.2-rc.1 - (2024-06-21) | ||
|
||
* Update Poetry's package dependencies | ||
## perceval-opnfv 1.0.2-rc.1 - (2024-06-21) | ||
|
||
* Update Poetry's package dependencies | ||
## perceval-puppet 1.0.2-rc.1 - (2024-06-21) | ||
|
||
* Update Poetry's package dependencies | ||
## perceval-weblate 1.0.2-rc.1 - (2024-06-21) | ||
|
||
* Update Poetry's package dependencies | ||
## graal 1.0.2-rc.1 - (2024-06-21) | ||
|
||
* Update Poetry's package dependencies | ||
## grimoire-elk 1.1.1-rc.1 - (2024-06-21) | ||
|
||
**Bug fixes:** | ||
|
||
* Kitsune mapping updated\ | ||
Kitsune raw mapping was incorrectly defined with `dynamic: false` in | ||
the data attribute. | ||
|
||
## sirmordred 1.0.2-rc.1 - (2024-06-21) | ||
|
||
* 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.1.0 | ||
grimoirelab-toolkit==1.0.1 | ||
perceval==1.0.1 | ||
perceval-mozilla==1.0.1 | ||
perceval-opnfv==1.0.1 | ||
perceval-puppet==1.0.1 | ||
perceval-weblate==1.0.1 | ||
grimoire-elk==1.1.0 | ||
sortinghat==1.0.1 | ||
kidash==1.0.1 | ||
grimoirelab-panels==1.0.0 | ||
sirmordred==1.0.1 | ||
cereslib==1.0.1 | ||
graal==1.0.1 | ||
grimoirelab==1.2.0-rc.1 | ||
grimoirelab-toolkit==1.0.2-rc.1 | ||
perceval==1.0.2-rc.1 | ||
perceval-mozilla==1.0.2-rc.1 | ||
perceval-opnfv==1.0.2-rc.1 | ||
perceval-puppet==1.0.2-rc.1 | ||
perceval-weblate==1.0.2-rc.1 | ||
grimoire-elk==1.1.1-rc.1 | ||
sortinghat==1.0.2-rc.1 | ||
kidash==1.0.2-rc.1 | ||
grimoirelab-panels==1.1.0-rc.1 | ||
sirmordred==1.0.2-rc.1 | ||
cereslib==1.0.2-rc.1 | ||
graal==1.0.2-rc.1 |
Submodule grimoirelab-cereslib
updated
5 files
+5 −1 | .github/workflows/tests.yml | |
+2 −2 | cereslib/_version.py | |
+3 −3 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.0.2-rc.1.md |
Submodule grimoirelab-elk
updated
7 files
+5 −1 | .github/workflows/tests.yml | |
+2 −2 | grimoire_elk/_version.py | |
+0 −1 | grimoire_elk/raw/kitsune.py | |
+131 −123 | poetry.lock | |
+1 −1 | pyproject.toml | |
+8 −0 | releases/1.1.1-rc.1.md | |
+8 −0 | releases/unreleased/processed/kitsune-mapping-updated.yml |
Submodule grimoirelab-graal
updated
5 files
+5 −1 | .github/workflows/tests.yml | |
+2 −2 | graal/_version.py | |
+124 −115 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.0.2-rc.1.md |
Submodule grimoirelab-kidash
updated
5 files
+5 −1 | .github/workflows/tests.yml | |
+2 −2 | kidash/_version.py | |
+64 −64 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.0.2-rc.1.md |
Submodule grimoirelab-perceval
updated
9 files
+5 −1 | .github/workflows/tests.yml | |
+2 −2 | perceval/_version.py | |
+8 −1 | perceval/backends/core/git.py | |
+119 −110 | poetry.lock | |
+2 −2 | pyproject.toml | |
+13 −0 | releases/1.0.2-rc.1.md | |
+16 −0 | releases/unreleased/processed/wrong-filepath-for-movedcopied-files.yml | |
+12 −0 | tests/data/git/git_log_moved.txt | |
+41 −0 | tests/test_git.py |
Submodule grimoirelab-perceval-mozilla
updated
5 files
+5 −1 | .github/workflows/tests.yml | |
+2 −2 | perceval/backends/mozilla/_version.py | |
+55 −46 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.0.2-rc.1.md |
Submodule grimoirelab-perceval-opnfv
updated
5 files
+5 −1 | .github/workflows/tests.yml | |
+2 −2 | perceval/backends/opnfv/_version.py | |
+55 −46 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.0.2-rc.1.md |
Submodule grimoirelab-perceval-puppet
updated
5 files
+5 −1 | .github/workflows/tests.yml | |
+2 −2 | perceval/backends/puppet/_version.py | |
+55 −46 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.0.2-rc.1.md |
Submodule grimoirelab-perceval-weblate
updated
5 files
+5 −1 | .github/workflows/tests.yml | |
+2 −2 | perceval/backends/weblate/_version.py | |
+55 −46 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.0.2-rc.1.md |
Submodule grimoirelab-sigils
updated
44 files
Submodule grimoirelab-sirmordred
updated
5 files
+5 −1 | .github/workflows/tests.yml | |
+140 −132 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.0.2-rc.1.md | |
+2 −2 | sirmordred/_version.py |
Submodule grimoirelab-sortinghat
updated
16 files
+2 −0 | config/settings/devel.py | |
+55 −56 | poetry.lock | |
+1 −1 | pyproject.toml | |
+15 −0 | releases/1.0.2-rc.1.md | |
+11 −0 | releases/unreleased/processed/match-source-parameter-fixed-in-recommendations.yml | |
+8 −0 | releases/unreleased/processed/organizations-aliases-in-python-client.yml | |
+2 −2 | sortinghat/_version.py | |
+12 −1 | sortinghat/cli/client/schema.py | |
+2 −2 | sortinghat/core/recommendations/matching.py | |
+11 −3 | sortinghat/core/schema.py | |
+4 −4 | tests/rec/test_matches.py | |
+14 −7 | tests/test_jobs.py | |
+1 −1 | tests/test_schema.py | |
+14 −12 | ui/src/components/JobModal.vue | |
+7 −6 | ui/src/views/SettingsGeneral.vue | |
+52 −22 | ui/yarn.lock |
Submodule grimoirelab-toolkit
updated
5 files
+5 −1 | .github/workflows/tests.yml | |
+2 −2 | grimoirelab_toolkit/_version.py | |
+53 −53 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.0.2-rc.1.md |