shlink/module/Core/src/Repository
2022-01-16 11:44:12 +01:00
..
ShortUrlRepository.php Updated to doctrine 2.11 2022-01-12 20:48:42 +01:00
ShortUrlRepositoryInterface.php Standardized ordering field handling and added validation for short URLs list 2022-01-09 11:23:27 +01:00
TagRepository.php Created method in VisitRepository to fetch all non-orphan visits 2022-01-10 21:43:32 +01:00
TagRepositoryInterface.php Extracted tags filtering params to a DTO 2022-01-06 09:50:43 +01:00
VisitRepository.php Added tests covering count non orphan visits with different combinations of filters 2022-01-16 11:44:12 +01:00
VisitRepositoryInterface.php Renamed countVisits to countNonOrphanVisits, and updated its signature to expect a VisitsCountFiltering DTO 2022-01-16 11:15:39 +01:00