Skip to content

Commit

Permalink
fix(report): refactor /reports endpoint
Browse files Browse the repository at this point in the history
1. Refactor /reports endpoint to expose all hidden parameters.
2. Modify source bundle to use attachment usage to generate bundle.

Signed-off-by: Gaurav Mishra <mishra.gaurav@siemens.com>
  • Loading branch information
GMishx committed Dec 18, 2024
1 parent 20d02c9 commit aadf189
Show file tree
Hide file tree
Showing 6 changed files with 194 additions and 224 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,7 @@ public class SW360Constants {
public static final String COMPONENTS = "components";
public static final String PROJECTS = "projects";
public static final String LICENSES = "licenses";
public static final String REPORTS_URL = "/reports";
public static final String PROJECT_RELEASE_SPREADSHEET_WITH_ECCINFO = "projectReleaseSpreadSheetWithEcc";
public static final String CONTENT_TYPE = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet";

/**
* Hashmap containing the name field for each type.
Expand Down
Loading

0 comments on commit aadf189

Please sign in to comment.