2725098203
Refactor database handling and queries
...
- Updated DbHandler to accept configuration parameters instead of using environment variables directly.
- Moved database queries from handler.go to a dedicated queries package for better organization and separation of concerns.
- Implemented error handling in query functions to provide more informative error messages.
- Refactored image handling to utilize the new queries package for database interactions.
- Cleaned up unused code and comments across various files.
- Improved overall code readability and maintainability.
2025-08-22 10:11:07 +02:00
080002f4ae
feat: add DbHandler and helpers for database operations with logging and utility functions
2025-08-21 13:54:15 +02:00
0837f447fc
Refactor parser functionality: move ParseDettaglio and related tests to new parser package; remove unused utils functions
2025-08-21 13:53:55 +02:00
3b3d2e51ce
feat: add utility functions for string manipulation, XML fetching, and directory handling
2025-08-21 13:53:38 +02:00
3e854270f0
feat: update type references to use typedefs in multiple files
2025-08-21 12:46:02 +02:00
2ef3c38c8a
feat: refactor MiogestHandler to use typedefs and add ParseDettaglio function with tests
2025-08-21 12:45:53 +02:00
d4690ed653
Refactor test script to use echo for testing success instead of ping
2025-08-18 10:29:11 +02:00
24a5749272
Update scripts to use /bin/sh and ensure executable permissions
2025-08-18 10:22:02 +02:00
d471fe0f02
Add script files to Docker image
2025-08-18 09:55:51 +02:00
a7fdb2227a
Add scripts for cleaning expired storage and updating jobs
2025-08-18 09:54:38 +02:00
3c63aa0eb8
Add og_url handling in InsertAnnunciInDB and extractData_update for improved Open Graph support
2025-08-08 11:25:55 +02:00
c0bf6f5156
Add Og_url field to AnnuncioParsed and AnnunciDB for improved image handling
2025-08-08 11:15:40 +02:00
9ed9a4c39e
fix: update Dockerfile to use golang:1.24-bullseye base image
2025-08-07 17:24:33 +02:00
46e58c6b26
Update dependencies in go.mod and go.sum to latest versions
2025-08-05 10:06:17 +02:00
edd57928c7
Remove sysctl settings from keydb service in docker-compose.yml and add TELEFONO field to user seed data in 3_seed_user.sql
2025-08-04 18:40:39 +02:00
29c64c7e39
init
2025-08-04 17:45:44 +02:00