-
Notifications
You must be signed in to change notification settings - Fork 186
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
15 changed files
with
228 additions
and
134 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-08-13 11:33:44.092227 | ||
__version__ = "1.4.1" | ||
# File auto-generated by semverup on 2024-08-30 15:55:14.669128 | ||
__version__ = "1.5.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,83 @@ | ||
# GrimoireLab 1.5.0-rc.1 | ||
The following list describes the changes by component: | ||
|
||
|
||
## kidash 1.0.5-rc.1 - (2024-08-30) | ||
|
||
* Update Poetry's package dependencies | ||
## sortinghat 1.3.0-rc.1 - (2024-08-30) | ||
|
||
**New features:** | ||
|
||
* Remove merge recommendations (#883)\ | ||
Recommendations can now be deleted from the database and not just | ||
dismissed. This is useful in case there are too many recommendations | ||
to handle manually. | ||
* Merge organizations when adding an alias (#913)\ | ||
When adding an alias on an organization's page, if the new alias is an | ||
existing organization, users now have the option to merge them. This | ||
is useful in cases where organizations can't be merged using drag and | ||
drop. | ||
* User permissions per tenant\ | ||
Update the permissions system to allow assigning permissions to users | ||
based on the tenant they are accessing. The command `sortinghat-admin | ||
set-group` has been renamed to `sortinghat.-admin set-permissions`. | ||
|
||
**Bug fixes:** | ||
|
||
* Duplicated GitHub links (#912)\ | ||
The link to an individual's GitHub profile no longer appears several | ||
times when there is more than one GitHub identity. | ||
* Connection closed when job is executed\ | ||
RQ workers create a fork to run the jobs. The issue arises when, after | ||
completing the job, the MariaDB logs display the warning: `Aborted | ||
connection to db. Got an error reading communication packets`. This | ||
change ensures the database connection is closed before the fork ends, | ||
preventing the warning from appearing. | ||
|
||
|
||
|
||
## perceval 1.0.6-rc.1 - (2024-08-30) | ||
|
||
**Bug fixes:** | ||
|
||
* Fix issue #782 (#782)\ | ||
The issue was that perceval would not delete old tags from upstream | ||
references. This change deletes tags locally if tags are deleted | ||
upstream. | ||
|
||
## perceval-mozilla 1.0.6-rc.1 - (2024-08-30) | ||
|
||
* Update Poetry's package dependencies | ||
## perceval-opnfv 1.0.6-rc.1 - (2024-08-30) | ||
|
||
* Update Poetry's package dependencies | ||
## perceval-puppet 1.0.6-rc.1 - (2024-08-30) | ||
|
||
* Update Poetry's package dependencies | ||
## perceval-weblate 1.0.6-rc.1 - (2024-08-30) | ||
|
||
* Update Poetry's package dependencies | ||
## graal 1.0.6-rc.1 - (2024-08-30) | ||
|
||
* Update Poetry's package dependencies | ||
## grimoire-elk 1.1.5-rc.1 - (2024-08-30) | ||
|
||
**Bug fixes:** | ||
|
||
* Git branches study improved\ | ||
Previously, while the branches study was running, the `branches` field | ||
remained empty or partially filled until the study was completed, | ||
leading to incorrect data being displayed on the dashboard. With this | ||
change, the branches field is updated only after the study has | ||
finished. | ||
|
||
## sirmordred 1.1.0-rc.1 - (2024-08-30) | ||
|
||
**Performance improvements:** | ||
|
||
* Reduced the number of connections to SortingHat\ | ||
Mordred makes a lot of connections to the SortingHat server which | ||
could cause the uWSGI queue to fill up. When the uWSGI queue is full, | ||
Mordred cannot connect to the SortingHat server. | ||
|
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.4.1 | ||
grimoirelab==1.5.0-rc.1 | ||
grimoirelab-toolkit==1.0.4 | ||
perceval==1.0.5 | ||
perceval-mozilla==1.0.5 | ||
perceval-opnfv==1.0.5 | ||
perceval-puppet==1.0.5 | ||
perceval-weblate==1.0.5 | ||
grimoire-elk==1.1.4 | ||
sortinghat==1.2.1 | ||
kidash==1.0.4 | ||
perceval==1.0.6-rc.1 | ||
perceval-mozilla==1.0.6-rc.1 | ||
perceval-opnfv==1.0.6-rc.1 | ||
perceval-puppet==1.0.6-rc.1 | ||
perceval-weblate==1.0.6-rc.1 | ||
grimoire-elk==1.1.5-rc.1 | ||
sortinghat==1.3.0-rc.1 | ||
kidash==1.0.5-rc.1 | ||
grimoirelab-panels==1.1.0 | ||
sirmordred==1.0.5 | ||
sirmordred==1.1.0-rc.1 | ||
cereslib==1.0.4 | ||
graal==1.0.5 | ||
graal==1.0.6-rc.1 |
Submodule grimoirelab-elk
updated
6 files
+2 −2 | grimoire_elk/_version.py | |
+52 −4 | grimoire_elk/enriched/git.py | |
+101 −90 | poetry.lock | |
+1 −1 | pyproject.toml | |
+11 −0 | releases/1.1.5-rc.1.md | |
+12 −0 | releases/unreleased/processed/git-branches-study-improved.yml |
Submodule grimoirelab-graal
updated
4 files
+2 −2 | graal/_version.py | |
+32 −32 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.0.6-rc.1.md |
Submodule grimoirelab-kidash
updated
4 files
+2 −2 | kidash/_version.py | |
+10 −10 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.0.5-rc.1.md |
Submodule grimoirelab-perceval
updated
8 files
+1 −0 | AUTHORS | |
+2 −2 | perceval/_version.py | |
+1 −1 | perceval/backends/core/git.py | |
+24 −20 | poetry.lock | |
+1 −1 | pyproject.toml | |
+9 −0 | releases/1.0.6-rc.1.md | |
+6 −0 | releases/unreleased/processed/fix-issue-#782.yml | |
+40 −0 | tests/test_git.py |
Submodule grimoirelab-perceval-mozilla
updated
4 files
+2 −2 | perceval/backends/mozilla/_version.py | |
+16 −16 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.0.6-rc.1.md |
Submodule grimoirelab-perceval-opnfv
updated
4 files
+2 −2 | perceval/backends/opnfv/_version.py | |
+16 −16 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.0.6-rc.1.md |
Submodule grimoirelab-perceval-puppet
updated
4 files
+2 −2 | perceval/backends/puppet/_version.py | |
+16 −16 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.0.6-rc.1.md |
Submodule grimoirelab-perceval-weblate
updated
4 files
+2 −2 | perceval/backends/weblate/_version.py | |
+16 −16 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/1.0.6-rc.1.md |
Submodule grimoirelab-sirmordred
updated
19 files
+1 −0 | AUTHORS | |
+9 −9 | Getting-Started.md | |
+107 −96 | poetry.lock | |
+1 −1 | pyproject.toml | |
+9 −0 | releases/1.1.0-rc.1.md | |
+9 −0 | releases/unreleased/processed/reduced-the-number-of-connections-to-sortinghat.yml | |
+2 −2 | sirmordred/_version.py | |
+34 −5 | sirmordred/sirmordred.py | |
+2 −11 | sirmordred/task.py | |
+2 −2 | sirmordred/task_autorefresh.py | |
+2 −2 | sirmordred/task_enrich.py | |
+2 −2 | sirmordred/task_identities.py | |
+3 −2 | sirmordred/task_manager.py | |
+19 −13 | tests/test_task.py | |
+19 −15 | tests/test_task_autorefresh.py | |
+4 −2 | tests/test_task_collection.py | |
+66 −45 | tests/test_task_enrich.py | |
+21 −10 | tests/test_task_identities.py | |
+19 −6 | tests/test_task_manager.py |
Submodule grimoirelab-sortinghat
updated
40 files