Skip to content

Releases: chaoss/grimoirelab-sortinghat

0.15.0

03 Nov 17:58
Compare
Choose a tag to compare

sortinghat 0.15.0 - (2023-11-03)

New features:

  • Recommendations for individuals modified after a given date (#813)
    Users can generate merge and affiliation recommendations for
    individuals that have been created or modified after a date specified
    with the last_modified parameter.
  • Add individual to workspace from their profile page (#816)
    A new button on the individual's profile page allows users to save the
    identity in the workspace to continue working with it later on the
    dashboard.
  • Cache individuals table data (#821)
    Using cached queries prevents the table from refetching all the data
    from the server everytime any information is edited. This is
    particularly helpful if there is a huge number of identities, where
    reloading the table is very slow. However, there are some cases when
    the queries need to be refetched, eg. when identities are merged or
    split.

0.14.0

20 Oct 11:11
Compare
Choose a tag to compare

sortinghat 0.14.0 - (2023-10-20)

New features:

  • Strict criteria for merge recommendations (#812)
    The merge recommendations filter out invalid email adresses and names
    that don't have at least a first and last name when looking for
    matches. To disable this behavior, set the strict parameter on
    recommendMatches or unify to false.
  • Text field to update enrollment dates (#819)
    Users have the option to enter the dates on a text field when editing
    affiliations.
  • Improved organization selector (#820)
    The organization selector that is used to affiliate individuals now
    has the option to create an organization if the desired one is not
    found. Its size is also increased to improve the readability of longer
    names.
  • API method to create a scheduled task
    The add_scheduled_task API method adds a new scheduled task to the
    registry.
  • Manage app settings from the user interface
    Users can configure automatic affiliations, profile unification and
    identity data synchronization from the new Settings section on the
    user interface.

Bug fixes:

  • Remove tasks that fail to be scheduled
    When there was an issue with the Redis connection when a task was
    created, the task was added to the database but there was not
    scheduled job linked to it. Tasks are now removed from the database
    and an error is raised in this case.

Dependencies updateds:

  • Add Python 3.9 and drop 3.7 support
    Python 3.7 reached the end of life phase on June 27 2023 and is no
    longer supported.

0.14.0-rc.1

19 Oct 16:18
Compare
Choose a tag to compare

sortinghat 0.14.0-rc.1 - (2023-10-19)

New features:

  • Strict criteria for merge recommendations (#812)
    The merge recommendations filter out invalid email adresses and names
    that don't have at least a first and last name when looking for
    matches. To disable this behavior, set the strict parameter on
    recommendMatches or unify to false.
  • Text field to update enrollment dates (#819)
    Users have the option to enter the dates on a text field when editing
    affiliations.
  • Improved organization selector (#820)
    The organization selector that is used to affiliate individuals now
    has the option to create an organization if the desired one is not
    found. Its size is also increased to improve the readability of longer
    names.
  • API method to create a scheduled task
    The add_scheduled_task API method adds a new scheduled task to the
    registry.
  • Manage app settings from the user interface
    Users can configure automatic affiliations, profile unification and
    identity data synchronization from the new Settings section on the
    user interface.

Bug fixes:

  • Remove tasks that fail to be scheduled
    When there was an issue with the Redis connection when a task was
    created, the task was added to the database but there was not
    scheduled job linked to it. Tasks are now removed from the database
    and an error is raised in this case.

0.13.1-rc.1

25 Aug 09:03
Compare
Choose a tag to compare

sortinghat 0.13.1-rc.1 - (2023-08-25)

Dependencies updateds:

  • Add Python 3.9 and drop 3.7 support
    Python 3.7 reached the end of life phase on June 27 2023 and is no
    longer supported.

0.13.0-rc.1

06 Aug 17:09
Compare
Choose a tag to compare

sortinghat 0.13.0-rc.1 - (2023-08-06)

Bug fixes:

  • Sub-domain affiliation error (#805)
    The affiliate and recommend affiliations jobs no longer recommend
    matches based on a domain's sub-domains if it is not marked as
    top_domain.

New deprecations:

  • Use the task scheduler to import identities
    Manage periodic tasks to import identities with the scheduleTask,
    updateScheduledTask and deleteScheduledTask GraphQL mutations. The
    tasks that were already scheduled using the addImportIdentitiesTask
    mutation are kept when the migrations are applied.

0.13.0

06 Aug 18:35
Compare
Choose a tag to compare

sortinghat 0.13.0 - (2023-08-06)

Bug fixes:

  • Sub-domain affiliation error (#805)
    The affiliate and recommend affiliations jobs no longer recommend
    matches based on a domain's sub-domains if it is not marked as
    top_domain.

New deprecations:

  • Use the task scheduler to import identities
    Manage periodic tasks to import identities with the scheduleTask,
    updateScheduledTask and deleteScheduledTask GraphQL mutations. The
    tasks that were already scheduled using the addImportIdentitiesTask
    mutation are kept when the migrations are applied.

0.12.0-rc.1

23 Jul 16:30
Compare
Choose a tag to compare

sortinghat 0.12.0-rc.1 - (2023-07-23)

New features:

  • Job scheduler
    This new feature allows users to schedule jobs, such as affiliate or
    unify, to run periodically. The tasks can be configured, updated and
    deleted using the GraphQL API.

0.12.0

23 Jul 19:54
Compare
Choose a tag to compare

sortinghat 0.12.0 - (2023-07-23)

New features:

  • Job scheduler
    This new feature allows users to schedule jobs, such as affiliate or
    unify, to run periodically. The tasks can be configured, updated and
    deleted using the GraphQL API.

0.11.1-rc.1

11 Jul 14:08
Compare
Choose a tag to compare

sortinghat 0.11.1-rc.1 - (2023-07-11)

Bug fixes:

  • Show an organization's members
    Repeatedly clicking on the button to see the members of an
    organization or team on the table sometimes showed the full
    individuals list.

0.11.1

11 Jul 15:45
Compare
Choose a tag to compare

sortinghat 0.11.1 - (2023-07-11)

Bug fixes:

  • Show an organization's members
    Repeatedly clicking on the button to see the members of an
    organization or team on the table sometimes showed the full
    individuals list.