-
Notifications
You must be signed in to change notification settings - Fork 9
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 extend identification configuration #203
base: develop
Are you sure you want to change the base?
Conversation
@@ -303,7 +293,7 @@ private void updateAddress(SurveyUnit surveyUnit, SurveyUnitUpdateDto surveyUnit | |||
@Transactional | |||
public HttpStatus updateSurveyUnitViewed(String userId, String suId) { |
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.
throw exception maybe ? returning an http status doesn't feel right here
* @param identificationDB identification DB entity | ||
* @return the model object of the db entity | ||
*/ | ||
public static Identification toModel(IdentificationDB identificationDB) { | ||
if(identificationDB == null) { | ||
if (identificationDB == null) { |
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.
need auto formatting :)
@@ -155,7 +154,7 @@ private ResultMatcher expectTimestampFromCurrentDate(String expression, int unit | |||
* Test that the GET endpoint "api/user" | |||
* return 200 | |||
* | |||
* @throws Exception | |||
* @throws Exception e | |||
*/ | |||
@Test | |||
@Order(1) |
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.
maybe we should
- get rid of orders
- have scripts to reinit database content used when updates are done
- use test containers
Quality Gate passedIssues Measures |
No description provided.