-
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
Support --keep and --keep-since together in tr/pr delete #1533
Conversation
The following is the coverage report on the affected files.
|
bc301c2
to
4ce8971
Compare
The following is the coverage report on the affected files.
|
4ce8971
to
b71844d
Compare
The following is the coverage report on the affected files.
|
b71844d
to
e9f5a5b
Compare
The following is the coverage report on the affected files.
|
/retest |
e9f5a5b
to
3e4f06d
Compare
The following is the coverage report on the affected files.
|
3e4f06d
to
6044d6a
Compare
The following is the coverage report on the affected files.
|
While deleting a taskrun, this adds support of using --keep and --keep-since together Signed-off-by: divyansh42 <[email protected]>
6044d6a
to
f85429b
Compare
Signed-off-by: divyansh42 <[email protected]>
f85429b
to
6261eba
Compare
The following is the coverage report on the affected files.
|
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 |
#1544 | [Pradeep Kumar] update version in readme to v0.23.1 | 2022/03/25-15:26 #1545 | [Piyush Garg] Bump choco spec to v0.23.1 | 2022/03/25-17:50 #1535 | [Chmouel Boudjnah] Add available plugins to the root help | 2022/03/29-13:26 null | [Vincent Demeester] Update ROADMAP.md | 2022/03/30-16:15 #1533 | [divyansh42] Support --keep and --keep-since together in tr delete | 2022/04/05-16:44 #1533 | [divyansh42] Support --keep and --keep-since together in pr delete | 2022/04/05-16:44 #1556 | [vinamra28] Use stable pipelines release instead of nightly | 2022/04/12-14:12 #1554 | [vinamra28] Cancel PipelineRuns using Cancelled status | 2022/04/12-15:16 #1555 | [Vincent Demeester] Bump docker/docker and docker/cli dependencies | 2022/04/13-07:49 #1555 | [Vincent Demeester] Bump containerd/containerd | 2022/04/13-07:49 null | [pratap0007] Fixes pipelinerun and taskrun deletion with keep flag | 2022/04/15-06:49 null | [Piyush Garg] Add vinamra28 as owner | 2022/04/28-12:47 null | [vinamra28] Fix Pipeline integration tests | 2022/05/10-13:41 null | [Zhu Sheng Li] fix: set created time for bundle image | 2022/05/11-03:49 null | [vinamra28] Revert skipping of failed test | 2022/05/16-07:26 null | [Pradeep Kumar] dep bumps | 2022/06/01-17:24 null | [Pradeep Kumar] fix go test | 2022/06/01-17:24 null | [Vincent Demeester] Add dependabot to the repository | 2022/06/02-11:25 null | [Shubham] Set go mod compat to 1.17 | 2022/06/03-15:45 null | [Shubham] Bump chains to v0.9.0 in go.mod, go.sum | 2022/06/03-15:45 null | [Shubham] ./hack/update-deps.sh | 2022/06/03-15:45 null | [Shubham] Fix chains impl per 0.9.0 update | 2022/06/03-15:45 null | [Shubham] Replace xerrors.Errorf with fmt.Errorf | 2022/06/03-15:45 null | [Shubham] go mod tidy -go=1.16 && go mod tidy -go=1.17 | 2022/06/03-15:45 null | [Shubham] Get rid of antlr | 2022/06/03-15:45 null | [Shubham] Improve `tkn chain` log format | 2022/06/06-06:58 null | [Piyush Garg] Fix --ignore-running not working with -p/-t in delete cmd | 2022/06/06-08:19 null | [Shubham] Ignore zap logger sync error | 2022/06/06-08:19 null | [Vincent Demeester] Add label dependabot PRs ok-to-test… | 2022/06/06-09:03 Signed-off-by: Pradeep Kumar <[email protected]>
#1544 | [Pradeep Kumar] update version in readme to v0.23.1 | 2022/03/25-15:26 #1545 | [Piyush Garg] Bump choco spec to v0.23.1 | 2022/03/25-17:50 #1535 | [Chmouel Boudjnah] Add available plugins to the root help | 2022/03/29-13:26 null | [Vincent Demeester] Update ROADMAP.md | 2022/03/30-16:15 #1533 | [divyansh42] Support --keep and --keep-since together in tr delete | 2022/04/05-16:44 #1533 | [divyansh42] Support --keep and --keep-since together in pr delete | 2022/04/05-16:44 #1556 | [vinamra28] Use stable pipelines release instead of nightly | 2022/04/12-14:12 #1554 | [vinamra28] Cancel PipelineRuns using Cancelled status | 2022/04/12-15:16 #1555 | [Vincent Demeester] Bump docker/docker and docker/cli dependencies | 2022/04/13-07:49 #1555 | [Vincent Demeester] Bump containerd/containerd | 2022/04/13-07:49 null | [pratap0007] Fixes pipelinerun and taskrun deletion with keep flag | 2022/04/15-06:49 null | [Piyush Garg] Add vinamra28 as owner | 2022/04/28-12:47 null | [vinamra28] Fix Pipeline integration tests | 2022/05/10-13:41 null | [Zhu Sheng Li] fix: set created time for bundle image | 2022/05/11-03:49 null | [vinamra28] Revert skipping of failed test | 2022/05/16-07:26 null | [Pradeep Kumar] dep bumps | 2022/06/01-17:24 null | [Pradeep Kumar] fix go test | 2022/06/01-17:24 null | [Vincent Demeester] Add dependabot to the repository | 2022/06/02-11:25 null | [Shubham] Set go mod compat to 1.17 | 2022/06/03-15:45 null | [Shubham] Bump chains to v0.9.0 in go.mod, go.sum | 2022/06/03-15:45 null | [Shubham] ./hack/update-deps.sh | 2022/06/03-15:45 null | [Shubham] Fix chains impl per 0.9.0 update | 2022/06/03-15:45 null | [Shubham] Replace xerrors.Errorf with fmt.Errorf | 2022/06/03-15:45 null | [Shubham] go mod tidy -go=1.16 && go mod tidy -go=1.17 | 2022/06/03-15:45 null | [Shubham] Get rid of antlr | 2022/06/03-15:45 null | [Shubham] Improve `tkn chain` log format | 2022/06/06-06:58 null | [Piyush Garg] Fix --ignore-running not working with -p/-t in delete cmd | 2022/06/06-08:19 null | [Shubham] Ignore zap logger sync error | 2022/06/06-08:19 null | [Vincent Demeester] Add label dependabot PRs ok-to-test… | 2022/06/06-09:03 Signed-off-by: Pradeep Kumar <[email protected]>
#1544 | [Pradeep Kumar] update version in readme to v0.23.1 | 2022/03/25-15:26 #1545 | [Piyush Garg] Bump choco spec to v0.23.1 | 2022/03/25-17:50 #1535 | [Chmouel Boudjnah] Add available plugins to the root help | 2022/03/29-13:26 null | [Vincent Demeester] Update ROADMAP.md | 2022/03/30-16:15 #1533 | [divyansh42] Support --keep and --keep-since together in tr delete | 2022/04/05-16:44 #1533 | [divyansh42] Support --keep and --keep-since together in pr delete | 2022/04/05-16:44 #1556 | [vinamra28] Use stable pipelines release instead of nightly | 2022/04/12-14:12 #1554 | [vinamra28] Cancel PipelineRuns using Cancelled status | 2022/04/12-15:16 #1555 | [Vincent Demeester] Bump docker/docker and docker/cli dependencies | 2022/04/13-07:49 #1555 | [Vincent Demeester] Bump containerd/containerd | 2022/04/13-07:49 null | [pratap0007] Fixes pipelinerun and taskrun deletion with keep flag | 2022/04/15-06:49 null | [Piyush Garg] Add vinamra28 as owner | 2022/04/28-12:47 null | [vinamra28] Fix Pipeline integration tests | 2022/05/10-13:41 null | [Zhu Sheng Li] fix: set created time for bundle image | 2022/05/11-03:49 null | [vinamra28] Revert skipping of failed test | 2022/05/16-07:26 null | [Pradeep Kumar] dep bumps | 2022/06/01-17:24 null | [Pradeep Kumar] fix go test | 2022/06/01-17:24 null | [Vincent Demeester] Add dependabot to the repository | 2022/06/02-11:25 null | [Shubham] Set go mod compat to 1.17 | 2022/06/03-15:45 null | [Shubham] Bump chains to v0.9.0 in go.mod, go.sum | 2022/06/03-15:45 null | [Shubham] ./hack/update-deps.sh | 2022/06/03-15:45 null | [Shubham] Fix chains impl per 0.9.0 update | 2022/06/03-15:45 null | [Shubham] Replace xerrors.Errorf with fmt.Errorf | 2022/06/03-15:45 null | [Shubham] go mod tidy -go=1.16 && go mod tidy -go=1.17 | 2022/06/03-15:45 null | [Shubham] Get rid of antlr | 2022/06/03-15:45 null | [Shubham] Improve `tkn chain` log format | 2022/06/06-06:58 null | [Piyush Garg] Fix --ignore-running not working with -p/-t in delete cmd | 2022/06/06-08:19 null | [Shubham] Ignore zap logger sync error | 2022/06/06-08:19 null | [Vincent Demeester] Add label dependabot PRs ok-to-test… | 2022/06/06-09:03 Signed-off-by: Pradeep Kumar <[email protected]>
#1544 | [Pradeep Kumar] update version in readme to v0.23.1 | 2022/03/25-15:26 #1545 | [Piyush Garg] Bump choco spec to v0.23.1 | 2022/03/25-17:50 #1535 | [Chmouel Boudjnah] Add available plugins to the root help | 2022/03/29-13:26 null | [Vincent Demeester] Update ROADMAP.md | 2022/03/30-16:15 #1533 | [divyansh42] Support --keep and --keep-since together in tr delete | 2022/04/05-16:44 #1533 | [divyansh42] Support --keep and --keep-since together in pr delete | 2022/04/05-16:44 #1556 | [vinamra28] Use stable pipelines release instead of nightly | 2022/04/12-14:12 #1554 | [vinamra28] Cancel PipelineRuns using Cancelled status | 2022/04/12-15:16 #1555 | [Vincent Demeester] Bump docker/docker and docker/cli dependencies | 2022/04/13-07:49 #1555 | [Vincent Demeester] Bump containerd/containerd | 2022/04/13-07:49 null | [pratap0007] Fixes pipelinerun and taskrun deletion with keep flag | 2022/04/15-06:49 null | [Piyush Garg] Add vinamra28 as owner | 2022/04/28-12:47 null | [vinamra28] Fix Pipeline integration tests | 2022/05/10-13:41 null | [Zhu Sheng Li] fix: set created time for bundle image | 2022/05/11-03:49 null | [vinamra28] Revert skipping of failed test | 2022/05/16-07:26 null | [Pradeep Kumar] dep bumps | 2022/06/01-17:24 null | [Pradeep Kumar] fix go test | 2022/06/01-17:24 null | [Vincent Demeester] Add dependabot to the repository | 2022/06/02-11:25 null | [Shubham] Set go mod compat to 1.17 | 2022/06/03-15:45 null | [Shubham] Bump chains to v0.9.0 in go.mod, go.sum | 2022/06/03-15:45 null | [Shubham] ./hack/update-deps.sh | 2022/06/03-15:45 null | [Shubham] Fix chains impl per 0.9.0 update | 2022/06/03-15:45 null | [Shubham] Replace xerrors.Errorf with fmt.Errorf | 2022/06/03-15:45 null | [Shubham] go mod tidy -go=1.16 && go mod tidy -go=1.17 | 2022/06/03-15:45 null | [Shubham] Get rid of antlr | 2022/06/03-15:45 null | [Shubham] Improve `tkn chain` log format | 2022/06/06-06:58 null | [Piyush Garg] Fix --ignore-running not working with -p/-t in delete cmd | 2022/06/06-08:19 null | [Shubham] Ignore zap logger sync error | 2022/06/06-08:19 null | [Vincent Demeester] Add label dependabot PRs ok-to-test… | 2022/06/06-09:03 Signed-off-by: Pradeep Kumar <[email protected]>
#1544 | [Pradeep Kumar] update version in readme to v0.23.1 | 2022/03/25-15:26 #1545 | [Piyush Garg] Bump choco spec to v0.23.1 | 2022/03/25-17:50 #1535 | [Chmouel Boudjnah] Add available plugins to the root help | 2022/03/29-13:26 null | [Vincent Demeester] Update ROADMAP.md | 2022/03/30-16:15 #1533 | [divyansh42] Support --keep and --keep-since together in tr delete | 2022/04/05-16:44 #1533 | [divyansh42] Support --keep and --keep-since together in pr delete | 2022/04/05-16:44 #1556 | [vinamra28] Use stable pipelines release instead of nightly | 2022/04/12-14:12 #1554 | [vinamra28] Cancel PipelineRuns using Cancelled status | 2022/04/12-15:16 #1555 | [Vincent Demeester] Bump docker/docker and docker/cli dependencies | 2022/04/13-07:49 #1555 | [Vincent Demeester] Bump containerd/containerd | 2022/04/13-07:49 null | [pratap0007] Fixes pipelinerun and taskrun deletion with keep flag | 2022/04/15-06:49 null | [Piyush Garg] Add vinamra28 as owner | 2022/04/28-12:47 null | [vinamra28] Fix Pipeline integration tests | 2022/05/10-13:41 null | [Zhu Sheng Li] fix: set created time for bundle image | 2022/05/11-03:49 null | [vinamra28] Revert skipping of failed test | 2022/05/16-07:26 null | [Pradeep Kumar] dep bumps | 2022/06/01-17:24 null | [Pradeep Kumar] fix go test | 2022/06/01-17:24 null | [Vincent Demeester] Add dependabot to the repository | 2022/06/02-11:25 null | [Shubham] Set go mod compat to 1.17 | 2022/06/03-15:45 null | [Shubham] Bump chains to v0.9.0 in go.mod, go.sum | 2022/06/03-15:45 null | [Shubham] ./hack/update-deps.sh | 2022/06/03-15:45 null | [Shubham] Fix chains impl per 0.9.0 update | 2022/06/03-15:45 null | [Shubham] Replace xerrors.Errorf with fmt.Errorf | 2022/06/03-15:45 null | [Shubham] go mod tidy -go=1.16 && go mod tidy -go=1.17 | 2022/06/03-15:45 null | [Shubham] Get rid of antlr | 2022/06/03-15:45 null | [Shubham] Improve `tkn chain` log format | 2022/06/06-06:58 null | [Piyush Garg] Fix --ignore-running not working with -p/-t in delete cmd | 2022/06/06-08:19 null | [Shubham] Ignore zap logger sync error | 2022/06/06-08:19 null | [Vincent Demeester] Add label dependabot PRs ok-to-test… | 2022/06/06-09:03 Signed-off-by: Pradeep Kumar <[email protected]>
#1544 | [Pradeep Kumar] update version in readme to v0.23.1 | 2022/03/25-15:26 #1545 | [Piyush Garg] Bump choco spec to v0.23.1 | 2022/03/25-17:50 #1535 | [Chmouel Boudjnah] Add available plugins to the root help | 2022/03/29-13:26 null | [Vincent Demeester] Update ROADMAP.md | 2022/03/30-16:15 #1533 | [divyansh42] Support --keep and --keep-since together in tr delete | 2022/04/05-16:44 #1533 | [divyansh42] Support --keep and --keep-since together in pr delete | 2022/04/05-16:44 #1556 | [vinamra28] Use stable pipelines release instead of nightly | 2022/04/12-14:12 #1554 | [vinamra28] Cancel PipelineRuns using Cancelled status | 2022/04/12-15:16 #1555 | [Vincent Demeester] Bump docker/docker and docker/cli dependencies | 2022/04/13-07:49 #1555 | [Vincent Demeester] Bump containerd/containerd | 2022/04/13-07:49 null | [pratap0007] Fixes pipelinerun and taskrun deletion with keep flag | 2022/04/15-06:49 null | [Piyush Garg] Add vinamra28 as owner | 2022/04/28-12:47 null | [vinamra28] Fix Pipeline integration tests | 2022/05/10-13:41 null | [Zhu Sheng Li] fix: set created time for bundle image | 2022/05/11-03:49 null | [vinamra28] Revert skipping of failed test | 2022/05/16-07:26 null | [Pradeep Kumar] dep bumps | 2022/06/01-17:24 null | [Pradeep Kumar] fix go test | 2022/06/01-17:24 null | [Vincent Demeester] Add dependabot to the repository | 2022/06/02-11:25 null | [Shubham] Set go mod compat to 1.17 | 2022/06/03-15:45 null | [Shubham] Bump chains to v0.9.0 in go.mod, go.sum | 2022/06/03-15:45 null | [Shubham] ./hack/update-deps.sh | 2022/06/03-15:45 null | [Shubham] Fix chains impl per 0.9.0 update | 2022/06/03-15:45 null | [Shubham] Replace xerrors.Errorf with fmt.Errorf | 2022/06/03-15:45 null | [Shubham] go mod tidy -go=1.16 && go mod tidy -go=1.17 | 2022/06/03-15:45 null | [Shubham] Get rid of antlr | 2022/06/03-15:45 null | [Shubham] Improve `tkn chain` log format | 2022/06/06-06:58 null | [Piyush Garg] Fix --ignore-running not working with -p/-t in delete cmd | 2022/06/06-08:19 null | [Shubham] Ignore zap logger sync error | 2022/06/06-08:19 null | [Vincent Demeester] Add label dependabot PRs ok-to-test… | 2022/06/06-09:03 null | [Pradeep Kumar] update release script compatible with go 1.17 | 2022/06/06-14:46 null | [Shubham] Fix `tkn chains signature/payload` by version bump | 2022/06/07-06:11 Signed-off-by: Pradeep Kumar <[email protected]>
#1544 | [Pradeep Kumar] update version in readme to v0.23.1 | 2022/03/25-15:26 #1545 | [Piyush Garg] Bump choco spec to v0.23.1 | 2022/03/25-17:50 #1535 | [Chmouel Boudjnah] Add available plugins to the root help | 2022/03/29-13:26 null | [Vincent Demeester] Update ROADMAP.md | 2022/03/30-16:15 #1533 | [divyansh42] Support --keep and --keep-since together in tr delete | 2022/04/05-16:44 #1533 | [divyansh42] Support --keep and --keep-since together in pr delete | 2022/04/05-16:44 #1556 | [vinamra28] Use stable pipelines release instead of nightly | 2022/04/12-14:12 #1554 | [vinamra28] Cancel PipelineRuns using Cancelled status | 2022/04/12-15:16 #1555 | [Vincent Demeester] Bump docker/docker and docker/cli dependencies | 2022/04/13-07:49 #1555 | [Vincent Demeester] Bump containerd/containerd | 2022/04/13-07:49 null | [pratap0007] Fixes pipelinerun and taskrun deletion with keep flag | 2022/04/15-06:49 null | [Piyush Garg] Add vinamra28 as owner | 2022/04/28-12:47 null | [vinamra28] Fix Pipeline integration tests | 2022/05/10-13:41 null | [Zhu Sheng Li] fix: set created time for bundle image | 2022/05/11-03:49 null | [vinamra28] Revert skipping of failed test | 2022/05/16-07:26 null | [Pradeep Kumar] dep bumps | 2022/06/01-17:24 null | [Pradeep Kumar] fix go test | 2022/06/01-17:24 null | [Vincent Demeester] Add dependabot to the repository | 2022/06/02-11:25 null | [Shubham] Set go mod compat to 1.17 | 2022/06/03-15:45 null | [Shubham] Bump chains to v0.9.0 in go.mod, go.sum | 2022/06/03-15:45 null | [Shubham] ./hack/update-deps.sh | 2022/06/03-15:45 null | [Shubham] Fix chains impl per 0.9.0 update | 2022/06/03-15:45 null | [Shubham] Replace xerrors.Errorf with fmt.Errorf | 2022/06/03-15:45 null | [Shubham] go mod tidy -go=1.16 && go mod tidy -go=1.17 | 2022/06/03-15:45 null | [Shubham] Get rid of antlr | 2022/06/03-15:45 null | [Shubham] Improve `tkn chain` log format | 2022/06/06-06:58 null | [Piyush Garg] Fix --ignore-running not working with -p/-t in delete cmd | 2022/06/06-08:19 null | [Shubham] Ignore zap logger sync error | 2022/06/06-08:19 null | [Vincent Demeester] Add label dependabot PRs ok-to-test… | 2022/06/06-09:03 null | [Pradeep Kumar] update release script compatible with go 1.17 | 2022/06/06-14:46 null | [Shubham] Fix `tkn chains signature/payload` by version bump | 2022/06/07-06:11 Signed-off-by: Pradeep Kumar <[email protected]>
#1544 | [Pradeep Kumar] update version in readme to v0.23.1 | 2022/03/25-15:26 #1545 | [Piyush Garg] Bump choco spec to v0.23.1 | 2022/03/25-17:50 #1535 | [Chmouel Boudjnah] Add available plugins to the root help | 2022/03/29-13:26 null | [Vincent Demeester] Update ROADMAP.md | 2022/03/30-16:15 #1533 | [divyansh42] Support --keep and --keep-since together in tr delete | 2022/04/05-16:44 #1533 | [divyansh42] Support --keep and --keep-since together in pr delete | 2022/04/05-16:44 #1556 | [vinamra28] Use stable pipelines release instead of nightly | 2022/04/12-14:12 #1554 | [vinamra28] Cancel PipelineRuns using Cancelled status | 2022/04/12-15:16 #1555 | [Vincent Demeester] Bump docker/docker and docker/cli dependencies | 2022/04/13-07:49 #1555 | [Vincent Demeester] Bump containerd/containerd | 2022/04/13-07:49 null | [pratap0007] Fixes pipelinerun and taskrun deletion with keep flag | 2022/04/15-06:49 null | [Piyush Garg] Add vinamra28 as owner | 2022/04/28-12:47 null | [vinamra28] Fix Pipeline integration tests | 2022/05/10-13:41 null | [Zhu Sheng Li] fix: set created time for bundle image | 2022/05/11-03:49 null | [vinamra28] Revert skipping of failed test | 2022/05/16-07:26 null | [Pradeep Kumar] dep bumps | 2022/06/01-17:24 null | [Pradeep Kumar] fix go test | 2022/06/01-17:24 null | [Vincent Demeester] Add dependabot to the repository | 2022/06/02-11:25 null | [Shubham] Set go mod compat to 1.17 | 2022/06/03-15:45 null | [Shubham] Bump chains to v0.9.0 in go.mod, go.sum | 2022/06/03-15:45 null | [Shubham] ./hack/update-deps.sh | 2022/06/03-15:45 null | [Shubham] Fix chains impl per 0.9.0 update | 2022/06/03-15:45 null | [Shubham] Replace xerrors.Errorf with fmt.Errorf | 2022/06/03-15:45 null | [Shubham] go mod tidy -go=1.16 && go mod tidy -go=1.17 | 2022/06/03-15:45 null | [Shubham] Get rid of antlr | 2022/06/03-15:45 null | [Shubham] Improve `tkn chain` log format | 2022/06/06-06:58 null | [Piyush Garg] Fix --ignore-running not working with -p/-t in delete cmd | 2022/06/06-08:19 null | [Shubham] Ignore zap logger sync error | 2022/06/06-08:19 null | [Vincent Demeester] Add label dependabot PRs ok-to-test… | 2022/06/06-09:03 null | [Pradeep Kumar] update release script compatible with go 1.17 | 2022/06/06-14:46 null | [Shubham] Fix `tkn chains signature/payload` by version bump | 2022/06/07-06:11 null | [Pradeep Kumar] fix unit-test in release pipeline | 2022/06/07-08:24 Signed-off-by: Pradeep Kumar <[email protected]>
#1544 | [Pradeep Kumar] update version in readme to v0.23.1 | 2022/03/25-15:26 #1545 | [Piyush Garg] Bump choco spec to v0.23.1 | 2022/03/25-17:50 #1535 | [Chmouel Boudjnah] Add available plugins to the root help | 2022/03/29-13:26 null | [Vincent Demeester] Update ROADMAP.md | 2022/03/30-16:15 #1533 | [divyansh42] Support --keep and --keep-since together in tr delete | 2022/04/05-16:44 #1533 | [divyansh42] Support --keep and --keep-since together in pr delete | 2022/04/05-16:44 #1556 | [vinamra28] Use stable pipelines release instead of nightly | 2022/04/12-14:12 #1554 | [vinamra28] Cancel PipelineRuns using Cancelled status | 2022/04/12-15:16 #1555 | [Vincent Demeester] Bump docker/docker and docker/cli dependencies | 2022/04/13-07:49 #1555 | [Vincent Demeester] Bump containerd/containerd | 2022/04/13-07:49 null | [pratap0007] Fixes pipelinerun and taskrun deletion with keep flag | 2022/04/15-06:49 null | [Piyush Garg] Add vinamra28 as owner | 2022/04/28-12:47 null | [vinamra28] Fix Pipeline integration tests | 2022/05/10-13:41 null | [Zhu Sheng Li] fix: set created time for bundle image | 2022/05/11-03:49 null | [vinamra28] Revert skipping of failed test | 2022/05/16-07:26 null | [Pradeep Kumar] dep bumps | 2022/06/01-17:24 null | [Pradeep Kumar] fix go test | 2022/06/01-17:24 null | [Vincent Demeester] Add dependabot to the repository | 2022/06/02-11:25 null | [Shubham] Set go mod compat to 1.17 | 2022/06/03-15:45 null | [Shubham] Bump chains to v0.9.0 in go.mod, go.sum | 2022/06/03-15:45 null | [Shubham] ./hack/update-deps.sh | 2022/06/03-15:45 null | [Shubham] Fix chains impl per 0.9.0 update | 2022/06/03-15:45 null | [Shubham] Replace xerrors.Errorf with fmt.Errorf | 2022/06/03-15:45 null | [Shubham] go mod tidy -go=1.16 && go mod tidy -go=1.17 | 2022/06/03-15:45 null | [Shubham] Get rid of antlr | 2022/06/03-15:45 null | [Shubham] Improve `tkn chain` log format | 2022/06/06-06:58 null | [Piyush Garg] Fix --ignore-running not working with -p/-t in delete cmd | 2022/06/06-08:19 null | [Shubham] Ignore zap logger sync error | 2022/06/06-08:19 null | [Vincent Demeester] Add label dependabot PRs ok-to-test… | 2022/06/06-09:03 null | [Pradeep Kumar] update release script compatible with go 1.17 | 2022/06/06-14:46 null | [Shubham] Fix `tkn chains signature/payload` by version bump | 2022/06/07-06:11 null | [Pradeep Kumar] fix unit-test in release pipeline | 2022/06/07-08:24 null | [Pradeep Kumar] increase storage to 1Gi | 2022/06/07-10:46 Signed-off-by: Pradeep Kumar <[email protected]>
- `keep` and `keep-since` can be defined simultaneously in the pruning configuration. - the required functionality is already present in the tekton CLI - Refer: tektoncd/cli#1471 tektoncd/cli#1533 - Fixes tektoncd#974 Signed-off-by: Avinal Kumar <[email protected]>
- `keep` and `keep-since` can be defined simultaneously in the pruning configuration. - the required functionality is already present in the tekton CLI - Refer: tektoncd/cli#1471 tektoncd/cli#1533 - Fixes tektoncd#974 Signed-off-by: Avinal Kumar <[email protected]>
- `keep` and `keep-since` can be defined simultaneously in the pruning configuration. - the required functionality is already present in the tekton CLI - Refer: tektoncd/cli#1471 tektoncd/cli#1533 - Fixes tektoncd#974 Signed-off-by: Avinal Kumar <[email protected]>
- `keep` and `keep-since` can be defined simultaneously in the pruning configuration. - the required functionality is already present in the tekton CLI - add simultaneous annotation to the pruning configuration - Refer: tektoncd/cli#1471 tektoncd/cli#1533 - Fixes tektoncd#974 Signed-off-by: Avinal Kumar <[email protected]>
- `keep` and `keep-since` can be defined simultaneously in the pruning configuration. - the required functionality is already present in the tekton CLI - add simultaneous annotation to the pruning configuration - Refer: tektoncd/cli#1471 tektoncd/cli#1533 - Fixes tektoncd#974, tektoncd/website#419 Signed-off-by: Avinal Kumar <[email protected]>
- `keep` and `keep-since` can be defined simultaneously in the pruning configuration. - the required functionality is already present in the tekton CLI - add simultaneous annotation to the pruning configuration - Refer: tektoncd/cli#1471 tektoncd/cli#1533 - Fixes tektoncd#974, tektoncd/website#419 Signed-off-by: Avinal Kumar <[email protected]>
- `keep` and `keep-since` can be defined simultaneously in the pruning configuration. - the required functionality is already present in the tekton CLI - add simultaneous annotation to the pruning configuration - Refer: tektoncd/cli#1471 tektoncd/cli#1533 - Fixes #974, tektoncd/website#419 Signed-off-by: Avinal Kumar <[email protected]>
While deleting a TaskRun/PipelineRun, this adds support of
using --keep and --keep-since together.
Also fix pipelineRun/Taskrun deletion when few pr/tr is in
running state and
--keep-since
is used along with--ignore-running=false
Closes: #1471 #1552
Signed-off-by: divyansh42 [email protected]
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