25 Commits

Author SHA1 Message Date
Mathieu
7dddca165c Add sasl 2021-07-08 10:20:45 +02:00
Oliver
30f7226705 add prometheus metrics endpoint 2021-05-13 21:14:04 -04:00
tidwall
6bdc77d59d Update btree 2021-04-26 10:50:09 -07:00
tidwall
5a1275bac2 Update BuntDB 2021-04-01 12:30:59 -07:00
tidwall
6b08f7fa9e Code cleanup
- Removed unused functions and variables
- Wrapped client formatted errors
- Updated deprecated packages
- Changed suggested code patterns
2021-03-31 08:13:44 -07:00
tidwall
87a3ed5f0a Fix invalid queue.db error 2021-03-30 15:38:42 -07:00
tidwall
bac9cebc51 Upgrade go.mod 2021-03-30 08:09:03 -07:00
tidwall
31a0fbd228 Upgrade gjson 2021-03-30 07:17:01 -07:00
tidwall
72dfaaec63 Updated dependencies 2021-02-07 17:54:56 -07:00
tidwall
4f8bc0531e Updated rtree library 2021-02-04 09:50:13 -07:00
tidwall
b37e7395a3 Updated rtree library 2021-02-04 08:21:08 -07:00
tidwall
3ed048242e Various updates
- Updated all dependencies
- Updated geoindex Box api
2021-02-03 14:30:55 -07:00
tidwall
263bbd9dcc Updated packages 2021-01-25 15:11:55 -07:00
tidwall
016f397124 Replace tinybtree 2021-01-25 14:34:40 -07:00
tidwall
79bee8523b Updated btree deps 2020-10-27 15:29:50 -07:00
tidwall
b1dc463c41 Updated dependencies 2020-09-22 16:43:58 -07:00
tidwall
712da8aefa Updated Kafka client 2020-06-24 14:20:22 -07:00
tidwall
b3dc025545 Optimize point in ring 2020-03-25 15:07:14 -07:00
tidwall
ff48054d3d Fixed a missing faraway event for roaming geofences
This commit fixes a case where a roaming geofence will not fire
a "faraway" event when it's supposed to.

The fix required rewriting the nearby/faraway detection logic. It
is now much more accurate and takes overall less memory, but it's
also a little slower per operation because each object proximity
is checked twice per update. Once to compare the old object's
surrounding, and once to evaulated the new object. The two lists
are then used to generate accurate "nearby" and "faraway" results.
2020-03-22 11:54:56 -07:00
tidwall
957233c298 Fixed issue with some features not working with WITHIN
This bug was fixed in the geojson dependency.

https://github.com/tidwall/geojson/pull/15

Closed #539
2020-03-21 17:38:14 -07:00
tidwall
c567512600 Fix packages not vendoring on build 2020-02-11 11:02:15 -07:00
tidwall
2f907bd4c0 Update geojson
Fixes #529
2020-02-10 05:18:52 -07:00
tidwall
6f3716a0cf Fixes a false negative for intersecting rings
https://github.com/tidwall/geojson/commit/ac08098
2019-11-28 10:13:00 -07:00
tidwall
4b17a1b828 Nuke vendor directory 2019-11-17 15:01:07 -07:00
tidwall
b27f32a66e Updated to Go modules 2019-11-17 14:38:27 -07:00