1
0
mirror of https://github.com/alice-lg/alice-lg.git synced 2024-05-11 05:55:03 +00:00

306 Commits

Author SHA1 Message Date
a5f2cc4a1e Initial version of birdwatcher source redesign
Split up the birdwatcher source into multiple types, that resemble the
functionality that was removed from birdwatcher.

* Remove NeighborsSummary() feature and tests
* Provide example config options
2019-03-08 09:58:56 +01:00
9738b3b4ac a safer getInstance, and more graceful error handling 2019-01-11 20:13:31 +01:00
aa3f11e1b8 introduce resource not found error 2019-01-11 20:06:03 +01:00
e6a98e3c83 get source instance immediately 2019-01-11 20:05:38 +01:00
061a94d550 fixed is prefix method 2018-12-16 16:29:57 +01:00
bd38ad0e84 regex optimization 2018-12-16 16:29:02 +01:00
a740c5ea99 added redirect 2018-12-10 10:46:28 +01:00
a8310718d4 removed debug output 2018-12-09 19:39:24 +01:00
0e804f79a6 added str compare 2018-12-09 19:33:59 +01:00
c85e565506 refactored url / path handling 2018-12-09 18:47:40 +01:00
a6f4a6d19c removed old source artifact 2018-12-09 18:16:41 +01:00
e49a689cfb refactored url handling 2018-12-09 17:31:02 +01:00
1b29995442 versionbump 2018-11-19 08:29:53 +01:00
9406b4381a only count unique communities 2018-11-11 17:54:30 +01:00
55e51838b0 added community deduplication 2018-11-11 17:48:34 +01:00
2cde3fdf3f cast ext community type 2018-11-11 17:18:56 +01:00
bb50aabb54 remove unhelpful log message 2018-11-11 15:27:20 +01:00
abeb5875d3 use lowercase prefix lookup (workaround) 2018-11-09 12:46:06 +01:00
3529ae4884 fixes another concurrent map access 2018-11-09 12:13:47 +01:00
4a0c57f1b9 include filter props in filters applied 2018-10-28 18:17:10 +01:00
6b48529d3a properties can now be merged 2018-10-28 18:01:23 +01:00
11d1173dd9 exclude applied filters from filters available 2018-10-25 22:22:32 +02:00
3cd80c11f2 subtract a filterset 2018-10-25 22:11:52 +02:00
fee212c4eb compare search filters 2018-10-25 21:30:44 +02:00
47a6b47c1d always try neighbors summary if not disabled 2018-10-25 20:42:31 +02:00
22d658cf86 added filter support for routes endpoints 2018-10-23 19:06:24 +02:00
c2eb71c6a7 added tests for community filtering 2018-10-23 18:13:00 +02:00
6c57f9a917 compares now use interface 2018-10-23 18:04:26 +02:00
72a513978a added filter capabilities for routes 2018-10-23 18:02:56 +02:00
adeccd66ae fixed a null pointer derefernce 2018-10-22 16:32:32 +02:00
614876883f added group to source config 2018-10-21 11:29:43 +02:00
2fef0e8d79 include last_error from neighbor summary 2018-10-19 16:06:47 +02:00
eb65bc3da6 fixed community matching 2018-10-19 15:08:05 +02:00
46eb39f9b5 render filterable communities 2018-10-18 15:02:34 +02:00
711627a2de added filtering to search 2018-10-17 15:57:23 +02:00
de14272fbb use pointers to routes 2018-10-17 15:53:54 +02:00
30973765a4 Check if route matches filter 2018-10-17 15:35:39 +02:00
5085617843 get filters from query 2018-10-17 11:13:54 +02:00
d5ea763399 test for presence of communties 2018-10-17 11:05:48 +02:00
e7edd6bad9 include filters available in response 2018-10-17 10:44:38 +02:00
5c9fe32fc2 added filters to response 2018-10-17 10:44:25 +02:00
c0b5f3cc16 parse filter values 2018-10-17 10:41:59 +02:00
3d375c6fd0 moved search filters 2018-10-16 18:27:54 +02:00
abab9956d7 added string method to communities 2018-10-16 18:21:20 +02:00
153b85ffa8 Merge branch 'develop' into feature/search-filter 2018-10-16 14:34:14 +02:00
1ef842697b retrieve neighbors from store, fall back to query on demand 2018-10-15 12:24:29 +02:00
7c9aee37d8 added state getter and method for neighbor retrieval 2018-10-15 11:55:52 +02:00
e94c2ed360 added api search 2018-10-15 10:55:27 +02:00
4607573a1e include BGP extended communities in response 2018-10-08 14:24:41 +02:00
4ac2b8aec0 updated Makefile for use with docker 2018-10-08 11:04:21 +02:00