Maya
|
5674f10d42
|
fixed test db pattern
|
2025-10-23 22:06:41 -04:00 |
|
Maya
|
000e53a9f7
|
fixed subnet positioning bug
|
2025-10-23 19:52:04 -04:00 |
|
Maya
|
d3302efa0a
|
update test fixtures
|
2025-10-23 19:05:45 -04:00 |
|
Maya
|
d696cf4a67
|
bumped rust edition to 2024
|
2025-10-23 18:57:00 -04:00 |
|
Maya
|
8682cad9c9
|
bumped rust edition to 2024
|
2025-10-23 18:56:54 -04:00 |
|
Maya
|
5c66f2dc13
|
updated virtualization data model to only store virtualization info on actual service/host
|
2025-10-23 17:57:07 -04:00 |
|
Maya
|
9bdb214c28
|
update formatting for CI run
|
2025-10-23 11:28:51 -04:00 |
|
Maya
|
d762137be5
|
created test fixtures
|
2025-10-23 11:03:21 -04:00 |
|
Maya
|
4c26063146
|
fixed a few topology layout bugs and improved styling
|
2025-10-23 01:12:03 -04:00 |
|
Maya
|
8f763c6865
|
fixed detection of containers in host networking mode during docker discovery
|
2025-10-22 21:01:31 -04:00 |
|
Maya
|
97015434ad
|
fixed detection of containers in host networking mode during docker discovery
|
2025-10-22 20:31:22 -04:00 |
|
Maya
|
e19bea04c7
|
attempting to fix test fixture generation
|
2025-10-22 16:17:16 -04:00 |
|
Maya
|
34cffb7ef4
|
fixed a bug with docker bridge subnet deduplication
|
2025-10-22 14:54:40 -04:00 |
|
Maya
|
db60b29f26
|
add docker socket mounting to daemon docker compose, don't scan for docker subnets in network discovery
|
2025-10-21 22:36:33 -04:00 |
|
Maya
|
81181070ed
|
add docker socket mounting to daemon docker compose, don't scan for docker subnets in network discovery
|
2025-10-21 22:35:54 -04:00 |
|
Maya
|
b2adce0e62
|
Update Dockerfile.daemon to allow for easier SERVER_TARGET override
|
2025-10-21 19:53:34 -04:00 |
|
Maya
|
cb3c2b2ee8
|
removed unused cross-platform imports
|
2025-10-21 17:31:12 -04:00 |
|
Maya
|
7efb1ee484
|
fixed daemon utils unused import warning
|
2025-10-21 17:28:31 -04:00 |
|
Maya
|
27b86b3a27
|
ui style changes
|
2025-10-21 17:15:14 -04:00 |
|
Maya
|
34c54d6691
|
moved to postgres, change discovery to use SSE
|
2025-10-21 14:45:30 -04:00 |
|
Maya
|
e59e2562ff
|
switched to postgresql
|
2025-10-20 11:15:29 -07:00 |
|
Maya
|
9ec5b0475b
|
added more smart home service definitions, fix type mismatch
|
2025-10-20 00:14:00 -07:00 |
|
Maya
|
dcff8ad970
|
improved logic for entity source during upserts to preserve history
|
2025-10-19 21:58:37 -07:00 |
|
Maya
|
f109408a65
|
improved logic for entity source during upserts to preserve history
|
2025-10-19 21:14:17 -07:00 |
|
Maya
|
443f3f1c7a
|
improved error handling for unhappy discovery path with resource exhaustion
|
2025-10-19 18:48:19 -07:00 |
|
Maya
|
50d62a2ecb
|
improved frontend metadata types, port display components, discovery cancellation ui messaging
|
2025-10-19 16:23:45 -07:00 |
|
Maya
|
25783b3f4a
|
backend + UI tweaks for service match confidence, made concurrent_scans env var for daemon
|
2025-10-19 15:16:38 -07:00 |
|
Maya
|
e1e9c63af6
|
Merge branch 'main' of https://github.com/mayanayza/netvisor
|
2025-10-16 23:08:16 -07:00 |
|
Maya
|
fbf3944cbd
|
added reasons and confidence to pattern matching, refactored docker endpoint scanning
|
2025-10-16 23:07:28 -07:00 |
|
github-actions[bot]
|
323e7ee09c
|
updating test fixture data stores for release v0.3.0
|
2025-10-15 17:45:18 +00:00 |
|
Maya
|
4efc23ec45
|
refactored topology optimizer
|
2025-10-15 12:17:15 -04:00 |
|
Maya
|
00f23d31af
|
update gitignore + readme, fixed eero repeater bug, ui tweaks
|
2025-10-14 19:30:19 -04:00 |
|
Maya
|
dfefc64df8
|
finished up virtualization / container management functionality, updated readme
|
2025-10-14 10:59:42 -04:00 |
|
Maya
|
daaeac00bd
|
refactored for vm & container management
|
2025-10-13 18:04:02 -04:00 |
|
Maya
|
ec5ea1fcfe
|
removed ServiceBinding indirection, just using Binding
|
2025-10-13 14:47:55 -04:00 |
|
Maya
|
15fbdaad8b
|
removed subnet hosts field, fixed release test fixtures step
|
2025-10-13 11:51:07 -04:00 |
|
Maya
|
3ac7ce6fe8
|
docker discovery working, updated rust to 1.90
|
2025-10-13 07:47:22 -04:00 |
|
Maya
|
f183c3c7e6
|
fixed integration test, added discovery run
|
2025-10-13 07:42:38 -04:00 |
|
Maya
|
091d01b1b5
|
docker discovery working, updated rust to 1.90
|
2025-10-12 22:58:25 -04:00 |
|
Maya
|
df44832f86
|
added grouping for docker bridge subnets in visualization
|
2025-10-11 12:00:02 -04:00 |
|
Maya
|
00e6e38d5c
|
refactored topology service and improved docker service detection when ports are mapped to specific interfaces
|
2025-10-11 10:58:24 -04:00 |
|
Maya
|
4b4a51a12a
|
removed subnet infra host tracking, derived from hosts field instead
|
2025-10-10 01:00:26 -04:00 |
|
Maya
|
ce982be084
|
fixed release path for daemon_config fixture
|
2025-10-10 00:32:36 -04:00 |
|
Maya
|
17b1520d89
|
linting + formatting
|
2025-10-10 00:32:18 -04:00 |
|
Maya
|
3be4296b20
|
Docker detection and binding to All Interfaces
|
2025-10-10 00:12:40 -04:00 |
|
Maya
|
9f99b969ee
|
linting + fixing tests
|
2025-10-08 16:29:14 -04:00 |
|
Maya
|
850847277f
|
finished refactoring L3/L4 bindings and gateways incl UI changes
|
2025-10-08 15:34:49 -04:00 |
|
Maya
|
6fd2c6cbe2
|
updated discovery to match on gateway IPs from routing table instead of ip pattern matching
|
2025-10-08 11:44:20 -04:00 |
|
Maya
|
9ad6f19911
|
Moved from PortInterfaceBinding to L3 / L4 Binding enum
|
2025-10-08 10:40:49 -04:00 |
|
Maya
|
508a153b2c
|
linting and formatting
|
2025-10-08 09:31:58 -04:00 |
|