-
Notifications
You must be signed in to change notification settings - Fork 667
Initial PR for ceph plugin package #1709
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
Initial PR for ceph plugin package #1709
Conversation
fc5f7d1 to
7ffebc4
Compare
|
/approve |
|
/lgtm |
|
@rawagner: changing LGTM is restricted to assignees, and only openshift/console repo collaborators may be assigned issues. DetailsIn 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. |
vojtechszocs
left a comment
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.
Just a couple of minor comments, looks good overall.
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.
Nit-pick: should be Kubernetes (not kubernetes) and without trailing space.
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.
@vojtechszocs done
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.
Unless you need to declare React components in your plugin's entry module, I'd use .ts instead of .tsx.
It's a good practice to put all of your React components into separate modules (i.e. under src/components) and import & use them in the plugin entry module. This helps to keep your plugin entry small and clean.
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.
Nit-pick: every source should have one trailing newline.
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.
@vojtechszocs done
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.
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.
Ack! Will keep an eye on these PR's once merged will update them to use lodash. Thanks
7ffebc4 to
f899380
Compare
|
@vojtechszocs made the required change, please have a look. |
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.
Please use lodash instead, see packages/.eslintrc.js.
f899380 to
64133a4
Compare
|
@vojtechszocs Updated the PR 👍 |
|
@vojtechszocs @spadgett please have a look. Updated the PR. |
|
Thanks @cloudbehl the PR looks good to me. |
spadgett
left a comment
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: cloudbehl, rawagner, spadgett, vojtechszocs The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
Initial structure PR for Ceph Plugin package.
fyi: @rawagner