Skip to content

Releases: packit/ogr

0.50.3

10 Jan 14:08
431286b
Compare
Choose a tag to compare
  • We have improved wrapping of the forge-specific exceptions, string representation of the original exception is now included. (#884)
  • The test suite for parsing git URLs has been extended and also the handling of GitHub repository with changed owner or name has been improved. (#874)

0.50.2

26 Oct 21:23
e7b838e
Compare
Choose a tag to compare
  • There is a new method for getting a single commit comment, supporting also retrieval and adding reactions in GitHub. (#865)

0.50.1

11 Oct 11:01
fb44e4c
Compare
Choose a tag to compare
  • We have fixed an issue that caused inconsistencies with the expected behavior stated by the documentation when adding duplicate reactions to GitLab comments. (#861)

0.50.0

16 Sep 07:53
c890cde
Compare
Choose a tag to compare
  • A new get_commits method was implemented for GitHub and Gitlab projects. (#857)
  • An issue with silently ignoring error (#760) was fixed. (#855)

0.49.2

08 Mar 12:06
3d78868
Compare
Choose a tag to compare
  • GitLabProject.get_file_content can now correctly handle file paths starting with ./. (#844)

0.49.1

12 Feb 11:33
ea0f054
Compare
Choose a tag to compare
  • Interface for labels was unified and labels property for PullRequest and Issue now return list of PRLabel and IssueLabel respectively. (#839)

0.49.0

26 Jan 14:53
e977ec3
Compare
Choose a tag to compare
  • For Pagure there are 2 new methods available: one for getting users with specified access rights and one for getting members of a group. (#834)

0.48.1

08 Jan 09:17
b0bd497
Compare
Choose a tag to compare
  • Fix log level and wording when Pagure returns an error while retrieving Pagure PR diffstats.

0.48.0

21 Dec 13:35
99a8026
Compare
Choose a tag to compare
  • There is a new get_pr_files_diff method supported for Pagure. (#826)
  • We have fixed a bug that GithubRelease.url returned an API URL. (#824)

0.47.1

30 Oct 09:12
035d4a4
Compare
Choose a tag to compare
  • Fixed an issue where getting a list of GitLab merge requests using .list() would return only 20 items. (#819)