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
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
deploy-daemon.yml
Actor
All actors
admin
torsten
Status
All status
Success
Failure
Waiting
Running
code fixes
#60
:
Commit
41c0e5a6f2
pushed by
torsten
main
2026-06-06 13:28:42 +02:00
1m53s
View workflow file
Wahlproblem gefixt
#59
:
Commit
35377e3b59
pushed by
torsten
main
2026-06-06 12:36:53 +02:00
1m23s
View workflow file
Updated politics worker
#57
:
Commit
e5e17c2c5e
pushed by
torsten
main
2026-06-05 20:30:13 +02:00
2m2s
View workflow file
Füge zusätzliche Informationen zu Lagerzerstörungen hinzu: Erweitere die Funktionen zur Verarbeitung von persönlichen und regionalen Lager-Schäden, um die ID und den Titel des Ereignisses als Schadensursache zu übergeben und in den Rückgaben zu integri…
#56
:
Commit
facd11b14f
pushed by
torsten
main
2026-05-27 18:25:30 +02:00
1m56s
View workflow file
Füge neue SQL-Abfragen für die Abfrage von Lagerbeständen nach Typ hinzu: Implementiere `QUERY_GET_REGION_STOCKS_BY_TYPE` und `QUERY_GET_USER_STOCKS_BY_TYPE`, um die Abfrage von Lagerbeständen zu optimieren. Aktualisiere die Logik in `events.rs`, um di…
#55
:
Commit
f09033a99d
pushed by
torsten
main
2026-05-27 17:53:44 +02:00
1m49s
View workflow file
Füge Logik zur Durchsetzung der Wahlvorlaufzeit hinzu: Implementiere die Funktion `enforce_election_lead_time`, um sicherzustellen, dass Wahlen erst nach Ablauf von 2 Tagen seit ihrer Erstellung ausgewertet werden. Aktualisiere SQL-Abfragen zur Berücks…
#54
:
Commit
86d79c90a5
pushed by
torsten
main
2026-05-26 10:06:21 +02:00
1m41s
View workflow file
Verbessere Logik zur Berechnung von Reputation und Ehezufriedenheit: Aktualisiere die Kategorien und täglichen Deltas für Reputation und Ehezufriedenheit basierend auf Standsgruppen, um die Auswirkungen von Liebschaften präziser darzustellen. Füge Doku…
#53
:
Commit
88eda493ff
pushed by
torsten
main
2026-05-21 11:03:16 +02:00
1m31s
View workflow file
Füge Logik zur Berechnung von Reputation und Ehezufriedenheit basierend auf Liebschaften hinzu: Implementiere Funktionen zur Bewertung der Standsgruppe und zur Berechnung täglicher Deltas für Reputation und Ehezufriedenheit, um die Auswirkungen von Lie…
#52
:
Commit
342eb512b4
pushed by
torsten
main
2026-05-21 10:56:03 +02:00
1m31s
View workflow file
Behebe unnötige Zählvariablen und verbessere die Lesbarkeit in mehreren Modulen: Entferne die Zählvariable für Transporte in DirectorWorker, optimiere die Filterung in FalukantFamilyWorker und passe die Bedingungen in FalukantServants und Underground a…
#51
:
Commit
773665635d
pushed by
torsten
main
2026-05-21 09:43:50 +02:00
1m35s
View workflow file
Behebe Warnung über ungenutzte logische Operation in DirectorWorker: Ändere die Bedingung für den Transportstart, um das Ergebnis der Funktion zu ignorieren und die Lesbarkeit zu verbessern.
#50
:
Commit
173776fb52
pushed by
torsten
main
2026-05-21 09:41:49 +02:00
1m29s
View workflow file
Verbessere Fehlerbehandlung in Transport- und Produktionslogik: Optimiere die Bedingungen für den Transportstart und die Verarbeitung abgeschlossener Produktionen, um die Lesbarkeit zu erhöhen und Fehler effizienter zu handhaben.
#49
:
Commit
43cb58294c
pushed by
torsten
main
2026-05-21 09:39:30 +02:00
1m25s
View workflow file
Aktualisiere Logik zur Schwangerschaftsplanung: Ändere die Intervalle für die Schwangerschaftsplanung in den SQL-Abfragen auf 18 Stunden und entferne nicht benötigte Abfragen zur Geburt. Dies verbessert die Einhaltung der Regel, dass eine Mutter pro Ka…
#48
:
Commit
87f6e7315d
pushed by
torsten
main
2026-05-21 09:32:52 +02:00
1m45s
View workflow file
Enhance birth delivery queries to prevent multiple births per mother per day: Updated SQL queries for marriage and planned character birth deliveries to include checks that prevent a mother from having more than one child born on the same calendar day.…
#47
:
Commit
cb22b111a3
pushed by
torsten
main
2026-05-13 22:07:58 +02:00
1m47s
View workflow file
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 integri…
#46
:
Commit
208f16e30b
pushed by
torsten
main
2026-05-09 09:21:46 +02:00
2m24s
View workflow file
Enhance income update logic in DirectorWorker: Introduced a nested SQL query to calculate desired income based on title of nobility and knowledge averages. Updated the income setting logic to utilize this calculated desired income, ensuring more accura…
#45
:
Commit
2d62ba4b51
pushed by
torsten
main
2026-05-08 11:30:40 +02:00
1m29s
View workflow file
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 `WorkerScheduleAcce…
#44
:
Commit
dd8d8be79b
pushed by
torsten
main
2026-05-08 11:17:36 +02:00
1m40s
View workflow file
Enhance worker schedule access control with detailed debugging information: Updated the `user_can_read_worker_schedules` function to return a `WorkerScheduleAccessDebug` struct, providing detailed error messages and access information. Improved WebSock…
#43
:
Commit
d27230a0b5
pushed by
torsten
main
2026-05-08 10:47:16 +02:00
1m39s
View workflow file
Add user right for main admin and enhance worker schedule access control: Introduced a new user right `mainadmin` to improve access management. Updated the logic in `user_can_read_worker_schedules` to include checks for this new right, enhancing the SQ…
#42
:
Commit
f7eb53ae90
pushed by
torsten
main
2026-05-08 10:32:58 +02:00
1m32s
View workflow file
Implement worker schedule access control and runtime tracking: Added a new user right `worker_schedule_read` to manage access to the `getWorkerSchedules` WebSocket endpoint. Enhanced the WebSocket server to handle requests for worker schedules, includi…
#41
:
Commit
42f71d831f
pushed by
torsten
main
2026-05-08 09:06:01 +02:00
1m35s
View workflow file
Enhance satisfaction update logic in DirectorWorker: Introduced an adjusted income calculation to update director incomes based on their wished income and auto-adjust settings. Modified the SQL query for satisfaction updates to include this new logic, …
#40
:
Commit
b7d7705bbe
pushed by
torsten
main
2026-05-07 13:34:24 +02:00
1m37s
View workflow file
Add satisfaction check to DirectorWorker: Introduced a new field for tracking the last satisfaction check and updated the calculation logic to ensure it runs only once every 24 hours. Enhanced SQL query for updating satisfaction to include a salary gap…
#39
:
Commit
48a374e3ac
pushed by
torsten
main
2026-05-07 11:32:00 +02:00
1m30s
View workflow file
Add branch and region details to DirectorWorker: Enhanced resignation candidate structure by including branch_id, region_id, and region_label. Updated resignation risk and resignation payloads to incorporate these new fields. Modified SQL query to retr…
#38
:
Commit
d0ff6cad68
pushed by
torsten
main
2026-05-07 11:27:42 +02:00
1m49s
View workflow file
Refactor revenue and tax handling in DirectorWorker: Updated logic to separately account for gross revenue and tax deductions during product sales. Enhanced monetary transactions to ensure accurate tax income distribution, particularly when the seller …
#37
:
Commit
9022b58dc7
pushed by
torsten
main
2026-05-06 11:11:53 +02:00
2m8s
View workflow file
Update monetary limits for numeric precision in BaseWorker and UserCharacterWorker: Changed maximum absolute values from numeric(10,2) to numeric(14,2) to accommodate larger monetary amounts. Adjusted related comments and clamping logic to reflect the …
#36
:
Commit
8509a7e171
pushed by
torsten
main
2026-05-06 11:07:09 +02:00
2m20s
View workflow file
Refactor event effect handling in EventsWorker: Improved logic for handling empty effect results to prevent unnecessary database writes. Enhanced error handling for retrieving current money, ensuring robust behavior when user data is unavailable. Simpl…
#35
:
Commit
43eb6ed0ab
pushed by
torsten
main
2026-04-24 10:02:43 +02:00
1m53s
View workflow file
Refactor Falukant certificate processing logic: Introduced a new SQL query to check for the existence of the `completion_count` column in the production log, allowing for conditional selection of certificate input rows. Added a legacy query for environ…
#34
:
Commit
05f713c5e1
pushed by
torsten
main
2026-04-21 15:36:35 +02:00
1m34s
View workflow file
Implement election candidate table readiness check in character deletion process: Added a new SQL query to verify the existence of the election candidate table before attempting to delete associated records. Updated the deletion logic in both EventsWor…
#33
:
Commit
397b612bf1
pushed by
torsten
main
2026-04-21 11:50:37 +02:00
1m40s
View workflow file
Enhance character deletion process in EventsWorker and UserCharacterWorker: Added SQL queries to delete associated data such as knowledge, debtors prism, political offices, and election candidates upon character deletion. Implemented event publishing f…
#32
:
Commit
a38beadb8e
pushed by
torsten
main
2026-04-20 15:36:53 +02:00
1m41s
View workflow file
Implement political office history logging: Added SQL logic to archive political office records upon expiration and deletion, ensuring historical tracking of office terms. Updated relevant queries to insert records into `falukant_log.political_office_h…
#31
:
Commit
0892e2db8b
pushed by
torsten
main
2026-04-17 17:33:31 +02:00
1m33s
View workflow file
Update production log SQL queries to include completion count: Modified the `QUERY_INSERT_UPDATE_PRODUCTION_LOG` to add a new `completion_count` field, ensuring accurate tracking of completed productions. Updated related documentation to reflect change…
#30
:
Commit
75a1e5b306
pushed by
torsten
main
2026-04-17 17:02:28 +02:00
1m51s
View workflow file
First
Previous
1
2
Next
Last