fix(MULTIPLE-API-CALLS) merge multiple upload-api calls into one#249
Open
dushimsam wants to merge 1 commit intofossology:mainfrom
Open
fix(MULTIPLE-API-CALLS) merge multiple upload-api calls into one#249dushimsam wants to merge 1 commit intofossology:mainfrom
dushimsam wants to merge 1 commit intofossology:mainfrom
Conversation
Shruti3004
requested changes
Aug 11, 2022
|
|
||
| // Helper function for error handling | ||
| import { handleError } from "shared/helper"; | ||
| import messages from "../../../constants/messages"; |
Collaborator
There was a problem hiding this comment.
Can directly be imported like:
import messages from "constants/messages";
Collaborator
|
@dushimsam can you also fix test cases |
Contributor
Author
|
ok , I'm on it. |
9c5c27b to
3e1f574
Compare
Contributor
Author
|
tested and working perfectly. |
Signed-off-by: dushimsam <dushsam@gmail.com>
3e1f574 to
cb840f6
Compare
|
This pull request has conflicts, please rebase to resolve those before we can evaluate the pull request. |
tiyasakundu
pushed a commit
to tiyasakundu/FOSSologyUI
that referenced
this pull request
Aug 28, 2025
Docs(meeting notes) update documentation of week-09 meeting.
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.
Signed-off-by: dushimsam dushsam100@gmail.com
Description
Merge the create upload API and create job API into one API request.
Changes
How to test
How to test
1. Upload Request
Fill up the input details on Vcs Upload Page for the upload click the upload button
hence the request should look as follows.
2. Response
You should see this response object with the ID of the corresponding job in the message.
Related issue
closes : Shruti3004/FOSSology-REST-API#2 ,#260
cc: @shaheemazmalmmd @GMishx