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

Reorganise cli E2E folder structure #1044

Merged
merged 1 commit into from
Jul 24, 2020
Merged

Conversation

praveen4g0
Copy link

@praveen4g0 praveen4g0 commented Jul 3, 2020

Changes

  • No changes to code

  • Restructured/Reorganise folders for better readability.

  • Remove unused code

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

See the contribution guide
for more details.

Release Notes

release-note

@tekton-robot tekton-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Jul 3, 2020
@praveen4g0 praveen4g0 changed the title Restructure cli framework Restructure cli E2E framework Jul 3, 2020
@praveen4g0 praveen4g0 changed the title Restructure cli E2E framework [WIP] Restructure cli E2E framework Jul 3, 2020
@tekton-robot tekton-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jul 3, 2020
@praveen4g0
Copy link
Author

/test pull-tekton-cli-integration-tests-0_10

@praveen4g0 praveen4g0 changed the title [WIP] Restructure cli E2E framework Restructure cli E2E framework Jul 3, 2020
@tekton-robot tekton-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jul 3, 2020
@praveen4g0 praveen4g0 changed the title Restructure cli E2E framework Reorganise cli E2E folder structure Jul 3, 2020
@praveen4g0
Copy link
Author

/assign @piyush-garg @pradeepitm12

@praveen4g0
Copy link
Author

praveen4g0 commented Jul 8, 2020

@danielhelfand I have organised E2E package structure, please do let me know if you feel we can organise it in better way.

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.

I am not sure about the name framework "github.com/tektoncd/cli/test/framework" otherwise,
/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Jul 9, 2020
@tekton-robot tekton-robot removed the lgtm Indicates that a PR is ready to be merged. label Jul 9, 2020
Copy link
Member

@vdemeester vdemeester left a comment

Choose a reason for hiding this comment

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

One nit that can be tackle later. I agree with @pradeepitm12 I am not sure about the framework package, but it's under the test and I don't have a better name so seems fine.

/lgtm
/cc @danielhelfand

test/assert/assert.go Outdated Show resolved Hide resolved
@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Jul 9, 2020
@tekton-robot tekton-robot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed lgtm Indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Jul 9, 2020
@vdemeester
Copy link
Member

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Jul 9, 2020
@praveen4g0
Copy link
Author

/test pull-tekton-cli-build-tests

@vdemeester
Copy link
Member

/retest

1 similar comment
@vdemeester
Copy link
Member

/retest

@tekton-robot tekton-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 20, 2020
@tekton-robot
Copy link
Contributor

@praveen4g0: PR needs rebase.

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.

@praveen4g0
Copy link
Author

@pradeepitm12 @vdemeester can we merge this ?

@praveen4g0 praveen4g0 force-pushed the cli-e2e branch 2 times, most recently from b0304d8 to 018d62b Compare July 21, 2020 08:17
Copy link
Member

@vdemeester vdemeester left a comment

Choose a reason for hiding this comment

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

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Jul 21, 2020
@piyush-garg piyush-garg removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 21, 2020
@tekton-robot tekton-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 21, 2020
@tekton-robot
Copy link
Contributor

@praveen4g0: PR needs rebase.

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.

@tekton-robot tekton-robot removed the lgtm Indicates that a PR is ready to be merged. label Jul 24, 2020
Fix lint errors
@vdemeester
Copy link
Member

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Jul 24, 2020
@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 24, 2020
Copy link
Contributor

@piyush-garg piyush-garg 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
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: piyush-garg, 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:
  • OWNERS [piyush-garg,vdemeester]

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

@piyush-garg piyush-garg removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 24, 2020
@tekton-robot tekton-robot merged commit e89013c into tektoncd:master Jul 24, 2020
@praveen4g0 praveen4g0 deleted the cli-e2e branch July 27, 2020 05:37
danielhelfand added a commit that referenced this pull request Aug 27, 2020
#1084 | [Pradeep Kumar] update version in readme | 2020/07/24-16:56
#1044 | [pthangad] Organize e2e | 2020/07/24-21:25
#1076 | [chetan-rns] Display results in task/taskrun describe command | 2020/07/29-05:54
#1051 | [vinamra28] ClusterTask start interactive mode | 2020/07/30-15:51
#1101 | [Daniel Helfand] add new line for No ClusterTasks found output | 2020/08/04-11:02
#1105 | [vinamra28] Display Results in the output of ClusterTask describe command | 2020/08/05-21:43
#1088 | [Daniel Helfand] add ability to specify podtemplate for taskrun/pipelinerun | 2020/08/10-16:24
#1108 | [Daniel Helfand] add triggers installation for e2e tests | 2020/08/12-16:54
#1110 | [Divyansh42] Display results in the output of pipeline/pipelinerun describe command | 2020/08/12-22:29
#1110 | [Divyansh42] Modify e2e test for pipeline | 2020/08/12-22:29
null | [vinamra28] Add --use-param-defaults option for tkn clustertask start | 2020/08/17-14:46
null | [rudeigerc] Fix the display of 0 Value for Timeout with tkn tr/pr describe | 2020/08/17-15:08
null | [Daniel Helfand] add check for timeout status for pipelinerun and taskrun cancel | 2020/08/18-13:43
null | [Vincent Demeester] pkg/suggestions: print help and error out 🏢 | 2020/08/18-15:57
null | [Vincent Demeester] pkg/suggestions: no help on subcommand errors | 2020/08/18-17:27
null | [Pratik Jagrut] Add EventListener's AVAILABLE Status with tkn eventlistener list | 2020/08/18-19:31
null | [Piyush Garg] Bump pipeline dep to v0.15.2 | 2020/08/19-04:43
null | [Piyush Garg] Bump triggers dep to v0.7.0 | 2020/08/19-06:01
null | [Daniel Helfand] consistent error messaging for triggers commands | 2020/08/19-07:13
null | [rudeigerc] Throw error when deleting tr/pr with non-existing task/pipeline | 2020/08/19-07:32
null | [Daniel Helfand] copy over pipelinerun and taskrun spec for --last and use run options | 2020/08/24-06:46
null | [vinamra28] Display Workspaces in the output of ClusterTask describe command | 2020/08/25-15:02
null | [vinamra28] Display Workspaces in the output of Task describe command | 2020/08/25-15:02
null | [vinamra28] Display workspaces in the output of TaskRun describe command | 2020/08/25-15:02
null | [Piyush Garg] Refactor status formatting | 2020/08/25-17:04
null | [Divyansh42] Modify --use-param-defaults flag and add e2e test | 2020/08/26-05:23
null | [Piyush Garg] Refactor taskrun description | 2020/08/26-09:40
null | [vinamra28] Display Workspaces in the output of Pipeline describe command | 2020/08/26-11:15
null | [vinamra28] Display Workspaces in the output of PipelineRun describe command | 2020/08/26-11:15

Signed-off-by: Daniel Helfand <helfand.4@gmail.com>
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. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants