feat(resourceserver): add FOSSology status endpoint for release#4051
Open
Sandipmandal25 wants to merge 1 commit intoeclipse-sw360:mainfrom
Open
feat(resourceserver): add FOSSology status endpoint for release#4051Sandipmandal25 wants to merge 1 commit intoeclipse-sw360:mainfrom
Sandipmandal25 wants to merge 1 commit intoeclipse-sw360:mainfrom
Conversation
Contributor
Author
|
Keeping this in draft for now. will do a final pass on dto usage and edge cases before marking it ready. |
5c51317 to
d796ddc
Compare
Signed-off-by: Sandip Mandal <[email protected]>
d796ddc to
181d59b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue: #4050
Adds a new endpoint
GET /releases/{id}/fossologyto return FOSSology processing info for a release. The existingcheckFossologyProcessStatusendpoint returns a generic response and does not clearly show each step. This endpoint provides a clear view of the workflow with upload, scan and report status.The data is read from
ExternalToolProcessalready stored in SW360. No live FOSSology API calls are made.How To Test?
GET /releases/{id}/fossologyuploadId, sourceAttachmentId and availableReportFormats (after scan is done)
No new tests added since this only reads existing data.
Suggest Reviewer
@GMishx
@deo002
Checklist
Must: