Matt Jaffee
77372fe3cc
remove creator/bagent/bspawn
2017-02-24 15:50:26 -06:00
Cody Soyland
64db5e0f23
Merge pull request #335 from codysoyland/ci-badge
...
Add build status to README
2017-02-23 15:56:10 -06:00
Cody Soyland
7a7869aea6
Add build status to README
2017-02-23 11:26:34 -06:00
Matthew Jaffee
0d54221f5e
Merge pull request #331 from travisturner/roaring-union-bug
...
handle `unionArrayBitmap` width of bitmaps correctly
2017-02-20 22:01:26 -06:00
Travis
b08e6bee1e
handle unionArrayBitmap width of bitmaps correctly
2017-02-20 21:31:58 -06:00
Cody Soyland
6c6a528ad7
Merge pull request #322 from codysoyland/build-process
...
Build process and vendor removal
2017-02-18 07:58:22 -06:00
Cody Soyland
8258ffbea4
Remove random seed call that was accidentally committed
2017-02-17 16:55:01 -06:00
Cody Soyland
07133c7809
Add Slack notifications for Travis CI
2017-02-17 16:37:36 -06:00
Cody Soyland
be873afe2b
Add GOPATH/bin to Makefile for Travis CI
2017-02-17 16:37:36 -06:00
Cody Soyland
d9b71bba21
Fix glide initial install
2017-02-17 16:37:36 -06:00
Cody Soyland
823984e4ed
Update travis.ci to use make test
2017-02-17 16:37:36 -06:00
Cody Soyland
2d09731dfd
Add Makefile and versioning/build time in pilosa/pilosactl
2017-02-17 16:37:36 -06:00
Cody Soyland
5e30496c50
Ignore vendor directory in .gitignore
2017-02-17 16:37:36 -06:00
Cody Soyland
65ab872521
Add .travis.yml
2017-02-17 16:37:36 -06:00
Yuce Tekol
d8745fa27b
Merge pull request #313 from yuce/master
...
Quick one - updated README with SetProfileAttrs call
2017-02-16 12:30:50 +02:00
tgruben
3b9e5db219
Merge pull request #314 from jaffee/import-handle-stdin
...
modify pilosactl import to allow it to read from stdin
2017-02-15 08:27:03 -06:00
Yuce Tekol
db49e93fbd
Merge pull request #302 from yuce/pql-timestamp-sample
...
Added SetBit timestamp example
2017-02-14 21:50:41 +02:00
Matt Jaffee
55fa1a24b9
modify pilosactl import to allow it to read from stdin
...
pass a "-" argument for stdin
2017-02-14 13:38:58 -06:00
Yuce Tekol
5ff28bc5c5
Updated with the info for retrieving profile attributes
2017-02-14 21:23:39 +03:00
Yuce Tekol
601f1a2df4
updated README with SetProfileAttrs call
2017-02-14 17:59:24 +03:00
Cody Soyland
a0d8ccfbad
Merge pull request #274 from codysoyland/issue-template
...
Add issue template
2017-02-13 09:25:46 -06:00
Yuce Tekol
e8d7d8a010
Merge pull request #288 from pilosa/docker-support
...
Added initial Dockerfile and docker target
2017-02-13 00:27:43 +02:00
Matthew Jaffee
0737a23294
Merge pull request #296 from benbjohnson/fix-bench-calls
...
Fix PQL calls in bench.
2017-02-10 12:04:20 -06:00
Matthew Jaffee
2b0c14501d
Merge pull request #309 from jaffee/revert-remove-randquery
...
Revert "pilosactl builds - fixed compatibility with pql changes"
2017-02-10 12:04:07 -06:00
Matt Jaffee
545a0cff4b
Revert "pilosactl builds - fixed compatibility with pql changes"
...
This reverts commit d6e2be97b1 .
2017-02-10 09:11:23 -06:00
Linh Vo
eda815c03b
Merge pull request #306 from jaffee/305-broken-pql
...
pilosactl builds - fixed compatibility with pql changes
2017-02-09 16:11:29 -06:00
Matt Jaffee
8beb5e0707
pilosactl builds - fixed compatibility with pql changes
...
remove randquery benchmark entirely and modify sliceheight to work with latest
pql changes.
2017-02-09 15:59:18 -06:00
Yuce Tekol
2fc1128714
Added SetBit timestamp example
2017-02-09 17:55:57 +03:00
Travis Turner
0d225f6b26
Merge pull request #297 from yuce/276-timestamp
...
Implements 276: Moved timestamp from HTTP query to PQL
2017-02-08 13:04:27 -06:00
Travis
767a77294f
generate internal.pb.go using standard version of protoc-gen-gofast
2017-02-08 13:02:14 -06:00
Yuce Tekol
0582508d73
Temporarily removing internal.pb.go
2017-02-08 21:50:03 +03:00
Yuce Tekol
0a76d4cb29
Using gogo protobuf v0.3
2017-02-08 21:29:42 +03:00
Yuce Tekol
1eff86f78b
Moved timestamp from HTTP query to PQL
2017-02-08 16:04:19 +03:00
Travis Turner
60f62aa559
Merge pull request #286 from travisturner/use-build-version
...
use the Version parameter (as opposed to Build) as the version in handler
2017-02-07 16:49:08 -06:00
Ben Johnson
88e587b677
Fix PQL calls in bench.
2017-02-07 13:20:15 -07:00
Yuce Tekol
bf71ef036d
Added build container
2017-02-04 13:00:21 +03:00
Ben Johnson
a1a5ca5d3b
Merge pull request #287 from benbjohnson/pql-call
...
Refactor parser & AST to remove compile-time field names.
2017-02-03 10:40:48 -07:00
Travis
71d3074b38
for the default version number, include the v
2017-02-03 09:23:15 -06:00
Yuce Tekol
741c073dd0
Added initial Dockerfile and docker target
2017-02-03 17:37:44 +03:00
Ben Johnson
f39768b49b
Refactor parser & AST to remove compile-time field names.
...
Consolidates all the pql.Call implementations into a single
pql.Call struct. This is needed to support user-defined schemas
on frames.
This also has the added benefit that a lot of redundant parsing
code has been consolidated.
2017-02-02 14:27:18 -07:00
Travis
d0bdea11c5
use the Build parameter as the Version in handler
...
Standardize on `Version` for the build version
2017-02-02 12:08:03 -06:00
Matthew Jaffee
c2253a36ea
Merge pull request #279 from jaffee/264-mktemp
...
use temp location for pilosactl and pilosa binaries
2017-02-01 13:09:42 -06:00
Cody Soyland
018e607ea2
Request more information in issue template
2017-01-30 11:26:19 -06:00
Linh Vo
a7569a1211
Merge pull request #271 from pilosa/random-pql
...
execute pql against db on server
2017-01-27 16:07:38 -06:00
Linh Vo
2358e77141
another go fmt
2017-01-27 15:57:01 -06:00
Linh Vo
3c1e262642
gofmt
2017-01-27 15:39:17 -06:00
Linh Vo
5505e713a0
merge master, resolve conflict
2017-01-27 13:59:47 -06:00
Linh Vo
b571812307
default content-type for benchmarks
2017-01-27 13:41:19 -06:00
Linh Vo
254eb8d245
move ExecuteQuery to client that every other benchmark can use
2017-01-27 12:13:17 -06:00
jaffee
8e9ccb0422
use temp location for pilosactl and pilosa binaries
...
I did it this way instead of using mktemp because
a) mktemp would have created a different filename on every host, which would
make the client side logic much more confusing
b) mktemp isn't guaranteed to be available everywhere, so we're not losing much
by assuming /tmp exists.
2017-01-25 15:17:06 -06:00