Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | hub: Return better json in web server page /stats | Markus Grüneis | 2014-10-23 | 2 | -7/+42 | |
| | ||||||
* | hub: Add query for last-update-id for given UUID to store, web. | Markus Grüneis | 2014-10-23 | 2 | -0/+24 | |
| | ||||||
* | hub: Add per-DB UUID, optionally store in data-updates table | Markus Grüneis | 2014-10-23 | 6 | -10/+37 | |
| | ||||||
* | hub: serve viz app under /viz | Markus Grüneis | 2014-10-23 | 3 | -3/+15 | |
| | ||||||
* | hub: fix filtered queries, remove unused functions | Markus Grüneis | 2014-10-23 | 4 | -52/+24 | |
| | ||||||
* | hub: Return JSON data from web-server. | Markus Grüneis | 2014-10-23 | 6 | -89/+191 | |
| | | | | | | - refactor source structure: split and rename files, move some types around - http server return HTTP error status codes in case of failure - http server marshals response values as json | |||||
* | hub: add support for datagram unix-sockets | Markus Grüneis | 2014-10-22 | 5 | -8/+53 | |
| | ||||||
* | hub: add stub for forwarding | Markus Grüneis | 2014-10-22 | 3 | -1/+70 | |
| | ||||||
* | hub: use command-line options for paths etc. | Markus Grüneis | 2014-10-22 | 2 | -18/+44 | |
| | ||||||
* | hub: add basic POST support | Markus Grüneis | 2014-10-22 | 2 | -3/+27 | |
| | ||||||
* | hub: prepare db schema update | Markus Grüneis | 2014-10-22 | 3 | -14/+67 | |
| | ||||||
* | hub: extend s5srvWeb with /updates queries | Markus Grüneis | 2014-10-22 | 2 | -1/+65 | |
| | ||||||
* | hub: fix and extend s5store | Markus Grüneis | 2014-10-22 | 2 | -3/+25 | |
| | | | | | * fix filter sql generation (wrong field-name) * extend with functions to query DataUpdates | |||||
* | hub: Makefile license header and distclean target | Christian Pointner | 2014-10-21 | 1 | -3/+37 | |
| | ||||||
* | hub: added clean target for Makefile | Christian Pointner | 2014-10-21 | 1 | -1/+6 | |
| | ||||||
* | hub: add SIGINT handling to sfive-hub | Markus Grüneis | 2014-10-19 | 1 | -3/+22 | |
| | ||||||
* | hub: add some testing endpoints in s5srvWeb | Markus Grüneis | 2014-10-19 | 2 | -10/+52 | |
| | ||||||
* | hub: remove overzealous tracing in s5srvPipe | Markus Grüneis | 2014-10-19 | 1 | -2/+3 | |
| | ||||||
* | hub: update test-* scripts' pipe-path | Markus Grüneis | 2014-10-19 | 2 | -2/+2 | |
| | ||||||
* | hub: fix s5srv data appender | Markus Grüneis | 2014-10-19 | 1 | -1/+2 | |
| | | | | | - this time, really start the appendActor - use a buffered channel for the appending | |||||
* | hub: use goji for new s5srvWeb | Markus Grüneis | 2014-10-19 | 3 | -0/+25 | |
| | ||||||
* | hub: refactor server and db initialization | Markus Grüneis | 2014-10-19 | 9 | -133/+159 | |
| | | | | | | | | | | | | | * pass the paths to DB and pipe as arguments * move the connection to sqlite DB into the constructor of the server * return error instead of panicking when initializing DB fails * add an Actor for appending data to the sqlite store, start it in the server constructor * add a somewhat proper Close for the server * split s5srv.go, extracting pipe-specific code * make more constants etc. private * remove unnecessary StatsContainer interface * use an explicit s5 logger with prefix * use an in-memory sqlite db for unit tests | |||||
* | hub: change ClientData field BytesTransferred | Markus Grüneis | 2014-10-19 | 1 | -3/+3 | |
| | ||||||
* | hub: fix storing client-specific data | Markus Grüneis | 2014-10-19 | 1 | -1/+2 | |
| | ||||||
* | hub: remove obsolete shell scripts | Markus Grüneis | 2014-10-19 | 2 | -11/+0 | |
| | ||||||
* | hub: add basic filter-by-time support | Markus Grüneis | 2014-10-18 | 4 | -59/+150 | |
| | ||||||
* | hub: parse version and require version 1 | Markus Grüneis | 2014-10-18 | 4 | -4/+10 | |
| | ||||||
* | hub: fix unique-constraint violation | Markus Grüneis | 2014-10-18 | 1 | -1/+5 | |
| | ||||||
* | hub: add kind of a Makefile | Markus Grüneis | 2014-10-18 | 1 | -0/+21 | |
| | ||||||
* | added prepare script for go get | Christian Pointner | 2014-10-16 | 2 | -1/+6 | |
| | | | | set sqlite db path to something more flexible... | |||||
* | add testing shell scripts | Markus Grüneis | 2014-10-16 | 3 | -0/+10 | |
| | ||||||
* | create debug version of sfive-hub | Markus Grüneis | 2014-10-16 | 1 | -2/+11 | |
| | ||||||
* | add mini server for unix-pipes | Markus Grüneis | 2014-10-16 | 1 | -0/+77 | |
| | ||||||
* | fix json conversion interface | Markus Grüneis | 2014-10-16 | 2 | -8/+12 | |
| | | | | | | - return partial data on conversion error in StatefulDecoder, to be in line with PlainDecoder and golang convention - add err as return value for NewStatefulDecoder | |||||
* | fix, refactor s5store | Markus Grüneis | 2014-10-16 | 1 | -24/+96 | |
| | | | | | | - only insert new tags - only insert new sources - split .Append into smaller parts | |||||
* | add parts of delusional data store | Markus Grüneis | 2014-10-13 | 3 | -40/+250 | |
| | ||||||
* | add db (gorp) initialization | Markus Grüneis | 2014-10-13 | 2 | -20/+80 | |
| | ||||||
* | fix data conversion and tests | Markus Grüneis | 2014-10-13 | 3 | -32/+70 | |
| | ||||||
* | add sfive-hub project scaffolding | Markus Grüneis | 2014-09-30 | 7 | -3/+203 | |
| | ||||||
* | create hub's project structure | Markus Grüneis | 2014-09-30 | 3 | -4/+19 | |
| | ||||||
* | added initial directory structure and some introductionary information | Christian Pointner | 2014-08-03 | 1 | -0/+11 | |