-
Notifications
You must be signed in to change notification settings - Fork 94
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
back2source: Report on many d2d projects at once #1524
Comments
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
… (#1527) Signed-off-by: tdruez <[email protected]>
@pombredanne Current progress is ready to be tested:
-> be patient, it may take a while to build the report (loading screen will be added to prevent the user from clicking elsewhere). You may want to try on a smaller set a project in case of timeout, we will work on an async report generation next but I'd like feedback on the content of the XLSX first. |
…1524 Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
…1544) Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
* Add a report management command to generate XLSX reports #1524 Signed-off-by: tdruez <[email protected]> * Rename "todos" in "todo" in mapping for consistency #1524 Signed-off-by: tdruez <[email protected]> * Set the proper exclude for the report XLSX outputs #1524 Signed-off-by: tdruez <[email protected]> --------- Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
For re-usability: `get_xlsx_report` Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
* Use new tab for download and report action #1524 Signed-off-by: tdruez <[email protected]> * Refactor the XLSX report logic into a single function #1524 For re-usability: `get_xlsx_report` Signed-off-by: tdruez <[email protected]> * Add unit test for get_xlsx_report #1524 Signed-off-by: tdruez <[email protected]> * Rename the --sheet option to --model #1524 Signed-off-by: tdruez <[email protected]> * Add support for the XLSX report in REST API #1524 Signed-off-by: tdruez <[email protected]> --------- Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
@pombredanne The "Report" feature is now complete and ready for your review. For the following usage example, we'll assume you have run multiple d2d pipelines using the UIFrom the project list:
A new tab will open and once the report is created, the download will start. Note: It may take a while if too much data is selected to be included in the report. CLIDocumented at https://scancodeio.readthedocs.io/en/latest/command-line-interface.html#scanpipe-report-model-model
REST APIDocumented at https://scancodeio.readthedocs.io/en/latest/rest-api.html#xlsx-report
@pombredanne Let me know if that whole feature needs adjustments, otherwise you can close this issue. |
I would like to report on many projects at once.
Given a bunch of "map_deploy_to_devel" projects that share a tag or name pattern, I would like to create a consolidated report across all the projects that will list the issues and problem that need attention in the d2d runs of these projects.
The exact details are exactly these:
I would like to:
I would like this XLSX report would contain these columns:
resources/?status=requires-review
Later on we could refine that to look like this:
https://github.com/aboutcode-org/back2source-data/blob/main/d2d-summary.csv
but generic
The text was updated successfully, but these errors were encountered: