1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

32 Commits

Author SHA1 Message Date
a19f0aa7d9 Fix plugin import error 2021-12-17 20:32:08 -07:00
c8892f43ea Implement Arista table output plugin and default directive 2021-12-08 17:13:56 -07:00
c049569cab Update black 2021-12-06 17:12:30 -07:00
fe7abddd4e Fix tests 2021-10-04 01:43:02 -07:00
28eb803a8e Add plugins CLI 2021-10-04 01:39:00 -07:00
8013c48ae9 Copy plugins to module instead of kludgy import 2021-10-04 01:38:44 -07:00
e73de24904 Implement input-plugin-based validation, implement common plugins 2021-09-26 11:39:46 -07:00
89568dc8e5 Deprecate Device.network 2021-09-24 00:16:26 -07:00
f5e4c1e282 fix test regressions 2021-09-23 01:00:26 -07:00
7d5d64c0e2 Plugin/directive fixes 2021-09-21 07:54:16 -07:00
e62af507ee Pass full query to output plugin instead of device 2021-09-18 12:47:56 -07:00
cd87c254e4 Overhaul configuration initialization process, add missing device to directive association 2021-09-17 18:15:59 -07:00
7adb6ae0ec Add directives to global state 2021-09-17 09:04:59 -07:00
6bc6cf0e1c Fix missing items from Device.platform refactor 2021-09-17 01:11:18 -07:00
85d7f8876e Refactor Device.type to Device.platform 2021-09-16 22:04:15 -07:00
cb5459a72a Add failure_reason to InputPlugin, add BGP Community builtin plugin and tests 2021-09-16 18:32:59 -07:00
dda73cb370 Refactor and restructure directive model 2021-09-16 17:12:30 -07:00
6bdfa9e645 Fix string output type checks 2021-09-16 15:57:33 -07:00
e06ea5ecb9 Add separate hooks for major state objects, add tests 2021-09-16 13:46:50 -07:00
a2ee4b50fa Implement global state 2021-09-15 00:57:45 -07:00
f1b664f09d Add processing checks for BGP route table plugin 2021-09-13 14:11:55 -07:00
ac1e938bd3 Fix plugin registration for builtins 2021-09-13 14:10:50 -07:00
f2cb15d0e2 Fix typing issues 2021-09-13 14:10:32 -07:00
723048d1d1 Refactor nos naming to type/device_type 2021-09-13 10:00:44 -07:00
26db076c57 Fix remove_command plugin errors 2021-09-13 02:40:10 -07:00
7bd23e58c8 Implement Juniper BGP Route plugin and tests 2021-09-13 02:39:37 -07:00
3d97d118fb Update plugin typings 2021-09-13 02:37:05 -07:00
74fcb5dba4 Continue output plugin implementation 2021-09-12 18:27:33 -07:00
a62785227e Start output plugin core implementation 2021-09-12 15:06:34 -07:00
52b7cbdd3c Implement user API for plugins and fix plugin registration issues 2021-09-11 18:03:35 -07:00
a89d08ba58 Implement plugin manager and abstract plugin definition 2021-09-11 11:17:38 -07:00
3c012f7ed1 Start output plugin feature 2021-09-11 00:47:01 -07:00