306 Commits

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