Skip to content

Releases: chaoss/grimoirelab-sortinghat

1.2.0-rc.1

09 Aug 08:41
Compare
Choose a tag to compare

sortinghat 1.2.0-rc.1 - (2024-08-09)

New features:

  • Improve loading and error indicators (#866)
    Added error and loading messages to improve the user experience when
    the data takes time to load.

Bug fixes:

  • Job results in SortingHat
    Fixed a bug that caused jobs to be missing in SortingHat. Job results
    will be kept in SortingHat for one week.

1.2.0

09 Aug 09:36
Compare
Choose a tag to compare

sortinghat 1.2.0 - (2024-08-09)

New features:

  • Improve loading and error indicators (#866)
    Added error and loading messages to improve the user experience when
    the data takes time to load.

Bug fixes:

  • Job results in SortingHat
    Fixed a bug that caused jobs to be missing in SortingHat. Job results
    will be kept in SortingHat for one week.

1.1.0-rc.1

02 Aug 09:48
Compare
Choose a tag to compare

sortinghat 1.1.0-rc.1 - (2024-08-02)

New features:

  • Save URL to an individual's LinkedIn profile (#817)
    Users can add a link to a LinkedIn profile on the individual's page.
    This helps speed up the lookup of a contributor's information.
  • Link to GitHub profile (#817)
    Individuals' GitHub usernames now link to their profile.
  • Assign users to permission groups (#849)
    Users can be assigned to a permission group using the command $ sortinghat-admin set-user-group username group. A user in a group
    automatically has the permissions granted to that group.
  • Configuration for regular expressions in CORS
    Include in the configuration SORTINGHAT_CORS_ALLOWED_ORIGIN_REGEXES
    environment variable that contains a list of regular expressions that
    matches origins authorized to make cross-site HTTP requests.

Bug fixes:

  • Consistent date format (#901)
    All the job execution dates are now in YYYY-MM-DD hh:mm format on the
    user interface.

1.1.0

02 Aug 11:12
Compare
Choose a tag to compare

sortinghat 1.1.0 - (2024-08-02)

New features:

  • Save URL to an individual's LinkedIn profile (#817)
    Users can add a link to a LinkedIn profile on the individual's page.
    This helps speed up the lookup of a contributor's information.
  • Link to GitHub profile (#817)
    Individuals' GitHub usernames now link to their profile.
  • Assign users to permission groups (#849)
    Users can be assigned to a permission group using the command $ sortinghat-admin set-user-group username group. A user in a group
    automatically has the permissions granted to that group.
  • Configuration for regular expressions in CORS
    Include in the configuration SORTINGHAT_CORS_ALLOWED_ORIGIN_REGEXES
    environment variable that contains a list of regular expressions that
    matches origins authorized to make cross-site HTTP requests.

Bug fixes:

  • Consistent date format (#901)
    All the job execution dates are now in YYYY-MM-DD hh:mm format on the
    user interface.

1.0.2-rc.1

21 Jun 11:04
Compare
Choose a tag to compare

sortinghat 1.0.2-rc.1 - (2024-06-21)

Bug fixes:

  • Match source parameter fixed in recommendations (#875)
    Resolve an issue where the "match source" option in unify and
    recommendation jobs was being applied to both emails and names. With
    this update, this option will now only apply to usernames.
    Additionally, users can utilize name and email simultaneously without
    the constraint of applying the "match source" option across all
    parameters.
  • Organizations aliases in Python client
    Include the aliases field in the organizations query that was missing
    in the SortingHat client schema.

1.0.2

21 Jun 12:20
Compare
Choose a tag to compare

sortinghat 1.0.2 - (2024-06-21)

Bug fixes:

  • Match source parameter fixed in recommendations (#875)
    Resolve an issue where the "match source" option in unify and
    recommendation jobs was being applied to both emails and names. With
    this update, this option will now only apply to usernames.
    Additionally, users can utilize name and email simultaneously without
    the constraint of applying the "match source" option across all
    parameters.
  • Organizations aliases in Python client
    Include the aliases field in the organizations query that was missing
    in the SortingHat client schema.

1.0.1-rc.1

09 May 08:02
Compare
Choose a tag to compare

sortinghat 1.0.1-rc.1 - (2024-05-09)

  • Update Poetry's package dependencies

1.0.1

09 May 09:17
Compare
Choose a tag to compare

sortinghat 1.0.1 - (2024-05-09)

  • Update Poetry's package dependencies

1.0.0

13 Apr 07:28
Compare
Choose a tag to compare

sortinghat 1.0.0 - (2024-04-13)

New features:

  • First major release
    GrimoireLab reached a stable status. This is our first major release.

Bug fixes:

  • Change password form fixed
    An unused header in the UI made the attempts to change the password
    fail. It tried to guess the user from an invalid JWT token when
    multitenancy was enabled.

Dependencies updateds:

  • Django version updated
    Upgrade the Django version from 3.2 to 4.2. Support for Django 3.2
    ended at April 1, 2024. This change ensures compability with the
    latests features and an extended support.

1.0.0-rc.3

12 Apr 14:47
Compare
Choose a tag to compare

sortinghat 1.0.0-rc.3 - (2024-04-12)

Bug fixes:

  • Change password form fixed
    An unused header in the UI made the attempts to change the password
    fail. It tried to guess the user from an invalid JWT token when
    multitenancy was enabled.

Dependencies updateds:

  • Django version updated
    Upgrade the Django version from 3.2 to 4.2. Support for Django 3.2
    ended at April 1, 2024. This change ensures compability with the
    latests features and an extended support.