Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

WIP: Add debug tools #279

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

WIP: Add debug tools #279

wants to merge 5 commits into from

Conversation

sthaha
Copy link
Contributor

@sthaha sthaha commented Oct 3, 2018

No description provided.

Gopkg.lock Outdated
@@ -262,13 +323,32 @@
"pkg/util/validation/field",
"pkg/util/wait",
"pkg/watch",
"third_party/forked/golang/reflect"
"third_party/forked/golang/reflect",
Copy link
Member

Choose a reason for hiding this comment

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

Is , an automated change?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I will not check in the Gopkg.lock file. It isn't needed for this commit

@@ -70,6 +74,8 @@ tools.timestamp:
go get -u github.com/vbatts/git-validation/...
go get -u github.com/goadesign/goa/goagen
go get -u github.com/haya14busa/goverage
go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
Copy link
Contributor

Choose a reason for hiding this comment

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

Humm wanna use it somewhere?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, it works locally quite well with syntastic and vim

Copy link
Contributor Author

Choose a reason for hiding this comment

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

api.go

  type idler struct {                                                                                                                                                                                              
    userIdlers      *openshift.UserIdlerMap                                                                                                                                                                        
    clusterView     cluster.View                                                                                                                                                                                   
    openShiftClient client.OpenShiftClient                                                                                                                                                                         
✗   controller      openshift.Controller         // not used anywhere                                                                                                                                                                   
    tenantService   tenant.Service                                                                                                                                                                                 
  }                                                                                                                                                                                                                

Copy link
Contributor

Choose a reason for hiding this comment

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

yes right i mean in a makefile target like this for example :

https://github.com/fabric8-services/fabric8-build-service/blob/master/Makefile#L176

@alien-ike
Copy link

Ike Plugins (test-keeper)

Thank you @sthaha for this contribution!

It appears that no tests have been added or updated in this PR.

Automated tests give us confidence in shipping reliable software. Please add some as part of this change.

If you are an admin or the reviewer of this PR and you are sure that no test is needed then you can use the command /ok-without-tests as a comment to make the status green.

For more information please head over to official documentation. You can find there how to configure the plugin.

@hrishin hrishin added this to the L milestone Dec 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants