1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-19 09:28:06 +00:00
thatmattlove-hyperglass/hyperglass
Wilhelm Schonfeldt 5ace4fdf97 fix(plugins): improve type checking for structured output
- Split type checking into two separate conditions for clarity
- Add early return when output contains non-string objects
- Ensure structured output like MikrotikBGPRouteTable passes through unchanged
- Prevent AttributeError on .strip() for tuple containing structured data

Resolves remaining crashes when processing already-structured BGP route data.
2025-09-26 12:45:10 +02:00
..
api format and lint 2025-06-14 21:44:20 -04: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 Refactor code for improved readability and consistency across multiple files using black 2025-09-26 09:43:06 +02:00
exceptions format and lint 2025-06-14 21:44:20 -04:00
execution Update ssh_netmiko.py 2025-09-13 00:04:44 -03:00
external Refactor code for improved readability and consistency across multiple files using black 2025-09-26 09:43:06 +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 fix: Improve handling of missing data fields in MikroTik BGP parser 2025-09-26 11:55:51 +02:00
plugins fix(plugins): improve type checking for structured output 2025-09-26 12:45:10 +02:00
state Refactor code for improved readability and consistency across multiple files using black 2025-09-26 09:43:06 +02:00
ui fix: Improve handling of missing data fields in MikroTik BGP parser 2025-09-26 11:55:51 +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 fix prepending of HYPERGLASS_APP_PATH to values; closes #253 2024-06-01 15:08:59 -04: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