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
All Workflows
deploy-daemon.yml
Actor
All actors
torsten
Status
All status
Success
Failure
Waiting
Running
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
Enhance event effect handling in EventsWorker: Added logic to store detailed notes for price and production quality changes in notifications. Updated notification JSON structure to include these notes, improving the clarity of event effects communicate…
#29
:
Commit
48d8e9b293
pushed by
torsten
main
2026-04-14 11:40:43 +02:00
1m36s
View workflow file
Add logic to prevent multiple births for mothers in a single day: Implemented a new SQL query to check if a mother has already given birth today. Updated the `FalukantFamilyWorker` and `UserCharacterWorker` to utilize this check, enhancing the birth re…
#28
:
Commit
b0ee0da722
pushed by
torsten
main
2026-04-14 07:52:35 +02:00
1m35s
View workflow file
Implement director resignation processing in DirectorWorker: Added logic to check for director resignations based on satisfaction levels, including new SQL queries for retrieving candidates and deleting directors. Enhanced notification system to alert …
#27
:
Commit
6e931c1069
pushed by
torsten
main
2026-04-13 15:57:11 +02:00
1m33s
View workflow file
Refactor best production SQL query: Simplified and optimized the `QUERY_GET_BEST_PRODUCTION` by restructuring the query to use a `WITH` clause for better readability and performance. This change enhances the accuracy of production candidate selection b…
#26
:
Commit
3af0ab1156
pushed by
torsten
main
2026-04-13 15:46:42 +02:00
1m34s
View workflow file
Refactor SQL query for candidate selection: Updated the SQL query to include a new `FROM candidates` clause, ensuring accurate retrieval of the top production candidates based on worth calculations. This change enhances the clarity and functionality of…
#25
:
Commit
00ce7fc655
pushed by
torsten
main
2026-04-13 15:36:43 +02:00
1m54s
View workflow file
Enhance DirectorWorker logic for tax calculations: Updated the `DirectorWorker` to compute the cumulative tax percentage for net ranking and adjusted SQL queries to include this new parameter in production selection. Improved logging to capture additio…
#24
:
Commit
cd21293fbd
pushed by
torsten
main
2026-04-13 15:30:46 +02:00
1m34s
View workflow file
Refactor SQL queries for type consistency: Updated various SQL queries to ensure consistent data types by casting results to text. This change enhances compatibility and improves the handling of JSON data in the application.
#23
:
Commit
2eaea2481c
pushed by
torsten
main
2026-04-13 15:22:28 +02:00
1m37s
View workflow file
Add debug functionality for best production selection: Introduced a new SQL query `QUERY_GET_BEST_PRODUCTION_DEBUG` to retrieve the top 5 production candidates with detailed metrics. Enhanced the `DirectorWorker` to log debug information during product…
#22
:
Commit
3df83b507e
pushed by
torsten
main
2026-04-13 15:15:07 +02:00
1m36s
View workflow file
Add notify module and update notification SQL query: Introduced a new `notify` module for handling notifications. Updated the SQL query in `insert_notification_conn` to use `QUERY_INSERT_NOTIFICATION` instead of `QUERY_INSERT_NOTIFICATION_FULL`, simpli…
#21
:
Commit
df092d1790
pushed by
torsten
main
2026-04-13 15:09:29 +02:00
1m46s
View workflow file
Update deployment script path in workflow: Changed the script executed by the deploy-daemon workflow from `deploy-yourpart-bluegreen.sh` to `actualize-daemon.sh` for improved deployment management.
#16
:
Commit
10f71ece0e
pushed by
torsten
main
2026-04-10 09:54:19 +02:00
8m15s
View workflow file
Update production certificate logic for more frequent recalculations: Changed the certificate recalculation interval to approximately once per minute, updated related documentation, and adjusted the `FalukantFamilyWorker` to reflect these changes. Enha…
#15
:
Commit
7043e8d90c
pushed by
torsten
main
2026-04-10 08:48:34 +02:00
2m56s
View workflow file
Enhance money change event handling: Added a new `loss` field to the JSON response in the `EventsWorker` to display the loss amount as a positive value, improving clarity for UI text. Updated the calculation logic to ensure accurate representation of f…
#14
:
Commit
1111377913
pushed by
torsten
main
2026-04-10 08:42:46 +02:00
2m58s
View workflow file
Refactor production cost calculations and SQL query: Updated the `QUERY_GET_BEST_PRODUCTION` to implement a legacy formula for ranking based on effective market percentage and knowledge levels. Adjusted the calculation logic for costs and clarified doc…
#13
:
Commit
ebf20c4424
pushed by
torsten
main
2026-04-09 09:39:29 +02:00
2m42s
View workflow file
Refactor production cost calculations and SQL query: Updated the `QUERY_GET_BEST_PRODUCTION` to align profit calculations with the new logic for selling prices based on knowledge levels. Enhanced documentation to clarify the ranking criteria and the re…
#12
:
Commit
bb1c1c4133
pushed by
torsten
main
2026-04-09 09:14:23 +02:00
2m55s
View workflow file
Refactor SQL query for best production calculation: Updated the `QUERY_GET_BEST_PRODUCTION` to enhance the worth calculation by incorporating vehicle presence checks and adjusting the logic for market pricing based on regional data. Improved documentat…
#11
:
Commit
dda559cbe7
pushed by
torsten
main
2026-04-09 09:00:17 +02:00
2m46s
View workflow file
Refactor SQL query for best production calculation: Updated the `QUERY_GET_BEST_PRODUCTION` to incorporate vehicle presence checks for users, adjusting the worth calculation based on regional market data. Enhanced the query structure for improved clari…
#10
:
Commit
7d56f51ec9
pushed by
torsten
main
2026-04-09 08:51:54 +02:00
2m59s
View workflow file
Enhance production certificate logic and SQL queries: Updated the `QUERY_UPDATE_FALUKANT_USER_CERTIFICATE` to include `certificate_productions_count_since` for tracking production counts since the last level change. Modified the `QUERY_GET_PRODUCTION_C…
#9
:
Commit
e460792357
pushed by
torsten
main
2026-04-09 08:16:34 +02:00
3m12s
View workflow file
Implement daily political salary management: Introduced a new function `run_daily_political_salary` to calculate and distribute daily salaries for players with active political offices, utilizing configured values or fallback based on office rank. Upda…
#8
:
Commit
731c39dfa4
pushed by
torsten
main
2026-04-07 15:27:06 +02:00
2m52s
View workflow file
Implement political benefits management in FalukantFamilyWorker and SQL: Introduced a new structure for handling lover relationships, including political slots and reputation ticks. Updated SQL queries to support political benefits, ensuring proper han…
#7
:
Commit
ac024a8d14
pushed by
torsten
main
2026-04-02 15:49:36 +02:00
2m55s
View workflow file
Enhance production certificate and election result handling: Updated the logic in `run_daily` to improve clarity on level progression based on weighted scores, including detailed logging for cases where players meet minimum requirements but do not adva…
#6
:
Commit
21525ec125
pushed by
torsten
main
2026-04-02 14:51:37 +02:00
2m54s
View workflow file
Refactor death log handling in UserCharacterWorker: Introduced a new function `optional_linked_names` to streamline the retrieval of linked names (spouses, children, lovers) in the death context. This change enhances error handling and maintains the in…
#5
:
Commit
619e5e5123
pushed by
torsten
main
2026-03-31 15:17:01 +02:00
2m56s
View workflow file
Enhance production certificate logic and event handling: Updated the daily recalculation process in `FalukantFamilyWorker` to decouple it from family migration, ensuring consistent execution. Introduced a new mechanism to reset certificates upon succes…
#4
:
Commit
b3578c65b8
pushed by
torsten
main
2026-03-31 10:32:03 +02:00
2m54s
View workflow file
First
Previous
1
2
Next
Last