Skip to content
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

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

m-rudyk
Copy link
Collaborator

@m-rudyk m-rudyk commented Sep 12, 2023

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.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Code cleanup/refactoring
  • Documentation update
  • This change requires a documentation update
  • CI system update
  • Test Coverage update

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:

  • Java: v11
  • LPVS Release: v1.x.x

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@m-rudyk m-rudyk self-assigned this Sep 12, 2023
@m-rudyk m-rudyk force-pushed the m.rudyk/fix_absent_comment branch from 57ff5ec to 5740a31 Compare September 12, 2023 19:10
@m-rudyk
Copy link
Collaborator Author

m-rudyk commented Sep 12, 2023

Issue occured due to parser transform licenses=[] into "licenses" : [""] (instead of "licenses" : []).
Successfull PR comment left here

Comment on lines +255 to +259
if (null != webhookConfig.getHubLink()) {
commitCommentBuilder.append("(");
commitCommentBuilder.append(webhookConfig.getHubLink());
commitCommentBuilder.append(")");
}
Copy link
Member

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.

Copy link
Collaborator

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.

Copy link
Collaborator Author

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.

@m-rudyk m-rudyk marked this pull request as ready for review September 14, 2023 07:04
Copy link
Collaborator

@o-kopysov o-kopysov left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@tiokim tiokim left a comment

Choose a reason for hiding this comment

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

LGTM

@tiokim tiokim merged commit d7d8009 into Samsung:main Sep 14, 2023
5 checks passed
quswjdgma83 added a commit to kyudori/LPVS that referenced this pull request Oct 16, 2023
…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]>
quswjdgma83 added a commit to quswjdgma83/LPVS that referenced this pull request Oct 16, 2023
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]>
quswjdgma83 added a commit to quswjdgma83/LPVS that referenced this pull request Oct 16, 2023
)

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]>
quswjdgma83 added a commit to quswjdgma83/LPVS that referenced this pull request Oct 16, 2023
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]>
o-kopysov pushed a commit that referenced this pull request Oct 17, 2023
* 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]>
@m-rudyk m-rudyk deleted the m.rudyk/fix_absent_comment branch February 13, 2024 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants