-
Notifications
You must be signed in to change notification settings - Fork 3
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
refactoring/1171 naming cleanup #1210
base: main
Are you sure you want to change the base?
Conversation
backend/src/main/java/ch/puzzle/okr/dto/overview/DashboardDto.java
Outdated
Show resolved
Hide resolved
...end/src/test/java/ch/puzzle/okr/service/persistence/AuthorizationCriteriaParametersTest.java
Outdated
Show resolved
Hide resolved
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.
I have only done the backend in this review. The frontend will need to be done separately.
backend/src/main/java/ch/puzzle/okr/service/business/ObjectiveBusinessService.java
Show resolved
Hide resolved
backend/src/test/java/ch/puzzle/okr/architecture/OkrArchitectureTest.java
Show resolved
Hide resolved
backend/src/test/java/ch/puzzle/okr/mapper/ActionMapperTest.java
Outdated
Show resolved
Hide resolved
...c/test/java/ch/puzzle/okr/multitenancy/SchemaMultiTenantConnectionProviderInternalsTest.java
Show resolved
Hide resolved
@Test | ||
void getTenantFromClaimsSetUsingClaimTenantReturnTenantIfClaimTenantFound() throws ParseException { | ||
void getTenantFromClaimsSetUsingClaimTenantReturnsTenantIfClaimTenantFound() throws ParseException { |
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 check if this can be simplified. I had to re-read this like 3 times 🧠
backend/src/test/java/ch/puzzle/okr/service/persistence/CheckInPersistenceServiceIT.java
Show resolved
Hide resolved
backend/src/test/java/ch/puzzle/okr/util/quarter/check/QuarterRangeCheckerTest.java
Show resolved
Hide resolved
d4cb36c
to
8c3fc2b
Compare
8c3fc2b
to
4ebacfa
Compare
… for the standalone files
… describe the test
…ming-cleanup' into refactoring/1171-naming-cleanup
…ming-cleanup' into refactoring/1171-naming-cleanup
…ld and delete duplicated tests
…ming-cleanup' into refactoring/1171-naming-cleanup
No description provided.