Skip to content
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) : Search for vendors added #2934

Merged
merged 1 commit into from
Mar 3, 2025

Conversation

keerthi-bl
Copy link
Contributor

@keerthi-bl keerthi-bl commented Feb 26, 2025

Please provide a summary of your changes here.

  • Which issue is this pull request belonging to and how is it solving it? (Refer to issue here)
  • Did you add or update any new dependencies that are required for your change?

Issue: Closes : #2802

How To Test?

  1. Get list of releases for edit : (RE-USE existing endpoint)
    URL : http://localhost:8080/resource/api/releases : GET

  2. Update release : (RE-USE existing endpoint)
    URL : http://localhost:8080/resource/api/releases/1bb5055fdabb42e78f9bd81710a6e74d request : PATCH
    Body :

{
"cpeid": "12343",
"name": "comp234",
"version": "1.123",
"vendorId":"0d89c869b552a5519d5be82109000c9c"
}

  1. Get list of vendor : [Minor changes in existing end point]
    http://localhost:8080/resource/api/vendors?searchText="test"

Checklist

Must:

  • All related issues are referenced in commit messages and in PR

@GMishx GMishx added needs code review needs general test This is general testing, meaning that there is no org specific issue to check for WIP work in progress labels Feb 27, 2025
@keerthi-bl keerthi-bl force-pushed the feat/restBulkReleaseEdit branch 6 times, most recently from f900b99 to 114b276 Compare March 3, 2025 08:53
GMishx
GMishx previously approved these changes Mar 3, 2025
Copy link
Member

@GMishx GMishx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes looks good.

@GMishx GMishx removed needs code review WIP work in progress labels Mar 3, 2025
@keerthi-bl keerthi-bl force-pushed the feat/restBulkReleaseEdit branch from 114b276 to e6b3a94 Compare March 3, 2025 09:21
@GMishx GMishx changed the title feat(rest) : Rest end points for BulkReleaseEdit feat(rest) : Search for vendors added Mar 3, 2025
Copy link
Member

@GMishx GMishx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested, working as expected.

@GMishx GMishx merged commit 927da5a into eclipse-sw360:main Mar 3, 2025
3 checks passed
@GMishx GMishx deleted the feat/restBulkReleaseEdit branch March 3, 2025 12:51
This was referenced Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs general test This is general testing, meaning that there is no org specific issue to check for
Projects
None yet
Development

Successfully merging this pull request may close these issues.

All endpoints needed (N)
2 participants