Skip to content
Changes
- test: more issues in Sonar (1) (commit: f8b9fd1)
—
yeremyvegap /
githubweb
- test: refactor repetitive null field tests into parameterized test using @MethodSource (commit: 8cc7f81)
—
yeremyvegap /
githubweb
- fix: resolve transactional self-invocation issues and remove deprecated @SpyBean usage (commit: 5b50c81)
—
yeremyvegap /
githubweb
- refactor(pets): remove controller interaction directly with entities (commit: c8cdb76)
—
yeremyvegap /
githubweb
- feat: add filter query for pets (commit: 99895af)
—
yeremyvegap /
githubweb
- refactor(pets): remove controller interaction directly with entities (commit: bf62baa)
—
yeremyvegap /
githubweb
- test(pets): fix compatibility with ModelMaper in service (commit: 8033503)
—
yeremyvegap /
githubweb
- fix: duplicate var in log 2 (commit: 314aba9)
—
yeremyvegap /
githubweb
- fix: duplicate var in log (commit: f71ff64)
—
yeremyvegap /
githubweb
- fix(pets): remove circular json's with MedicalHistory (commit: 718f302)
—
yeremyvegap /
githubweb
- fix: call transactional methods via an injected dependency instead of directly via 'this' (commit: 4efd037)
—
yeremyvegap /
githubweb
- fix(veterinarian): controller must not use Entity classes (commit: 3b6a447)
—
yeremyvegap /
githubweb
- refacture: update controller (map to DTOs) and Service (Generate Entities) (commit: e04e3eb)
—
yeremyvegap /
githubweb
- refacture(vet): remove unnecesary methods in service (commit: 7fe34ee)
—
yeremyvegap /
githubweb
- test(adopter): add more coverage (commit: f0a13d4)
—
yeremyvegap /
githubweb
- fix: implement super in the methods for DTOs (commit: da30c1b)
—
yeremyvegap /
githubweb
- fix(test): remove call to a deprecated class with MockitoBean (commit: 26ef4af)
—
yeremyvegap /
githubweb
- fix: issues in comments and (commit: ad926d6)
—
yeremyvegap /
githubweb
- fix(adopter): controller must not use Entity classes (commit: 0de4d50)
—
yeremyvegap /
githubweb
- fix(adoption): DTOs must have only serializable fields (commit: 66833d9)
—
yeremyvegap /
githubweb
- fix(events): fields on DetailDTOs must be of type DTO or List (commit: 93a1d49)
—
yeremyvegap /
githubweb
- fix(Mhistory): fields on DetailDTOs must be of type DTO or List (commit: 365c479)
—
yeremyvegap /
githubweb
- fix(medical): add attributes Entity --> DTO's and DetailDTOs must be of type DTO (or empty) (commit: 770ba98)
—
yeremyvegap /
githubweb
- fix(pets): DTOs must have only serializable fields (commit: f34f80d)
—
yeremyvegap /
githubweb
- fix: DTOs must have only serializable fields (commit: 548eebe)
—
yeremyvegap /
githubweb
- fix: Resource GET methods must return DetailDTOs (commit: 7fa5389)
—
yeremyvegap /
githubweb
- feat(docs): implement SonarQube and Jenkins in local (with pom.xml) (commit: e37fe39)
—
yeremyvegap /
githubweb
- docs: fix link wiki (commit: e82708a)
—
yeremyvegap /
githubweb
- test: add more tests for UserEntity (commit: 3e9afed)
—
yeremyvegap /
githubweb
- test: add more tests for ShelterEntity (commit: 7b1edf3)
—
yeremyvegap /
githubweb
- test:remove unnecesary declarations of thrown exception (commit: 2955849)
—
yeremyvegap /
githubweb
- test: fix method testEvaluateRequestRejected() (commit: ab04af9)
—
yeremyvegap /
githubweb
- test:remove unnecesary declarations of thrown exception (commit: 63e6da4)
—
yeremyvegap /
githubweb
- test: add more coverage for AdoptionFollowUp (commit: d5b6c62)
—
yeremyvegap /
githubweb
- test: add more test for AdoptionRequest (commit: a3e422a)
—
yeremyvegap /
githubweb
- test: add more coverage for AdoptionRequest (commit: b7a51a0)
—
yeremyvegap /
githubweb
- refactor: fix ApplicationConfig reference and resolve Sonar redundant import (commit: 253bc3c)
—
yeremyvegap /
githubweb
- test: fix VaccinationRecordServiceTest assertions and context loading (commit: f39ce5f)
—
yeremyvegap /
githubweb
- test: fix missing symbol and configuration context for ApplicationConfigTest (commit: 8ff130f)
—
yeremyvegap /
githubweb
- fix(security): eliminate information exposure in exception logs (commit: bf1c2ee)
—
yeremyvegap /
githubweb
- refactor(vaccinationR): propagate EntityNotFoundException and cleanup service layer (commit: 4e2fa4e)
—
yeremyvegap /
githubweb
- refacture(vets): remove unnecesary return in getAll (commit: 5748f6e)
—
yeremyvegap /
githubweb
- echo(report): remove unnecesary import (commit: 77fa24e)
—
yeremyvegap /
githubweb
- fix: replace 'Stream.collect(Collectors.toList())' with 'Stream.toList()' (commit: 372e1a7)
—
yeremyvegap /
githubweb
- fix(events): replace 'Stream.collect(Collectors.toList())' with 'Stream.toList()' (commit: b175a94)
—
yeremyvegap /
githubweb
- fix(notis): simplify boolean expressions (commit: a399ce0)
—
yeremyvegap /
githubweb
- echo: remove unnecesary imports (commit: 2f1492b)
—
yeremyvegap /
githubweb
- fix(vaccinesG): replace 'Stream.collect(Collectors.toList())' with 'Stream.toList()' (commit: fc08609)
—
yeremyvegap /
githubweb
- fix(veterinarian): replace lambda with method reference 'VeterinarianEntity.class::isInstance (commit: 524ae31)
—
yeremyvegap /
githubweb
- fix(request): solve override the equals method in DetailDTO (commit: 1725b29)
—
yeremyvegap /
githubweb
- fix(vaccine): replace 'Stream.collect(Collectors.toList())' with 'Stream.toList()' (commit: 5ce2745)
—
yeremyvegap /
githubweb
- fix(request): define static constants for request states (commit: 89e9e58)
—
yeremyvegap /
githubweb
- refacture(request): apply dependency injection to itself (Lazy) (commit: 5a5e778)
—
yeremyvegap /
githubweb
- refacture(request): NEVER use get() alone (commit: 9093ea2)
—
yeremyvegap /
githubweb
- refacture: remove @SuppressWarnings in services (commit: 4053830)
—
yeremyvegap /
githubweb
- refacture(vaccineR): replace variable 'record' to 'vaccinationRecord' (commit: f555609)
—
yeremyvegap /
githubweb
- Sonar (commit: 2e46631)
—
yeremyvegap /
githubweb
- fix: implement Strategy on notifications (commit: 722d050)
—
yeremyvegap /
githubweb
- fix: update NotificationController (commit: 6d74607)
—
yeremyvegap /
githubweb
- fix: notifationss (commit: ccf7c14)
—
yeremyvegap /
githubweb
- feat: update collection (commit: 7b84319)
—
yeremyvegap /
githubweb
- refacture: implement inherence with BaseDTO (commit: 582d406)
—
yeremyvegap /
githubweb
- feat: add AVAILABLE -> RESERVED logic (commit: a5d63b2)
—
yeremyvegap /
githubweb
- fix: add instances for DTOs (commit: 7145550)
—
yeremyvegap /
githubweb
- feat: add PetDTO & PetDetailsDTO (commit: 6e3f329)
—
yeremyvegap /
githubweb
- feat: implement BaseDTO like in entities (commit: a96d059)
—
yeremyvegap /
githubweb
- feat(pet): update PetDTO for extends with BaseDTO (commit: fb9ceeb)
—
yeremyvegap /
githubweb
- feat: add ShelterDTO && ShelterDetailDTO (commit: 13f8590)
—
yeremyvegap /
githubweb
- feat: add UserDTO and UserAuthDTO(for password) (commit: ba8dd05)
—
yeremyvegap /
githubweb
- feat: add VeterinarianDTO & VeterinarianDetailDTO (commit: b7caba1)
—
yeremyvegap /
githubweb
- echo: add DTO's base for compile (commit: b86d73b)
—
yeremyvegap /
githubweb
- fix: rename dtos for dto in package (commit: 8ec2d42)
—
yeremyvegap /
githubweb
- fix: rename dtos for dto in package (commit: 04e021c)
—
yeremyvegap /
githubweb
- echo: add MedicalEventDTO base for compile (commit: 6b0419d)
—
yeremyvegap /
githubweb
- feat: add NotificationDTO and Strategy base (commit: 050cc8f)
—
yeremyvegap /
githubweb
- refacture: inicialize List (commit: 0cffe06)
—
yeremyvegap /
githubweb
- refacture: use sub-resource pattern in ShelterController -> Shelter*Controller (commit: bc295e8)
—
yeremyvegap /
githubweb
- feat: add PetController (commit: 472e6cf)
—
yeremyvegap /
githubweb
- feat: add VeterinarianController (commit: 31a1af8)
—
yeremyvegap /
githubweb
- feat: add empty constructor (commit: ae90a53)
—
yeremyvegap /
githubweb
- feat: remove list on Details for sub-resources (commit: 5095fab)
—
yeremyvegap /
githubweb
- feat: add JsonProperty in password and remove Auth (commit: 5c8d3ec)
—
yeremyvegap /
githubweb
- feat: add empty constructor (commit: 49bf388)
—
yeremyvegap /
githubweb
- feat: update ModelMapper (commit: 054f064)
—
yeremyvegap /
githubweb
- feat: implement controllers with sub-resources (commit: 3ffdc17)
—
yeremyvegap /
githubweb
- echo: remove unnecesary comments (commit: 3d787ad)
—
yeremyvegap /
githubweb
- feat: update collection (commit: 8a4b295)
—
yeremyvegap /
githubweb
- DTO, Controller, Postman - Stefany (commit: 8c6a27f)
—
sdmoralesm /
githubweb
- feat: DTO y DetailDTO (commit: 061cc28)
—
radiazl /
githubweb
- feat: add Controllers (commit: 10b7442)
—
radiazl /
githubweb
- feat: add more DTOs (commit: 8854d7a)
—
yeremyvegap /
githubweb
- feat: add constructor with no args (commit: 4c2829b)
—
yeremyvegap /
githubweb
- feat: add new message (commit: ac16a9c)
—
yeremyvegap /
githubweb
- feat: add Approval repository (commit: 32794a5)
—
yeremyvegap /
githubweb
- feat: implement Strategy correctly (commit: 439d7d3)
—
yeremyvegap /
githubweb
- feat: implement controllers (commit: d6f938e)
—
yeremyvegap /
githubweb
- feat: update collection (commit: f9e675e)
—
yeremyvegap /
githubweb
- feat: implement DTO and controlles to Adoption,Adopter and TrialCohabitation (commit: 194d830)
—
jprinconr /
githubweb
- feat(pet): add new implemetation for updatePet in service (commit: 640ea6b)
—
yeremyvegap /
githubweb
- feat: add collection {Shelter,Pet and Veterinarian(implement with Abstract User)} (commit: 25a07c2)
—
yeremyvegap /
githubweb
- echo: remove TODO in Medical (commit: f1fff11)
—
yeremyvegap /
githubweb
- refacture: use repositories for getters (commit: 8518d3a)
—
yeremyvegap /
githubweb
- feat(report): implement Strategy Pattern with service and test (commit: 9bd4a7a)
—
yeremyvegap /
githubweb
- test: add coverage for ApplicationConfig and fix context loading issues (commit: e198424)
—
yeremyvegap /
githubweb
- feat: implement core Observer pattern interfaces (Subject and Observer) (commit: 8c834f4)
—
yeremyvegap /
githubweb
- feat: update User and Shelter entities and add SubscriptionEntity for notifications (commit: 924c52a)
—
yeremyvegap /
githubweb
- feat: implement notification logic in UserService and update ShelterService (commit: 8af80d0)
—
yeremyvegap /
githubweb
- feat: implement specialized logic and validation for Adopter and Veterinarian services (commit: 3692cf5)
—
yeremyvegap /
githubweb
- test: add integration tests for User, Adopter, and Shelter services (commit: 28fbb8f)
—
yeremyvegap /
githubweb
- fix: resolve SonarQube security issues and DateStrategy compilation (commit: 51c382b)
—
yeremyvegap /
githubweb
- test: add AdoptionRequestService test (commit: 48d4cb8)
—
yeremyvegap /
githubweb
- refactor: remmove import (commit: 1e2e1e7)
—
yeremyvegap /
githubweb
- fix: solve Issues in Sonar (commit: 1caa1ca)
—
yeremyvegap /
githubweb
- fix: solve more Issues in Sonar (commit: 31f76f5)
—
yeremyvegap /
githubweb
- Servicios y Testeos Report (commit: cd2112b)
—
sdmoralesm /
githubweb
- test: FIX TEST FOR SONAR (commit: 1ec6fed)
—
yeremyvegap /
githubweb
- fix: everything (commit: 5fd9514)
—
yeremyvegap /
githubweb
- feat: add AdoptionRequest with Strategy Pattern + Service with test (commit: 06ffb66)
—
yeremyvegap /
githubweb
- test: Raul test (commit: df74ad1)
—
radiazl /
githubweb
- refacture: implement test for Strategy Pattern (commit: 6c1d92f)
—
yeremyvegap /
githubweb
- fix: remove nullpointer exception (commit: 1bf4124)
—
yeremyvegap /
githubweb
- refacture(Mhistory): remove unnecesary imports (commit: 852cef2)
—
yeremyvegap /
githubweb
- Arreglo Sonar (commit: 5d45dda)
—
sdmoralesm /
githubweb
- fix: import ErrorMessage correctly (commit: ccac92c)
—
yeremyvegap /
githubweb
- Arreglo y ampliamiento de test medical (commit: 390ff43)
—
sdmoralesm /
githubweb
- feat(Mhistory): add lastCheck attribute (commit: df8fbe1)
—
yeremyvegap /
githubweb
- fix(Vrecord): add tags @PodamExclude & relation @ManytoOne (commit: 803f9e1)
—
yeremyvegap /
githubweb
- fix: implement correctly Vaccine (commit: 0a07944)
—
yeremyvegap /
githubweb
- refacture(SEventtest): parameterize test replaced individual tests (commit: 20df9ef)
—
yeremyvegap /
githubweb
- test: add moree tests (commit: 896431c)
—
yeremyvegap /
githubweb
- test: add more test for Notification (commit: 70d2549)
—
yeremyvegap /
githubweb
- test: add more test for ShelterEvent (commit: ec02b54)
—
yeremyvegap /
githubweb
- refacture(entities): remove unnecesary packages (commit: 876c37b)
—
yeremyvegap /
githubweb
- refacture(test): remove public in method setUp (commit: e6c0807)
—
yeremyvegap /
githubweb
- refactor(VRecord): rename record variable to not match a restricted identifier (commit: 4cdff55)
—
yeremyvegap /
githubweb
- Services and Test de MedicalEvent, MedicalHistory, Vaccinate y VaccinationRecord (commit: 3699695)
—
sdmoralesm /
githubweb
- refactor: solve sonar issues and standardize date types (commit: ebec97e)
—
yeremyvegap /
githubweb
- feat: Raul services (commit: 2bc8d74)
—
radiazl /
githubweb
- fix: implement NOT_FOUND and remove var with notificationRepository (commit: 1c2be0e)
—
yeremyvegap /
githubweb
- fix: remove notificationRepository import (commit: 6bf914a)
—
yeremyvegap /
githubweb
- refactor(services): fix compilation errors and implement bidirectional logic in MessageService (commit: a3d633b)
—
yeremyvegap /
githubweb
- feat(repositories): add existsByAdopterIdAndPetId to AdoptionRepository (commit: 1431904)
—
yeremyvegap /
githubweb
- refactor(services): improve state management and integrity in ShelterEventService (commit: 491cd31)
—
yeremyvegap /
githubweb
- test(services): add comprehensive unit tests for MessageService coverage (commit: ed83187)
—
yeremyvegap /
githubweb
- test(services): implement integration tests for MessageService using TestEntityManager (commit: 4da079a)
—
yeremyvegap /
githubweb
- fix(services): prevent NullPointerException in MessageService logs by validating before logging (commit: b62e65c)
—
yeremyvegap /
githubweb
- feat(notification): add Strategy class to Notification (commit: 06aa0e7)
—
yeremyvegap /
githubweb
- test: add NotificationServiceTest (commit: 77ba8ac)
—
yeremyvegap /
githubweb
- refacture(date): replace Date with LocalDate (commit: 1ae2b3d)
—
yeremyvegap /
githubweb
- test: add ReviewServiceTest (commit: 79e25b0)
—
yeremyvegap /
githubweb
- feat(notification): add one more type of Notifcation (InApp) (commit: 44f5b46)
—
yeremyvegap /
githubweb
- test: add ShelterEventServiceTest (commit: fb6d307)
—
yeremyvegap /
githubweb
- test: update delete tests (commit: 4075dee)
—
yeremyvegap /
githubweb
- test: remove repeat method (commit: 8dee665)
—
yeremyvegap /
githubweb
- test: add more surgical tests in TrialService (commit: 6734f85)
—
yeremyvegap /
githubweb
- test: add updateDate in TrialService (commit: 3dcb361)
—
yeremyvegap /
githubweb
- test: add more test (commit: fc05378)
—
yeremyvegap /
githubweb
- test: implement tests that JaCoCo recognizes as valid upon entering the if statement (commit: 8cbcfa5)
—
yeremyvegap /
githubweb
- test: add case with new, own, and non-existent email address (commit: c287282)
—
yeremyvegap /
githubweb
- test: solve logic in test for User (commit: 5d9519e)
—
yeremyvegap /
githubweb
- fix: add good implemetation for Strategy Notification (commit: 886af8f)
—
yeremyvegap /
githubweb
- refacture: improve the formatting of conditional statements (commit: 340265b)
—
yeremyvegap /
githubweb
- fix: Move the if of email to a new line (commit: 9fe5086)
—
yeremyvegap /
githubweb
- test: use isBlank(user.getName()) in UserService and implement more tests (commit: 580f5ca)
—
yeremyvegap /
githubweb
- test: add missing tests to TrialCohabitation (commit: d426de9)
—
yeremyvegap /
githubweb
- fix: solve the duplication problem by entering USER_CANNOT_BE_NULL (commit: c1b0829)
—
yeremyvegap /
githubweb
- test: add missing tests to TrialCohabition (commit: 244ea10)
—
yeremyvegap /
githubweb
- test: add missing tests to User (commit: ec6a77c)
—
yeremyvegap /
githubweb
- test: add ParameterizedTest in multiple test (commit: 0e54562)
—
yeremyvegap /
githubweb
- fix: remove unnecesary packages (commit: e51b9ba)
—
yeremyvegap /
githubweb
- refactor: organize the four individual tests in VeterinarianServiceTest.java into a single parameterized test (commit: 1f466fc)
—
yeremyvegap /
githubweb
- test: add UpdateUnchangedEmail ShelterTest (commit: 2dc299a)
—
yeremyvegap /
githubweb
- test: add missing tests to Adopter (commit: 266a51d)
—
yeremyvegap /
githubweb
- test: add missing tests to Adoption (commit: bc04785)
—
yeremyvegap /
githubweb
- test: add missing tests to Veterinarian (commit: 1a687d6)
—
yeremyvegap /
githubweb
- test: add more ShelterTest (commit: ceb1f70)
—
yeremyvegap /
githubweb
- feat: add testUpdatePetStatusToInTrialWhenOnlyCompletedTrialsExistSuccess() (commit: 9a3d845)
—
yeremyvegap /
githubweb
- feat: add test cases to cover the identified gaps in validatePetData, validateStatusChange, processReturn, and (commit: 999a711)
—
yeremyvegap /
githubweb
- fix: resolve conditionals Partially covered (commit: 110395b)
—
162923584+iYeremy /
githubweb
- fix: resolve conditionals Partially covered (commit: c906efe)
—
162923584+iYeremy /
githubweb
- feat: add test cases to cover the identified gaps in validatePetData, validateStatusChange, processReturn, and (commit: b268d78)
—
162923584+iYeremy /
githubweb
- fix: implement missing tests at PetService (commit: cfab7fc)
—
yeremyvegap /
githubweb
- fix: remove existing variable (commit: e4ce119)
—
yeremyvegap /
githubweb
- fix: remove this useless assignment to local variable user (commit: 3a35cfa)
—
yeremyvegap /
githubweb
- fix: remove public declaration in test class (commit: 4869549)
—
yeremyvegap /
githubweb
- fix: use repository getters (commit: 322f732)
—
yeremyvegap /
githubweb
- feat: Implement services and testing for Adopter, Adoption, and Trial Cohabitation (commit: b2bbb3b)
—
jprinconr /
githubweb
- fix: Fix AdopterService to use UserService inheritance (commit: c5d993f)
—
jprinconr /
githubweb
- feat: add centralized exceptions NOT_FOUND (commit: b382326)
—
162923584+iYeremy /
githubweb
- feat: implemment methods findByEmail & ExistByName (commit: 818f2c7)
—
162923584+iYeremy /
githubweb
- feat: add status attribute for ShelterEvent (commit: 93cb2f0)
—
162923584+iYeremy /
githubweb
- feat: implement ShelterService (commit: 86c5e16)
—
162923584+iYeremy /
githubweb
- refacture: rename ZZZ directory to pets_test (commit: 4848575)
—
162923584+iYeremy /
githubweb
- chore: tabulate correctly (commit: ebb85ab)
—
162923584+iYeremy /
githubweb
- test: add ShelterTest (commit: 305a5c9)
—
162923584+iYeremy /
githubweb
- refacture: remove unnecessary imports (commit: ec94940)
—
162923584+iYeremy /
githubweb
- feat(user): implement method existsByEmail (commit: 093ce6e)
—
162923584+iYeremy /
githubweb
- feat(exception): add USER_NOT_FOUNDin ErrorMessage (commit: 2feedfe)
—
162923584+iYeremy /
githubweb
- chore: add enum for status attribute (commit: 5b0815d)
—
162923584+iYeremy /
githubweb
- feat(adoption): implement status (enum) attribute (commit: ec8d672)
—
162923584+iYeremy /
githubweb
- feat(S.event): implement status (enum) attribute (commit: b167485)
—
162923584+iYeremy /
githubweb
- feat: implement UserService (commit: dede0e5)
—
162923584+iYeremy /
githubweb
- fix: import ProcessStatus (commit: f0adc0e)
—
162923584+iYeremy /
githubweb
- feat(shelter): implement enum logic in service (commit: 99205ff)
—
162923584+iYeremy /
githubweb
- test: add enum logic (commit: 24e6506)
—
162923584+iYeremy /
githubweb
- test: add UserServerTest (commit: fe6cee5)
—
162923584+iYeremy /
githubweb
- test: add MockUser class (commit: 1aefb50)
—
162923584+iYeremy /
githubweb
- fix: rename Server -> Service (commit: 26d479d)
—
162923584+iYeremy /
githubweb
- refacture: remove unnecesary imports (commit: 516775a)
—
162923584+iYeremy /
githubweb
- feat(veterinarian): add relations with MedicalEvent & VaccinationRecord (commit: a66e014)
—
162923584+iYeremy /
githubweb
- fix: add relation with AdoptionFollowUp (commit: 6285588)
—
162923584+iYeremy /
githubweb
- fix: abstract method (commit: 7161221)
—
162923584+iYeremy /
githubweb
- feat: add VeterinarianService (commit: c34ccb5)
—
162923584+iYeremy /
githubweb
- test: remove unnecesary clearData (commit: b73bb9c)
—
162923584+iYeremy /
githubweb
- test: add VeterinarianTest (commit: 12e6301)
—
162923584+iYeremy /
githubweb
- echo: add info for test (commit: 6c8c1cb)
—
162923584+iYeremy /
githubweb
- echo: remove spaces (commit: 778a922)
—
162923584+iYeremy /
githubweb
- feat(pet): add enum PetStatus (commit: 162c8f4)
—
162923584+iYeremy /
githubweb
- fix: import PetStatus (enum) (commit: 345b904)
—
162923584+iYeremy /
githubweb
- feat(trial): implement status (enum) attribute (commit: ecad5ac)
—
162923584+iYeremy /
githubweb
- feat: implement PetService (commit: 1b4e11d)
—
162923584+iYeremy /
githubweb
- test: add PetService test (commit: 0ab2ddd)
—
162923584+iYeremy /
githubweb
- feat: implement pet return process to handle adoptions and trials rollbacks (commit: 70fb1cd)
—
162923584+iYeremy /
githubweb
- docs: explain why @MappedSuperclass breaks the business rule (commit: 339937f)
—
yeremyvegap /
githubweb
- refacture: initialize lists of relations (commit: 896c012)
—
yeremyvegap /
githubweb
- test: remove conditionals from empty lists (commit: 33bcaf4)
—
yeremyvegap /
githubweb
- fix: remove methods with logic in entities (commit: 39c2681)
—
yeremyvegap /
githubweb
- refacture: remove unnecessary packages and implement @PodmanExclude (commit: 9b7846e)
—
yeremyvegap /
githubweb
- refacture: remove package LocalDateTime (commit: 75fc7ef)
—
yeremyvegap /
githubweb
- refacture: remove unnecessary imports from Entities (commit: 1a5f64c)
—
yeremyvegap /
githubweb
- feat(adopter): implement AdopterEntity and AdopterRepository base (commit: 3f124b8)
—
jprinconr /
githubweb
- fix(adopter): add AdopterEntity content (commit: 4847845)
—
jprinconr /
githubweb
- fix(adopter): AdopterEntity now extends UserEntity instead of BaseEntity and add relationships between Adopter and adoption (commit: 9fcd034)
—
jprinconr /
githubweb
- feat(adopter): implement AdopterEntity and AdopterRepository (commit: 5492bc7)
—
jprinconr /
githubweb
- feat(adoption): implement AdoptionEntity and AdoptionRepository (commit: dbe5fc6)
—
jprinconr /
githubweb
- feat(adoption): implement AdoptionEntity and AdoptionRepository (commit: 7cca260)
—
jprinconr /
githubweb
- feat(trialcohabitation): implement TrialCohabitationEntity and TrialCohabitationRepository (commit: 32ea5c7)
—
jprinconr /
githubweb
- feat: add ReportEntity (commit: 09d241d)
—
eaangelp /
githubweb
- feat: add ReportEntity (commit: a902669)
—
eaangelp /
githubweb
- feat: add ReportEntity (commit: 29e2015)
—
eaangelp /
githubweb
- feat: add ReportEntity (commit: 22f8a6a)
—
eaangelp /
githubweb
- feat: add AdoptionFollowUpEntity (commit: 72f8185)
—
eaangelp /
githubweb
- Add files via upload (commit: 98bfda1)
—
noreply /
githubweb
- Remove @Transient so that the relationship is saved in the database (commit: 5458332)
—
yeremyvegap /
githubweb
- feat(report): add date automation on saving (commit: 77b8d26)
—
yeremyvegap /
githubweb
- feat(Arequest): replace @Transient with a persistent relationship (commit: 246012d)
—
yeremyvegap /
githubweb
- feat(Arequest): implement Strategy Pattern (commit: 3aacb41)
—
yeremyvegap /
githubweb
- feat(Arequest): add relations. fix: implement abstract method (commit: caa0c37)
—
yeremyvegap /
githubweb
- feat: implement AdoptionEntity with composition for follow-ups and bidirectional relations (commit: 4d4b70b)
—
yeremyvegap /
githubweb
- feat: implement AdoptionFollowUpEntity with pet and veterinarian assignments (commit: 6520f38)
—
yeremyvegap /
githubweb
- feat: update AdoptionRequestEntity with adopter relationship and approval aggregation (commit: 24fd592)
—
yeremyvegap /
githubweb
- fix: update AdoptionFollowUpRepository query methods to match BaseEntity property names (commit: 4f0539b)
—
yeremyvegap /
githubweb
- fix: correct property name and date type in ReportRepository query method (commit: 35a74bf)
—
yeremyvegap /
githubweb
- fix: align AdoptionRepository queries with inherited id property names (commit: 8791572)
—
yeremyvegap /
githubweb
- Update README.md (commit: 2b45838)
—
noreply /
githubweb
- feat(pet): Implement PetEntity and PetRepository base (commit: 44b52bc)
—
yeremyvegap /
githubweb
- feat(shelter): implement ShelterEntity and ShelterRepository base (commit: 6491ea9)
—
yeremyvegap /
githubweb
- feat(shelter):Add methods to search by partial name and to verify email (commit: 26f51d7)
—
yeremyvegap /
githubweb
- refactor(shelter): Convert method comments from /** */ to // (commit: 4a1e7d8)
—
yeremyvegap /
githubweb
- feat(user): Implement User hierarchy with Observer pattern (commit: 3555224)
—
yeremyvegap /
githubweb
- feat(user): Implement a password attribute for user login (commit: 5b47d52)
—
yeremyvegap /
githubweb
- feat(shelter): implement VeterinarianEntity and VeterinarianRepository base (commit: e25ba69)
—
yeremyvegap /
githubweb
- feat: add relation (aggregation) for Shelter - Veterinarians (commit: 94803b5)
—
yeremyvegap /
githubweb
- fix: correct goodWith* variables in PetEntity (commit: dd99227)
—
yeremyvegap /
githubweb
- feat: Implement S-V aggregation fix: import packages correctly (commit: 7d4ce33)
—
yeremyvegap /
githubweb
- fix: delete it directory (commit: 08cb739)
—
yeremyvegap /
githubweb
- Implement MedicalEvent entity and repository (commit: 3ef64c2)
—
sdmoralesm /
githubweb
- Implement MedicalHistory with associations (commit: 74e7241)
—
sdmoralesm /
githubweb
- feat: implement RepositoryBase (commit: 0e7481f)
—
yeremyvegap /
githubweb
- feat(reports): add Strategy Pattern (commit: 858a7c2)
—
yeremyvegap /
githubweb
- feat: implement relation to ShelterEvent (commit: 51e6c92)
—
yeremyvegap /
githubweb
- Integración Modulo Medico al develop (commit: af25b63)
—
sdmoralesm /
githubweb
- feat: implement Message (commit: db4407b)
—
yeremyvegap /
githubweb
- fix: remove personal directory (commit: 41e479e)
—
yeremyvegap /
githubweb
- fix: add missing shelter reference in PetEntity (commit: 89fd986)
—
yeremyvegap /
githubweb
- fix: add missing vaccinationrecord reference in VaccineEntity (commit: 020b7fe)
—
yeremyvegap /
githubweb
- fix: import data structure packages (commit: 7a3b6b1)
—
yeremyvegap /
githubweb
- fix(pets): add relation 1:1 with MedicalHistory (commit: fc015f5)
—
yeremyvegap /
githubweb
- feat: implement ReviewBase (commit: 35ac844)
—
yeremyvegap /
githubweb
- feat: implement NotificationBase (commit: 06df10c)
—
yeremyvegap /
githubweb
- feat(notification): add Strategy Pattern (commit: 9abb2cd)
—
yeremyvegap /
githubweb
- docs: add git flow (commit: 37d1541)
—
yeremyvegap /
githubweb
- Update README (commit: 1676c1e)
—
yeremyvegap /
githubweb