Marek Wolan
59e2c23c04
Merge remote-tracking branch 'origin/feature/1924-Agent-Interface' into feature/1989-remove-v2-modules
2023-10-25 17:56:21 +01:00
Marek Wolan
4872c939ff
Apply suggestions from code review
2023-10-25 17:19:24 +01:00
Marek Wolan
2b8462d38d
Fix link import in v3 code
2023-10-25 17:04:04 +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
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
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
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
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
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
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
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
Chris McCarthy
3dc8a0f222
#1796 - Made the FTP copy real files. Hardcoded the DatabaseService backup folder and filename. Added db restore and final query check to the data manipulation e2e test.
2023-09-29 20:14:42 +01:00
Czar.Echavez
6202d320a6
#1796 : Add ability to create and restore database backups + add more sys log messages + remove the link size checks temporarily
2023-09-28 12:23:49 +01:00
Czar.Echavez
c096d06bcd
#1796 : pre installing system software
2023-09-26 15:14:24 +01:00
Marek Wolan
92e0110e73
yaml parse and connect links
2023-09-26 11:48:22 +01:00
Marek Wolan
f79ed99bd2
end of day
2023-09-25 19:17:57 +01:00
Marek Wolan
9d4e41435d
End-of-day commit
2023-09-25 16:04:04 +01:00
Czar.Echavez
0140fe7c48
#1916 : fix a problem with process_ftp_command method
2023-09-25 15:59:31 +01:00
Czar.Echavez
2520b67889
#1916 :
...
- Added FTP to changelog
- Added FTP to documentation
- Added documentation in code
- Clean up of methods - prevent repeats of the same code
2023-09-25 14:31:57 +01:00
Czar.Echavez
2c234ab67a
#1916 : Setting up a connected states + added tests + error states for if service is interacted with when not running
2023-09-22 15:38:01 +01:00
Czar.Echavez
58edb6d3e4
#1916 : Created FTP superclass + working retrieve file method for FTP
2023-09-21 15:13:30 +01:00
Marek Wolan
d98d303dda
Merge remote-tracking branch 'origin/feature/1812-traverse-actions-dict' into feature/1924-Agent-Interface
2023-09-21 10:13:31 +01:00