-
Notifications
You must be signed in to change notification settings - Fork 101
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 endpoint to delete ModerationRequests by id. #2363
feat(rest): create new endpoint to delete ModerationRequests by id. #2363
Conversation
96593e6
to
ab23de1
Compare
As discussed on call -> instead of deleting a single MR, input list of ModerationRequest Ids that needs to be deleted from user. |
2a26766
to
cae0564
Compare
@rudra-superrr, As per our discussion user can delete bulk moderation request based on Ids. And also deleting Approved MR as well. |
4d0c45e
to
b1c519b
Compare
726bf96
to
980dd4b
Compare
980dd4b
to
881b2db
Compare
comment addressed. |
45e31e4
to
3608a1e
Compare
beee117
to
e322aa1
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.
One minor change needed.
...a/org/eclipse/sw360/rest/resourceserver/moderationrequest/Sw360ModerationRequestService.java
Outdated
Show resolved
Hide resolved
@rudra-superrr please retest this branch. |
e322aa1
to
c3efcd4
Compare
...ava/org/eclipse/sw360/rest/resourceserver/moderationrequest/ModerationRequestController.java
Outdated
Show resolved
Hide resolved
...ava/org/eclipse/sw360/rest/resourceserver/moderationrequest/ModerationRequestController.java
Outdated
Show resolved
Hide resolved
...ava/org/eclipse/sw360/rest/resourceserver/moderationrequest/ModerationRequestController.java
Outdated
Show resolved
Hide resolved
...ava/org/eclipse/sw360/rest/resourceserver/moderationrequest/ModerationRequestController.java
Outdated
Show resolved
Hide resolved
...a/org/eclipse/sw360/rest/resourceserver/moderationrequest/Sw360ModerationRequestService.java
Outdated
Show resolved
Hide resolved
...a/org/eclipse/sw360/rest/resourceserver/moderationrequest/Sw360ModerationRequestService.java
Outdated
Show resolved
Hide resolved
...a/org/eclipse/sw360/rest/resourceserver/moderationrequest/Sw360ModerationRequestService.java
Outdated
Show resolved
Hide resolved
...a/org/eclipse/sw360/rest/resourceserver/moderationrequest/Sw360ModerationRequestService.java
Outdated
Show resolved
Hide resolved
...a/org/eclipse/sw360/rest/resourceserver/moderationrequest/Sw360ModerationRequestService.java
Outdated
Show resolved
Hide resolved
c3efcd4
to
5895279
Compare
5895279
to
9465ce0
Compare
@GMishx , Addressed comment. |
9465ce0
to
83f791c
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.
@rudra-superrr please retest this PR with new changes. |
83f791c
to
b55d772
Compare
Testing was successful. |
Signed-off-by: Nikesh kumar <[email protected]>
b55d772
to
6b7eeec
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.
Tested by @rudra-superrr
Issue: Closes: #2362
Suggest Reviewer
How To Test?
http://localhost:8080/resource/api/moderationrequest/delete/{id}
Checklist
Must: