-
Notifications
You must be signed in to change notification settings - Fork 22
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
Modify bash script and action variables #61
Conversation
Signed-off-by: Aadhitya A <[email protected]>
Signed-off-by: Aadhitya A <[email protected]>
Signed-off-by: Aadhitya A <[email protected]>
Yeah, |
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.
Thanks for fixing it.
Signed-off-by: Aadhitya A <[email protected]>
Signed-off-by: Aadhitya A <[email protected]>
@alphaX86 Is it ok for review? |
Yes @gyohuangxin ready for review. // @hershd23 |
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
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 comments. Otherwise LGTM
Also got to learn something cool. The entire file A great thread for anyone who wants to know more :- https://stackoverflow.com/questions/37344280/git-diff-is-showing-full-file-has-changed-for-a-single-line-change-but-only-for In the same vein @leecalcote do we enforce a certain type of line endings? Have seen some orgs being particular about it |
I'm adding MeshMate @Nikhil-Ladha and maintainer @hexxdump, who might speak to how we do linting and code conventions differently depending about the project. |
Hmm....what type did you change to in this PR? |
So in short, you want me to revert the whole change in |
Signed-off-by: Aadhitya A <[email protected]>
Wait... reverting changes now... |
This reverts commit b733aaa. Signed-off-by: Aadhitya A <[email protected]>
Signed-off-by: Aadhitya A <[email protected]>
Signed-off-by: Aadhitya A <[email protected]>
Phew... I found a way to change line endings in Windows... almost it cost me up to change endings of whole repo... I reverted it so no issues. But it cost me a DCO check fail now... even though I sign-off the commit |
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
Umm... @leecalcote are we good to go? |
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
@alphaX86 Can you resolve the DCO issue? |
If I resolve dco issue, it'd result in opening a new PR. Is it OK |
@alphaX86 OK, I merged it. Let's see if it works. |
Let's hope ✌️ |
@alphaX86 Some performance tests still failed, https://github.com/layer5io/meshery-smp-action/runs/8062696783?check_suite_focus=true. Can you check if your changes worked? |
Signed-off-by: Aadhitya A [email protected]
Description
This PR fixes #60 (auth issues alone)
Notes for Reviewers
Signed commits