-
Notifications
You must be signed in to change notification settings - Fork 21
Trib 199 #149
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
Trib 199 #149
Conversation
-fixed compile errors and syntax errors
Added ResponseEntity to endpoint to adhere to mythical style guide
-Formatted response entities with correct status codes
modified api route to sent an object instead of a boolen response entity NotificationAPIController.java modified genericmessageDto to use a new service GenericMessageService.java -added interface for createMessageDTO GenericMessageServiceImpl.java -added function createMessageDTO NotificationService.java -removed interface for createMessageDTO NotificationServiceImpl.java -removed function createMessageDTO
…ooleen. pages affected: AttributesAPIController.java AuthAPIController.java NotificationAPIController.java PermissionsAPIController.java ProfileAPIController.java GenericMessageService.java GenericMessageServiceImpl.java
-added a bracket that was deleted and broke the code.
-Updated test to reflect new genericDTO with new service location
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.
Just a note for our future selves: This build is failing due to tests that need to be updated to reflect this PRs changes. Sebastian is on it.
@loretdemolas Is this PR still necessary? |
Fixed AttributesAPITest by including genericMessageDTO service to the test, Broke AuthAPITest and ConnectAPITest
-fixed imports and fixed unit test
-Fixed API test by using andExpect(jsonPath) instead of creating an object to compare it too.
Fix test involving genericDto's booleanMessage
-Fixed test involving GenericMessageDTO
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #149 +/- ##
=============================================
+ Coverage 75.42% 75.58% +0.15%
- Complexity 652 655 +3
=============================================
Files 98 99 +1
Lines 1994 2007 +13
Branches 269 269
=============================================
+ Hits 1504 1517 +13
Misses 446 446
Partials 44 44 ☔ View full report in Codecov by Sentry. |
added test to test the different methods
fix syntax issue
No description provided.