14
0

- Update to 0.11.1, changes include:

* SortingHat as a service
  * GraphQL client headers updated
  * Migration command for SortingHat 0.7: sortinghat-admin migrate-old-database
  * Groups table removed from the UI
  * Fix search syntax link (#735)
  * Fix outdated recommendation count (#733)
  * Verify SSL option for client
  * Multi-tenancy mode
  * Drag and drop to enroll in teams
  * Create account command
  * Import identities automatically (#746)
  * Order individuals by indentities (#732)
  * Set top domain from UI (#729)
  * Static files not included in wheel package
  * Tenant selection in job fixed
  * SortingHat database performance
  * uWSGI threads and workers
  * Performance improved for recommendations and merging jobs
  * Multi-tenancy using headers
  * Job timeouts
  * Fix enrollment in individual's profile
  * Edit a profile name with the pencil button (#773)
  * Unreadable large numbers in pagination (#770)
  * Sort jobs from newest to oldest (#769)
  * Organization profiles
  * Show when tables are loading (#772)
  * Enrollment filter on organizations view
  * ADD button doesn't affiliate individuals to organizations
  * Email affiliation error (#793)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sortinghat?expand=0&rev=36
This commit is contained in:
2023-07-20 05:49:10 +00:00
committed by Git OBS Bridge
parent d6c4b7d47f
commit 429f93355b
7 changed files with 383 additions and 83 deletions

View File

@@ -1,3 +1,47 @@
-------------------------------------------------------------------
Thu Jul 20 05:47:36 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.11.1, changes include:
* SortingHat as a service
* GraphQL client headers updated
* Migration command for SortingHat 0.7: sortinghat-admin migrate-old-database
* Groups table removed from the UI
* Fix search syntax link (#735)
* Fix outdated recommendation count (#733)
* Verify SSL option for client
* Multi-tenancy mode
* Drag and drop to enroll in teams
* Create account command
* Import identities automatically (#746)
* Order individuals by indentities (#732)
* Set top domain from UI (#729)
* Static files not included in wheel package
* Tenant selection in job fixed
* SortingHat database performance
* uWSGI threads and workers
* Performance improved for recommendations and merging jobs
* Multi-tenancy using headers
* Job timeouts
* Fix enrollment in individual's profile
* Edit a profile name with the pencil button (#773)
* Unreadable large numbers in pagination (#770)
* Sort jobs from newest to oldest (#769)
* Organization profiles
* Show when tables are loading (#772)
* Enrollment filter on organizations view
* ADD button doesn't affiliate individuals to organizations
* Email affiliation error (#793)
* Show hidden buttons when the mouse is over the table row (#787)
* Recommendations by individual (#779)
* Merge organizations (#571)
* Show an organization's members
- Drop patch no_decl_class_registry.patch:
* No longer required.
- Add patch allow-database-config-overrides.patch:
* Allow testing overrides of the database auth.
- Add patch add-missing-format-calls.patch:
* Fix up formatting of some tests.
-------------------------------------------------------------------
Sat Dec 3 00:58:41 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>