Skip to content

Releases: chaoss/grimoirelab-perceval

1.1.0-rc.1

11 Dec 09:14
Compare
Choose a tag to compare

perceval 1.1.0-rc.1 - (2024-12-11)

Bug fixes:

  • Git stats not assigned with their actions
    Git stats were not assigned to their actions in a commit for filenames
    that contain whitespaces. Instead, an empty stat was created like in a
    merge commit, where actions normally don't take place.

Performance improvements:

  • Git sync improved for --latest-items flag
    The speed updating a git repository when --lates-items is set was
    very poor. The main problem was when the references were updated to
    the new hashes. All the active refs on the repository were modified,
    even when they were up-to-date. Now, only references updated on the
    remote repository are modified on the local one. Repositories are
    synched 2 times faster than before.

1.1.0

11 Dec 10:27
Compare
Choose a tag to compare

perceval 1.1.0 - (2024-12-11)

Bug fixes:

  • Git stats not assigned with their actions
    Git stats were not assigned to their actions in a commit for filenames
    that contain whitespaces. Instead, an empty stat was created like in a
    merge commit, where actions normally don't take place.

Performance improvements:

  • Git sync improved for --latest-items flag
    The speed updating a git repository when --lates-items is set was
    very poor. The main problem was when the references were updated to
    the new hashes. All the active refs on the repository were modified,
    even when they were up-to-date. Now, only references updated on the
    remote repository are modified on the local one. Repositories are
    synched 2 times faster than before.

1.0.9-rc.1

13 Nov 10:22
Compare
Choose a tag to compare

perceval 1.0.9-rc.1 - (2024-11-13)

  • Update Poetry's package dependencies

1.0.9

13 Nov 15:59
Compare
Choose a tag to compare

perceval 1.0.9 - (2024-11-13)

  • Update Poetry's package dependencies

1.0.8

15 Oct 07:12
Compare
Choose a tag to compare

perceval 1.0.8 - (2024-10-15)

  • Update Poetry's package dependencies

1.0.8-rc.1

14 Oct 14:30
Compare
Choose a tag to compare

perceval 1.0.8-rc.1 - (2024-10-14)

  • Update Poetry's package dependencies

1.0.7

23 Sep 08:04
Compare
Choose a tag to compare

perceval 1.0.7 - (2024-09-23)

Dependencies updateds:

  • Python minimum version updated
    Python 3.8 will reach its end of life in October 2024. Python 3.9 is
    the minimum version required by the project.

1.0.7-rc.1

20 Sep 15:29
Compare
Choose a tag to compare

perceval 1.0.7-rc.1 - (2024-09-20)

Dependencies updateds:

  • Python minimum version updated
    Python 3.8 will reach its end of life in October 2024. Python 3.9 is
    the minimum version required by the project.

1.0.6-rc.1

30 Aug 15:10
Compare
Choose a tag to compare

perceval 1.0.6-rc.1 - (2024-08-30)

Bug fixes:

  • Fix issue #782 (#782)
    The issue was that perceval would not delete old tags from upstream
    references. This change deletes tags locally if tags are deleted
    upstream.

1.0.6

30 Aug 16:05
Compare
Choose a tag to compare

perceval 1.0.6 - (2024-08-30)

Bug fixes:

  • Fix issue #782 (#782)
    The issue was that perceval would not delete old tags from upstream
    references. This change deletes tags locally if tags are deleted
    upstream.