Czar Echavez
|
80b1988ab9
|
#2606: add agent actions + test
|
2024-05-20 13:10:21 +01:00 |
|
Czar Echavez
|
e98ae0bd09
|
#2606: altered so that the request is done in file system + also completing access request
|
2024-05-17 16:59:24 +01:00 |
|
Chris McCarthy
|
ebbdea517e
|
2536 - Removed 'real files' from FileSystem and FTP
|
2024-05-13 07:30:33 +01:00 |
|
Czar Echavez
|
b8d4a8cc8d
|
#2470: changed default log level to warning + changed sys logging in code to be more aligned with severity of messages
|
2024-04-19 11:37:52 +01:00 |
|
Marek Wolan
|
0828f70b4c
|
#2459 back-sync b8 changes into core
|
2024-04-15 11:50:08 +01:00 |
|
Czar Echavez
|
ec4818e4d3
|
Merge remote-tracking branch 'origin/dev' into feature/2350-confirm-action-observation-space-conforms-to-CAOS-0.7
|
2024-03-12 09:11:30 +00:00 |
|
Marek Wolan
|
1faefbccac
|
Add docstring for init request manager
|
2024-03-11 10:20:47 +00:00 |
|
Marek Wolan
|
289b5c548a
|
Make a type alias for request & fix typo
|
2024-03-08 17:14:41 +00:00 |
|
Marek Wolan
|
beb51834f9
|
Make all requests return a RequestResponse
|
2024-03-08 14:58:34 +00:00 |
|
Czar Echavez
|
e9eef2b4c0
|
#2350: add num_access, num_file_deletions and num_creations to file system
|
2024-03-08 11:16:27 +00:00 |
|
Marek Wolan
|
72f4cc0a50
|
Remove reset methods from most classes
|
2024-02-20 16:56:25 +00:00 |
|
Marek Wolan
|
f82506023b
|
Delete set_original_state method definitions
|
2024-02-20 16:29:27 +00:00 |
|
Marek Wolan
|
e500eccaf7
|
Finish upgrading folder actions to work with names instead of uuids & get tests fixed
|
2024-02-06 16:58:08 +00:00 |
|
Marek Wolan
|
83db5b1eb5
|
Fix node file delete action
|
2024-01-31 13:50:20 +00:00 |
|
Marek Wolan
|
0dbaa66aa3
|
Merge remote-tracking branch 'origin/dev' into feature/2137-refactor-request-api
|
2024-01-31 10:05:09 +00:00 |
|
Marek Wolan
|
42d00e0440
|
Fix issue where file deleted flag wouldn't be reset
|
2024-01-21 16:33:51 +00:00 |
|
Marek Wolan
|
a798d262b8
|
use names instead of uuids for requests
|
2023-12-18 14:03:47 +00:00 |
|
Czar Echavez
|
349f9dee38
|
Merge remote-tracking branch 'origin/dev' into feature/2084-add-more-tests-to-make-primaite-more-robust
|
2023-11-30 09:29:34 +00:00 |
|
Marek Wolan
|
a16116a688
|
Fix file system reset error
|
2023-11-29 13:22:15 +00:00 |
|
Marek Wolan
|
05d62a956d
|
Fix software reset issues
|
2023-11-29 13:18:38 +00:00 |
|
Czar Echavez
|
19d534395b
|
#2084: beginning the introduction of code coverage + adding tests to try to meet the 80% code coverage target
|
2023-11-29 01:28:40 +00:00 |
|
Chris McCarthy
|
9a4855e7bd
|
#1859 - Added the call to file system reset
|
2023-11-28 11:58:09 +00:00 |
|
Chris McCarthy
|
58e9033a4c
|
#1859 - First pass at an implementation of the full reset method. Will now start testing...
|
2023-11-27 23:01:56 +00:00 |
|
Czar.Echavez
|
be4a467877
|
#1962: revert pulling from src
|
2023-11-08 10:48:41 +00:00 |
|
Czar.Echavez
|
f5df1366a7
|
#1962: merge dev into branch + fix minor diffs + ensure that imports pull from src
|
2023-11-08 10:36:47 +00:00 |
|
Marek Wolan
|
0ea282166d
|
Merge remote-tracking branch 'origin/dev' into dev-game-layer
|
2023-11-06 16:23:29 +00:00 |
|
Czar.Echavez
|
eba10ae5ef
|
#1962: clean up tests + improve the show command which shows the folders and files in file system
|
2023-11-06 11:56:44 +00:00 |
|
Czar.Echavez
|
e70ceec716
|
#1962: folder/file restore logic
|
2023-11-06 10:22:08 +00:00 |
|
Czar.Echavez
|
51713bad74
|
#1962: split tests into managable files + implement deletion of folders and files + tests
|
2023-11-03 15:15:18 +00:00 |
|
Czar.Echavez
|
b2c3e273b7
|
#1962: separating file system into more managable files
|
2023-11-02 15:10:51 +00:00 |
|
Czar.Echavez
|
b67eb1bb34
|
#1962: separating file system into more managable files
|
2023-11-02 13:14:08 +00:00 |
|
Czar.Echavez
|
11848aa180
|
#1962: keeping track of deleted files
|
2023-10-31 15:52:44 +00:00 |
|
Czar.Echavez
|
98ca33e994
|
#1961: scanning no longer happens every timestep - the scan is all done in one timestep after the required timestep countdown is complete
|
2023-10-30 15:34:13 +00:00 |
|
Czar.Echavez
|
68b22b6444
|
#1961: node scanning + applying timestep to all components within node + node revealing to red
|
2023-10-27 17:50:41 +01:00 |
|
Czar.Echavez
|
8783574442
|
#1961: os scan set up
|
2023-10-27 10:17:59 +01:00 |
|
Marek Wolan
|
78a8d2be3e
|
Fix File observation test
|
2023-10-25 17:57:19 +01:00 |
|
Marek Wolan
|
4872c939ff
|
Apply suggestions from code review
|
2023-10-25 17:19:24 +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
|
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 |
|
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 |
|
Czar.Echavez
|
060bbf0506
|
#1947: added ability for files and folders to be scanned, corrupted and repaired
|
2023-10-10 15:14:47 +01:00 |
|
Marek Wolan
|
560e416eda
|
Merge 'origin/feature/1812' into feature/1924
|
2023-10-09 18:25:46 +01:00 |
|
Marek Wolan
|
5a5710c6ae
|
Rename Sim Actions to request
|
2023-10-09 13:24:08 +01:00 |
|