Skip to content

Releases: chaoss/grimoirelab-sortinghat

1.6.2-rc.1

16 Jan 16:24
Compare
Choose a tag to compare

sortinghat 1.6.2-rc.1 - (2025-01-16)

Dependencies updateds:

  • Package dependencies updated
    Update the version of django-cors-headers package to the latest
    version available.

1.6.2

16 Jan 17:18
Compare
Choose a tag to compare

sortinghat 1.6.2 - (2025-01-16)

Dependencies updateds:

  • Package dependencies updated
    Update the version of django-cors-headers package to the latest
    version available.

1.6.1-rc.1

15 Jan 10:52
Compare
Choose a tag to compare

sortinghat 1.6.1-rc.1 - (2025-01-15)

  • Update Poetry's package dependencies

1.6.1

15 Jan 12:00
Compare
Choose a tag to compare

sortinghat 1.6.1 - (2025-01-15)

  • Update Poetry's package dependencies

1.6.0-rc.1

11 Dec 09:16
Compare
Choose a tag to compare

sortinghat 1.6.0-rc.1 - (2024-12-11)

New features:

  • Skip recommendations (#937)
    Users can now skip a recommendation and review the next one if they
    are unsure of whether to apply it or dismiss it.
  • Sort organizations by number of enrollments (#940)
    Organizations are now sorted by the number of enrollments they have by
    default. Clicking on a column header sorts the table results by that
    field.

1.6.0

11 Dec 10:29
Compare
Choose a tag to compare

sortinghat 1.6.0 - (2024-12-11)

New features:

  • Skip recommendations (#937)
    Users can now skip a recommendation and review the next one if they
    are unsure of whether to apply it or dismiss it.
  • Sort organizations by number of enrollments (#940)
    Organizations are now sorted by the number of enrollments they have by
    default. Clicking on a column header sorts the table results by that
    field.

1.5.1-rc.1

13 Nov 10:26
Compare
Choose a tag to compare

sortinghat 1.5.1-rc.1 - (2024-11-13)

  • Update Poetry's package dependencies

1.5.1

13 Nov 16:01
Compare
Choose a tag to compare

sortinghat 1.5.1 - (2024-11-13)

  • Update Poetry's package dependencies

1.5.0

15 Oct 07:14
Compare
Choose a tag to compare

sortinghat 1.5.0 - (2024-10-15)

New features:

  • Mark individuals as reviewed
    Individuals can now be marked as reviewed to keep track of which
    profiles have already been checked and when. A profile can be marked
    as reviewed more than once, it will show the date of the last review.
    If there have been any changes to the profile data since the last
    review, the review button displays a warning icon. The list of
    individuals can be filtered by whether they have been reviewed and by
    their review date. The list can also be ordered by review date.

Bug fixes:

  • Wrong arrong direction when merging recommendations (#934)
    When recommendations were merged, the arrow showing the direction of
    the merge was wrong. It showed foo → bar but the resulting identity
    will be named foo instead of bar. The arrow now points in the
    other direction showing that bar will be merged on foo.

1.5.0-rc.1

14 Oct 14:34
Compare
Choose a tag to compare

sortinghat 1.5.0-rc.1 - (2024-10-14)

New features:

  • Mark individuals as reviewed
    Individuals can now be marked as reviewed to keep track of which
    profiles have already been checked and when. A profile can be marked
    as reviewed more than once, it will show the date of the last review.
    If there have been any changes to the profile data since the last
    review, the review button displays a warning icon. The list of
    individuals can be filtered by whether they have been reviewed and by
    their review date. The list can also be ordered by review date.

Bug fixes:

  • Wrong arrong direction when merging recommendations (#934)
    When recommendations were merged, the arrow showing the direction of
    the merge was wrong. It showed foo → bar but the resulting identity
    will be named foo instead of bar. The arrow now points in the
    other direction showing that bar will be merged on foo.