-
Notifications
You must be signed in to change notification settings - Fork 255
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
Add pipelinerun delete by label #1402
Conversation
The following is the coverage report on the affected files.
|
4d4645c
to
a08ed5d
Compare
The following is the coverage report on the affected files.
|
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.
Overall LGTM, one question of the name of the flag. label
vs by-label
vs --selector
(like -l, --selector='': Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2)
?
@vdemeester we have already it seems i am the one who introduced that "--label" so wherever there is a consensus i will be happy to alias the old flags and rename this. (my vote is neutral) |
/retest |
1 similar comment
/retest |
Add the ability to delete all pipelinerun that belong to a label. Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
a08ed5d
to
8f7b8a5
Compare
The following is the coverage report on the affected files.
|
/retest |
@vdemeester: GitHub didn't allow me to request PR reviews from the following users: nikhil-thomas. Note that only tektoncd members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this: 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. |
Should we consider to club --keep-since/--keep with --label? |
@pradeepitm12 It should work together, or are you speaking in the operator implementation? |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pradeepitm12, vdemeester 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 |
/lgtm |
#1391 | [Piyush Garg] Update readme for latest version | 2021/06/09-07:23 #1390 | [06kellyjac] Fix version command outputting empty | 2021/06/10-08:49 #1392 | [Chmouel Boudjnah] Add --since flag to pipelinerun delete | 2021/06/14-07:30 #1396 | [hasanrashid] Fix broken links in DEVELOPMENT.MD | 2021/06/18-23:20 #1400 | [Chmouel Boudjnah] Fix typo with my name | 2021/06/23-08:53 #1401 | [Christie Wilson] Add link to tkn bundle to main readme 🔗 | 2021/06/23-09:18 #1403 | [Chmouel Boudjnah] Update README about coloring being disabled | 2021/06/24-13:41 #1405 | [Pradeep Kumar] fix default --prefix=false with p/t/ct start | 2021/06/28-11:00 #1402 | [Chmouel Boudjnah] Add pipelinerun delete by label | 2021/06/29-12:09 Signed-off-by: Pradeep Kumar <pradkuma@redhat.com>
Add the ability to delete all pipelinerun that belong to a label.
Signed-off-by: Chmouel Boudjnah chmouel@redhat.com
Changes
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
make check
make generated
See the contribution guide
for more details.
Release Notes