-
Notifications
You must be signed in to change notification settings - Fork 26
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
Fix missing comment on pull request #211
Conversation
57ff5ec
to
5740a31
Compare
Issue occured due to parser transform |
if (null != webhookConfig.getHubLink()) { | ||
commitCommentBuilder.append("("); | ||
commitCommentBuilder.append(webhookConfig.getHubLink()); | ||
commitCommentBuilder.append(")"); | ||
} |
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.
What about removing hubLink in LPVSQueue? I don't think that LPVS set and use the value.
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.
We prefer to keep this field in the table because it is used in the internal version of LPVS, and we want to use open source version internally.
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 pointing that out. You're absolutely right; we're not using it right now. However, after discussing it internally, we've decided to keep it as an option in case we need it in the future.
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.
LGTM
…ayed on the page(Samsung#211) Signed-off-by: ByunJeongHeum <[email protected]> Co-authored-by: Han Kyuhyun <[email protected]> Co-authored-by: June Saehwan <[email protected]> Co-authored-by: jongmin Lee <[email protected]>
Signed-off-by: ByunJeongHeum <[email protected]> Co-authored-by: Han Kyuhyun <[email protected]> Co-authored-by: June Saehwan <[email protected]> Co-authored-by: jongmin Lee <[email protected]>
) Signed-off-by: ByunJeongHeum <[email protected]> Co-authored-by: Han Kyuhyun <[email protected]> Co-authored-by: June Saehwan <[email protected]> Co-authored-by: jongmin Lee <[email protected]>
Signed-off-by: ByunJeongHeum <[email protected]> Co-authored-by: Han Kyuhyun <[email protected]> Co-authored-by: June Saehwan <[email protected]> Co-authored-by: jongmin Lee <[email protected]>
* style: History)style.css - Add style for dropdown(#211) Signed-off-by: ByunJeongHeum <[email protected]> Co-authored-by: Han Kyuhyun <[email protected]> Co-authored-by: June Saehwan <[email protected]> Co-authored-by: jongmin Lee <[email protected]> * feat: History.jsx - Add function for flexible amount of Scan(#211) Signed-off-by: ByunJeongHeum <[email protected]> Co-authored-by: Han Kyuhyun <[email protected]> Co-authored-by: June Saehwan <[email protected]> Co-authored-by: jongmin Lee <[email protected]> * style: History)style.css - Add style for dropdown(#211) Signed-off-by: ByunJeongHeum <[email protected]> Co-authored-by: Han Kyuhyun <[email protected]> Co-authored-by: June Saehwan <[email protected]> Co-authored-by: jongmin Lee <[email protected]> * edit minor bug Signed-off-by: ByunJeongHeum <[email protected]> Co-authored-by: Han Kyuhyun <[email protected]> Co-authored-by: June Saehwan <[email protected]> Co-authored-by: jongmin Lee <[email protected]> * Include review, Correct navigation bar errors. Signed-off-by: Han Kyuhyun <[email protected]> Co-authored-by: ByunJeongHeum <[email protected]> Co-authored-by: June Saehwan <[email protected]> Co-authored-by: jongmin Lee <[email protected]> * Include Review, Move DropBox. Signed-off-by: Han Kyuhyun <[email protected]> Co-authored-by: ByunJeongHeum <[email protected]> Co-authored-by: June Saehwan <[email protected]> Co-authored-by: jongmin Lee <[email protected]> * Remove unnessary svg File. Signed-off-by: Han Kyuhyun <[email protected]> Co-authored-by: ByunJeongHeum <[email protected]> Co-authored-by: June Saehwan <[email protected]> Co-authored-by: jongmin Lee <[email protected]> * Remove unnessary empty space. Signed-off-by: Han Kyuhyun <[email protected]> Co-authored-by: ByunJeongHeum <[email protected]> Co-authored-by: June Saehwan <[email protected]> Co-authored-by: jongmin Lee <[email protected]> --------- Signed-off-by: ByunJeongHeum <[email protected]> Signed-off-by: Han Kyuhyun <[email protected]> Co-authored-by: Han Kyuhyun <[email protected]> Co-authored-by: June Saehwan <[email protected]> Co-authored-by: jongmin Lee <[email protected]>
Description
Fix json parser in order to proceed with empty license array.
Removed "null" string at the end of comment message in case if no Hub Link in webhook request.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. Below is just an example and you can delete it when you contribute.
Test Configuration:
Checklist: