This website requires JavaScript.
Explore
Help
Sign In
oxbrbtx
/
PrimAITE
Watch
1
Star
0
Fork
0
You've already forked PrimAITE
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6d6f21a20a1a02bcb89caaef4aa4b20c18e6ee94
PrimAITE
/
src
/
primaite
/
simulator
History
Charlie Crane
6d6f21a20a
#2706
- Additional assert on new test and a guard clause on LocalTerminalConnection.execute() to check that the Terminal service is running before sending a command
2024-08-06 19:14:53 +01:00
..
_package_data
#2705
- Move application registry into application module instead of hardcoding in game module
2024-06-28 11:57:54 +01:00
domain
#2623
Make it possible to view currently valid simulation requests
2024-07-08 15:17:35 +01:00
file_system
#2740
: refactor variable
2024-07-11 13:57:23 +01:00
network
#2706
- Resolving an issue that saw disconnected terminal connections still able to send execute commands that were also then processed by the target node. Created a new class: LocalterminalConnection, for local connection objects to terminal. Calling terminal.show() when there is a local connection will have 'Local Connection' as the IP address. Receive and execute will check that the provided connection uuid is valid before actioning any commands. TerminalClientConnection objects now have an is_active flag similar to DatabaseClientConnection. Added a new test to check that terminals will reject commands from disconnected clientconnection objects.
2024-08-06 19:09:23 +01:00
system
#2706
- Additional assert on new test and a guard clause on LocalTerminalConnection.execute() to check that the Terminal service is running before sending a command
2024-08-06 19:14:53 +01:00
__init__.py
#2716
Agent logging now sits outside of the simulation output log directory, updated dev-mode CLI to include agent logging and added additional tests.
2024-07-10 13:36:37 +01:00
core.py
fix test problems and slowness
2024-07-12 11:23:41 +01:00
sim_container.py
#2646
- Added a custom pre-commit hook that ensure the copyright clause is added to .py and .rst files.
2024-06-05 09:11:37 +01:00