Commit graph

983 commits

Author SHA1 Message Date
Yuce Tekol
61d2997aee Merge pull request #328 from yuce/make-docker-update
Make docker update
2017-03-06 21:36:37 +02:00
Matthew Jaffee
f6b894030e Merge pull request #359 from jaffee/330-empty-queries
fix empty queries crashing pilosa
2017-03-06 10:33:49 -06:00
Travis Turner
17910f8ed0 Merge pull request #362 from travisturner/roaring-clone-bug
have roaring clone() return the clone (as opposed to the original)
2017-03-06 10:16:45 -06:00
Travis
84c8484bb0 have roaring clone() return the clone (as opposed to the original) 2017-03-04 12:37:02 -06:00
Matthew Jaffee
13d0b42c49 Merge pull request #346 from jaffee/273-breakout-pilosactl
273 breakout pilosactl
2017-03-03 10:48:36 -06:00
Matt Jaffee
57de42bb91 fix empty queries crashing pilosa 2017-03-02 16:27:45 -06:00
Yuce Tekol
41b6a6f49c Merge pull request #342 from yuce/setbit-time-format-315
Setbit time format. Implements ticket 315
2017-03-02 22:45:29 +02:00
Cody Soyland
4b99cfe374 Merge pull request #344 from codysoyland/travis-fix
Install glide from ppa before running Travis tests (#343)
2017-03-02 09:24:41 -06:00
Ben Johnson
246649b0c8 Merge pull request #329 from benbjohnson/schema
Add basic schema support.
2017-02-28 12:27:39 -07:00
Cody Soyland
b27a935381 Using Travis addons instead of before_install to continue using container-based infrastructure 2017-02-27 14:22:14 -06:00
Matt Jaffee
bcff80abad remove some leftovers from benchmark removal 2017-02-24 16:13:46 -06:00
Matt Jaffee
33d2ecf6b7 remove unused vendor stuff 2017-02-24 15:51:02 -06:00
Matt Jaffee
77372fe3cc remove creator/bagent/bspawn 2017-02-24 15:50:26 -06:00
Cody Soyland
0c21c583fb Install glide from ppa before running Travis tests (#343) 2017-02-24 09:08:49 -06:00
Yuce Tekol
6f645b9db5 SetBit uses TimeFormat. Implements 315 2017-02-24 16:35:41 +03:00
Yuce Tekol
0242356849 Merge remote-tracking branch 'upstream/master' 2017-02-24 15:51:30 +03:00
Yuce Tekol
e79abf21f7 Merge branch 'master' of github.com:yuce/pilosa 2017-02-24 15:50:54 +03: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
Yuce Tekol
c2afa6491d Updated README for docker usage 2017-02-21 23:08:41 +03: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
Ben Johnson
7de0293034 Add basic schema support.
Databases and frames now require explicit creation and have the
option of setting row & column labels. If no labels are provided
then the default `id` and `profileID` labels are used.
2017-02-20 13:55:03 -07:00
Yuce Tekol
c7a0aa371d Installs glide in the docker container 2017-02-20 20:11:58 +03:00
Yuce Tekol
21e7d7e209 Merge remote-tracking branch 'upstream/master' 2017-02-19 21:08:06 +03: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
52fdb6d405 Merge remote-tracking branch 'upstream/master' 2017-02-14 22:51:26 +03: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