Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixed formatting | Christian Pointner | 2016-01-08 | 3 | -8/+12 | |
| | ||||||
* | uuid package has been moved to github | Christian Pointner | 2016-01-08 | 3 | -3/+4 | |
| | ||||||
* | improved Makefile | Christian Pointner | 2016-01-08 | 1 | -25/+33 | |
| | ||||||
* | using new factory method for graphite | Christian Pointner | 2015-10-20 | 1 | -3/+1 | |
| | ||||||
* | bugfix for grahpite forwardingv0.1.00.1.0 | Christian Pointner | 2015-10-17 | 1 | -1/+2 | |
| | ||||||
* | updated changelog and license infov0.0.80.0.8 | Christian Pointner | 2015-10-17 | 1 | -2/+2 | |
| | ||||||
* | hub: add support for graphite forwarding | Christian Pointner | 2015-10-17 | 5 | -0/+137 | |
| | ||||||
* | removed vet and format targets from default build | Christian Pointner | 2015-07-21 | 1 | -1/+1 | |
| | ||||||
* | added go vet/fmt to hub Makefile | Christian Pointner | 2015-07-17 | 1 | -1/+9 | |
| | ||||||
* | hub: improved last-update query for elasticsearch | Christian Pointner | 2014-12-06 | 1 | -1/+1 | |
| | ||||||
* | hub: fix fwd-es | Markus Grüneis | 2014-11-29 | 1 | -23/+14 | |
| | ||||||
* | hub: store duration in milliseconds | Markus Grüneis | 2014-11-29 | 3 | -4/+4 | |
| | ||||||
* | hub: query last-id from elasticsearch in fwd-es | Markus Grüneis | 2014-11-29 | 2 | -71/+155 | |
| | ||||||
* | hub: fwd-es tries bulk-api | Markus Grüneis | 2014-11-29 | 1 | -21/+26 | |
| | ||||||
* | hub: fixed distclean target at Makefile | Christian Pointner | 2014-11-29 | 1 | -0/+1 | |
| | ||||||
* | hub: fix storing tags, returning clients,tags | Markus Grüneis | 2014-11-27 | 5 | -35/+68 | |
| | ||||||
* | creating index with keyword tokenizer | Christian Pointner | 2014-11-27 | 1 | -1/+1 | |
| | ||||||
* | hub: add basic elastic-search forwarding | Markus Grüneis | 2014-11-16 | 3 | -0/+79 | |
| | ||||||
* | hub: Add support for /updates query with sortOrder, fix invalid queries | Markus Grüneis | 2014-10-25 | 3 | -22/+54 | |
| | ||||||
* | hub: Retrieve HubId via Actor | Markus Grüneis | 2014-10-25 | 2 | -1/+25 | |
| | | | | | | - fixes the problem that a resync would not start due to Append calls from the pipe-sever; this was caused by GetHubId failing due to database is locked error | |||||
* | hub: Use getUpdatesInvoke in web. | Markus Grüneis | 2014-10-25 | 1 | -1/+1 | |
| | ||||||
* | hub: Refactor actor invoke functions. | Markus Grüneis | 2014-10-25 | 3 | -19/+29 | |
| | ||||||
* | hub: Add support for getUpdates via actor. | Markus Grüneis | 2014-10-25 | 2 | -5/+17 | |
| | ||||||
* | hub: Get 5000 instead of 200 updates for forwarder at once. | Markus Grüneis | 2014-10-25 | 1 | -1/+1 | |
| | | | | - works best with in-memory DB for collector. | |||||
* | hub: Update example/test scripts for hub. | Markus Grüneis | 2014-10-25 | 3 | -1/+16 | |
| | ||||||
* | hub: Use actor for Stats and GetUpdatesAfter queries. | Markus Grüneis | 2014-10-25 | 3 | -9/+59 | |
| | | | | - solves the "database is locked" problem when running forward | |||||
* | hub: Remove go get of unused library | Markus Grüneis | 2014-10-25 | 1 | -1/+1 | |
| | ||||||
* | hub: Fix missing abort transaction. | Markus Grüneis | 2014-10-25 | 1 | -1/+2 | |
| | ||||||
* | hub: fix MySQLDialect initialization | Markus Grüneis | 2014-10-25 | 1 | -1/+1 | |
| | ||||||
* | hub: fix embarassing build errors | Markus Grüneis | 2014-10-25 | 2 | -4/+3 | |
| | ||||||
* | hub: Add many debug printfs. | Markus Grüneis | 2014-10-25 | 1 | -2/+16 | |
| | ||||||
* | hub: add hacky untested MySql support | Markus Grüneis | 2014-10-25 | 5 | -15/+32 | |
| | ||||||
* | hub: Add retry to DB append in case of error. | Markus Grüneis | 2014-10-24 | 1 | -1/+11 | |
| | ||||||
* | hub: add LIMIT to GetUpdatesAfter, API filter struct | Markus Grüneis | 2014-10-24 | 2 | -3/+12 | |
| | ||||||
* | hub: fix default viz directory | Markus Grüneis | 2014-10-24 | 1 | -1/+1 | |
| | ||||||
* | hub: appendMany now supports response | Markus Grüneis | 2014-10-24 | 2 | -5/+21 | |
| | ||||||
* | hub: Retry on GET /lastupdate error instead of panic. | Markus Grüneis | 2014-10-24 | 1 | -11/+22 | |
| | ||||||
* | hub: Change viz-dir default. | Markus Grüneis | 2014-10-24 | 1 | -1/+1 | |
| | ||||||
* | hub: Post all available updates at once in fwd. | Markus Grüneis | 2014-10-24 | 1 | -19/+19 | |
| | ||||||
* | hub: Support posting multiple updates at once via http. | Markus Grüneis | 2014-10-24 | 1 | -0/+8 | |
| | ||||||
* | hub: Add AppendMany support to store. | Markus Grüneis | 2014-10-24 | 2 | -14/+46 | |
| | ||||||
* | hub: Update Makefile (document -test.v flag) | Markus Grüneis | 2014-10-24 | 1 | -1/+3 | |
| | ||||||
* | hub: Implement basic forward support. | Markus Grüneis | 2014-10-24 | 1 | -25/+70 | |
| | ||||||
* | hub: Fix http response for lastupdate/:id | Markus Grüneis | 2014-10-24 | 1 | -1/+1 | |
| | ||||||
* | hub: Fix query for GetUpdatesAfter(id) | Markus Grüneis | 2014-10-24 | 3 | -12/+44 | |
| | ||||||
* | hub: Show usage when having arg -help | Markus Grüneis | 2014-10-24 | 1 | -0/+6 | |
| | ||||||
* | hub: Use more practical query in .test-client script. | Markus Grüneis | 2014-10-24 | 1 | -1/+1 | |
| | ||||||
* | hub: Do not return plain arrays in web. | Markus Grüneis | 2014-10-24 | 1 | -4/+6 | |
| | ||||||
* | hub: Fix DataUpdate queries in store. | Markus Grüneis | 2014-10-24 | 3 | -26/+92 | |
| | | | | - known issue: clients and tags still not part of the result | |||||
* | hub: Fix stats query, return accurate client count. | Markus Grüneis | 2014-10-24 | 4 | -41/+77 | |
| |