Commit Graph

65 Commits

Author SHA1 Message Date
chylex 3ffb37529c
Add user permission checking to Controller 2024-04-06 23:26:04 +02:00
chylex 1b12fd9c3b
Guard loading instances from database from exceptions 2024-04-04 20:37:37 +02:00
chylex d03f532996
Make Result type serializable 2024-03-31 18:24:22 +02:00
chylex c7b57fac97
Fix Rider inspections 2024-03-30 17:08:57 +01:00
chylex 137a2a53c3
Replace remaining uses of TaskManager 2024-03-30 09:25:08 +01:00
chylex 94148add2d
Force invariant culture for all applications 2024-03-30 08:23:39 +01:00
chylex 72ddaf91ad
Implement actors in Agent via Akka.NET 2024-03-30 07:50:29 +01:00
chylex 7cdb0a1910
Migrate RPC message handling to Akka.NET 2024-03-23 00:21:39 +01:00
chylex 0d039b69de
Implement actors in Controller via Akka.NET 2024-03-11 00:01:54 +01:00
chylex 1ded0e50b2
Redesign Web navigation 2023-12-20 06:11:24 +01:00
chylex e679b17e3b
Redesign Web tables 2023-12-20 06:11:24 +01:00
chylex 2471dc04f1
Improve handling of missing registration message 2023-12-17 18:38:23 +01:00
chylex 5bc474d455
Define message groups and use queues to send and process messages within each group sequentially 2023-12-17 07:41:58 +01:00
chylex 3cab9a0152
Move Controller RPC code into the RPC utils project 2023-12-17 07:41:57 +01:00
chylex 8b0452ead6
Move logging to a utils project 2023-12-17 06:49:18 +01:00
chylex 96456f90bc
Reimplement Web service 2023-12-05 14:27:55 +01:00
chylex e69b0245aa
Refactor methods for sending messages and waiting for replies 2023-12-02 06:30:06 +01:00
chylex cd332a6571
Fix Controller handling messages from unauthorized Agents 2023-10-23 14:03:15 +02:00
chylex 2a9bb9e6ac
Extract classes for client-to-server RPC connection 2023-10-23 14:03:13 +02:00
chylex 55b853d227
Fully separate Controller and Web into their own services - Controller compiling and setup 2023-10-23 14:02:58 +02:00
chylex 627e7436fd
Remove unnecessary trailing spaces 2023-10-23 01:16:44 +02:00
chylex 346eab0b1b
Replace ASP.NET Identity with a custom solution 2023-10-09 14:08:11 +02:00
chylex 346ca5de75
Remove dependency on coverlet.collector 2023-10-07 16:40:45 +02:00
chylex c89e30cd3f
Update to .NET 8 2023-04-07 01:33:13 +02:00
chylex 0091fa11fb
Merge several Utils projects 2023-04-07 01:33:13 +02:00
chylex a9646c5bbc
Convert backup procedure into an instance procedure 2023-03-28 03:30:37 +02:00
chylex 01d6648b1f
Rework Agent instance state management into a procedure-based system 2023-03-27 06:12:35 +02:00
chylex 0af14c3262
Fix code issues and inefficiencies 2023-03-05 07:29:45 +01:00
chylex 0ab165fd21
Optimize sending instance logs to wait for output instead of constantly looping 2023-03-05 04:17:14 +01:00
chylex dacd786b4c
Work around .NET starving thread pool when reading process output 2023-03-03 08:32:05 +01:00
chylex 89e67e1690
Log exceptions caught in RPC thread 2023-03-03 04:28:33 +01:00
chylex ffa0ff24fa
Move most verbose log messages to debug level 2023-02-28 00:07:54 +01:00
chylex d93c93cbf7
Extract reusable one-shot process runner from backup compressor implementation 2023-02-26 18:51:17 +01:00
chylex 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
chylex 2f49d72014
Implement automatic backups 2023-02-05 03:39:35 +01:00
chylex dca52bb6ad
Check Agent instance and memory limits on instance launch instead of instance creation 2023-01-30 21:28:25 +01:00
chylex d2e7f4f876
Add TaskManager shutdown logging of remaining tasks 2023-01-25 12:08:53 +01:00
chylex f4aec6f11d
Refactor sequence IDs in message replies 2023-01-24 01:09:25 +01:00
chylex b1758fb2bb
Minor code and dependency cleanup 2022-12-31 21:45:17 +01:00
chylex 2cc7975193
Rework message replies 2022-12-30 03:26:06 +01:00
chylex 6472134f9a
Update all NuGet packages 2022-12-29 18:20:24 +01:00
chylex e2ed060044
Add user role management to web 2022-10-27 06:24:54 +02:00
chylex c618a8d045
Fix web not checking permissions in events 2022-10-26 05:23:57 +02:00
chylex 8d3e4442d7
Move StopProcedureException into Phantom.Utils.Runtime project 2022-10-21 13:59:57 +02:00
chylex bcb53528b9
Refactor RPC to use a single long running task 2022-10-19 15:24:40 +02:00
chylex bcfc2c8240
Rewrite Agent shutdown procedure to delay RPC disconnection until main services are stopped 2022-10-19 06:36:31 +02:00
chylex 24e08f1943
Migrate from MessagePack to MemoryPack for RPC serialization 2022-10-19 00:26:17 +02:00
chylex ff5d31bf05
Make it possible to use condensed agent key via environment variables 2022-10-18 03:04:00 +02:00
chylex dbba829e21
Persist ASP.NET keys in the working directory 2022-10-17 00:48:55 +02:00
chylex 4fc5214418
Add audit log 2022-10-17 00:25:30 +02:00