1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-02-07 17:58:24 +00:00
thatmattlove-hyperglass/hyperglass/ui
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
..
components feat(structured): release structured feature set (squash merge) 2025-09-30 16:46:01 +02:00
context fixes #267: fix response caching 2024-06-30 22:22:44 -04:00
elements tooling overhaul 2024-02-27 17:44:19 -05:00
hooks feat: Add structured traceroute support with comprehensive IP enrichment 2025-09-28 13:48:04 +02:00
pages fix type errors for non-existent hyperglass.json file 2024-03-01 23:58:55 -05:00
public add typings for eslint 2021-01-03 23:51:09 -07:00
types feat: Add structured traceroute support with comprehensive IP enrichment 2025-09-28 13:48:04 +02:00
util fix browser DNS resolution; closes #251 2024-05-31 22:56:55 -04:00
.eslintignore-delete tooling overhaul 2024-02-27 17:44:19 -05:00
.eslintrc-delete.js tooling overhaul 2024-02-27 17:44:19 -05:00
.gitignore tooling overhaul 2024-02-27 17:44:19 -05:00
.prettierignore Closes #176: Deprecate native google analytics support; Add support for custom JS and HTML 2021-12-08 16:23:59 -07:00
.prettierrc add typings for eslint 2021-01-03 23:51:09 -07:00
biome.json tooling cleanup 2024-02-27 22:55:32 -05:00
favicon-formats.ts Closes #175: Remove usage of hyperglass.env.json 2021-12-08 15:24:07 -07:00
next-env.d.ts Upgrade major dependencies 2021-12-06 12:10:40 -07:00
next.config.js fix invalid next.config.js options 2024-05-31 22:56:26 -04:00
package.json prepare v2.0.4 2024-07-01 00:01:03 -04:00
pnpm-lock.yaml fix issue where results accordion did not re-open 2024-06-16 16:53:46 -04:00
pnpm-workspace.yaml Update pnpm-workspace.yaml 2025-06-14 22:17:03 -04:00
README.md Update GitHub username 2021-06-23 19:22:30 -07:00
tsconfig.json fix ci jobs 2024-03-01 23:35:44 -05:00
vitest.config.ts tooling overhaul 2024-02-27 17:44:19 -05:00

hyperglass-ui

hyperglass UI, written in React, on Next.js, with Chakra UI.