Logo
Explore Help
Register Sign In
torsten/yourpart-daemon
1
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
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…
deploy-daemon.yml #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…
deploy-daemon.yml #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…
deploy-daemon.yml #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 …
deploy-daemon.yml #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…
deploy-daemon.yml #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…
deploy-daemon.yml #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…
deploy-daemon.yml #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.
deploy-daemon.yml #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…
deploy-daemon.yml #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…
deploy-daemon.yml #21:Commit df092d1790 pushed by torsten
main
2026-04-13 15:09:29 +02:00
1m46s
View workflow file
Update YpDaemon version to 0.5.0 and change edition to 2024 in Cargo.toml and Cargo.lock for improved compatibility and feature enhancements.
deploy-daemon.yml #20:Commit 670ea093d0 pushed by torsten
main
2026-04-13 15:06:21 +02:00
1m17s
View workflow file
Enhance sell log SQL query: Updated the `QUERY_ADD_SELL_LOG` to include a `sell_timestamp` field in the conflict resolution clause, ensuring accurate tracking of sell events. This change improves the logging mechanism for sales data in the database.
deploy-daemon.yml #19:Commit 8593824a73 pushed by torsten
main
2026-04-13 15:02:58 +02:00
3s
View workflow file
Refactor product start calculation and SQL query: Updated the documentation for the best product start logic to clarify the ranking criteria and cost calculations. Adjusted the SQL query to enhance the worth calculation by incorporating new logic for c…
deploy-daemon.yml #18:Commit 7ca43da52d pushed by torsten
main
2026-04-13 14:53:13 +02:00
2s
View workflow file
Update version and edition in Cargo.toml; enhance breakup risk management in FalukantFamilyWorker: Added logic to automatically deactivate low-affection relationships and notify users of high breakup risks. Updated SQL queries to support these changes.
deploy-daemon.yml #17:Commit 2cca0da750 pushed by torsten
main
2026-04-13 12:24:25 +02:00
4s
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.
deploy-daemon.yml #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…
deploy-daemon.yml #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…
deploy-daemon.yml #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…
deploy-daemon.yml #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…
deploy-daemon.yml #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…
deploy-daemon.yml #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…
deploy-daemon.yml #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…
deploy-daemon.yml #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…
deploy-daemon.yml #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…
deploy-daemon.yml #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…
deploy-daemon.yml #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…
deploy-daemon.yml #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…
deploy-daemon.yml #4:Commit b3578c65b8 pushed by torsten
main
2026-03-31 10:32:03 +02:00
2m54s
View workflow file
Refactor SSH connection steps in deployment workflow: Updated environment variable names for clarity and added logging for resolved configuration. Enhanced SSH connection commands to utilize the new variable names, improving maintainability and readabi…
deploy-daemon.yml #3:Commit 64080211d1 pushed by torsten
main
2026-03-31 10:23:52 +02:00
2m57s
View workflow file
Update deployment workflow for blue-green strategy: Renamed workflow to 'Deploy yourpart (blue-green)' and refactored SSH connection steps to utilize environment variables for host, port, and user. Changed deployment script to align with blue-green dep…
deploy-daemon.yml #2:Commit 57f3d27eb7 pushed by torsten
main
2026-03-31 10:11:03 +02:00
6s
View workflow file
Refactor planned pregnancy management in UserCharacterWorker and SQL: Updated queries to handle planned births and clear pregnancy records post-birth. Streamlined pregnancy processing logic with readiness checks and improved child relation insertion. E…
deploy-daemon.yml #1:Commit a7a6ea1ff9 pushed by torsten
main
2026-03-31 09:58:36 +02:00
0s
View workflow file
First Previous 1 2 Next Last
Powered by Gitea Version: 1.25.3 Page: 74ms Template: 22ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API