-
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
14 changed files
with
53 additions
and
3 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,49 @@ | ||
## sortinghat 0.10.0-rc.1 - (2023-05-17) | ||
|
||
**New features:** | ||
|
||
* Show when tables are loading (#772)\ | ||
The individuals and organizations tables now show a progress bar to | ||
indicate that the items are loading. | ||
* Organization profiles\ | ||
Each organization's full profile is available by clicking its name on | ||
the table or at `/organization/<organization name>`. This view shows | ||
the organization's teams, members and domains. | ||
|
||
**Bug fixes:** | ||
|
||
* Sort jobs from newest to oldest (#769)\ | ||
The jobs page now sorts the list from newest to oldest to show running | ||
jobs first. | ||
* Unreadable large numbers in pagination (#770)\ | ||
Large page numbers were not fully visible in the tables pagination. | ||
* Edit a profile name with the pencil button (#773)\ | ||
Clicking on an invidual's name no longer activates the edition mode. | ||
The name can now be edited with the pencil button. | ||
* Job timeouts\ | ||
Jobs failed because they exceeded the default timeout while running | ||
tasks involving numerous identities. To ensure successful completion, | ||
we adjusted the timeout setting to an infinite duration, allowing jobs | ||
to finish without interruptions. | ||
|
||
**Breaking changes:** | ||
|
||
* Multi-tenancy using headers\ | ||
Tenants are now selected using the `sortinghat-tenant` header instead | ||
of the host. Proxies and clients using multi-tenancy should include | ||
that header. | ||
|
||
**Performance improvements:** | ||
|
||
* Performance improved for recommendations and merging jobs\ | ||
The performance of the matching and merging algorithms that are used | ||
on these jobs have been considerably improved. These jobs will be 4 | ||
times faster than on the previous version. | ||
* uWSGI threads and workers\ | ||
Include two new environments variables to define the number of threads | ||
and workers for uWSGI. These new variables are | ||
`SORTINGHAT_UWSGI_WORKERS` and `SORTINGHAT_UWSGI_THREADS` | ||
* SortingHat database performance\ | ||
Improve SortingHat performance when there are a lot of individuals in | ||
the database. | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 2023-04-28 16:00:39.364737 | ||
__version__ = "0.9.3" | ||
# File auto-generated by semverup on 2023-05-17 12:46:17.886239 | ||
__version__ = "0.10.0-rc.1" |