|
dacd786b4c
|
Work around .NET starving thread pool when reading process output
|
2023-03-03 08:32:05 +01:00 |
|
|
a31dda7439
|
Fix Server forgetting instance status after reconfiguring & refactor automatic instance launch
|
2023-02-26 19:39:12 +01:00 |
|
|
bb7de48d24
|
Move fetching server jar download information exclusively to the Server
|
2023-02-26 15:29:51 +01:00 |
|
|
891a999ffd
|
Add event log
|
2023-02-24 17:22:19 +01:00 |
|
|
c0bfe8f403
|
Rename audit log classes and entities
|
2023-02-13 05:30:32 +01:00 |
|
|
7a209d1d71
|
Fix Server not marking Agent as connected if a keep-alive packet arrives after a temporary packet loss
|
2023-02-07 23:44:27 +01:00 |
|
|
81bcb91566
|
Add instance edit form & fix instance configuration validation
|
2023-02-07 23:15:33 +01:00 |
|
|
dca52bb6ad
|
Check Agent instance and memory limits on instance launch instead of instance creation
|
2023-01-30 21:28:25 +01:00 |
|
|
e40459a039
|
Unify enums used for result messages
|
2023-01-30 08:18:53 +01:00 |
|
|
07eed8b689
|
Clarify cancellation token purpose in RPC Send methods
|
2023-01-27 13:59:44 +01:00 |
|
|
d2e7f4f876
|
Add TaskManager shutdown logging of remaining tasks
|
2023-01-25 12:08:53 +01:00 |
|
|
f4aec6f11d
|
Refactor sequence IDs in message replies
|
2023-01-24 01:09:25 +01:00 |
|
|
b1758fb2bb
|
Minor code and dependency cleanup
|
2022-12-31 21:45:17 +01:00 |
|
|
2cc7975193
|
Rework message replies
|
2022-12-30 03:26:06 +01:00 |
|
|
e2ed060044
|
Add user role management to web
|
2022-10-27 06:24:54 +02:00 |
|
|
1c5940dd23
|
Add basic user management to web
|
2022-10-25 04:42:26 +02:00 |
|
|
0e6d506cb4
|
Add user and role permissions on web
|
2022-10-22 20:02:46 +02:00 |
|
|
3b19cbd985
|
Add Agent build version to Agents table
|
2022-10-19 01:47:55 +02:00 |
|
|
24e08f1943
|
Migrate from MessagePack to MemoryPack for RPC serialization
|
2022-10-19 00:26:17 +02:00 |
|
|
4fc5214418
|
Add audit log
|
2022-10-17 00:25:30 +02:00 |
|
|
3d2b0d5373
|
Move TaskManager to Phantom.Utils.Runtime project
|
2022-10-16 16:54:34 +02:00 |
|
|
f10a754efb
|
Refactor RwLockedDictionary and introduce RwLockedObservableDictionary
|
2022-10-15 16:27:25 +02:00 |
|
|
e51844d798
|
Add version and git hash to assemblies & website menu
|
2022-10-14 22:09:24 +02:00 |
|
|
1c96afaa3c
|
Mark Agents as disconnected if the Server does not receive keep-alive messages for too long
|
2022-10-14 21:03:35 +02:00 |
|
|
7a495888aa
|
Fix Server not automatically launching instances when Agent restarts unless instances are reloaded from database
|
2022-10-14 17:41:44 +02:00 |
|
|
c4b1d3c920
|
Fix graceful shutdown issues
|
2022-10-14 17:20:41 +02:00 |
|
|
46446ea5d5
|
Add customizable JVM arguments to instances
|
2022-10-11 21:30:09 +02:00 |
|
|
f880a46887
|
Redact IP addresses in instance logs
|
2022-10-11 16:34:22 +02:00 |
|
|
adf0dd6853
|
Add administrator account creation and user login
|
2022-10-09 08:33:36 +02:00 |
|
|
adea2021ba
|
Fix instances being added to database despite agent reporting an error
|
2022-10-08 12:37:28 +02:00 |
|
|
9e47351799
|
Add modal dialog for stopping instances with customizable stop delay
|
2022-10-08 12:36:34 +02:00 |
|
|
7f1e838331
|
Add form for sending commands to instances
|
2022-10-07 17:21:39 +02:00 |
|
|
0695ee8405
|
Add instance logs to web
|
2022-10-07 17:21:39 +02:00 |
|
|
b9fa5de76b
|
Add support for configuring, launching, and stopping Minecraft server instances
|
2022-10-07 17:21:38 +02:00 |
|
|
56b0e65809
|
Persist instances in the database
|
2022-10-07 17:21:38 +02:00 |
|
|
abb4c72a66
|
Add basic instance management with a creation form and instance table on web
|
2022-10-07 17:21:38 +02:00 |
|
|
3c0c286c32
|
Add Java runtime discovery to Agents
|
2022-10-07 17:21:38 +02:00 |
|
|
67754da5c7
|
Persist Agents in database
|
2022-10-07 11:33:57 +02:00 |
|
|
4abb394bc3
|
Add Agent memory and instance configuration
|
2022-10-07 11:33:57 +02:00 |
|
|
40bf4d4578
|
Add Agent management with an Agent table on web
|
2022-10-07 11:33:57 +02:00 |
|
|
23a4cf69dd
|
Add communication between Agent and Server via ZeroMQ and MessagePack
|
2022-10-07 07:27:20 +02:00 |
|