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

Drop cobra fork and rework the shell completion system #1268

Merged

Conversation

chmouel
Copy link
Member

@chmouel chmouel commented Dec 16, 2020

Changes

Adapted the completion we had previously to the new completion system from
cobra 1.0.

I started to use the client-go directly but since there is no caching, the
is not very usuable since super slow. So using the kuebctl binrary directly instead
(I can't use tkn since caching is not there as well) to get the
completions.

This is how we were doing it previously (using kubectl or tkn) and
completions should be much faster. And bonus, we have some proper completion for powershell/fish and others added for free. (not tested).

It doesn't pickup the completion on tkn hub, so we wil need to figure out on how to do this for commands that gets pulled up by deps.

Note: this PR has two diffsets on purpose, to make it easier to review/track
history. The split is between updating the new library and the second split to
add all completions to all commands.

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you
review them:

  • Includes tests (if functionality changed/added)
  • Run the code checkers with make check
  • Regenerate the manpages, docs and go formatting with make generated
  • Commit messages follow commit message best practices

Release Notes

The cobra fork we were using previously has been dropped and all completions
has been modified to use latest cobra shell completion system.

@tekton-robot tekton-robot added the release-note Denotes a PR that will be considered when it comes time to generate release notes. label Dec 16, 2020
@tekton-robot tekton-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Dec 16, 2020
@chmouel chmouel changed the title Add new completions based on new upstream completion system Drop cobra fork and rework the shell completion system Dec 16, 2020
@chmouel chmouel force-pushed the drop-cobra-fork-rework-completion branch from 772809c to f1b6747 Compare December 16, 2020 12:49
@tekton-robot
Copy link
Contributor

The following is the coverage report on the affected files.
Say /test pull-tekton-cli-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/cmd/clustertask/delete.go 93.6% 87.8% -5.9
pkg/cmd/clustertask/describe.go 73.8% 69.8% -3.9
pkg/cmd/clustertask/start.go 80.3% 78.8% -1.4
pkg/cmd/clustertriggerbinding/delete.go 91.7% 84.2% -7.5
pkg/cmd/clustertriggerbinding/describe.go 85.3% 77.8% -7.5
pkg/cmd/completion/completion.go 10.5% 15.4% 4.9
pkg/cmd/condition/delete.go 91.7% 84.2% -7.5
pkg/cmd/condition/describe.go 85.3% 77.8% -7.5
pkg/cmd/eventlistener/delete.go 91.7% 84.2% -7.5
pkg/cmd/eventlistener/describe.go 86.5% 82.9% -3.6
pkg/cmd/eventlistener/logs.go 54.2% 50.0% -4.2
pkg/cmd/pipeline/delete.go 92.5% 87.3% -5.2
pkg/cmd/pipeline/describe.go 75.4% 71.2% -4.3
pkg/cmd/pipeline/logs.go 83.6% 80.0% -3.6
pkg/cmd/pipeline/start.go 66.9% 66.1% -0.8
pkg/cmd/pipelineresource/delete.go 91.7% 84.2% -7.5
pkg/cmd/pipelineresource/describe.go 60.7% 56.9% -3.8
pkg/cmd/pipelinerun/cancel.go 95.0% 81.8% -13.2
pkg/cmd/pipelinerun/delete.go 93.0% 89.0% -3.9
pkg/cmd/pipelinerun/describe.go 64.7% 60.4% -4.3
pkg/cmd/pipelinerun/logs.go 82.6% 77.1% -5.5
pkg/cmd/task/delete.go 92.6% 87.5% -5.1
pkg/cmd/task/describe.go 75.0% 71.2% -3.8
pkg/cmd/task/logs.go 72.5% 69.0% -3.4
pkg/cmd/task/start.go 81.4% 80.2% -1.2
pkg/cmd/taskrun/cancel.go 94.7% 81.0% -13.8
pkg/cmd/taskrun/delete.go 93.1% 89.2% -3.9
pkg/cmd/taskrun/describe.go 64.7% 60.4% -4.3
pkg/cmd/taskrun/logs.go 85.1% 79.6% -5.5
pkg/cmd/triggerbinding/delete.go 91.7% 84.2% -7.5
pkg/cmd/triggerbinding/describe.go 85.3% 77.8% -7.5
pkg/cmd/triggertemplate/delete.go 91.7% 84.2% -7.5
pkg/cmd/triggertemplate/describe.go 86.7% 80.9% -5.8
pkg/flags/flags.go 12.8% 7.3% -5.4
pkg/formatted/completion.go Do not exist 0.0%

@tekton-robot
Copy link
Contributor

The following is the coverage report on the affected files.
Say /test pull-tekton-cli-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/cmd/clustertask/delete.go 93.6% 87.8% -5.9
pkg/cmd/clustertask/describe.go 73.8% 69.8% -3.9
pkg/cmd/clustertask/start.go 80.3% 78.8% -1.4
pkg/cmd/clustertriggerbinding/delete.go 91.7% 84.2% -7.5
pkg/cmd/clustertriggerbinding/describe.go 85.3% 77.8% -7.5
pkg/cmd/completion/completion.go 10.5% 15.4% 4.9
pkg/cmd/condition/delete.go 91.7% 84.2% -7.5
pkg/cmd/condition/describe.go 85.3% 77.8% -7.5
pkg/cmd/eventlistener/delete.go 91.7% 84.2% -7.5
pkg/cmd/eventlistener/describe.go 86.5% 82.9% -3.6
pkg/cmd/eventlistener/logs.go 54.2% 50.0% -4.2
pkg/cmd/pipeline/delete.go 92.5% 87.3% -5.2
pkg/cmd/pipeline/describe.go 75.4% 71.2% -4.3
pkg/cmd/pipeline/logs.go 83.6% 80.0% -3.6
pkg/cmd/pipeline/start.go 66.9% 66.1% -0.8
pkg/cmd/pipelineresource/delete.go 91.7% 84.2% -7.5
pkg/cmd/pipelineresource/describe.go 60.7% 56.9% -3.8
pkg/cmd/pipelinerun/cancel.go 95.0% 81.8% -13.2
pkg/cmd/pipelinerun/delete.go 93.0% 89.0% -3.9
pkg/cmd/pipelinerun/describe.go 64.7% 60.4% -4.3
pkg/cmd/pipelinerun/logs.go 82.6% 77.1% -5.5
pkg/cmd/task/delete.go 92.6% 87.5% -5.1
pkg/cmd/task/describe.go 75.0% 71.2% -3.8
pkg/cmd/task/logs.go 72.5% 69.0% -3.4
pkg/cmd/task/start.go 81.4% 80.2% -1.2
pkg/cmd/taskrun/cancel.go 94.7% 81.0% -13.8
pkg/cmd/taskrun/delete.go 93.1% 89.2% -3.9
pkg/cmd/taskrun/describe.go 64.7% 60.4% -4.3
pkg/cmd/taskrun/logs.go 85.1% 79.6% -5.5
pkg/cmd/triggerbinding/delete.go 91.7% 84.2% -7.5
pkg/cmd/triggerbinding/describe.go 85.3% 77.8% -7.5
pkg/cmd/triggertemplate/delete.go 91.7% 84.2% -7.5
pkg/cmd/triggertemplate/describe.go 86.7% 80.9% -5.8
pkg/flags/flags.go 12.8% 7.3% -5.4
pkg/formatted/completion.go Do not exist 0.0%

@chmouel
Copy link
Member Author

chmouel commented Dec 16, 2020

/hold

@tekton-robot tekton-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Dec 16, 2020
@chmouel chmouel force-pushed the drop-cobra-fork-rework-completion branch from f1b6747 to dea7211 Compare December 16, 2020 13:13
@tekton-robot
Copy link
Contributor

The following is the coverage report on the affected files.
Say /test pull-tekton-cli-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/cmd/clustertask/delete.go 93.6% 93.5% -0.1
pkg/cmd/clustertask/describe.go 73.8% 73.3% -0.4
pkg/cmd/clustertask/start.go 80.3% 80.0% -0.3
pkg/cmd/clustertriggerbinding/delete.go 91.7% 91.4% -0.2
pkg/cmd/clustertriggerbinding/describe.go 85.3% 84.8% -0.4
pkg/cmd/completion/completion.go 10.5% 15.4% 4.9
pkg/cmd/condition/delete.go 91.7% 91.4% -0.2
pkg/cmd/condition/describe.go 85.3% 84.8% -0.4
pkg/cmd/eventlistener/delete.go 91.7% 91.4% -0.2
pkg/cmd/eventlistener/describe.go 86.5% 86.3% -0.2
pkg/cmd/eventlistener/logs.go 54.2% 53.2% -1.0
pkg/cmd/pipeline/delete.go 92.5% 92.3% -0.1
pkg/cmd/pipeline/describe.go 75.4% 75.0% -0.4
pkg/cmd/pipeline/logs.go 83.6% 83.3% -0.2
pkg/cmd/pipeline/start.go 66.9% 66.6% -0.3
pkg/cmd/pipelineresource/delete.go 91.7% 91.4% -0.2
pkg/cmd/pipelineresource/describe.go 60.7% 60.0% -0.7
pkg/cmd/pipelinerun/cancel.go 95.0% 94.7% -0.3
pkg/cmd/pipelinerun/delete.go 93.0% 92.9% -0.1
pkg/cmd/pipelinerun/describe.go 64.7% 64.0% -0.7
pkg/cmd/pipelinerun/logs.go 82.6% 82.2% -0.4
pkg/cmd/task/delete.go 92.6% 92.5% -0.1
pkg/cmd/task/describe.go 75.0% 74.6% -0.4
pkg/cmd/task/logs.go 72.5% 72.1% -0.4
pkg/cmd/task/start.go 81.4% 81.1% -0.2
pkg/cmd/taskrun/cancel.go 94.7% 94.4% -0.3
pkg/cmd/taskrun/delete.go 93.1% 93.0% -0.1
pkg/cmd/taskrun/describe.go 64.7% 64.0% -0.7
pkg/cmd/taskrun/logs.go 85.1% 84.8% -0.3
pkg/cmd/triggerbinding/delete.go 91.7% 91.4% -0.2
pkg/cmd/triggerbinding/describe.go 85.3% 84.8% -0.4
pkg/cmd/triggertemplate/delete.go 91.7% 91.4% -0.2
pkg/cmd/triggertemplate/describe.go 86.7% 86.4% -0.3
pkg/flags/flags.go 12.8% 7.3% -5.4
pkg/formatted/completion.go Do not exist 0.0%

@chmouel
Copy link
Member Author

chmouel commented Dec 16, 2020

There is as way to get inline completion for flags, i.e: --service-account to complete the serviceaccount as we had before, this is the example from the helm sources :

https://github.com/helm/helm/blob/e71d38b414eb92912a87e6d1e751e88ee8fc57ea/cmd/helm/get_notes.go#L62-L71

Will make a further patch later on to address thoses as this will be another big one..

Update: I have added support for it in latest iteration and amended it.

Ready for review this one to make it easier...

/hold cancel

@tekton-robot tekton-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Dec 16, 2020
@chmouel
Copy link
Member Author

chmouel commented Dec 16, 2020

We probably going to have to figure how to do this with tkn hub too...

@vdemeester
Copy link
Member

cc @mattmoor

@chmouel chmouel force-pushed the drop-cobra-fork-rework-completion branch from dea7211 to cf95e13 Compare December 16, 2020 17:43
@tekton-robot
Copy link
Contributor

The following is the coverage report on the affected files.
Say /test pull-tekton-cli-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/cmd/clustertask/delete.go 93.6% 93.5% -0.1
pkg/cmd/clustertask/describe.go 73.8% 73.3% -0.4
pkg/cmd/clustertask/start.go 80.3% 80.0% -0.3
pkg/cmd/clustertriggerbinding/delete.go 91.7% 91.4% -0.2
pkg/cmd/clustertriggerbinding/describe.go 85.3% 84.8% -0.4
pkg/cmd/completion/completion.go 10.5% 15.4% 4.9
pkg/cmd/condition/delete.go 91.7% 91.4% -0.2
pkg/cmd/condition/describe.go 85.3% 84.8% -0.4
pkg/cmd/eventlistener/delete.go 91.7% 91.4% -0.2
pkg/cmd/eventlistener/describe.go 86.5% 86.3% -0.2
pkg/cmd/eventlistener/logs.go 54.2% 53.2% -1.0
pkg/cmd/pipeline/delete.go 92.5% 92.3% -0.1
pkg/cmd/pipeline/describe.go 75.4% 75.0% -0.4
pkg/cmd/pipeline/logs.go 83.6% 83.3% -0.2
pkg/cmd/pipeline/start.go 66.9% 66.3% -0.6
pkg/cmd/pipelineresource/delete.go 91.7% 91.4% -0.2
pkg/cmd/pipelineresource/describe.go 60.7% 60.0% -0.7
pkg/cmd/pipelinerun/cancel.go 95.0% 94.7% -0.3
pkg/cmd/pipelinerun/delete.go 93.0% 92.9% -0.1
pkg/cmd/pipelinerun/describe.go 64.7% 64.0% -0.7
pkg/cmd/pipelinerun/logs.go 82.6% 82.2% -0.4
pkg/cmd/task/delete.go 92.6% 92.5% -0.1
pkg/cmd/task/describe.go 75.0% 74.6% -0.4
pkg/cmd/task/logs.go 72.5% 72.1% -0.4
pkg/cmd/task/start.go 81.4% 80.6% -0.7
pkg/cmd/taskrun/cancel.go 94.7% 94.4% -0.3
pkg/cmd/taskrun/delete.go 93.1% 93.0% -0.1
pkg/cmd/taskrun/describe.go 64.7% 64.0% -0.7
pkg/cmd/taskrun/logs.go 85.1% 84.8% -0.3
pkg/cmd/triggerbinding/delete.go 91.7% 91.4% -0.2
pkg/cmd/triggerbinding/describe.go 85.3% 84.8% -0.4
pkg/cmd/triggertemplate/delete.go 91.7% 91.4% -0.2
pkg/cmd/triggertemplate/describe.go 86.7% 86.4% -0.3
pkg/flags/flags.go 12.8% 7.3% -5.4
pkg/formatted/completion.go Do not exist 0.0%

@chmouel chmouel force-pushed the drop-cobra-fork-rework-completion branch from cf95e13 to e58d281 Compare December 17, 2020 10:14
@tekton-robot
Copy link
Contributor

The following is the coverage report on the affected files.
Say /test pull-tekton-cli-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/cmd/clustertask/delete.go 93.6% 93.5% -0.1
pkg/cmd/clustertask/describe.go 73.8% 73.3% -0.4
pkg/cmd/clustertask/start.go 80.3% 80.0% -0.3
pkg/cmd/clustertriggerbinding/delete.go 91.7% 91.4% -0.2
pkg/cmd/clustertriggerbinding/describe.go 85.3% 84.8% -0.4
pkg/cmd/completion/completion.go 10.5% 22.2% 11.7
pkg/cmd/condition/delete.go 91.7% 91.4% -0.2
pkg/cmd/condition/describe.go 85.3% 84.8% -0.4
pkg/cmd/eventlistener/delete.go 91.7% 91.4% -0.2
pkg/cmd/eventlistener/describe.go 86.5% 86.3% -0.2
pkg/cmd/eventlistener/logs.go 54.2% 53.2% -1.0
pkg/cmd/pipeline/delete.go 92.5% 92.3% -0.1
pkg/cmd/pipeline/describe.go 75.4% 75.0% -0.4
pkg/cmd/pipeline/logs.go 83.6% 83.3% -0.2
pkg/cmd/pipeline/start.go 66.9% 66.3% -0.6
pkg/cmd/pipelineresource/delete.go 91.7% 91.4% -0.2
pkg/cmd/pipelineresource/describe.go 60.7% 60.0% -0.7
pkg/cmd/pipelinerun/cancel.go 95.0% 94.7% -0.3
pkg/cmd/pipelinerun/delete.go 93.0% 92.9% -0.1
pkg/cmd/pipelinerun/describe.go 64.7% 64.0% -0.7
pkg/cmd/pipelinerun/logs.go 82.6% 82.2% -0.4
pkg/cmd/task/delete.go 92.6% 92.5% -0.1
pkg/cmd/task/describe.go 75.0% 74.6% -0.4
pkg/cmd/task/logs.go 72.5% 72.1% -0.4
pkg/cmd/task/start.go 81.4% 80.6% -0.7
pkg/cmd/taskrun/cancel.go 94.7% 94.4% -0.3
pkg/cmd/taskrun/delete.go 93.1% 93.0% -0.1
pkg/cmd/taskrun/describe.go 64.7% 64.0% -0.7
pkg/cmd/taskrun/logs.go 85.1% 84.8% -0.3
pkg/cmd/triggerbinding/delete.go 91.7% 91.4% -0.2
pkg/cmd/triggerbinding/describe.go 85.3% 84.8% -0.4
pkg/cmd/triggertemplate/delete.go 91.7% 91.4% -0.2
pkg/cmd/triggertemplate/describe.go 86.7% 86.4% -0.3
pkg/flags/flags.go 12.8% 7.0% -5.8
pkg/formatted/completion.go Do not exist 0.0%

@chmouel chmouel force-pushed the drop-cobra-fork-rework-completion branch from e58d281 to 706a1b6 Compare December 17, 2020 10:26
Adapted the completion we had previously to the new completion system from
cobra 1.0.

I started to use the client-go directly but since there is no caching, the
<Tab><Tab> is unusably slow. So using the kuebctl binrary directly instead (I
can't use tkn since caching is not there as well) to get the completions.

This is how we were doing it previously (using kubectl or tkn) and completions
should be much faster.

We are winning support for other shells (powershell, fish) along the way an d
not having an outdated fork in tree.

Signed-off-by: Chmouel Boudjnah <[email protected]>
@chmouel chmouel force-pushed the drop-cobra-fork-rework-completion branch from 706a1b6 to 937ac94 Compare December 17, 2020 10:28
@tekton-robot
Copy link
Contributor

The following is the coverage report on the affected files.
Say /test pull-tekton-cli-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/cmd/clustertask/delete.go 93.6% 93.5% -0.1
pkg/cmd/clustertask/describe.go 73.8% 73.3% -0.4
pkg/cmd/clustertask/start.go 80.3% 80.0% -0.3
pkg/cmd/clustertriggerbinding/delete.go 91.7% 91.4% -0.2
pkg/cmd/clustertriggerbinding/describe.go 85.3% 84.8% -0.4
pkg/cmd/completion/completion.go 10.5% 22.2% 11.7
pkg/cmd/condition/delete.go 91.7% 91.4% -0.2
pkg/cmd/condition/describe.go 85.3% 84.8% -0.4
pkg/cmd/eventlistener/delete.go 91.7% 91.4% -0.2
pkg/cmd/eventlistener/describe.go 86.5% 86.3% -0.2
pkg/cmd/eventlistener/logs.go 54.2% 53.2% -1.0
pkg/cmd/pipeline/delete.go 92.5% 92.3% -0.1
pkg/cmd/pipeline/describe.go 75.4% 75.0% -0.4
pkg/cmd/pipeline/logs.go 83.6% 83.3% -0.2
pkg/cmd/pipeline/start.go 66.9% 66.3% -0.6
pkg/cmd/pipelineresource/delete.go 91.7% 91.4% -0.2
pkg/cmd/pipelineresource/describe.go 60.7% 60.0% -0.7
pkg/cmd/pipelinerun/cancel.go 95.0% 94.7% -0.3
pkg/cmd/pipelinerun/delete.go 93.0% 92.9% -0.1
pkg/cmd/pipelinerun/describe.go 64.7% 64.0% -0.7
pkg/cmd/pipelinerun/logs.go 82.6% 82.2% -0.4
pkg/cmd/task/delete.go 92.6% 92.5% -0.1
pkg/cmd/task/describe.go 75.0% 74.6% -0.4
pkg/cmd/task/logs.go 72.5% 72.1% -0.4
pkg/cmd/task/start.go 81.4% 80.6% -0.7
pkg/cmd/taskrun/cancel.go 94.7% 94.4% -0.3
pkg/cmd/taskrun/delete.go 93.1% 93.0% -0.1
pkg/cmd/taskrun/describe.go 64.7% 64.0% -0.7
pkg/cmd/taskrun/logs.go 85.1% 84.8% -0.3
pkg/cmd/triggerbinding/delete.go 91.7% 91.4% -0.2
pkg/cmd/triggerbinding/describe.go 85.3% 84.8% -0.4
pkg/cmd/triggertemplate/delete.go 91.7% 91.4% -0.2
pkg/cmd/triggertemplate/describe.go 86.7% 86.4% -0.3
pkg/flags/flags.go 12.8% 7.0% -5.8
pkg/formatted/completion.go Do not exist 0.0%

@tekton-robot
Copy link
Contributor

The following is the coverage report on the affected files.
Say /test pull-tekton-cli-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/cmd/clustertask/delete.go 93.6% 93.5% -0.1
pkg/cmd/clustertask/describe.go 73.8% 73.3% -0.4
pkg/cmd/clustertask/start.go 80.3% 80.0% -0.3
pkg/cmd/clustertriggerbinding/delete.go 91.7% 91.4% -0.2
pkg/cmd/clustertriggerbinding/describe.go 85.3% 84.8% -0.4
pkg/cmd/completion/completion.go 10.5% 22.2% 11.7
pkg/cmd/condition/delete.go 91.7% 91.4% -0.2
pkg/cmd/condition/describe.go 85.3% 84.8% -0.4
pkg/cmd/eventlistener/delete.go 91.7% 91.4% -0.2
pkg/cmd/eventlistener/describe.go 86.5% 86.3% -0.2
pkg/cmd/eventlistener/logs.go 54.2% 53.2% -1.0
pkg/cmd/pipeline/delete.go 92.5% 92.3% -0.1
pkg/cmd/pipeline/describe.go 75.4% 75.0% -0.4
pkg/cmd/pipeline/logs.go 83.6% 83.3% -0.2
pkg/cmd/pipeline/start.go 66.9% 66.3% -0.6
pkg/cmd/pipelineresource/delete.go 91.7% 91.4% -0.2
pkg/cmd/pipelineresource/describe.go 60.7% 60.0% -0.7
pkg/cmd/pipelinerun/cancel.go 95.0% 94.7% -0.3
pkg/cmd/pipelinerun/delete.go 93.0% 92.9% -0.1
pkg/cmd/pipelinerun/describe.go 64.7% 64.0% -0.7
pkg/cmd/pipelinerun/logs.go 82.6% 82.2% -0.4
pkg/cmd/task/delete.go 92.6% 92.5% -0.1
pkg/cmd/task/describe.go 75.0% 74.6% -0.4
pkg/cmd/task/logs.go 72.5% 72.1% -0.4
pkg/cmd/task/start.go 81.4% 80.6% -0.7
pkg/cmd/taskrun/cancel.go 94.7% 94.4% -0.3
pkg/cmd/taskrun/delete.go 93.1% 93.0% -0.1
pkg/cmd/taskrun/describe.go 64.7% 64.0% -0.7
pkg/cmd/taskrun/logs.go 85.1% 84.8% -0.3
pkg/cmd/triggerbinding/delete.go 91.7% 91.4% -0.2
pkg/cmd/triggerbinding/describe.go 85.3% 84.8% -0.4
pkg/cmd/triggertemplate/delete.go 91.7% 91.4% -0.2
pkg/cmd/triggertemplate/describe.go 86.7% 86.4% -0.3
pkg/flags/flags.go 12.8% 7.0% -5.8
pkg/formatted/completion.go Do not exist 0.0%

@chmouel
Copy link
Member Author

chmouel commented Dec 21, 2020

@piyush-garg
Copy link
Contributor

/approve

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 21, 2020
Copy link
Contributor

@pradeepitm12 pradeepitm12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Dec 23, 2020
@tekton-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: piyush-garg, pradeepitm12

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:
  • OWNERS [piyush-garg,pradeepitm12]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot merged commit b41bcfb into tektoncd:master Dec 23, 2020
@chmouel chmouel deleted the drop-cobra-fork-rework-completion branch December 23, 2020 09:34
piyush-garg added a commit that referenced this pull request Feb 9, 2021
#1274 | [Chmouel Boudjnah] Update README to 0.15.0 | 2020/12/17-12:06
#1271 | [Chmouel Boudjnah] Use python3 binary instead of python or we won't find it | 2020/12/17-12:34
#1149 | [Veeresh Aradhya] Fixing clustertask e2e tests | 2020/12/19-07:32
#1149 | [Veeresh Aradhya] Addressing review comments | 2020/12/19-07:32
#1149 | [Veeresh Aradhya] Rebasing and updating code | 2020/12/19-07:32
#1272 | [Chmouel Boudjnah] Debian package: Do not use tkn version as a check | 2020/12/20-03:17
#1276 | [Piyush Garg] Refactor e2e scripts and fix tests | 2020/12/21-15:00
#1268 | [Chmouel Boudjnah] Drop chmouels fork and use latest cobra upstream | 2020/12/23-08:11
#1268 | [Chmouel Boudjnah] Add new completions based on new upstream completion system | 2020/12/23-08:11
#1277 | [Daniel Helfand] fix tkn version with no kubeconfig | 2021/01/05-09:29
null | [Dan Chao] Add support for showing logs for retried taskruns | 2021/01/14-05:19
null | [vinamra28] Support --clustertask Option for tkn tr delete | 2021/01/15-05:43
null | [Rupali] `tkn completion` command will bail out if something else is passed apart from expected args Modified unit test as required | 2021/01/21-17:33
null | [Chmouel Boudjnah] Add information to the README about homebrew on linux | 2021/02/02-14:41
null | [vinamra28] Update TaskRun Tests from Test Builders to Structs | 2021/02/04-12:24
null | [vinamra28] Fix eventlistener manifests as per latest triggers | 2021/02/04-12:24
null | [vinamra28] Update Task Tests from Test Builders to Structs | 2021/02/04-13:36
null | [Piyush Garg] Bump pipeline dep to v0.20.1 | 2021/02/05-06:04
null | [Piyush Garg] Update trigger dep to v0.11.2 | 2021/02/08-09:06

Signed-off-by: Piyush Garg <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants