-
Notifications
You must be signed in to change notification settings - Fork 471
feat(api): Get details of all obligations #2565
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
Merged
GMishx
merged 2 commits into
fossology:master
from
soham4abc:api/obligation/get/all_files
Oct 3, 2023
Merged
feat(api): Get details of all obligations #2565
GMishx
merged 2 commits into
fossology:master
from
soham4abc:api/obligation/get/all_files
Oct 3, 2023
Conversation
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
9d10466
to
9e3299c
Compare
9152ee6
to
10f7896
Compare
86f379d
to
f11ccd8
Compare
f11ccd8
to
3443da1
Compare
This pull request has conflicts, please rebase with master to resolve those before we can evaluate the pull request. |
21798d7
to
68aa349
Compare
GMishx
approved these changes
Oct 3, 2023
Signed-off-by: Gaurav Mishra <mishra.gaurav@siemens.com>
68aa349
to
0eb9284
Compare
GMishx
added a commit
to siemens/fossology
that referenced
this pull request
Oct 6, 2023
Update API version after merge of: fossology#2551 fossology#2552 fossology#2553 fossology#2555 fossology#2562 fossology#2564 fossology#2565 fossology#2563 fossology#2568 fossology#2574 Signed-off-by: Gaurav Mishra <mishra.gaurav@siemens.com>
Ibrahim-Muhammad13
pushed a commit
to Ibrahim-Muhammad13/fossology
that referenced
this pull request
Feb 20, 2024
Update API version after merge of: fossology#2551 fossology#2552 fossology#2553 fossology#2555 fossology#2562 fossology#2564 fossology#2565 fossology#2563 fossology#2568 fossology#2574 Signed-off-by: Gaurav Mishra <mishra.gaurav@siemens.com>
valens200
pushed a commit
to valens200/fossology
that referenced
this pull request
Aug 20, 2024
Update API version after merge of: fossology#2551 fossology#2552 fossology#2553 fossology#2555 fossology#2562 fossology#2564 fossology#2565 fossology#2563 fossology#2568 fossology#2574 Signed-off-by: Gaurav Mishra <mishra.gaurav@siemens.com>
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.
Description
API endpoint to get all the Obligation details
How to test
Send a
GET
Request to/obligations/all
endpoint.Screenshots
@GMishx @shaheemazmalmmd @avinal