Todd Gruben
|
1b89d79c0a
|
auto allocate .001
|
2014-06-18 15:09:31 -05:00 |
|
Todd Gruben
|
4a2c3e73d0
|
converted to main cql driver
|
2014-06-17 13:06:56 -05:00 |
|
Todd Gruben
|
a773c7959f
|
added plug point for fragment creation
|
2014-06-17 12:21:11 -05:00 |
|
Todd Gruben
|
bdbc2b1621
|
fixed bug in setbit logging
|
2014-05-23 12:35:21 -05:00 |
|
Todd Gruben
|
161af565b3
|
turned off bit logging for bug check
|
2014-05-23 10:14:31 -05:00 |
|
Todd Gruben
|
d7a7b253f1
|
added flush for setbit log
|
2014-05-23 09:26:50 -05:00 |
|
Todd Gruben
|
108d351267
|
added setbit logging
|
2014-05-22 14:32:55 -05:00 |
|
Todd Gruben
|
29f006f506
|
added some statsd fun
|
2014-04-09 18:44:00 -05:00 |
|
Todd Gruben
|
5261ca0eba
|
added some more error checking to set_bits endpoint
|
2014-04-09 15:32:55 -05:00 |
|
Cody Soyland
|
483f4d22ca
|
Beginning of better error handling.
|
2014-04-08 16:18:17 -05:00 |
|
travisturner
|
a339e6ba11
|
convert filter arg from int to uint64 so it matches the IDS arg type from lexer
|
2014-04-07 11:07:10 -05:00 |
|
Todd Gruben
|
1daed6260b
|
updated comments on set_bits
|
2014-04-03 14:51:42 -05:00 |
|
Todd Gruben
|
effc498b30
|
initial support time frame set_bit
|
2014-04-03 14:44:45 -05:00 |
|
Todd Gruben
|
41c1325ff4
|
added set_bits http endpoint
|
2014-04-02 20:49:04 +00:00 |
|
Todd Gruben
|
48f779a0e3
|
Merge branch 'master' of ops:nuevo-pilosa
|
2014-04-02 20:03:57 +00:00 |
|
Todd Gruben
|
80b321a3ef
|
premature checking
|
2014-04-02 20:03:48 +00:00 |
|
travisturner
|
ad2186a44c
|
Merge branch 'query-refactor' into tlt
Conflicts:
commands/pilosa-nexter/nexter.go
query/parser.go
query/planner_test.go
|
2014-04-02 10:22:16 -05:00 |
|
Todd Gruben
|
ef56ef6af3
|
added filter(category) to data model
|
2014-04-01 15:42:35 -05:00 |
|
Cody Soyland
|
f375ad9de5
|
WIP: lexer/parser refactor/enhancements.
|
2014-03-04 17:13:57 -06:00 |
|
Cody Soyland
|
a288b8760f
|
Add status screen
|
2014-02-17 19:05:48 -06:00 |
|
Cody Soyland
|
4d23b5af03
|
Refactor
|
2014-02-17 16:59:47 -06:00 |
|
Cody Soyland
|
dec92588b5
|
Add listen streamer that works with curl -N
|
2014-02-12 18:43:43 -06:00 |
|
Cody Soyland
|
d4dd91973c
|
Add websocket listener for messaging layer.
|
2014-02-11 18:29:11 -06:00 |
|
Todd Gruben
|
afa10d331b
|
fixed typo
|
2014-01-24 10:54:16 -06:00 |
|
Todd Gruben
|
c1c69da685
|
added file based logging to service; new config file entry log_path
|
2014-01-24 10:51:06 -06:00 |
|
Todd Gruben
|
61c3e84968
|
another non fatal log
|
2014-01-23 14:34:44 -06:00 |
|
Todd Gruben
|
c4bda6c3ec
|
added runtime stats info to endpoint
|
2014-01-20 09:35:12 -06:00 |
|
Todd Gruben
|
3d1caa37b1
|
add batch loader
|
2014-01-17 19:18:59 -06:00 |
|
travisturner
|
718705618f
|
add /version/ endpoint to core.http
|
2014-01-15 12:20:32 -06:00 |
|
travisturner
|
ba9f4f7320
|
i don't think we need to close the Body object anymore
|
2014-01-14 16:00:31 -06:00 |
|
travisturner
|
c1188aa57b
|
handle missing query parameters. add config.default_db support
|
2014-01-14 15:54:17 -06:00 |
|
travisturner
|
3e292583fa
|
add support for db in post query
|
2014-01-14 15:30:42 -06:00 |
|
travisturner
|
c1edbb9382
|
preparation for macro support. clean up the RunQuery logic
|
2014-01-10 13:24:53 -06:00 |
|
travisturner
|
6968507296
|
resolved merge conflicts
|
2014-01-07 08:37:40 -06:00 |
|
travisturner
|
763a649f1a
|
make profile_id uint64. handle Get/Set/Cat QuerySteps
|
2014-01-06 20:18:41 -06:00 |
|
Cody Soyland
|
0a50f18eca
|
Use HoldResult interface to route responses from dispatch. Added standalone ping function.
|
2014-01-06 16:20:31 -06:00 |
|
Cody Soyland
|
11d964339c
|
Basic ping working.
|
2014-01-03 18:14:04 -06:00 |
|
travisturner
|
7fc18eca93
|
a basic executor and QueryStep handler
|
2014-01-03 15:14:51 -06:00 |
|
travisturner
|
b8be246029
|
remove temp http server from Transport
|
2013-12-31 14:05:09 -06:00 |
|
travisturner
|
bbabae12ef
|
stub out the service.Executor process
|
2013-12-31 13:45:55 -06:00 |
|
travisturner
|
fc75d37300
|
add support for Set() queries to lexer/parser/planner
|
2013-12-30 13:31:40 -06:00 |
|
travisturner
|
0ea1b17ea1
|
add query.Execute(pql) to http/query handler
|
2013-12-27 13:46:07 -06:00 |
|
travisturner
|
d7a3ecd70a
|
query parser and planner (PQL string > lex > tokens > parser > query > planner > query plan)
|
2013-12-27 11:20:45 -06:00 |
|
Cody Soyland
|
49b8c33059
|
Add metadata endpoint.
|
2013-12-26 15:05:00 -06:00 |
|
Cody Soyland
|
09f2d8eda1
|
Add webservice and /info url
|
2013-12-26 14:49:19 -06:00 |
|
Cody Soyland
|
781ecd0ce4
|
gofmt all the things!
|
2013-12-16 11:21:27 -06:00 |
|
Cody Soyland
|
76bd3cc222
|
Messaging and interface changes.
|
2013-12-13 13:23:16 -06:00 |
|
Cody Soyland
|
8c3e2a8be0
|
Move around things.
|
2013-10-25 17:07:58 -05:00 |
|
Cody Soyland
|
85201f3acb
|
Move things around.
|
2013-10-21 12:01:09 -05:00 |
|