Skip to content
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

Closed
jpopelka opened this issue May 22, 2020 · 6 comments
Closed
Assignees
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

@jpopelka
Copy link
Member

jpopelka commented May 22, 2020

#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 fo GithubPullRequest and GitlabPullRequest that will return patch of the changes for pull-request (not the URL of it).

@jpopelka jpopelka added kind/feature New feature or a request for enhancement. area/github Related to GitHub implementation. area/gitlab Related to GitLab implementation. low-prio Low priority. labels May 22, 2020
@stale

This comment has been minimized.

@stale stale bot added the stale Is the issue still valid? label Jul 21, 2020
@mfocko mfocko removed the stale Is the issue still valid? label Jul 23, 2020
@stale

This comment has been minimized.

@stale stale bot added the stale Is the issue still valid? label Sep 21, 2020
@lachmanfrantisek lachmanfrantisek removed the stale Is the issue still valid? label Sep 22, 2020
@lachmanfrantisek lachmanfrantisek added Hacktoberfest Participate in https://hacktoberfest.digitalocean.com good-first-issue Good for newcomers. and removed low-prio Low priority. labels Sep 30, 2020
@stale

This comment has been minimized.

@stale stale bot added the stale Is the issue still valid? label Nov 29, 2020
@lachmanfrantisek
Copy link
Member

We might want to implement this to be able to have source-gits on GitLab.

@stale stale bot removed the stale Is the issue still valid? label Nov 30, 2020
@stale

This comment has been minimized.

@stale stale bot added the stale Is the issue still valid? label Jan 30, 2021
@lachmanfrantisek lachmanfrantisek removed the area/github Related to GitHub implementation. label Feb 4, 2021
@stale stale bot removed the stale Is the issue still valid? label Feb 4, 2021
@lachmanfrantisek lachmanfrantisek added the area/github Related to GitHub implementation. label Feb 4, 2021
@stale

This comment has been minimized.

@stale stale bot added the stale Is the issue still valid? label Jun 2, 2021
@lachmanfrantisek lachmanfrantisek removed the stale Is the issue still valid? label Jun 3, 2021
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.
Projects
None yet
Development

No branches or pull requests

4 participants