-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
etcdctl: add support for filtering by {min,max} x {create,mod} x {revision} #18233
Conversation
Hi @jcferretti. Thanks for your PR. I'm waiting for a etcd-io member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
29e4edc
to
9aafed4
Compare
/ok-to-test @jcferretti please remember to sign-off your commits! Thanks! |
0205d8d
to
44c4307
Compare
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - Thanks @jcferretti
Once merged please raise an update to changelog for 3.6.
It looks much better now. Please squash the commits. |
I will do this, but I want to point out that this is strange. Github should squash on merge, so for the final result it shouldn't matter, and on the other hand review history and history of changes of the PR itself is lost. So I don't understand why this would be (a) necessary (b) desirable. |
beb5526
to
11fb98b
Compare
…ision} Signed-off-by: Cristian Ferretti <jcferretti2020@gmail.com>
11fb98b
to
07b35dd
Compare
/retest |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
How is the commit history going to be polluted if github squashes on merge? |
etcdctl is missing options to modify get opts for WithMinCreateRev, WithMaxCreateRev, WithMinModRev, WithMaxModRev.