Commit Graph

24 Commits

Author SHA1 Message Date
3f4f0aab82 Set machine status to "logged-in" by default
Updated the default machine status from "offline" to "logged-in" in the ArchiveSynchronizer class. This ensures the correct initial status is set when the object is instantiated.
2024-10-29 12:04:28 +01:00
82c09a8ced Refactor machine status updates
Removed unnecessary machine status update to "stand-by" and streamlined status changes to "working" and "logged-in" based on specific actions. This helps in maintaining a cleaner and more accurate status flow within the application logic.
2024-10-29 12:03:20 +01:00
bd0ea025f7 Update machine status handling and fix archive synchronizer init
Refactor machine status updates to include more states such as working" for better control. Also, ensure `ArchiveSynchronizer` is initialized with the `config` parameter where needed, improving consistency in object creation across multiple UI components.
2024-10-29 11:41:42 +01:00
Eduardo
58bc7c0477 fix 2024-10-28 15:58:46 +01:00
Eduardo
d3b7fcaecd fix 2024-10-28 09:30:47 +01:00
087d3a48d6 Refactor ArchiveSynchronizer usage and clean up code
Refactor code to properly utilize `ArchiveSynchronizer` class across multiple modules. Adjust conditional statements and imports for consistency. Remove unnecessary debug outputs and redundant code, ensuring more streamlined and maintainable codebase.
2024-10-25 17:11:00 +02:00
27fd430a0b auto import wip
Updated remote_fetch to allow flexible machine_status input and reorganized file saving logic to categorize downloads based on file types. Modified test configuration to ensure compatibility with the new changes.
2024-10-24 11:11:03 +02:00
fce0151ecc Refactor remote_fetch method to improve file management
Updated remote_fetch to allow flexible machine_status input and reorganized file saving logic to categorize downloads based on file types. Modified test configuration to ensure compatibility with the new changes.
2024-10-23 16:51:27 +02:00
1da8c3ae39 Add machine_id parameter to remote_fetch method
Updated the remote_fetch method to accept a mandatory machine_id parameter and adjusted the URL endpoint accordingly. Modified relevant invocation and added error handling for missing machine_id. Updated the corresponding tests to include the machine_id parameter.
2024-10-23 15:00:17 +02:00
e6c7b76ccd dev.r5portal remote_fetch
fix
2024-10-23 11:46:57 +02:00
2c01810685 dev.r5portal remote_fetch
ok
2024-10-23 11:30:30 +02:00
7261f2d1e0 dev.r5portal upload system unit test ok 2024-10-23 09:45:57 +02:00
61b7fc98a5 dev.r5portal upload system unit test ok 2024-10-23 09:36:55 +02:00
d5a4813b58 dev.r5portal upload system unit test ok 2024-10-23 09:20:41 +02:00
e1289065c8 dev.r5portal upload system wip 2 2024-10-22 16:37:55 +02:00
5464f9a9c4 dev.r5portal upload system wip 2024-10-22 12:11:56 +02:00
a54935fcad initial commit dev.r5portal upload system 2024-10-21 17:17:10 +02:00
Eduardo
85c1ec2d2d Add machine status tracking and update for ArchiveSynchronizer
The ArchiveSynchronizer now tracks machine status and sends updates about it. Options of status are tracked as "working", "logged-in", and "logged-out". This implementation includes configuration changes for the st-ten-10 machine and error reporting for failures during remote archive operations.
2024-04-23 11:15:23 +02:00
neo-dl
13684e8ab6 instruction reminder ok 2023-07-18 16:47:06 +02:00
matteo porta
17d467b62d db fix 2022-10-12 14:52:34 +02:00
matteo porta
ba5e00b24b fix db locked error 2022-10-12 10:49:18 +02:00
matteo porta
af6951c8f9 wip 2022-10-03 17:17:47 +02:00
matteo porta
05dde48ee6 lights 2022-06-29 11:02:58 +02:00
matteo porta
0beb139753 init 2022-06-01 18:37:27 +02:00