Historial de Commits

Autor SHA1 Mensaje Fecha
  Dave e9893a0010 fix(redis-inspector): improve scan method to handle cursor pagination and batch results hace 1 mes
  Dave 1ddba5c46c fix(category): invoke refreshTagsMetadata after category creation hace 1 mes
  Dave 9ca68551ac fix(category): optimize refreshTagsMetadata to load tags directly from the tag table hace 1 mes
  Dave 4c9089bd75 chore: remove unused Docker and script files for cleanup hace 1 mes
  Dave 70a058a422 fix(menu, role, user): update null checks to use isSet for better clarity hace 1 mes
  Dave 21aa8a1bd2 fix(video-media): convert updatedFrom and updatedTo from epoch seconds to Date objects hace 1 mes
  Dave 0ada9217eb fix(video-media): change updatedAt filter type from bigint to Date hace 1 mes
  Dave 734fc66cde fix(menu): rename component_key to componentKey for consistency hace 1 mes
  Dave e45356697e fix(menu): normalize parentId in MenuDto to handle empty strings hace 1 mes
  Dave 26f3d99367 fix(menu): update parentId example to a string format hace 1 mes
  Dave f33d070857 fix(menu): change parentId validation from integer to string hace 1 mes
  Dave 519e14b2af feat(menu, role, user): implement backfill logic for IDs and enhance logging hace 1 mes
  Dave a8975bf1d9 feat(ads): add endpoint and service method to update ads status hace 1 mes
  Dave 9b2f5dff8c add video fields hace 1 mes
  Dave 1764dd0f21 added auto increment vid in Prisma videoMedia hace 1 mes
  Dave 0d2adf51b1 feat(stats-reporting): refactor ad metadata resolution to use Redis as the authoritative source hace 1 mes
  Dave eb016321c6 feat(stats-reporting): add StatsAdsCacheService for managing ad statistics cache hace 1 mes
  Dave 1e6289bbea feat(stats-reporting): implement ad type resolution using Redis and Mongo fallback in StatsEventsConsumer hace 1 mes
  Dave c40d942634 refactor(stats-reporting): simplify countValue assignment and formatting in getAdTypeClicks method hace 1 mes
  Dave 16de134dae feat(stats-reporting): add IP clicks DTO and service method for retrieving paginated IP click statistics hace 1 mes
  Dave 94df97adb3 feat(stats-reporting): add ad type clicks DTO and service method for retrieving paginated ad click records hace 1 mes
  Dave 584e64ae68 feat(stats-reporting): add toJsonSafe function for safe serialization of bigint values in stats responses hace 1 mes
  Dave 492aaeef48 feat(stats-reporting): add validation and transformation decorators for fromSec and toSec in BaseRangeQueryDto hace 1 mes
  Dave 6e062014cb feat(stats-reporting): add logging for getAdsHourly method in StatsReportingController hace 1 mes
  Dave 206e3a98e3 feat(stats-reporting): enhance DTOs and controller with Swagger decorators for improved API documentation hace 1 mes
  Dave 641688a3ac feat(stats-reporting): implement stats reporting module with controller, service, and DTOs hace 1 mes
  Dave 7dfc6c4335 fix: correct log message brackets in stats aggregation and rerun services hace 1 mes
  Dave 90b60fceee refactor: streamline stats aggregation by consolidating rerun logic and enhancing hourly aggregation handling hace 1 mes
  Dave ca9da70df3 feat(stats-aggregation): update hourly aggregation interval and enhance time handling hace 1 mes
  Dave 80d9874233 refactor: optimize date calculations in daily and hourly aggregation services hace 1 mes