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
/
YpDaemon
/
src
/
worker
History
Torsten Schulz (local)
8509a7e171
All checks were successful
Deploy yourpart (blue-green) / deploy (push)
Successful in 2m19s
Details
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 new limits, ensuring accurate handling of monetary values.
2026-05-06 11:04:45 +02:00
..
base.rs
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 new limits, ensuring accurate handling of monetary values.
2026-05-06 11:04:45 +02:00
character_creation.rs
Add child relation deletion by parent query: Introduced a new SQL query to delete child relations where the character is either a father or mother. Updated relevant workers to execute this query before deleting child relations, ensuring proper cleanup of relationships during character deletion.
2026-02-04 14:46:57 +01:00
director.rs
Enhance logging for sales checks in DirectorWorker: Added detailed logging statements to track the sales verification process, including cases with no items to sell and the number of inventory items found. This improves visibility into the sales workflow and aids in debugging.
2026-02-02 15:48:53 +01:00
events.rs
Refactor money change handling in EventsWorker: Updated the logic for applying money changes to use the current money value for calculations, ensuring accurate adjustments. Introduced a new method to retrieve the current money of a user, enhancing error handling and improving the overall clarity of the code.
2026-02-05 08:16:54 +01:00
politics.rs
Refactor SQL query in DirectorWorker: Remove original_sell_cost from selection and enhance cost resolution logic for improved clarity and efficiency in database interactions.
2026-01-28 14:46:57 +01:00
sql.rs
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 changes in production counting logic and SQL migrations.
2026-04-17 16:59:22 +02:00
user_character.rs
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 new limits, ensuring accurate handling of monetary values.
2026-05-06 11:04:45 +02:00