Commit Graph

17 Commits

Author SHA1 Message Date
4008d18042 Fix double unlock error 2025-07-21 22:25:34 +02:00
d05f0af637 Fix a bunch of deadlocks and nil options issues 2025-07-21 22:19:06 +02:00
80a9971652 Update API documentation and instance configuration 2025-07-19 22:04:13 +02:00
154e1f36f9 Update CreateInstanceOptions to use pointers for optional fields and set defaults in NewInstance 2025-07-19 21:28:59 +02:00
4529959e11 Rename CreateInstanceRequest to CreateInstanceOptions and update related functions for consistency 2025-07-19 21:20:10 +02:00
301e170974 Refactor instance management and configuration handling 2025-07-19 21:10:27 +02:00
604d7ebcc8 Implement instance log management 2025-07-19 18:59:58 +02:00
7c2192a48d Set process group ID for non-Windows systems during instance start 2025-07-19 16:33:24 +02:00
37107f76d5 Set up instance proxy 2025-07-19 13:39:36 +02:00
016e67a6c4 Unexport instance options 2025-07-19 11:53:35 +02:00
13bbf07465 Migrate from uuid to name 2025-07-19 11:21:12 +02:00
0e6be2b0a4 Add instance management handlers for starting, stopping, updating, and retrieving instances 2025-07-18 23:41:25 +02:00
4c6f08009a Implement start and stop instance logic 2025-07-18 23:19:38 +02:00
a6c7b7250f Improve instance management 2025-07-18 22:39:06 +02:00
b0873d5629 Refactor instance management and add InstanceManager interface 2025-07-18 17:53:22 +02:00
6f571dd91c Refactor server handlers and routing to use a handler struct 2025-07-17 21:46:26 +02:00
8324b021f5 Add Instance struct to manage server status and options 2025-07-17 20:56:35 +02:00