-
Notifications
You must be signed in to change notification settings - Fork 7
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
Set up plugin boilerplate & placeholder pages #3
Conversation
Signed-off-by: Tyler Ohlsen <[email protected]>
Signed-off-by: Tyler Ohlsen <[email protected]>
Signed-off-by: Tyler Ohlsen <[email protected]>
"plugin-helpers": "../../scripts/use_node ../../scripts/plugin_helpers", | ||
"osd": "../../scripts/use_node ../../scripts/osd", | ||
"opensearch": "node ../../scripts/opensearch", | ||
"lint": "node ../../scripts/eslint .", |
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.
Why do some of these use use_node
and others don't?
Also, plugins should also have a lint:style
script, that calls ../../scripts/use_node ../../scripts/stylelint
(which should be part of the CI workflow, along with lint:es
)
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.
I'll clean up the use_node
vs. node
differences, I referenced some of this from different existing plugins.
Thanks for the suggestions on the lint scripts - I'll work on that + adding a github workflow for them
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.
@BSFishy I've updated and added a lint script in latest commit. For some reason there is an issue with that commit showing up as part of this PR, checking on if that is a newly-public-repo config that needs updated or related to the list of incidents that've happened today
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.
I'm very new to reviewing frontend PRs. Feel free to ignore my comment if not relevant.
Also, getting permission denied while viewing the screen capture.
Weird, it was working originally but now I'm seeing the same permission denied. Just re-uploaded and it's available again |
@BSFishy I believe the issue is that my forked repo was forked before the repo was public. It is not showing as an existing fork on the repo now. I will have a follow up PR with the added commits in my new forked repo |
Signed-off-by: Tyler Ohlsen <[email protected]> (cherry picked from commit eab9065)
Signed-off-by: Tyler Ohlsen <[email protected]> (cherry picked from commit eab9065) Co-authored-by: Tyler Ohlsen <[email protected]>
Description
What it looks like:
screen-capture (10).webm
Issues Resolved
Check List
--signoff
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.