Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some cleanup @ forwarder | Christian Pointner | 2017-05-07 | 4 | -37/+19 |
* | cleaned up graphite forwarder | Christian Pointner | 2017-05-07 | 3 | -16/+16 |
* | minor cleanup | Christian Pointner | 2017-05-07 | 1 | -16/+17 |
* | use reader/writer interface for fowarder | Christian Pointner | 2017-05-07 | 1 | -30/+45 |
* | added stateful encoder | Christian Pointner | 2017-05-07 | 4 | -8/+66 |
* | forwarding works now with new web api | Christian Pointner | 2017-05-07 | 3 | -101/+91 |
* | update test client to use new _bulk api | Christian Pointner | 2017-05-07 | 1 | -2/+2 |
* | implemented post updates | Christian Pointner | 2017-05-07 | 1 | -49/+50 |
* | cleaned up web api _bulk vs normal | Christian Pointner | 2017-05-07 | 2 | -49/+83 |
* | use /updates/_bulk for bulk imports (like Elasticsearch) | Christian Pointner | 2017-05-07 | 6 | -80/+116 |
* | added dispatcher for bulk vs single updates post | Christian Pointner | 2017-05-07 | 1 | -53/+58 |
* | get update list implemented ... some thinking necessary | Christian Pointner | 2017-05-06 | 1 | -87/+107 |
* | re-added handler for last update id | Christian Pointner | 2017-05-06 | 3 | -28/+76 |
* | re-added hubs and source listing | Christian Pointner | 2017-05-06 | 1 | -34/+60 |
* | drop goji which never did much anyway | Christian Pointner | 2017-05-06 | 6 | -169/+229 |
* | cleanup and minor improvements for pipe and pipegram interface | Christian Pointner | 2017-05-06 | 4 | -55/+118 |
* | revamp test client handling | Christian Pointner | 2017-05-06 | 5 | -24/+50 |
* | remove get sources/:id web api point | Christian Pointner | 2017-05-06 | 4 | -59/+19 |
* | implemented bulk receiver for updates via web interfaces (not working yet) | Christian Pointner | 2017-05-06 | 2 | -24/+54 |
* | parse from and limit from request query | Christian Pointner | 2017-05-06 | 1 | -5/+25 |
* | use json Encoder/Decoder and not marshal/unmarshal | Christian Pointner | 2017-05-06 | 6 | -93/+98 |
* | Merge branch 'bolt' | Christian Pointner | 2017-05-06 | 40 | -1675/+2176 |
|\ | |||||
| * | handling for forwarder hubs works now | Christian Pointner | 2017-05-06 | 2 | -5/+156 |
| * | actually populate forward hub UUID | Christian Pointner | 2017-05-06 | 2 | -3/+6 |
| * | added additional protocol fields for forwarder hubs | Christian Pointner | 2017-05-06 | 3 | -14/+30 |
| * | remove now uneeded retry for append | Christian Pointner | 2017-05-05 | 6 | -55/+79 |
| * | switch back to binary indeces | Christian Pointner | 2017-05-01 | 1 | -4/+5 |
| * | refactored test cases a little | Christian Pointner | 2017-05-01 | 1 | -25/+53 |
| * | added test cases for sources | Christian Pointner | 2017-05-01 | 2 | -18/+58 |
| * | some more open tests | Christian Pointner | 2017-05-01 | 2 | -68/+120 |
| * | some more tests... | Christian Pointner | 2017-05-01 | 1 | -11/+87 |
| * | some more tests | Christian Pointner | 2017-05-01 | 1 | -4/+45 |
| * | added test case for getUpdatesAfter and fix a bug | Christian Pointner | 2017-05-01 | 4 | -19/+68 |
| * | added append/fetch tests for read only store | Christian Pointner | 2017-04-30 | 1 | -8/+21 |
| * | cleaned up store test cases a little | Christian Pointner | 2017-04-30 | 1 | -53/+49 |
| * | force utc timestamps | Christian Pointner | 2017-04-30 | 1 | -0/+1 |
| * | Merge branch 'bolt' of gitspread:sfive into bolt | Christian Pointner | 2017-04-30 | 10 | -84/+173 |
| |\ | |||||
| | * | cleaned up proto parser a little | Christian Pointner | 2017-04-30 | 5 | -69/+139 |
| | * | add one more testcase | Christian Pointner | 2017-04-30 | 1 | -1/+20 |
| | * | ingore coverage output | Christian Pointner | 2017-04-30 | 1 | -0/+1 |
| | * | added coverage test and some cleanup | Christian Pointner | 2017-04-30 | 2 | -11/+10 |
| | * | minor store file size optimization | Christian Pointner | 2017-04-30 | 1 | -3/+3 |
| * | | new web api endpoint hubs | Christian Pointner | 2017-04-30 | 6 | -3/+40 |
| |/ | |||||
| * | readded basic append/fetch test and benchmark | Christian Pointner | 2017-04-30 | 1 | -122/+121 |
| * | improved protocol docs | Christian Pointner | 2017-04-30 | 2 | -2/+5 |
| * | fixed last commit | Christian Pointner | 2017-04-30 | 1 | -11/+14 |
| * | protocol version is not really part of the SourceId | Christian Pointner | 2017-04-30 | 4 | -41/+41 |
| * | reorganized some functions | Christian Pointner | 2017-04-30 | 1 | -85/+110 |
| * | introduced read-only mode | Christian Pointner | 2017-04-30 | 4 | -29/+62 |
| * | added test cases for open and creation | Christian Pointner | 2017-04-29 | 3 | -120/+245 |