This website requires JavaScript.
Explore
Help
Register
Sign In
torsten
/
yourpart-daemon
Watch
1
Star
0
Fork
0
You've already forked yourpart-daemon
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
Files
208f16e30b7261a45a6aebd8eaa8304c352a98d2
yourpart-daemon
/
src
History
Torsten Schulz (local)
208f16e30b
All checks were successful
Deploy yourpart (blue-green) / deploy (push)
Successful in 2m23s
Details
Refactor satisfaction update logic in DirectorWorker: Simplified the SQL query for updating director satisfaction by introducing a common table expression (CTE) for updated satisfaction values. This change enhances readability and maintains the integrity of satisfaction updates while ensuring accurate data retrieval from both new and adjusted income calculations.
2026-05-09 09:19:17 +02:00
..
db
Verbessere Fehlerbehandlung in SQL-Abfragen: Füge detaillierte Fehlermeldungen für Vorbereitungs- und Ausführungsfehler in den Director- und Politics-Workern hinzu.
2025-12-16 08:52:08 +01:00
worker
Refactor satisfaction update logic in DirectorWorker: Simplified the SQL query for updating director satisfaction by introducing a common table expression (CTE) for updated satisfaction values. This change enhances readability and maintains the integrity of satisfaction updates while ensuring accurate data retrieval from both new and adjusted income calculations.
2026-05-09 09:19:17 +02:00
config.rs
Initial commit: Rust YpDaemon
2025-11-21 23:05:34 +01:00
main.rs
Refactor Falukant certificate management: Consolidated certificate logic into the FalukantFamilyWorker's daily processing, removing the separate FalukantCertificateWorker. Updated SQL queries to include app_user_id and enhanced documentation for clarity on certificate scoring and daily recalculation logic.
2026-03-25 11:12:55 +01:00
message_broker.rs
Initial commit: Rust YpDaemon
2025-11-21 23:05:34 +01:00
websocket_server.rs
Refactor WebSocket server access control logic for worker schedules: Updated the handling of user permissions in
handle_connection
to utilize
tokio::task::spawn_blocking
, improving error handling and debugging information in the
WorkerScheduleAccessDebug
struct. This change enhances the robustness of access checks and provides clearer feedback when access is denied.
2026-05-08 11:15:53 +02:00