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

62 Commits

Author SHA1 Message Date
checktheroads
1128d1f902 update import syntax for new isort version 2020-09-28 14:55:09 -07:00
checktheroads
1cf082cc48 remove f-string logging 2020-09-28 12:37:44 -07:00
checktheroads
be7a3645e4 strip whitespace from query target input, closes #75 2020-09-28 08:09:48 -07:00
checktheroads
7d5734af83 improve hyperglass-agent certificate import 2020-07-31 01:58:18 -07:00
checktheroads
e3716784bc Refactor devices model 2020-07-30 01:30:01 -07:00
checktheroads
8c4bf5fbc2 Refactor connection handling to support any transport drivers with a common API 2020-07-23 09:20:04 -07:00
checktheroads
ab6fc116ca Minor improvements 2020-07-23 09:11:06 -07:00
checktheroads
08e5040842 Move default values from constants to individual modules 2020-07-23 09:09:40 -07:00
checktheroads
b686174952 fix plain text output on Junos 2020-07-17 01:43:17 -07:00
checktheroads
24cb5ab9a7 add /api/info route, fix api docs logo 2020-07-17 01:06:19 -07:00
checktheroads
10593de581 fix double RPKI status checking 2020-07-13 02:17:56 -07:00
checktheroads
b5a67e7c0e Redis caching improvements 2020-07-13 01:54:38 -07:00
checktheroads
6ea8dfe975 Fix private route lookup failure due 2020-07-05 17:19:01 -07:00
checktheroads
ab309bd418 fix webhook construction errors, swap ripestat for bgp.tools 2020-06-27 12:20:00 -07:00
checktheroads
2af58d092c Add Microsoft Teams webhook support 2020-06-26 12:23:11 -07:00
checktheroads
04ff7568eb fix issue with webhooks causing queries to fail 2020-06-26 10:10:43 -07:00
checktheroads
19e3cc0ab1 fix formatting 2020-05-29 17:50:30 -07:00
checktheroads
b0b6b67c5c add structured output support 2020-05-29 17:47:53 -07:00
checktheroads
6858536d29 add structured output support in configuration models 2020-05-02 23:05:17 -07:00
checktheroads
f443afa138 fix http logging issue 2020-04-21 03:29:42 -07:00
checktheroads
91a89865b9 add logging for cache hit 2020-04-19 09:50:52 -07:00
checktheroads
ffbbfffe33 add sync api to external handler 2020-04-19 00:22:01 -07:00
checktheroads
21c636a273 cleanup 2020-04-18 23:19:12 -07:00
checktheroads
945059a0ed improve external data handling 2020-04-18 23:18:50 -07:00
checktheroads
d3e1189487 BGP Community Selection improvements 2020-04-18 11:34:23 -07:00
checktheroads
caf294a36c major caching improvements 2020-04-18 07:58:46 -07:00
checktheroads
400685304f improve cache handling 2020-04-16 23:43:02 -07:00
checktheroads
744076c2fe fix network info gathering 2020-04-16 09:30:20 -07:00
checktheroads
b67c3dd617 restructure models 2020-04-16 09:29:57 -07:00
checktheroads
99879c468e fix http logging bug 2020-04-16 01:09:37 -07:00
checktheroads
ea21414634 general cleanup 2020-04-16 00:27:00 -07:00
checktheroads
b35040c0a2 add outgoing http webhook for queries 2020-04-15 02:12:01 -07:00
checktheroads
5f3c516f86 revamp logging 2020-04-14 10:24:20 -07:00
checktheroads
60abf2997f add gunicorn for process management 2020-04-13 01:06:03 -07:00
checktheroads
eebe9b2f11 add customized redis caching handler 2020-04-13 01:05:24 -07:00
checktheroads
534047de36 use custom fork of sshtunnel; remove ujson 2020-04-12 02:10:09 -07:00
checktheroads
99f67d3198 get containing prefix data from RIPE instead of deriving from max-prefix length 2020-04-11 09:11:34 -07:00
checktheroads
ee41971dd3 fix force_cidr behavior if disabled 2020-03-23 11:44:21 -07:00
checktheroads
50f1160a7f fix feature enable/disable issue 2020-03-23 09:44:50 -07:00
checktheroads
83eb75b4a7 general cleanup 2020-03-22 22:09:03 -07:00
checktheroads
f89b309f3f add force_cidr option for vrfs 2020-03-22 17:46:08 -07:00
checktheroads
b0dc32fa60 log hyperglass version on startup 2020-03-22 11:41:51 -07:00
checktheroads
52d02640f5 throw error if a query is received for a disabled afi 2020-03-22 08:11:56 -07:00
checktheroads
eafd3734e6 fix premature conversion to host address for targeted query 2020-03-21 15:23:32 -07:00
checktheroads
4b5e37986d fix missing docstring 2020-03-21 12:49:02 -07:00
checktheroads
fe61a7e90f enable ssl certificate import for hyperglass-agent 2020-03-21 01:44:38 -07:00
checktheroads
2b9605d7dc support python 3.6 2020-02-16 00:52:51 -07:00
checktheroads
9e378bc1a6 move static assets to build directory on ui build 2020-02-14 22:34:38 -07:00
checktheroads
96df5469de detect & give user option to set app runtime directory 2020-02-14 16:30:40 -07:00
checktheroads
7ff8fa317d add API docs examples 2020-02-03 02:34:50 -07:00