Chris McCarthy
|
0c96fef3ec
|
#2248 - All tests (bar the one config file test) now working. Still need to tidy up docstrings and some docs. Almost there
|
2024-02-07 23:05:34 +00:00 |
|
Chris McCarthy
|
7bbfd564fb
|
#2248 - Big refactor of base with all Network Interface subclasses created to allow for proper management of ports on devices as it was starting to get messy with the Router. Some routing tests still need fixing as ARP doesn't seem to be working properly
|
2024-02-05 08:44:10 +00:00 |
|
Czar Echavez
|
cd5ed48b00
|
#2059: implementing the service connections limit
|
2023-12-08 17:07:57 +00:00 |
|
Czar Echavez
|
3cf21e4015
|
#2084: change all instances of retrieving software from software['software_name'] to software.get() + adding some tests for describe state
|
2023-11-30 13:49:37 +00:00 |
|
Czar Echavez
|
f0fc6518a0
|
#2064: add handling of offline service to dns, ftp and database
|
2023-11-23 21:48:11 +00:00 |
|
Marek Wolan
|
77f3806ba7
|
Remove real database in favour of simulated
|
2023-11-18 03:40:08 +00:00 |
|
Czar.Echavez
|
fdebfce406
|
#1796: Fix test + making the restore test better
|
2023-10-02 12:14:59 +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
|
f913294058
|
#1916: moved services into their own subdirectories
|
2023-09-18 14:20:19 +01:00 |
|
Chris McCarthy
|
695b3ceab4
|
#1816 - Updated the DataManipulationBot to subclass DatabaseClient. Extended logging. Dropped the Link loading logging as it was clogging up the terminal output.
|
2023-09-11 16:15:03 +01:00 |
|
Chris McCarthy
|
f19dc9892b
|
#1816 - Fixed tests. Used node and link added number (id) in observation space.
|
2023-09-11 11:31:03 +01:00 |
|
Chris McCarthy
|
388176b8bd
|
#1816 - Added full documentation on the database client/server, and the internal frame processing process
|
2023-09-11 09:30:40 +01:00 |
|
Chris McCarthy
|
b1d8666c16
|
#1816 - Added database client. Installed the database client on the Web Server node in the UC2 network. Updated the integration test to query the DB server using the DB client.
|
2023-09-08 16:50:49 +01:00 |
|
Chris McCarthy
|
2f744af34e
|
#1816 - Added the final pieces of the puzzle to get data up from NIC → session manager → software manager → service.
- Implemented a basic sim DB that matches UC2 data manipulation DB in IY.
- Added a test that confirms DB queries can be sent over the network.
|
2023-09-06 22:26:23 +01:00 |
|
Chris McCarthy
|
6b41bec32a
|
#1816 - Added the final pieces of the puzzle to get data up from NIC → session manager → software manager → service.
- Implemented a basic sim DB that matches UC2 data manipulation DB in IY.
- Added a test that confirms DB queries can be sent over the network.
|
2023-09-06 22:01:51 +01:00 |
|
Chris McCarthy
|
65b027bc06
|
Merge branch 'dev' into feature/1816_Database-Service-(Network-and-User-Interaction)
|
2023-09-06 13:37:06 +01:00 |
|
Chris McCarthy
|
7c157d27d7
|
#1800 - Simplified a bunch of stuff in the file system in prep for services and applications. Started adding the database logic. Waiting for the software manager/session manager work from another ticket.
|
2023-09-06 11:35:41 +01:00 |
|
Czar Echavez
|
c349bb4484
|
#1814: initial implementation of data manipulator service
|
2023-09-05 17:14:47 +01:00 |
|
Marek Wolan
|
f0b82cbdfb
|
Add ability to uninstall service
|
2023-08-29 14:15:49 +01:00 |
|
Marek Wolan
|
94325d1fde
|
Add Install method to software.
|
2023-08-29 13:21:34 +01:00 |
|