Summary
- feat: Raul services (commit: 2bc8d74) (details)
- fix: implement NOT_FOUND and remove var with notificationRepository (commit: 1c2be0e) (details)
- fix: remove notificationRepository import (commit: 6bf914a) (details)
- refactor(services): fix compilation errors and implement bidirectional logic in MessageService (commit: a3d633b) (details)
- feat(repositories): add existsByAdopterIdAndPetId to AdoptionRepository (commit: 1431904) (details)
- refactor(services): improve state management and integrity in ShelterEventService (commit: 491cd31) (details)
- test(services): add comprehensive unit tests for MessageService coverage (commit: ed83187) (details)
- test(services): implement integration tests for MessageService using TestEntityManager (commit: 4da079a) (details)
- fix(services): prevent NullPointerException in MessageService logs by validating before logging (commit: b62e65c) (details)
- feat(notification): add Strategy class to Notification (commit: 06aa0e7) (details)
- test: add NotificationServiceTest (commit: 77ba8ac) (details)
- refacture(date): replace Date with LocalDate (commit: 1ae2b3d) (details)
- test: add ReviewServiceTest (commit: 79e25b0) (details)
- feat(notification): add one more type of Notifcation (InApp) (commit: 44f5b46) (details)
- test: add ShelterEventServiceTest (commit: fb6d307) (details)