feat: Implement feature to list all employees from a project (SCRUM-46) #36

Merged
ptran merged 4 commits from feature/get-employees-from-project into main 2024-10-23 10:19:33 +00:00
Collaborator
No description provided.
ptran added 3 commits 2024-10-23 10:11:47 +00:00
RenaimngÄ#
Some checks failed
Quality Check / Tests (pull_request) Successful in 1m7s
Build PR / Build and analyze (pull_request) Successful in 1m44s
gitea-sonarqube-bot ERROR
Quality Check / Checkstyle Main (pull_request) Successful in 37s
5ec316473b
ptran changed title from feat: Implement feature to list all employees from a project to feat: Implement feature to list all employees from a project (SCRUM-46) 2024-10-23 10:13:12 +00:00
Owner

Quality Gate:

Metric Current
Code Smells 1
Bugs 0
Vulnerabilities 0

See SonarQube for details.


  • If you want the bot to check again, post /sq-bot review
**Quality Gate**: :x: | Metric | Current | | -------- | -------- | | Code Smells | 1 | | Bugs | 0 | | Vulnerabilities | 0 | See <a href="https://sonarqube.kjan.de/dashboard?id=LF8&pullRequest=36" target="_blank" rel="nofollow">SonarQube</a> for details. --- - If you want the bot to check again, post `/sq-bot review`
jank requested changes 2024-10-23 10:14:21 +00:00
Dismissed
@ -31,3 +31,3 @@
public ResponseEntity<ErrorDetails> handleAllOtherExceptions(Exception ex, WebRequest request) {
ErrorDetails errorDetails = new ErrorDetails(new Date(), ex.getClass() + " " + ex.getMessage(), request.getDescription(false));
System.out.println(ex);
Owner

remove this

remove this
ptran marked this conversation as resolved
ptran added 1 commit 2024-10-23 10:14:26 +00:00
Remove debugging statement
All checks were successful
Quality Check / Tests (pull_request) Successful in 1m8s
Quality Check / Checkstyle Main (pull_request) Successful in 38s
Build PR / Build and analyze (pull_request) Successful in 1m50s
gitea-sonarqube-bot OK
a3c48852db
ptran force-pushed feature/get-employees-from-project from a3c48852db to c10c50190b 2024-10-23 10:15:07 +00:00 Compare
Owner

Quality Gate:

Metric Current
Bugs 0
Code Smells 0
Vulnerabilities 0

See SonarQube for details.


  • If you want the bot to check again, post /sq-bot review
**Quality Gate**: :white_check_mark: | Metric | Current | | -------- | -------- | | Bugs | 0 | | Code Smells | 0 | | Vulnerabilities | 0 | See <a href="https://sonarqube.kjan.de/dashboard?id=LF8&pullRequest=36" target="_blank" rel="nofollow">SonarQube</a> for details. --- - If you want the bot to check again, post `/sq-bot review`
Owner

Quality Gate:

Metric Current
Code Smells 0
Bugs 0
Vulnerabilities 0

See SonarQube for details.


  • If you want the bot to check again, post /sq-bot review
**Quality Gate**: :white_check_mark: | Metric | Current | | -------- | -------- | | Code Smells | 0 | | Bugs | 0 | | Vulnerabilities | 0 | See <a href="https://sonarqube.kjan.de/dashboard?id=LF8&pullRequest=36" target="_blank" rel="nofollow">SonarQube</a> for details. --- - If you want the bot to check again, post `/sq-bot review`
ptran scheduled this pull request to auto merge when all checks succeed 2024-10-23 10:18:57 +00:00
jank approved these changes 2024-10-23 10:19:31 +00:00
ptran merged commit 202805e3dd into main 2024-10-23 10:19:33 +00:00
jank deleted branch feature/get-employees-from-project 2024-10-23 10:22:10 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: jank/LF8#36
No description provided.