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

50 Commits

Author SHA1 Message Date
5bf69f7923 Fix fake output handling 2021-12-13 22:15:06 -07:00
c049569cab Update black 2021-12-06 17:12:30 -07:00
e73de24904 Implement input-plugin-based validation, implement common plugins 2021-09-26 11:39:46 -07:00
c2240d92c6 Remove query_group from query fields 2021-09-25 21:50:51 -07:00
7d5d64c0e2 Plugin/directive fixes 2021-09-21 07:54:16 -07:00
1e1dce1e30 Fix leftover issues from cache refactor 2021-09-16 15:33:15 -07:00
e06ea5ecb9 Add separate hooks for major state objects, add tests 2021-09-16 13:46:50 -07:00
c99f98a6f0 Complete global state implementation 2021-09-15 18:25:37 -07:00
a2ee4b50fa Implement global state 2021-09-15 00:57:45 -07:00
74fcb5dba4 Continue output plugin implementation 2021-09-12 18:27:33 -07:00
52ebf4663c Update code formatting - line length 2021-09-12 15:09:24 -07:00
dc274992b8 Clean up API routes 2021-09-11 13:56:20 -07:00
99c7489441 Move UI Params into Pydantic model 2021-09-10 01:18:38 -07:00
070a07d065 Implement client-side UI config fetching 2021-09-09 18:03:04 -07:00
5ccfe50792 Complete directives implementation, refactor exceptions, deprecate VRFs, bump minimum Python version 2021-09-07 22:58:39 -07:00
aca3457011 update python dependencies 2021-04-24 10:44:40 -07:00
72269f38f5 consolidate name & display name fields, closes #115 2021-02-10 00:43:40 -07:00
257f802f3b fix fake output generation bug [skip ci] 2020-12-20 01:21:10 -07:00
0c1399d766 add fake output option for dev [skip ci] 2020-12-13 01:47:09 -07:00
69cb304b6d restructure location of models for cleaner importing/exporting 2020-10-05 12:09:17 -07:00
1cf082cc48 remove f-string logging 2020-09-28 12:37:44 -07:00
7d5734af83 improve hyperglass-agent certificate import 2020-07-31 01:58:18 -07:00
e3716784bc Refactor devices model 2020-07-30 01:30:01 -07:00
8c4bf5fbc2 Refactor connection handling to support any transport drivers with a common API 2020-07-23 09:20:04 -07:00
b686174952 fix plain text output on Junos 2020-07-17 01:43:17 -07:00
24cb5ab9a7 add /api/info route, fix api docs logo 2020-07-17 01:06:19 -07:00
b5a67e7c0e Redis caching improvements 2020-07-13 01:54:38 -07:00
ab309bd418 fix webhook construction errors, swap ripestat for bgp.tools 2020-06-27 12:20:00 -07:00
2af58d092c Add Microsoft Teams webhook support 2020-06-26 12:23:11 -07:00
04ff7568eb fix issue with webhooks causing queries to fail 2020-06-26 10:10:43 -07:00
b0b6b67c5c add structured output support 2020-05-29 17:47:53 -07:00
f443afa138 fix http logging issue 2020-04-21 03:29:42 -07:00
91a89865b9 add logging for cache hit 2020-04-19 09:50:52 -07:00
945059a0ed improve external data handling 2020-04-18 23:18:50 -07:00
d3e1189487 BGP Community Selection improvements 2020-04-18 11:34:23 -07:00
caf294a36c major caching improvements 2020-04-18 07:58:46 -07:00
400685304f improve cache handling 2020-04-16 23:43:02 -07:00
744076c2fe fix network info gathering 2020-04-16 09:30:20 -07:00
99879c468e fix http logging bug 2020-04-16 01:09:37 -07:00
b35040c0a2 add outgoing http webhook for queries 2020-04-15 02:12:01 -07:00
5f3c516f86 revamp logging 2020-04-14 10:24:20 -07:00
eebe9b2f11 add customized redis caching handler 2020-04-13 01:05:24 -07:00
fe61a7e90f enable ssl certificate import for hyperglass-agent 2020-03-21 01:44:38 -07:00
7ff8fa317d add API docs examples 2020-02-03 02:34:50 -07:00
0d91c79af9 move models to api 2020-02-01 08:44:33 -10:00
0f749a5547 add informational API routes 2020-02-01 02:24:52 -10:00
4a84c88db6 refactor redis config 2020-01-28 09:52:54 -07:00
9b9fd95061 flatten configuration model 2020-01-28 08:59:27 -07:00
e11982f709 improve per-query serialization 2020-01-26 02:15:19 -07:00
f3be12b82c migrate api to module 2020-01-21 17:27:57 -07:00