Skip to content

Releases: packit/ogr

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)

0.47.0

11 Oct 15:19
4c759b5
Compare
Choose a tag to compare
  • Added support for removing users/groups from a project and possibility to check for groups with permissions to modify a PR. (#815)

0.46.2

06 Oct 15:18
f232a2b
Compare
Choose a tag to compare
  • Added missing README to package metadata.