Commit graph

5199 commits

Author SHA1 Message Date
Travis Turner
371665f459 Merge pull request #376 from linhvo/pil357-frame-name
Pil357 frame name
2017-03-10 16:18:26 -06:00
Travis
3649a52c00 Change frame meta and data to .meta and .data to be consistent with the DB dot files. 2017-03-10 15:47:17 -06:00
Linh Vo
3ab1d34d9a change frame name to meta for testing 2017-03-10 15:21:55 -06:00
Linh Vo
34b8f30c0d invalid name start with dot 2017-03-10 15:21:55 -06:00
Linh Vo
920b9d01e2 add . before meta frame 2017-03-10 15:21:54 -06:00
Travis
73df55a980 Refactor some repetitive function calls. Correct the casting to float64() 2017-03-10 13:46:57 -06:00
Linh Vo
0a4de77d38 add tanimoto option to pilosa 2017-03-10 13:45:18 -06:00
Yuce Tekol
9908002863 Merge pull request #388 from yuce/makefile-unknown-version
if a version is not found, set it as unknown
2017-03-10 19:43:58 +02:00
Travis Turner
2046e3665c Merge pull request #390 from travisturner/fix-client-test
Fix client test
2017-03-10 11:18:50 -06:00
Travis
2b94be965e Make sure the TopN test is actually using a RankCache supported frame.
Implement cache.Recalculate to bypass the 10-second delay built into cache.Invalidate().
2017-03-10 11:07:18 -06:00
Travis
988e602033 adds validateCallArgs(c) to executor 2017-03-10 09:36:05 -06:00
Yuce Tekol
8e982d2479 if a version is not found, set it as unknown; do not display No names found error message 2017-03-09 21:28:50 +03:00
Matthew Jaffee
e8ab4cfc2d Merge pull request #387 from jaffee/384-time-version-bug
give appropriate path in ldflags for BuildTime and Version
2017-03-09 12:01:08 -06:00
Matt Jaffee
72de534c8c remove duplicate Version/BuildTime from pilosa/server
use only the pilosa/cmd Version and BuildTime which are populated by the ldflags
in the Makefile
2017-03-09 11:39:11 -06:00
Matt Jaffee
51390cdf47 Merge branch '372-invalid-name-bug' 2017-03-09 10:58:08 -06:00
Matt Jaffee
8e0d64fe06 give appropriate path in ldflags for BuildTime and Version 2017-03-09 10:55:53 -06:00
Yuce Tekol
d1bae69150 Merge pull request #383 from yuce/upgrade-docker-go_1.8
Updated Dockerfile to use go 1.8 and ldflags; removed pilosactl stuff…
2017-03-09 17:46:26 +02:00
Travis Turner
1fe4d4b1e6 Merge pull request #379 from travisturner/top-n-fix
If a top-n query contains BitmapIDs, then treat N as having value 0.
2017-03-09 09:34:20 -06:00
Michael Baird
d56a55a0d3 Merge pull request #360 from raskle/topn-multinode-tests
TopN tests across 3 nodes
2017-03-09 09:13:34 -06:00
Yuce Tekol
a446d7b9e6 Updated Dockerfile to use go 1.8 and ldflags; removed pilosactl stuff from Makefile, send ldflags to build container. 2017-03-09 11:14:01 +03:00
Linh Vo
756fc49be6 resolve conflict 2017-03-08 22:17:50 -06:00
Linh Vo
40b1192692 fix comment 2017-03-08 22:11:52 -06:00
Yuce Tekol
d61c825812 Merge pull request #382 from yuce/readme-update-rowcol
quick readme fix
2017-03-09 02:26:26 +02:00
Yuce Tekol
081660f5c8 quick readme fix 2017-03-09 03:13:55 +03:00
Yuce Tekol
a4a14cb5d0 Merge pull request #363 from yuce/readme-update-rowcol
updated readme for row col schema
2017-03-09 02:12:06 +02:00
Travis
15f87e284e fixes some of the comments and removes unused code 2017-03-08 17:30:56 -06:00
Travis
cd7434fa95 remove TODO; Todd confirmed f.cache.Top() was not doing a copy 2017-03-08 16:39:36 -06:00
Travis
41d334aeaf If a top-n query contains BitmapIDs, then treat N as having value 0. 2017-03-08 16:09:56 -06:00
Matthew Jaffee
26798be923 Merge pull request #370 from jaffee/319-float-support
319 float support for attributes
2017-03-08 15:50:34 -06:00
Matt Jaffee
69586ea074 rename NUMBER -> INTEGER 2017-03-08 14:03:21 -06:00
Matt Jaffee
f47c3a4521 fix spaces/tab issue in Makefile 2017-03-08 13:55:18 -06:00
Linh Vo
641832ae10 skip error when open invalid db/frame name 2017-03-07 21:48:59 -06:00
Yuce Tekol
b3ddc49c44 Merged the latest master 2017-03-08 01:15:56 +03:00
Yuce Tekol
d3a3cf5d46 Merge pull request #325 from yuce/readme-update
Readme update
2017-03-08 00:08:35 +02:00
Matt Jaffee
be8b976ba1 update scanner comment and test float with trailing dot 2017-03-07 15:56:02 -06:00
Matt Jaffee
7ffeeeede3 fix duplicate case after rebase 2017-03-07 15:44:53 -06:00
Matt Jaffee
0202c9b849 add float support to proto format
floating point attrs are now fully supported
2017-03-07 15:40:50 -06:00
Matt Jaffee
f2707fad18 update tokens string map to include FLOAT 2017-03-07 15:40:50 -06:00
Matt Jaffee
dbfc6052b7 add float support to scanner/parser for arguments 2017-03-07 15:40:50 -06:00
Travis Turner
3d8be89775 Merge pull request #368 from travisturner/performance-enhancements
Performance enhancements
2017-03-07 15:29:56 -06:00
Travis
b6430bcc09 remove code that is no longer used:
- `cacheoveride`
- `Bitmap.SetCount()`
2017-03-07 15:25:36 -06:00
Travis
75e12740d3 Merge branch 'master' into performance-enhancements 2017-03-07 15:07:21 -06:00
Matt Jaffee
59bbd583d7 Merge branch '273-use-subcommands' 2017-03-07 13:19:18 -06:00
Matt Jaffee
fa9586f64f remove useless print 2017-03-07 13:18:51 -06:00
Matt Jaffee
320110f011 tweak comments and remove dead code 2017-03-07 11:35:58 -06:00
Matt Jaffee
555a514e37 code review tweaks 2017-03-07 11:30:31 -06:00
Travis Turner
db0d305eef Merge pull request #2 from jaffee/perf-topn-fix
don't panic if 'n' not supplied to TopN
2017-03-07 09:34:28 -06:00
Travis
03e1f4f09b turn on bitmapCache support in openCache() 2017-03-07 08:57:03 -06:00
Matt Jaffee
c7caea6b30 fix short help strings on commands 2017-03-06 16:45:37 -06:00
Matt Jaffee
f463ab9d9b make inspect behave like pilosactl version 2017-03-06 16:37:41 -06:00