API to GET all changed files in Pull Request #224

Closed
opened 2025-11-02 03:14:31 -06:00 by GiteaMirror · 13 comments
Owner

Originally created by @romanresh on GitHub (Jan 12, 2017).

Make API for listing all changed files from a merge request like in GitHub:
https://developer.github.com/v3/pulls/#list-pull-requests-files

GET /repos/:owner/:repo/pulls/:number/files


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Originally created by @romanresh on GitHub (Jan 12, 2017). Make API for listing all changed files from a merge request like in GitHub: https://developer.github.com/v3/pulls/#list-pull-requests-files GET /repos/:owner/:repo/pulls/:number/files <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/40883821-api-to-get-all-changed-files-in-pull-request?utm_campaign=plugin&utm_content=tracker%2F47456670&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F47456670&utm_medium=issues&utm_source=github). </bountysource-plugin>
GiteaMirror added the issue/confirmedmodifies/api labels 2025-11-02 03:14:31 -06:00
Author
Owner

@awwalker commented on GitHub (Feb 22, 2017):

Is anyone currently working on this? If not I'd be happy to take a look

@awwalker commented on GitHub (Feb 22, 2017): Is anyone currently working on this? If not I'd be happy to take a look
Author
Owner

@lunny commented on GitHub (Feb 23, 2017):

@awwalker Please send a PR.

@lunny commented on GitHub (Feb 23, 2017): @awwalker Please send a PR.
Author
Owner

@romanresh commented on GitHub (Apr 18, 2017):

Hi, any news with this feature?

@romanresh commented on GitHub (Apr 18, 2017): Hi, any news with this feature?
Author
Owner

@awwalker commented on GitHub (Apr 25, 2017):

@romanresh @lunny Sorry I haven't had time to work on this recently. Once school slows down again I may have time to revisit it but for now I won't be active on this.

@awwalker commented on GitHub (Apr 25, 2017): @romanresh @lunny Sorry I haven't had time to work on this recently. Once school slows down again I may have time to revisit it but for now I won't be active on this.
Author
Owner

@stale[bot] commented on GitHub (Feb 15, 2019):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale[bot] commented on GitHub (Feb 15, 2019): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
Author
Owner

@tonivj5 commented on GitHub (Feb 15, 2019):

😉

@tonivj5 commented on GitHub (Feb 15, 2019): :wink:
Author
Owner

@stale[bot] commented on GitHub (Apr 16, 2019):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale[bot] commented on GitHub (Apr 16, 2019): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
Author
Owner

@tonivj5 commented on GitHub (Apr 16, 2019):

:wink:😉

@tonivj5 commented on GitHub (Apr 16, 2019): :wink::wink:
Author
Owner

@SenseiJoe commented on GitHub (Sep 28, 2019):

Was this ever implemented?

@SenseiJoe commented on GitHub (Sep 28, 2019): Was this ever implemented?
Author
Owner

@lunny commented on GitHub (Sep 30, 2019):

Not yet.

@lunny commented on GitHub (Sep 30, 2019): Not yet.
Author
Owner

@patricematignon commented on GitHub (Jan 8, 2020):

I see in the docs: https://developer.github.com/v3/pulls/#list-pull-requests-files

@patricematignon commented on GitHub (Jan 8, 2020): I see in the docs: https://developer.github.com/v3/pulls/#list-pull-requests-files
Author
Owner

@waterdrop01 commented on GitHub (Jun 4, 2020):

In my case, being able to get the list of modified files will enable putting multiples micro-services in a single "mono-repo" on Gitea (one per folder), and still be able to handle CI/CD independently for each of the micro-services.

@waterdrop01 commented on GitHub (Jun 4, 2020): In my case, being able to get the list of modified files will enable putting multiples micro-services in a single "mono-repo" on Gitea (one per folder), and still be able to handle CI/CD independently for each of the micro-services.
Author
Owner

@jtackaberry commented on GitHub (Aug 29, 2020):

I'm in the same boat as @waterdrop01. I'm going to kludge my way around this, but an API in Gitea would enable a proper Drone extension to provide much cleaner integration.

Edit: Though for the monorepo use case, we would also need an API to compare between two commits, for pushes. Looks like #11187 was abandoned.

@jtackaberry commented on GitHub (Aug 29, 2020): I'm in the same boat as @waterdrop01. I'm going to kludge my way around this, but an API in Gitea would enable a proper Drone extension to provide much cleaner integration. Edit: Though for the monorepo use case, we would also need an API to compare between two commits, for pushes. Looks like #11187 was abandoned.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#224