Marek Wolan
f861b1897a
Remove deprecated code from v2
2023-10-25 13:36:55 +01:00
Marek Wolan
ffe80f215e
Merge 'origin/dev-game-layer' into feature/1924-Agent-Interface
2023-10-25 09:58:04 +01:00
Czar.Echavez
ac23633d82
#1947 : Added documentation on how the node initialisation works
2023-10-24 15:41:39 +01:00
Czar.Echavez
c4b43c479e
#1947 : remove storing deleted files in a list and banish them to the shadow realm instead
2023-10-24 11:53:21 +01:00
Marek Wolan
6b7c483a67
Align observations to Common approach
2023-10-24 11:07:25 +01:00
Czar.Echavez
1e66795aff
#1947 : remove scan from components that cannot be scanned
2023-10-24 10:43:00 +01:00
Czar.Echavez
8b85d5d55b
#1947 : node startup/shutdown now take multiple timesteps to complete
2023-10-24 10:11:50 +01:00
Marek Wolan
d4eee36b7b
Fix software registration for game layer and simulator interface
2023-10-23 17:23:14 +01:00
Marek Wolan
975aa9ffc2
Minor changes to rewards and services.
2023-10-23 16:26:34 +01:00
Czar.Echavez
724beb1a29
#1947 : folder/file scan now take multiple time steps to complete
2023-10-23 15:58:37 +01:00
Czar.Echavez
ffc4711afb
#1947 : added test for agent actions + clearing up the implementation of the request managers for filesystem
2023-10-20 12:58:58 +01:00
Marek Wolan
0f24b4a646
Remove broken import
2023-10-19 15:34:46 +01:00
Marek Wolan
49e78d5291
Add docstrings and fix formatting on many things
2023-10-19 09:36:23 +01:00
Marek Wolan
e0f8c3c5ea
Add documentation
2023-10-19 01:56:40 +01:00
Czar.Echavez
0edb9b46a7
#1947 : clean up existing work and clear up some itesm left in TODO
2023-10-18 13:21:05 +01:00
Czar.Echavez
4ee2235dd1
#1947 : temp commit what is done so far
2023-10-16 11:42:56 +01:00
Czar.Echavez
9b5d95cbb9
#1947 : refactor am->rm to align with refactor of ActionManager->RequestManager
2023-10-13 10:41:27 +01:00
Czar.Echavez
c9e4ba3c7d
#1947 : File and Folder hash checks
2023-10-12 11:16:25 +01:00
Marek Wolan
027addc485
Merge remote-tracking branch 'origin/dev' into feature/1924-Agent-Interface
2023-10-12 10:00:46 +01:00
Marek Wolan
565af11dba
Minor fixes to rewards
2023-10-12 09:59:45 +01:00
Marek Wolan
70c1857bbc
Implement rewards for UC2 (draft)
2023-10-11 15:49:41 +01:00
Marek Wolan
b84ab84385
Fix GATE Client to work successfully with GATE Server
2023-10-11 14:08:55 +01:00
Marek Wolan
def2c3699b
Add empty obs placeholders
2023-10-10 21:01:09 +01:00
Czar.Echavez
060bbf0506
#1947 : added ability for files and folders to be scanned, corrupted and repaired
2023-10-10 15:14:47 +01:00
Czar.Echavez
a1b4d3d5e0
Merge branch 'feature/1812-traverse-actions-dict' into feature/1947-implement-missing-node-actions
2023-10-10 09:59:34 +01:00
Czar.Echavez
56eda38a6e
#1947 : git merge did not change add_action -> add_request
2023-10-10 09:52:40 +01:00
Marek Wolan
f3451b2fbb
Replace request overwrite error with warning
2023-10-10 09:50:39 +01:00
Marek Wolan
b53c3856dd
Add GATE wheel temporarily
2023-10-10 09:48:04 +01:00
Czar.Echavez
80d371c238
Merge branch 'feature/1812-traverse-actions-dict' into feature/1947-implement-missing-node-actions
2023-10-10 08:58:58 +01:00
Marek Wolan
91f06c15f6
Fix formatting with precommit
2023-10-09 18:35:30 +01:00
Marek Wolan
37c851b5c5
Merge remote-tracking branch 'origin/dev' into feature/1924-Agent-Interface
2023-10-09 18:29:48 +01:00
Marek Wolan
18706be4ff
Merge branch 'origin/dev' into feature/1812-traverse-actions-dict
2023-10-09 18:26:25 +01:00
Marek Wolan
560e416eda
Merge 'origin/feature/1812' into feature/1924
2023-10-09 18:25:46 +01:00
Marek Wolan
f68886d5df
Fix bugged actions
2023-10-09 17:29:50 +01:00
Czar.Echavez
bbf2b09f96
#1947 : Add ability for all simcomponents to be scanned - sets up ability for service, files, folders and nodes to be scanned
2023-10-09 16:47:36 +01:00
Czar.Echavez
318539fd8f
#1943 : apply suggestions from PR + fixing FTP bug + elaborating
2023-10-09 13:25:12 +01:00
Marek Wolan
5a5710c6ae
Rename Sim Actions to request
2023-10-09 13:24:08 +01:00
Marek Wolan
2722abe428
Fix typos and formattig (based on PR Review)
2023-10-09 11:49:38 +01:00
Marek Wolan
df22d0de0b
Merge remote-tracking branch 'origin/dev' into feature/1812-traverse-actions-dict
2023-10-09 11:39:31 +01:00
Marek Wolan
081a3e519a
Fix certain observation bugs
2023-10-08 17:57:45 +01:00
Marek Wolan
ccb36f8400
Change observations to make loading from config better
2023-10-08 17:02:54 +01:00
Marek Wolan
3dea9743c3
Get primaite session step working
2023-10-06 20:32:52 +01:00
Czar.Echavez
853bb9eecc
#1943 : unit tests + refactoring HTTP -> Http
2023-10-06 12:10:57 +01:00
Marek Wolan
2a8df074b9
Add network action
2023-10-06 10:36:29 +01:00
Czar.Echavez
be6b904db9
- Fixed FTP client server infinite recursion - ftp server and clients can be installed on the same node, this could cause a loop of requests
...
- fixed tests broken by merged with dev
2023-10-05 16:24:48 +01:00
Czar.Echavez
4699e87ea8
Merge branch 'dev' into feature/1943-service-web-server
2023-10-04 16:35:23 +01:00
Czar.Echavez
97f0267539
#1796 : apply PR suggestions + fix tests
2023-10-04 11:33:18 +01:00
Marek Wolan
fabd4fd5dd
Add ACL Action to game layer
2023-10-04 09:07:04 +01:00
Czar.Echavez
82da21b073
\#1943:
...
- changelog added
- added documentation + example of using web server + web browser
- extended web server so that it also accepts ip addresses
- web server can differentiate between a normal page request and one that propagates into a DB request
- rename WebServerService -> WebServer
2023-10-03 16:56:35 +01:00
Czar.Echavez
4b5a73bd32
#1943 : web server + client + tests + a few improvements to syslogging
2023-10-03 14:59:48 +01:00