This is the codeAbility Sharing Platform! Learn more about the
codeAbility Sharing Platform
.
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
codeAbility Sharing Platform
Manage
Activity
Members
Labels
Plan
Issues
43
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
development
sharing
codeAbility Sharing Platform
Commits
54ac5808
Commit
54ac5808
authored
1 year ago
by
Michael Breu
Committed by
Eduard Frankford
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Resolve "Candidates for Code Smells in Peer Reviews"
parent
bbffcd08
2 merge requests
!211
Merge new meta data indexing
,
!206
Resolve "Candidates for Code Smells in Peer Reviews"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/at/ac/uibk/gitsearch/web/rest/ReviewResource.java
+1
-0
1 addition, 0 deletions
...in/java/at/ac/uibk/gitsearch/web/rest/ReviewResource.java
with
1 addition
and
0 deletions
src/main/java/at/ac/uibk/gitsearch/web/rest/ReviewResource.java
+
1
−
0
View file @
54ac5808
...
...
@@ -125,6 +125,7 @@ public class ReviewResource {
* @return the {@link ResponseEntity} with status {@code 200 (OK)} and the list of reviews in body.
*/
@GetMapping
(
"/review"
)
@PreAuthorize
(
ADMIN_ROLE
)
public
ResponseEntity
<
List
<
ReviewDTO
>>
getAllReviews
(
ReviewCriteria
criteria
)
{
log
.
debug
(
"REST request to get Reviews by criteria: {}"
,
criteria
);
List
<
ReviewDTO
>
entityList
=
reviewQueryService
.
findByCriteria
(
criteria
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment