Commit Graph

16 Commits

Author SHA1 Message Date
Giuseppe Raffa
5912c00a82 refactor: remove rules endpoint and related logic
- Deleted the rules routes and associated logic from the API.
- Removed rules-related functionality from params.sensor.js.
- Updated dashboard and rulesets HTML to remove references to rulesets.
- Removed force update button and related functionality from rulesets page.
- Cleaned up styles related to the force update button.
- Removed unused WebSocket client example.
- Updated realtime server to eliminate rules pushing logic.
- Refactored WebSocket handler to streamline data processing.
2026-04-16 14:27:27 +02:00
Giuseppe Raffa
edd7226966 feat: add support for later forecasts and implement force update functionality for rules 2026-04-16 08:14:10 +02:00
Giuseppe Raffa
bf66845528 feat: add CORS support and enhance session routes for better sensor management 2026-04-14 19:39:26 +02:00
Giuseppe Raffa
137c6131c3 feat: implement WebSocket server for real-time sensor data handling and add sensor status update routes 2026-04-14 19:05:37 +02:00
Giuseppe Raffa
a34048ae6b fix: update sensors route to correctly pass database name to query function 2026-04-14 18:13:07 +02:00
Giuseppe Raffa
a79ab2af38 feat: add Redis integration, enhanced health checks and fixed an error in the database core 2026-04-14 17:11:24 +02:00
Giuseppe Raffa
d79c12b6e9 feat: implement sensor connection and health check endpoints 2026-04-14 17:05:24 +02:00
Giuseppe Raffa
c478f5c13c reset: removed the old code to start from scratch 2026-04-14 15:56:24 +02:00
Giuseppe Raffa
8b5937fa19 refactor: update WebSocket server setup and improve session handling 2026-04-14 15:04:10 +02:00
Giuseppe Raffa
1044837080 feat: configure realtime services and update environment variables 2026-04-14 13:23:26 +02:00
Giuseppe Raffa
f785fbedca feat: initialize sensors database table and index on server startup 2026-04-06 11:47:54 +02:00
Giuseppe Raffa
e65f2ba3a0 refactor: update database environment variable references and fix syntax in auth helper 2026-04-06 11:44:17 +02:00
Giuseppe Raffa
e0b51836be chore: move database and redis connection logs from auth helper to health check endpoint 2026-04-04 12:20:47 +02:00
Giuseppe Raffa
b31a04b1a7 feat: implement comprehensive health check endpoints for API, Auth, and Realtime services to monitor database, Redis, MinIO, and InfluxDB connectivity. 2026-04-04 12:10:00 +02:00
Giuseppe Raffa
ba6941fd2a chore: bind servers to 0.0.0.0 to allow external network access 2026-03-31 20:07:54 +02:00
Giuseppe Raffa
bcfce32adb feat: initialize microservice architecture with auth, api, realtime, copernicus, ml, and console modules 2026-03-28 15:29:34 +01:00