1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-04-17 21:38:27 +00:00
thatmattlove-hyperglass/hyperglass
Wilhelm Schonfeldt 9db9849a59
feat(structured): release structured feature set (squash merge)
Summary:
- Add structured traceroute support with comprehensive IP enrichment (ASN/org/RDNS).
- Improve MikroTik traceroute cleaning and aggregation; collapse repeated tables into a single representative table.
- Enhance traceroute logging for visibility and add traceroute-specific cleaning helpers.
- Add/adjust IP enrichment plugins and BGP/traceroute enrichment integrations.
- UI updates for traceroute output and path visualization; update docs and configuration for structured output.

This commit squashes changes from 'structured-dev' into a single release commit.
2025-09-30 16:46:01 +02:00
..
api feat(structured): release structured feature set (squash merge) 2025-09-30 16:46:01 +02:00
cli format and lint 2025-06-14 21:44:20 -04:00
compat Refactor code for improved readability and consistency across multiple files using black 2025-09-26 09:43:06 +02:00
configuration logging overhaul 2024-04-01 23:42:07 -04:00
defaults feat: Add structured traceroute support with comprehensive IP enrichment 2025-09-28 13:48:04 +02:00
exceptions format and lint 2025-06-14 21:44:20 -04:00
execution feat(structured): release structured feature set (squash merge) 2025-09-30 16:46:01 +02:00
external feat(structured): release structured feature set (squash merge) 2025-09-30 16:46:01 +02:00
frontend fix logging issues 2024-06-30 23:22:46 -04:00
images update defaults & docs with new logo 2020-07-04 15:01:25 -07:00
models feat(structured): release structured feature set (squash merge) 2025-09-30 16:46:01 +02:00
plugins feat(structured): release structured feature set (squash merge) 2025-09-30 16:46:01 +02:00
state Refactor code for improved readability and consistency across multiple files using black 2025-09-26 09:43:06 +02:00
ui feat(structured): release structured feature set (squash merge) 2025-09-30 16:46:01 +02:00
util Refactor code for improved readability and consistency across multiple files using black 2025-09-26 09:43:06 +02:00
.gitignore cleanup 2020-04-12 02:17:16 -07:00
__init__.py update module docstring 2022-12-26 10:07:04 -05:00
console.py Migrate to typer for hyperglass CLI, implement new setup 2021-09-27 01:40:49 -07:00
constants.py Refactor code for improved readability and consistency across multiple files using black 2025-09-26 09:43:06 +02:00
log.py remove unnecessary logging 2024-06-30 23:54:37 -04:00
main.py feat(structured): release structured feature set (squash merge) 2025-09-30 16:46:01 +02:00
settings.py Refactor HyperglassSettings name 2021-09-22 22:30:16 -07:00
types.py Add is_series type guard, with tests 2021-09-16 15:57:12 -07:00