giuseppe.raffa
  • Joined on 2026-04-13
giuseppe.raffa pushed to main at meb/OLD-server-architecture 2026-04-16 13:37:12 +00:00
981f498eb7 feat: update session handling and add session history endpoint
giuseppe.raffa pushed to main at meb/OLD-server-architecture 2026-04-16 12:27:30 +00:00
5912c00a82 refactor: remove rules endpoint and related logic
giuseppe.raffa pushed to main at meb/OLD-server-architecture 2026-04-16 06:14:14 +00:00
edd7226966 feat: add support for later forecasts and implement force update functionality for rules
giuseppe.raffa pushed to main at meb/OLD-server-architecture 2026-04-15 22:18:53 +00:00
c0be21a718 fix: update database queries to use 'active' instead of 'is_active' for consistency
giuseppe.raffa pushed to main at meb/OLD-server-architecture 2026-04-15 21:40:11 +00:00
370f911063 feat: implement CORS support and update API_URL in environment configuration
giuseppe.raffa pushed to main at meb/OLD-server-architecture 2026-04-15 21:15:15 +00:00
b4182c5c94 fix: remove unnecessary volume mapping for node_modules in docker-compose
giuseppe.raffa pushed to main at meb/OLD-server-architecture 2026-04-15 06:06:32 +00:00
3094c06467 Add Rulesets page with HTML structure and CSS styles
giuseppe.raffa pushed to main at meb/OLD-server-architecture 2026-04-14 18:20:32 +00:00
c9402de2e4 fix: update exposed port in Dockerfile from 3002 to 3000
giuseppe.raffa pushed to main at meb/OLD-server-architecture 2026-04-14 17:39:28 +00:00
bf66845528 feat: add CORS support and enhance session routes for better sensor management
giuseppe.raffa pushed to main at meb/OLD-server-architecture 2026-04-14 17:05:40 +00:00
137c6131c3 feat: implement WebSocket server for real-time sensor data handling and add sensor status update routes
giuseppe.raffa pushed to main at meb/OLD-server-architecture 2026-04-14 16:13:10 +00:00
a34048ae6b fix: update sensors route to correctly pass database name to query function
giuseppe.raffa pushed to main at meb/OLD-server-architecture 2026-04-14 16:10:07 +00:00
81e6e1960d fix: refactor database connection configuration to use baseConfig
giuseppe.raffa pushed to main at meb/OLD-server-architecture 2026-04-14 16:09:11 +00:00
59f7135b61 debug: adds a debug log to fix password environment variable problem
giuseppe.raffa pushed to main at meb/OLD-server-architecture 2026-04-14 15:59:56 +00:00
d17c78f42a fix: correct database password environment variable reference
giuseppe.raffa pushed to main at meb/OLD-server-architecture 2026-04-14 15:58:45 +00:00
ea4af13840 fix: correct database password environment variable reference
giuseppe.raffa pushed to main at meb/OLD-server-architecture 2026-04-14 15:57:58 +00:00
a19c6988f4 fix: update database password environment variable and correct sensors database name
giuseppe.raffa pushed to main at meb/OLD-server-architecture 2026-04-14 15:55:59 +00:00
2bbc5e0320 feat: add database configuration logging for improved visibility
giuseppe.raffa pushed to main at meb/OLD-server-architecture 2026-04-14 15:45:43 +00:00
b6b1ed7a2b feat: implement sensor connection endpoint and add pending tokens route
giuseppe.raffa pushed to main at meb/OLD-server-architecture 2026-04-14 15:11:27 +00:00
a79ab2af38 feat: add Redis integration, enhanced health checks and fixed an error in the database core
giuseppe.raffa pushed to main at meb/OLD-server-architecture 2026-04-14 15:05:26 +00:00
d79c12b6e9 feat: implement sensor connection and health check endpoints