Commit graph

3762 commits

Author SHA1 Message Date
Travis Turner
ca6b3b5524
simplify test cluter addNode signature 2018-06-19 17:48:37 -05:00
Matt Jaffee
69b1f2ea97
make behavior equivalent to pre-change to stop test from failing 2018-06-19 17:02:44 -05:00
Matt Jaffee
33b3a14b24
move static cluster setup logic into Server/Cluster 2018-06-19 16:28:54 -05:00
tgruben
60eef02f31
Merge pull request #1392 from tgruben/addnode-ue
cleanup addnode unexport
2018-06-19 14:33:23 -05:00
Matt Jaffee
08e84aa07f
time range support 2018-06-19 14:07:03 -05:00
tgruben
819a29199e
Merge branch 'develop' into addnode-ue 2018-06-19 14:00:15 -05:00
Matthew Jaffee
1103039aa1
Merge pull request #1391 from pilosa/more-messaging-simplification
More messaging simplification
2018-06-19 13:55:46 -05:00
Todd Gruben
eb43707d19 cleanup 2018-06-19 13:34:44 -05:00
Matt Jaffee
719241f0d9
move some silly comments around 2018-06-19 13:22:08 -05:00
Matt Jaffee
f06c532047
remove a few unecessary lines from SetupNetworking
NewServer calls LoadNodeID, and NopBroadcaster and NopBroadcastReceiver are
already set up as the defaults.
2018-06-19 13:22:08 -05:00
tgruben
07480830da
Merge pull request #1365 from tgruben/slicecount-optimization
WIP count optimization
2018-06-19 11:11:19 -05:00
Todd Gruben
5048bbcaa2 Merge branch 'slicecount-optimization' of github.com:tgruben/pilosa into slicecount-optimization 2018-06-19 11:02:45 -05:00
Todd Gruben
aa71c08f12 implemented count optimization for btree 2018-06-19 11:01:00 -05:00
Todd Gruben
1488ac0e3a Merge branch 'develop' into slicecount-optimization 2018-06-19 10:36:05 -05:00
Yuce Tekol
80fadb5d21
Updated client libraries 2018-06-19 16:59:13 +03:00
Yuce Tekol
1e6d0a433e
Updated getting started section for latest develop 2018-06-19 16:19:36 +03:00
Matthew Jaffee
f591c4911e
Merge pull request #1389 from pilosa/remove-broadcaster-gossip
remove broadcaster methods from gossip- don't use sendAsync anywhere
2018-06-18 22:36:25 -05:00
Matt Jaffee
56ed9bfbe1
remove broadcaster methods from gossip- don't use sendAsync anywhere 2018-06-18 18:47:29 -05:00
Matthew Jaffee
6ef9b0bb93
Merge pull request #1388 from tgruben/issue-1283
added fields meta to index http endpoint
2018-06-18 14:45:41 -05:00
tgruben
f412f4d0c7
Merge branch 'develop' into issue-1283 2018-06-18 14:20:21 -05:00
Matthew Jaffee
b4c7c400e1
Merge pull request #1387 from pilosa/attr-test-cleanup
Attr test cleanup
2018-06-18 14:12:16 -05:00
Todd Gruben
18c67269ae clarity 2018-06-18 14:08:22 -05:00
Todd Gruben
07ab60d6cf adjust requirements to match schema response 2018-06-18 13:58:12 -05:00
Todd Gruben
277ee1e25e added fields meta to index http endpoint 2018-06-18 13:28:24 -05:00
Matthew Jaffee
18f159cf70
Merge branch 'develop' into attr-test-cleanup 2018-06-18 13:15:02 -05:00
Matthew Jaffee
2fc9f41806
Merge pull request #1386 from pilosa/client-test-cleanup
move pilosa/test/client.go helpers into pilosa/client_test.go
2018-06-18 13:14:38 -05:00
Matt Jaffee
60dee04ed1
move pilosa/test/attr.go into pilosa/attr_test.go 2018-06-18 12:52:58 -05:00
Matt Jaffee
9a74763156
move pilosa/test/client.go helpers into pilosa/client_test.go 2018-06-18 12:40:59 -05:00
Matt Jaffee
5c081d1518
more tests, fix bug where Condition wasn't pointer 2018-06-18 11:59:39 -05:00
Matt Jaffee
a6b6442ef4
more tests and fix range 2018-06-18 11:32:21 -05:00
Ben Johnson
c9ff679efc
Merge pull request #1337 from benbjohnson/translator
ID-Key Translation
2018-06-18 08:26:27 -06:00
Ben Johnson
060254e0d6
Key-to-ID Translation
This commit adds id-to-key translation to make it easier for users
to provide non-integer identifiers for rows & columns.
2018-06-15 16:45:05 -06:00
Matt Jaffee
23bca175ae
add tests, fix tests, fix bugs 2018-06-15 15:02:41 -05:00
Matt Jaffee
4b856bea55
change parser for new PQL 2018-06-15 12:22:16 -05:00
Matt Jaffee
1e05920742
fuzz testing and bug fixes 2018-06-15 08:34:14 -05:00
Matt Jaffee
2ddc2ceeeb
add old parser implementation to pql/internal/oldpql for comparison fuzz testing 2018-06-15 08:34:13 -05:00
Matt Jaffee
c66cb59f1d
remove -switch option from peg generator 2018-06-15 08:34:13 -05:00
Matt Jaffee
3656bc83a0
support quoted strings properly 2018-06-15 08:34:13 -05:00
Matt Jaffee
47233c8bee
replace PQL parser with one created by PEG parser generator 2018-06-15 08:34:12 -05:00
tgruben
9ad8d8d0b9
Merge pull request #1378 from tgruben/query-generator
add supporting functions for functional pql.Query construction
2018-06-14 11:55:00 -05:00
tgruben
bffa009fa7
Merge branch 'develop' into query-generator 2018-06-14 10:55:42 -05:00
Todd Gruben
aa21890503 moved to internal/test 2018-06-14 10:02:36 -05:00
Todd Gruben
b36b3b16ff moved to pilosa core 2018-06-14 09:12:05 -05:00
Cody Soyland
80712cf05f
Merge pull request #1377 from codysoyland/http-inversion-2
Remove more net/http references
2018-06-13 22:00:19 -05:00
Cody Soyland
415b4de110
Merge branch 'develop' into http-inversion-2 2018-06-13 21:38:30 -05:00
Travis Turner
6e804d8d51
Merge pull request #1374 from travisturner/global-consts
un-export package level consts
2018-06-13 19:23:10 -05:00
Travis Turner
7d91261968
un-export some package level constants 2018-06-13 17:18:52 -05:00
Travis Turner
70030305f2
Merge pull request #1372 from travisturner/global-functions
un-export some top-level functions
2018-06-13 17:09:21 -05:00
Cody Soyland
fba865fc6c Remove more net/http references 2018-06-13 16:50:44 -05:00
Travis Turner
fe167ea78c
un-export some top-level functions 2018-06-13 16:44:24 -05:00