Skip to content

Releases: chaoss/grimoirelab-sortinghat

0.11.0

28 Jun 09:37
Compare
Choose a tag to compare

sortinghat 0.11.0 - (2023-06-28)

New features:

  • Merge organizations (#571)
    Merging organizations automatically moves all the domains, teams and
    enrollments to the target organization. This is helpful in case an
    organization has duplicates or if an organization absorbs another one.
    Organizations can be merged using drag and drop on the user interface.
  • Recommendations by individual (#779)
    Users can generate matching recommendations for a specific individual
    by clicking on the drop down menu on each individual or on the
    individual's profile.

Bug fixes:

  • Show hidden buttons when the mouse is over the table row (#787)
    The buttons to lock an individual or mark it as a bot were only
    visible when the mouse wass over the individual's name, which made it
    hard to find them. Now they appear when the mouse is over the table
    row.
  • Email affiliation error (#793)
    Fix an error when the email domain ends with a dot, causing the
    affiliation process to stop.
  • ADD button doesn't affiliate individuals to organizations
    Affiliating an individual to an organization using the "+ ADD" button
    on the table expanded view failed.
  • Enrollment filter on organizations view
    Filtering individuals by their affiliation to an organization also
    returned results of organizations that contained that name. The filter
    now only returns organizations that match the exact name.

0.11.0-rc.1

22 Jun 07:51
Compare
Choose a tag to compare

sortinghat 0.11.0-rc.1 - (2023-06-22)

New features:

  • Merge organizations (#571)
    Merging organizations automatically moves all the domains, teams and
    enrollments to the target organization. This is helpful in case an
    organization has duplicates or if an organization absorbs another one.
    Organizations can be merged using drag and drop on the user interface.
  • Recommendations by individual (#779)
    Users can generate matching recommendations for a specific individual
    by clicking on the drop down menu on each individual or on the
    individual's profile.

Bug fixes:

  • Show hidden buttons when the mouse is over the table row (#787)
    The buttons to lock an individual or mark it as a bot were only
    visible when the mouse wass over the individual's name, which made it
    hard to find them. Now they appear when the mouse is over the table
    row.
  • Email affiliation error (#793)
    Fix an error when the email domain ends with a dot, causing the
    affiliation process to stop.
  • Enrollment filter on organizations view
    Filtering individuals by their affiliation to an organization also
    returned results of organizations that contained that name. The filter
    now only returns organizations that match the exact name.
  • ADD button doesn't affiliate individuals to organizations
    Affiliating an individual to an organization using the "+ ADD" button
    on the table expanded view failed.

0.10.0-rc.2

17 May 14:36
Compare
Choose a tag to compare

sortinghat 0.10.0-rc.2 - (2023-05-17)

Dependencies updateds:

  • Update dependencies
    Include google-auth as a dependency to fix release issues.

0.10.0-rc.1

17 May 12:52
Compare
Choose a tag to compare

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.

0.10.0

17 May 15:56
Compare
Choose a tag to compare

sortinghat 0.10.0 - (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.
  • Fix enrollment in individual's profile
    In the individual's profile, the button to add an organization was not
    working.
  • 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.

Dependencies updateds:

  • Update dependencies
    Include google-auth as a dependency to fix release issues.

0.9.3

28 Apr 16:07
Compare
Choose a tag to compare

sortinghat 0.9.3 - (2023-04-28)

Bug fixes:

  • Tenant selection in job fixed
    Tenant selection raised an error when the job context was defined as
    keyword argument.

0.9.2

27 Apr 09:05
Compare
Choose a tag to compare

sortinghat 0.9.2 - (2023-04-27)

Bug fixes:

  • Static files not included in wheel package
    SortingHat static files were not included in the Python package. The
    problem was in the GitHub action.

0.9.1

26 Apr 16:27
Compare
Choose a tag to compare

sortinghat 0.9.1 - (2023-04-26)

Bug fixes:

  • Static files not included in wheel package
    SortingHat static files were not included in the Python package.

0.9.0-rc.2

21 Apr 09:55
Compare
Choose a tag to compare

sortinghat 0.9.0-rc.2 - (2023-04-21)

  • Update Poetry's package dependencies

0.9.0

21 Apr 11:46
Compare
Choose a tag to compare

sortinghat 0.9.0 - (2023-04-21)

New features:

  • Set top domain from UI (#729)
    Add the option to set an organization's domain as top domain from the
    UI.
  • Order individuals by indentities (#732)
    Adds the option to order the individuals by the number of identities
    they have.
  • Import identities automatically (#746)
    Create a schema to import identities to SortingHat automatically using
    custom backends. The jobs will be executed periodically, at the given
    interval. The tasks can be configured using the GraphQL API. To
    create a custom importer you need to extend IdentitiesImporter,
    define a NAME for your importer (that will be used in the UI), and
    implement get_identities method that returns a list of individuals
    with the related identities that will be imported into SortingHat. If
    your importer requires extra parameters, you must extend the
    __init__ method with the required parameters. Those parameters can
    be defined using the API.
  • Create account command
    Include a new command to create users in SortingHat. The command can
    be executed as sortinghat-admin create-user.
  • Drag and drop to enroll in teams
    Expanding an organization on the table now shows the full list of
    teams. Individuals can be dragged and dropped into a team and
    viceversa to affiliate them. The buttons to add, edit and delete
    organization and team information are reorganized into a dropdown menu
    to simplify the interface.
  • Multi-tenancy mode
    SortingHat allows hosting multiple instances with a single service
    having each instance's data isolated in different databases. To enable
    this feature follow these guidelines: - Set MULTI_TENANT settings to
    True. - Define the tenants in sortinghat/config/tenants.json. -
    Assign users to tenants with sortinghat-admin set-user-tenant
    command.
  • Verify SSL option for client
    Include an option for the client to verify if the certificate is
    valid. By default it is verified.

Bug fixes:

  • Fix outdated recommendation count (#733)
    The number of remaining recommendations on the UI was wrong each time
    a recommendation was applied or dismissed.
  • Fix search syntax link (#735)
    Fixes the link to the search syntax page on the search bar.

Feature removals:

  • Groups table removed from the UI
    Groups and organizations are very similar, and having both tables in
    the dashboard can be confusing to users. To simplify the view, the
    table is removed from the user interface, but groups remain available
    through the API.