Commit graph

27 commits

Author SHA1 Message Date
Ben Johnson
73631de9e8 vet 2015-08-20 13:46:39 -06:00
Ben Johnson
894ae3598f Refactor query tests
This commit refactors the query package tests to use the
standard library testing package instead of goconvey. Goconvey
is now completely removed from the repository.
2015-08-19 10:09:18 -06:00
travisturner
33dd34107a Remove commented code
Some commented test code was left in case these are tests that
need to be implemented.
2015-08-07 17:29:57 -05:00
Ben Johnson
b06ecf3320 Update import path
This commit updates the import path from:

```
pilosa/*
```

to:

```
github.com/umbel/pilosa/*
```

This follows standard Go convention and makes the project "go gettable".

The README was also updated to reflect the changes.
2015-08-05 22:50:38 -06:00
travisturner
181215b493 add support for top-n(all()) 2014-09-29 11:15:53 -05:00
Todd Gruben
cd6e4d07e8 added stash keyword 2014-08-29 16:29:21 +00:00
Todd Gruben
671036432f check for empty values in query 2014-07-28 16:56:40 +00:00
Todd Gruben
48d6c56533 etcd lock code 2014-07-23 15:03:43 -05:00
travisturner
c229b335c3 adjust test to use the default frame (instead of general) 2014-07-23 11:02:38 -05:00
Todd Gruben
eeaff874ee made test not panic 2014-07-23 10:21:50 -05:00
Todd Gruben
346158e052 simpified top-n catstep 2014-06-23 11:03:27 -05:00
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
travisturner
6230d820a1 bubble query-planner errors up to final Hold.Set (remove panics) 2014-04-08 23:32:01 -05:00
Cody Soyland
483f4d22ca Beginning of better error handling. 2014-04-08 16:18:17 -05:00
travisturner
6d8f3c7b86 get new query-refactor (query args, ect) to work with the filter added to the Bitmap struct 2014-04-02 11:10:50 -05:00
Cody Soyland
c858da3fa7 Query planner - make work with new args from query parser, remove "N" variable 2014-03-18 18:40:40 -05:00
travisturner
b05ad49ec4 add support for top-n LIMIT 2014-02-05 19:51:37 -06:00
travisturner
c1edbb9382 preparation for macro support. clean up the RunQuery logic 2014-01-10 13:24:53 -06:00
travisturner
0679ed17a2 convert UUID to use "tux21b.org/v1/gocql/uuid" 2014-01-03 17:47:22 -06:00
travisturner
7fc18eca93 a basic executor and QueryStep handler 2014-01-03 15:14:51 -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
781ecd0ce4 gofmt all the things! 2013-12-16 11:21:27 -06:00
travisturner
f6c712caf6 Lexer updates. DB topology updates 2013-12-06 07:54:19 -06:00
Cody Soyland
3f2ff1a0e3 Initial work on query planner, parser, and connection logic. 2013-10-16 17:34:43 -05:00