-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement patch property in GitlabPullRequest and GithubPullRequest #416
Labels
area/github
Related to GitHub implementation.
area/gitlab
Related to GitLab implementation.
good-first-issue
Good for newcomers.
Hacktoberfest
Participate in https://hacktoberfest.digitalocean.com
kind/feature
New feature or a request for enhancement.
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
We might want to implement this to be able to have source-gits on GitLab. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
softwarefactory-project-zuul bot
added a commit
that referenced
this issue
Jul 15, 2021
Add GitlabPullRequest.patch property Implementated for GitlabPullRequest. It returns bytes in case there's some binary blob in the patch. It uses requests to get content from patch's URL. Implementation for #416 Reviewed-by: Jiri Popelka <None> Reviewed-by: Matej Focko <None>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/github
Related to GitHub implementation.
area/gitlab
Related to GitLab implementation.
good-first-issue
Good for newcomers.
Hacktoberfest
Participate in https://hacktoberfest.digitalocean.com
kind/feature
New feature or a request for enhancement.
#415 implements
PagurePullRequest.patch
property to get a patch from a pull request.Gitlab
&Github
implementation are missing.Update by @lachmanfrantisek :
The task is to implement
patch
property foGithubPullRequest
andGitlabPullRequest
that will returnpatch
of the changes for pull-request (not the URL of it).diffs
will work..patch
to the URL) works well: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/800.patchThe text was updated successfully, but these errors were encountered: