-
Notifications
You must be signed in to change notification settings - Fork 83
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
9 changed files
with
64 additions
and
52 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
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,30 @@ | ||
## sortinghat 1.3.0 - (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. | ||
|
12 changes: 0 additions & 12 deletions
12
releases/unreleased/processed/connection-closed-when-job-is-executed.yml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
releases/unreleased/processed/merge-organizations-when-adding-an-alias.yml
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
releases/unreleased/processed/remove-merge-recommendations.yml
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
releases/unreleased/processed/user-permissions-per-tenant.yml
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# File auto-generated by semverup on 2024-08-30 15:07:41.321707 | ||
__version__ = "1.3.0-rc.1" | ||
# File auto-generated by semverup on 2024-08-30 16:03:14.037772 | ||
__version__ = "1.3.0" |