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

ability to obtain list of pending reviews from all gerrit servers #24

Open
ssbarnea opened this issue Dec 23, 2016 · 1 comment
Open

Comments

@ssbarnea
Copy link

It would extremely useful if gerrit CLI could list all patches from all servers that were raised by you. As we already have all servers and usernames this should be possible without further configuration.

I currently work with 3 different Gerrit servers and when you have multiple open reviews is very easy to forget about some that needs your attention. If we could be able to check this via the command line it would be a huge productivity booster.

@shanesmith
Copy link
Owner

I assume you mean multiple remote? That shouldn't be too hard to implement, I'll take a crack at it sometime soon.

In the meantime here's what you could do to get the something right now:

for remote in server1 server2 server3; do 
  echo "$remote"
  gerrit patches -r "$remote"
done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants