question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature Request: View All Changes In PR

See original GitHub issue

I would find a command that allows me to open all changes in a pull request really valuable. Currently I open each file’s diff from the PR Changes view. This is fine, but gets a bit tedious with larger pull request (O(N) in terms of my input). If I’m wanting to compare changes to the working tree GitLens has a Open All Changes (difftool) (O(1) in terms of my input) command. Which is fantastic as I can open each diff as a tab and work through the changes in the commit, closing tabs as I’m satisfied with the changes.

I would like to be able to be able to do something similar for my PR review process:

  • Close All Editors
  • Open All Changes in PR
  • Review each file, adding comments, marking as reviewed, and finally closing that file when I’m satisfied.

I hope this isn’t a duplicate. I see that the folks working on GitLens received a similar request, however, they see this project as more in scope for implementation. See https://github.com/Axosoft/vscode-gitlens/issues/1020

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:3
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
alexr00commented, Jan 24, 2022

To verify:

  1. Open a PR using the pre-release version of the extension
  2. Try the new “Open All Diffs” command.
  3. Verify that all diffs are opened.
1reaction
alexr00commented, Nov 23, 2021

@joshuaobrien I took a quick look at your draft, thanks for working on this. A few notes:

Read more comments on GitHub >

github_iconTop Results From Across the Web

Reviewing changes in pull requests
Reviewing proposed changes in a pull request​​ In a pull request, you can review and discuss commits, changed files, and the differences (or...
Read more >
How do I view all changes for a pull request?
I have a pull request and when I go to the DIFF tab, it only shows me the diff for a single file....
Read more >
More ways to keep your pull request branch up-to-date
The Update branch button on the pull request page lets you update your pull request's branch with the latest changes from the base...
Read more >
Pull Request Tutorial by yangsu - GitHub Pages
view all the commits by all contained by a pull request under the commits tab,. Commits tab. or see all the file changes...
Read more >
Working with Pull Requests as a reviewer
Generally, the reviewer should ask the author to make the desired changes. ... Note: If the PR predates the introduction of this feature...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found