Skip to content

Conversation

shaheemazmalmmd
Copy link
Member

@shaheemazmalmmd shaheemazmalmmd commented May 22, 2019

Description

Implement ignore files with no info in SPDX reports (see #1161)

How to test

  1. Activate "ignore files with no info in SPDX" in info page and launch an export SPDX.
  2. Verify only files with info are in SPDX export.

closes #1161

refofNewReportInfoPage

@ag4ums
Copy link
Contributor

ag4ums commented May 30, 2019

as discussed in PR #1349
Need a separate page for displaying report info,
a new field in report_info table to store spdx report specific values,

@shaheemazmalmmd shaheemazmalmmd force-pushed the contrib/featIgnoreFilesWithNoInfoInSPDXReports branch from 03879b8 to 122f770 Compare May 31, 2019 07:25
@mcjaeger mcjaeger added this to the 3.6.0 milestone May 31, 2019
@shaheemazmalmmd shaheemazmalmmd force-pushed the contrib/featIgnoreFilesWithNoInfoInSPDXReports branch 2 times, most recently from d2ad0a8 to 49c7f10 Compare May 31, 2019 13:29
@ag4ums
Copy link
Contributor

ag4ums commented Jun 3, 2019

@shaheemazmalmmd please fix the CI failing due to code alignment

@shaheemazmalmmd shaheemazmalmmd force-pushed the contrib/featIgnoreFilesWithNoInfoInSPDXReports branch from 49c7f10 to a98b416 Compare June 10, 2019 06:53
@shaheemazmalmmd
Copy link
Member Author

@ag4ums : test cases corrected, Please check now.

@ag4ums
Copy link
Contributor

ag4ums commented Jun 10, 2019

Found that files with all NOASSERTION result are still appearing in the report.

@shaheemazmalmmd shaheemazmalmmd force-pushed the contrib/featIgnoreFilesWithNoInfoInSPDXReports branch from a98b416 to bcd8ccc Compare June 11, 2019 10:43
shift the report info to new conf page

Signed-off-by: Shaheem Azmal M MD <[email protected]>
@shaheemazmalmmd shaheemazmalmmd force-pushed the contrib/featIgnoreFilesWithNoInfoInSPDXReports branch from bcd8ccc to 453da1f Compare June 12, 2019 11:28
@shaheemazmalmmd
Copy link
Member Author

@ag4ums : fixed the issue with NOASSERTION please check

return "<h2>$text</h2>";
}

$rc = $this->UpdateUploadProperties($upload_pk, $NewName, $NewDesc);
Copy link
Contributor

Choose a reason for hiding this comment

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

seems this line is removed : $rc = $this->UpdateUploadProperties($upload_pk, $NewName, $NewDesc);
buy why?

Copy link
Contributor

@ag4ums ag4ums left a comment

Choose a reason for hiding this comment

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

code looks good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ignore files with no info in SPDX reports

5 participants