-
Notifications
You must be signed in to change notification settings - Fork 98
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
feat(rest): create new enpoint to upload component csv file. #2308
base: main
Are you sure you want to change the base?
Conversation
72b21fd
to
c7b3480
Compare
c7b3480
to
907be4f
Compare
907be4f
to
159a984
Compare
@nikkuma7 please rebase with latest main |
159a984
to
1addd63
Compare
Done. Rebase with latest main. |
1addd63
to
7df0f94
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor change needed.
...c/main/java/org/eclipse/sw360/rest/resourceserver/importexport/Sw360ImportExportService.java
Outdated
Show resolved
Hide resolved
...c/main/java/org/eclipse/sw360/rest/resourceserver/importexport/Sw360ImportExportService.java
Outdated
Show resolved
Hide resolved
7df0f94
to
76bef86
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes looks good. Please rebase once @nikkuma7
@rudra-superrr please help with testing this PR. |
76bef86
to
ae9010e
Compare
Signed-off-by: Nikesh kumar <[email protected]>
ae9010e
to
57cf12e
Compare
Docs are still broken. |
Closes #2307
Suggest Reviewer
How To Test?
1: Login with admin access
2: Go to admin tab and check in ImportExport subtab.
3: upload componetFile/releaseFile/componentAttachment file and file type will be .csv
URL: http://localhost:8080/resource/api/importExport/componentAttachment
URL: http://localhost:8080/resource/api/importExport/uploadRelease
URL: http://localhost:8080/resource/api/importExport/uploadComponent
Checklist
Must: