c10924bc35
Fix: TimeZone Fetcher.
2025-07-21 10:20:27 -03:00
24a6fc3849
Fixed Bug: Remove Logs
2025-07-18 18:48:44 -03:00
134c9399e9
Change Log Level to Debug
...
_logger.LogDebug Added: Agro - Feching
2025-07-18 18:18:30 -03:00
9dbf8dbe7e
Fix: AgroFetcher Data Diff
2025-07-18 16:19:59 -03:00
aadd0b218b
Fix: Lost Enpoint
2025-07-17 13:58:26 -03:00
f087799191
Fix: Controller Endpoint "agroganadero"
2025-07-17 13:43:20 -03:00
e9540fa155
feat(AgroFetcher): Implement incremental updates for cattle market data
...
- Modified the schedule to fetch data multiple times a day (11, 15, 18, 21h).
- Refactored MercadoAgroFetcher to compare new data against the last saved records for the current day.
- Added a repository method to replace the daily batch atomically, ensuring data integrity.
- Database writes are now skipped if no changes are detected, improving efficiency."
2025-07-17 13:38:47 -03:00
191a49977a
Fix Holidays Frontend
2025-07-15 12:18:25 -03:00
e1e23f5315
Feat(holidays): Implement database-backed holiday detection system
...
- Adds a new `MercadosFeriados` table to the database to persist market holidays.
- Implements `HolidayDataFetcher` to update holidays weekly from Finnhub API.
- Implements `IHolidayService` with in-memory caching to check for holidays efficiently.
- Worker service now skips fetcher execution on market holidays.
- Adds a new API endpoint `/api/mercados/es-feriado/{mercado}`.
- Integrates a non-blocking holiday alert into the `BolsaLocalWidget`."
2025-07-15 11:20:28 -03:00
2cd57d0e60
Fix YAxis Merval - Comment run worker ejecution
2025-07-14 10:32:28 -03:00
c51be0433a
Retry URL 1716
2025-07-04 17:17:01 -03:00
2a27207b41
Retry 1606
2025-07-04 16:06:13 -03:00
5286fa9617
Feat: Add extras.eldia.com to Cors
2025-07-04 14:17:29 -03:00
d411919288
Fix: NET SDK Runtime Version
2025-07-04 13:16:23 -03:00
cd1cc283cd
Fix: Dockerfile frontend
2025-07-04 13:10:10 -03:00
32c99515dd
feat(deploy): Añade configuración Docker para despliegue de servicios
2025-07-04 12:12:15 -03:00
5e317ab304
Mismo que anterior Commit
2025-07-03 15:56:06 -03:00
20b6babc37
feat(Worker): Implementa servicio de notificación para alertas de fallos críticos - Se remueve .env y se utilizan appsettings.Development.json y User Secrets
2025-07-03 15:55:48 -03:00
4cc9d239cf
perf(Worker): Implementa ejecución paralela de fetchers para mejorar rendimiento
2025-07-03 12:16:04 -03:00
6479a5a040
feat(Worker): Implementa política de reintentos con Polly para resiliencia en la obtención de datos
2025-07-03 12:11:08 -03:00
1730c66d6a
feat(Worker): Refactoriza planificador para usar expresiones Cron desde configuración
2025-07-03 11:57:11 -03:00
93b2887bd5
feat: adaptación de los proyectos para utilizar .env y comienzo de preparación para despliegue en docker
2025-07-03 11:44:10 -03:00
ab9e77fa81
feat: Add visual summary cards for Agro/Grains and implement 24h time format
2025-07-01 16:05:26 -03:00
4cfb248f54
feat: Implement BolsaLocalWidget and configure API CORS
2025-07-01 13:26:46 -03:00
5e9270eda7
feat: Complete API endpoints for grains and cattle data
2025-07-01 12:45:32 -03:00
8595dd16a8
fix: Resolve encoding issue for AgroFetcher and authorization for BcrFetcher
2025-07-01 12:27:28 -03:00
10f19af9f8
feat: Worker Service - API endpoints
...
Implement and configure Worker Service to orchestrate data fetchers - Implement API endpoints for stock market data
2025-07-01 12:19:00 -03:00
2fdf80f5b4
feat: Implement MercadoAgroFetcher scraper and repositories
2025-07-01 11:39:04 -03:00
075710287d
feat: Add initial database migration with FluentMigrator
2025-07-01 11:25:37 -03:00
656137f2bc
feat: Define data models and set up DB connection with Dapper
2025-07-01 11:10:28 -03:00
76635a0da9
feat: Initial project structure setup with solution and projects
2025-07-01 10:46:13 -03:00