Commit graph

6 commits

Author SHA1 Message Date
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
e174a804cc handle a square-bracketed list of queries (for plugins) 2014-12-23 16:10:26 -06:00
travisturner
a55c6cb2f3 removed some debugging 2014-07-26 14:31:56 -05:00
travisturner
c1188aa57b handle missing query parameters. add config.default_db support 2014-01-14 15:54:17 -06:00
travisturner
52f1b3661e rename QueryList to PqlList for clarity 2014-01-13 11:16:23 -06:00
travisturner
66f3aeb21c add support for macros, with Otto javascript to insert filters into macro 2014-01-10 17:51:19 -06:00