Cristian-VM2
1e1eea47f1
#2405 add e2e test for application install and uninstall, refactor input params
2024-03-28 14:08:08 +00:00
Cristian-VM2
f83d9cb1b0
#2405 refactor application_uninstall_action to re-use existing code in uninstall_application
2024-03-28 12:14:05 +00:00
Cristian-VM2
8612842b74
#2405 remove .lower from _read_application_type, rename _software_manager to _software_request_manager in base.py
2024-03-28 12:01:36 +00:00
Cristian-VM2
9b6135524e
#2504 update application_install_action docstring
2024-03-28 11:08:30 +00:00
Cristian-VM2
d5b5c7d47a
#2405 simplify implementation
2024-03-28 11:02:26 +00:00
Cristian-VM2
cddb39e8e9
#2405 update docstrings
2024-03-28 10:43:57 +00:00
Cristian-VM2
8bb7f8a177
#2405 add application install and remove actions
2024-03-27 17:07:12 +00:00
Cristian-VM2
94e637375d
#2404 update software state to fixing in UC2 e2e notebook [skip ci]
2024-03-26 17:02:51 +00:00
Cristian-VM2
5860c74ef9
#2404 change software state from patching to fixing to align with CAOS v0.8
2024-03-26 16:41:11 +00:00
Cristian-VM2
128e2227d6
#2404 add missing test and revert some name changes
2024-03-26 12:39:11 +00:00
Cristian-VM2
944b248300
#2404 rename software patch to fix
2024-03-26 10:51:33 +00:00
Cristian-VM2
600dc3f016
#2404 add application scan, close, and fix actions, fix and enable service scan test
2024-03-25 16:58:27 +00:00
Cristian-VM2
78b966ace4
fix port/nic enable/disable actions returning failure when they succeed
2024-03-25 11:41:07 +00:00
Cristian-VM2
4a5dd9ba0f
fix typo
2024-03-25 11:08:36 +00:00
Cristian-VM2
bef2bd8084
add actions to enable/disable ports in routers/firewalls, improve notebook for training PPO agents
2024-03-22 16:35:53 +00:00
Marek Wolan
bb01619918
Bump version
2024-03-15 16:17:45 +00:00
Marek Wolan
b4d310eda2
Align step counts in logging
2024-03-15 16:17:38 +00:00
Marek Wolan
a8c98c28f1
Merge remote-tracking branch 'origin/dev' into release/3.0.0b7
2024-03-15 16:13:50 +00:00
Czar Echavez
d5fb2f2309
Merged PR 307: #2369 : commiting work done so far
...
## Summary
Added a page to explain how to use the Jupyter notebooks via jupyter command and VSCode
Also added Nick's suggestion to fix #2226
Going to be honest - not my finest pull request
## Test process
*How have you tested this (if applicable)?*
## Checklist
- [X] PR is linked to a **work item**
- [X] **acceptance criteria** of linked ticket are met
- [X] performed **self-review** of the code
- [ ] written **tests** for any new functionality added with this PR
- [X] updated the **documentation** if this PR changes or adds functionality
- [ ] written/updated **design docs** if this PR implements new functionality
- [ ] updated the **change log**
- [X] ran **pre-commit** checks for code style
- [ ] attended to any **TO-DOs** left in the code
#2369 : commiting work done so far
Related work items: #2369
2024-03-15 15:59:42 +00:00
Marek Wolan
fc67fc4833
Fix notebook parsing data
2024-03-15 14:37:28 +00:00
Marek Wolan
9a38fcdae2
Fix broken config
2024-03-15 14:19:30 +00:00
Marek Wolan
8a9d8fb17c
Calm logging again
2024-03-15 14:10:34 +00:00
Marek Wolan
7f4f3e9bfe
Calm logging
2024-03-15 14:09:02 +00:00
Marek Wolan
c8beb39fac
clear notebook output
2024-03-15 14:03:49 +00:00
Marek Wolan
33dd6e4dcd
Make sure notebook is using correct dict key
2024-03-15 14:03:37 +00:00
Marek Wolan
04c86e30c9
Fix some stuff
2024-03-15 11:15:02 +00:00
Marek Wolan
a9bf0981e6
Doc fixes
2024-03-15 09:22:55 +00:00
Marek Wolan
d33c80d0d6
Minor fixes
2024-03-14 14:33:04 +00:00
Marek Wolan
ee26554ef0
merge origin/dev into feature branch
2024-03-13 12:11:50 +00:00
Marek Wolan
6dedb91099
Remove redundant TODOs
2024-03-13 09:17:29 +00:00
Czar Echavez
f2c6f10c21
#2350 : apply PR suggestions
2024-03-12 12:20:02 +00:00
Marek Wolan
045f467407
Update marl config
2024-03-12 11:51:17 +00:00
Marek Wolan
24fdb8dc17
Fix minor reward sharing bugs
2024-03-12 11:40:26 +00:00
Marek Wolan
03ee976a2d
remove extra print statement
2024-03-12 11:00:55 +00:00
Marek Wolan
a76f5b0efb
Merge remote-tracking branch 'origin/dev' into feature/2327-green-action-failure-part-II
2024-03-12 10:59:41 +00: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
c3f1cfb33d
Add shared reward
2024-03-11 22:53:39 +00:00
Marek Wolan
7599655879
Add agent action history
2024-03-11 20:10:08 +00:00
Czar Echavez
cd6d6325db
#2350 : add tests to check spaces + acl obs test + nmne space changes
2024-03-11 17:47:33 +00:00
Marek Wolan
1faefbccac
Add docstring for init request manager
2024-03-11 10:20:47 +00:00
Marek Wolan
f4684b0349
Fix how nmnes are getting put into obs space.
2024-03-09 23:32:00 +00:00
Marek Wolan
359777f4f8
Add tests for request success/fail
2024-03-09 23:06:53 +00:00
Marek Wolan
31ae4672ac
Make nodes only accept requests when they're on
2024-03-09 20:47:57 +00:00
Czar Echavez
cc721056d8
#2350 : configurable NMNE category thresholds
2024-03-08 19:32:07 +00:00
Marek Wolan
289b5c548a
Make a type alias for request & fix typo
2024-03-08 17:14:41 +00:00
Marek Wolan
0447a05084
Add call validation
2024-03-08 15:57:43 +00:00
Marek Wolan
beb51834f9
Make all requests return a RequestResponse
2024-03-08 14:58:34 +00:00
Czar Echavez
61aa242128
#2350 : tests + application
2024-03-08 14:48:31 +00:00
Czar Echavez
ba58204542
#2350 : split observations into smaller files
2024-03-08 14:08:35 +00:00
Czar Echavez
b13725721d
#2350 : splitting observations into separate files
2024-03-08 13:49:00 +00:00