Adam Outler
77fd017d90
Coderabbit requested changes
2026-01-31 16:52:30 +00:00
Adam Outler
53962bc38b
Update test/api_endpoints/test_docs.py
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2026-01-31 10:41:58 -05:00
Adam Outler
d404c45843
Add basic unit tests
2026-01-31 15:30:01 +00:00
Adam Outler
5a49b97821
Fixes for Coderabbit review
2026-01-31 02:54:00 +00:00
Adam Outler
cc8a695943
improve MCP spec
2026-01-30 14:25:05 +00:00
Adam Outler
ed4e0388cc
Improve OpenAPI specs
2026-01-30 00:15:49 +00:00
Adam Outler
f202b506c3
Add timeouts for tests per coderabbit guideline
2026-01-28 03:41:08 +00:00
Adam Outler
0b8f3887c0
Tests and test environment
2026-01-28 02:13:32 +00:00
Adam Outler
bb0c0e1c74
Coderabbit fixes:
...
- Mac
- Flask debug
- Threaded flask
- propagate token in GET requests
- enhance spec docs
- normalize MAC x2
- mcp disablement redundant private attribute
- run all tests imports
2026-01-19 01:12:48 +00:00
Adam Outler
ecea1d1fbd
feat(api): MCP, OpenAPI & Dynamic Introspection
...
New Features:
- API endpoints now support comprehensive input validation with detailed error responses via Pydantic models.
- OpenAPI specification endpoint (/openapi.json) and interactive Swagger UI documentation (/docs) now available for API discovery.
- Enhanced MCP session lifecycle management with create, retrieve, and delete operations.
- Network diagnostic tools: traceroute, nslookup, NMAP scanning, and network topology viewing exposed via API.
- Device search, filtering by status (including 'offline'), and bulk operations (copy, delete, update).
- Wake-on-LAN functionality for remote device management.
- Added dynamic tool disablement and status reporting.
Bug Fixes:
- Fixed get_tools_status in registry to correctly return boolean values instead of None for enabled tools.
- Improved error handling for invalid API inputs with standardized validation responses.
- Fixed OPTIONS request handling for cross-origin requests.
Refactoring:
- Significant refactoring of api_server_start.py to use decorator-based validation (@validate_request).
2026-01-18 18:16:18 +00:00
jokob-sk
5cd4139d01
FE+BE: cleanup
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2025-12-18 17:16:17 +11:00
Jokob @NetAlertX
aed7a91bf0
MCP enhancements #1343
2025-12-12 05:21:23 +00:00
jokob-sk
ca0d61fc56
BE: /nettoos/interfaces endpoint
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2025-12-11 20:10:05 +11:00
Jokob @NetAlertX
7a6a021295
docs, linting, header unpacking fix
...
Signed-off-by: GitHub <noreply@github.com >
2025-12-08 01:53:24 +00:00
Jokob @NetAlertX
c38da9db0b
cryptography build prevention + increase build timeouts + test cleanup
...
Signed-off-by: GitHub <noreply@github.com >
2025-12-07 22:26:44 +00:00
Jokob @NetAlertX
6ba48e499c
test fix + increase build timeout + add buildd cache
2025-12-07 21:14:35 +00:00
Jokob @NetAlertX
8c982cd476
MCP refactor
...
Signed-off-by: GitHub <noreply@github.com >
2025-12-07 08:20:51 +00:00
Jokob @NetAlertX
36e5751221
Merge branch 'main' into fix-pr-1309
2025-12-01 09:34:59 +00:00
jokob-sk
fbb4a2f8b4
BE: added /auth endpoint
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2025-12-01 09:24:44 +11:00
Adam Outler
5e4ad10fe0
Tidy up
2025-11-28 21:13:20 +00:00
Adam Outler
2bf3ff9f00
Add MCP server
2025-11-28 17:03:18 +00:00
Jokob @NetAlertX
4f5a40ffce
lint and test fixes
2025-11-22 10:52:12 +00:00
jokob-sk
ebeb7a07af
BE: linting fixes 2
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2025-11-22 20:43:36 +11:00
jokob-sk
5c14b34a8b
BE: linting fixes
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2025-11-22 13:14:06 +11:00
Adam Outler
f1ecc61de3
Tests Passing
2025-11-17 02:45:42 +00:00
Jokob @NetAlertX
a45de018fb
BE: Test fixes
2025-11-14 10:46:35 +00:00
jokob-sk
a98bac331d
MERGE: resolve conflicts
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2025-11-10 10:11:34 +11:00
jokob-sk
8483a741b4
BE: LangStrings /graphql + /logs endpoint, utils chores
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2025-11-09 18:50:16 +11:00
jokob-sk
c08eb1dbba
BE: chore datetime_utils
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2025-11-05 16:08:04 +11:00
jokob-sk
ea8cea16c5
TEST: cleanup
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2025-11-04 20:01:27 +11:00