-
Notifications
You must be signed in to change notification settings - Fork 263
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
List revisions sorted by configuration generation #332
Conversation
We use a configuration generation as a sort key, which is obtained from a label on configuration resource.
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.
@toVersus: 0 warnings.
In response to this:
/lint
Fixes #289Proposed Changes
- Use number of configuration generation as a sort key, which is obtained from a label on the configuration resource.
- Introduce ORDER column referred from number of configuration generation.
- Example output:
List all revisions
$ ./kn revision list NAME SERVICE ORDER AGE CONDITIONS READY REASON echo-qfftl echo 3 8h 4 OK / 4 True hello-cjdcn hello 3 8h 3 OK / 4 True echo-mjx47 echo 2 2d4h 4 OK / 4 True hello-d55vd hello 2 8h 3 OK / 4 True hello-hjxjw hello 1 8h 3 OK / 4 True
Filter by service name
$ ./kn revision list -s hello NAME SERVICE ORDER AGE CONDITIONS READY REASON hello-cjdcn hello 3 8h 3 OK / 4 True hello-d55vd hello 2 8h 3 OK / 4 True hello-hjxjw hello 1 8h 3 OK / 4 True
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/test-infra repository.
Hi @toVersus. Thanks for your PR. I'm waiting for a knative 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/test-infra repository. |
/ok-to-test |
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.
except for one minor details looks good to me.
@toVersus ah, and yes, could you please update the top-level CHANGELOG.adoc, too with this fix ? |
@rhuss, thanks for your review! I addressed your comments and also updated CHANGELOG.adoc. |
The following is the coverage report on pkg/.
|
Thanks ! /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rhuss, toVersus The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lint
Fixes #289
Proposed Changes
List all revisions
Filter by service name