1
0
mirror of https://github.com/chylex/Minecraft-Phantom-Panel.git synced 2024-10-17 03:42:50 +02:00
Commit Graph

36 Commits

Author SHA1 Message Date
dacd786b4c
Work around .NET starving thread pool when reading process output 2023-03-03 08:32:05 +01:00
89e67e1690
Log exceptions caught in RPC thread 2023-03-03 04:28:33 +01:00
ffa0ff24fa
Move most verbose log messages to debug level 2023-02-28 00:07:54 +01:00
d93c93cbf7
Extract reusable one-shot process runner from backup compressor implementation 2023-02-26 18:51:17 +01:00
09e7510358
Change online player check in backup scheduler to wait for any server process output before retrying 2023-02-06 23:37:54 +01:00
2f49d72014
Implement automatic backups 2023-02-05 03:39:35 +01:00
dca52bb6ad
Check Agent instance and memory limits on instance launch instead of instance creation 2023-01-30 21:28:25 +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
6472134f9a
Update all NuGet packages 2022-12-29 18:20:24 +01:00
e2ed060044
Add user role management to web 2022-10-27 06:24:54 +02:00
c618a8d045
Fix web not checking permissions in events 2022-10-26 05:23:57 +02:00
8d3e4442d7
Move StopProcedureException into Phantom.Utils.Runtime project 2022-10-21 13:59:57 +02:00
bcb53528b9
Refactor RPC to use a single long running task 2022-10-19 15:24:40 +02:00
bcfc2c8240
Rewrite Agent shutdown procedure to delay RPC disconnection until main services are stopped 2022-10-19 06:36:31 +02:00
24e08f1943
Migrate from MessagePack to MemoryPack for RPC serialization 2022-10-19 00:26:17 +02:00
ff5d31bf05
Make it possible to use condensed agent key via environment variables 2022-10-18 03:04:00 +02:00
dbba829e21
Persist ASP.NET keys in the working directory 2022-10-17 00:48:55 +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
c4b1d3c920
Fix graceful shutdown issues 2022-10-14 17:20:41 +02:00
bfb60219ea
Change environment variables to throw on error instead of returning default value 2022-10-13 15:26:23 +02:00
8c9925921c
Migrate solution to centralized NuGet package versions 2022-10-12 19:19:19 +02:00
640731634b
Add custom task manager for tracking running tasks 2022-10-07 20:16:45 +02:00
0695ee8405
Add instance logs to web 2022-10-07 17:21:39 +02:00
eefe1b8051
Add support for downloading Minecraft server executables 2022-10-07 17:21:38 +02:00
3c0c286c32
Add Java runtime discovery to Agents 2022-10-07 17:21:38 +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
2c6c9ea493
Add Agent project & token generation 2022-10-07 07:27:20 +02:00
f27c88e7d5
Add Blazor web project with custom Bootstrap theme 2022-10-06 11:15:33 +02:00