Commit graph

5199 commits

Author SHA1 Message Date
Matt Jaffee
8809751a23
convert all tests except for CORS 2018-06-22 07:41:39 -05:00
tgruben
4b72489997
Merge branch 'develop' into crash-value-overwrite 2018-06-21 20:10:54 -05:00
Matt Jaffee
016dbac6ca
convert a bunch more tests 2018-06-21 19:24:17 -05:00
Todd Gruben
643e5e575a fixed crashing issue that was not handling container removal/recycling correctly 2018-06-21 18:39:06 -05:00
Cody Soyland
e2512ec58d Use test.MustRunMainWithCluster in ctl tests 2018-06-21 16:26:34 -05:00
Cody Soyland
526bdae280 Remove unneccessary t.Skip() 2018-06-21 15:41:34 -05:00
Matt Jaffee
504309e594
rewrite some tests to not be skipped 2018-06-21 15:06:22 -05:00
Matt Jaffee
a033771412
move handler tests which are actually testing everything to server package 2018-06-21 14:05:00 -05:00
Matt Jaffee
c9479afe8c
start handler before server.Open to avoid stall in cluster.open
cluster.open waits for node to join cluster if it is not the coordinator, and
currently this relies on having the http handler able to receive messages, so
handler needs to be started first.
2018-06-21 13:56:46 -05:00
Cody Soyland
c6db3974bc WIP API refactor 2018-06-21 13:51:31 -05:00
tgruben
f3d9311d7f
Merge pull request #1399 from tgruben/accept-json
Accept json
2018-06-20 15:42:16 -05:00
Todd Gruben
d9369ed06e removed whitespace 2018-06-20 15:29:10 -05:00
Todd Gruben
5a3abe6f90 Merge branch 'accept-json' of github.com:tgruben/pilosa into accept-json 2018-06-20 15:12:55 -05:00
Todd Gruben
289bec9d81 repace panic with fatal for consistancy 2018-06-20 15:12:26 -05:00
tgruben
6c389e08cd
Merge branch 'develop' into accept-json 2018-06-20 15:08:13 -05:00
Todd Gruben
7da9242b6b error only on if provided accept not json 2018-06-20 14:39:15 -05:00
Matthew Jaffee
79175b1398
Merge pull request #1398 from jaffee/broadcaster-remove
remove broadcaster from server
2018-06-20 13:41:08 -05:00
Todd Gruben
ff81322d69 Merge remote-tracking branch 'upstream/develop' into accept-json 2018-06-20 13:14:37 -05:00
Todd Gruben
aac2397949 enforced Accept for json response endpoints 2018-06-20 13:13:46 -05:00
Matt Jaffee
343880e0ad
remove broadcaster from server 2018-06-20 13:13:35 -05:00
Matthew Jaffee
57da20728e
Merge pull request #1397 from jaffee/server-cleanup
Server cleanup
2018-06-20 12:32:09 -05:00
Matt Jaffee
b271ff286c
unexport done channel on server.Command 2018-06-20 11:31:30 -05:00
Matt Jaffee
d529ee3ccc
unexport Server.TranslateFile 2018-06-20 11:26:33 -05:00
Matt Jaffee
44d3e87d4e
remove remaining external ref to Server.Holder and unexport holder 2018-06-20 11:21:03 -05:00
Matt Jaffee
7a05f32a17
remove NewAttrStore field on Server - unused 2018-06-20 11:14:09 -05:00
Matt Jaffee
1a2fa51b63
Merge branch 'develop' into newpql 2018-06-20 09:31:42 -05:00
Matt Jaffee
205b7620bd
update SetColumnAttrs name 2018-06-20 09:31:20 -05:00
Travis Turner
e94feba37e
Merge pull request #1396 from travisturner/remove-view-argument
remove view argument from Field.SetBit and Field.ClearBit
2018-06-19 21:17:47 -05:00
Travis Turner
b7470ba8a8
Merge branch 'develop' into remove-view-argument 2018-06-19 19:50:03 -05:00
Travis Turner
7eb5118ef0
Merge pull request #1394 from travisturner/simplify-addnode
simplify test cluster addNode signature
2018-06-19 19:49:16 -05:00
Matthew Jaffee
ddb2963dd4
Merge branch 'develop' into remove-view-argument 2018-06-19 19:44:07 -05:00
Travis Turner
15b5e5241e
Merge branch 'develop' into simplify-addnode 2018-06-19 19:29:00 -05:00
Matthew Jaffee
7842dc4cce
Merge pull request #1393 from jaffee/move-static-setup
move static cluster setup logic into Server/Cluster
2018-06-19 19:23:41 -05:00
Matt Jaffee
6fb0519683
Merge branch 'develop' into move-static-setup 2018-06-19 19:18:23 -05:00
Travis Turner
c77b7d5ca5
remove view argument from Field.SetBit and Field.ClearBit 2018-06-19 18:15:38 -05:00
Travis Turner
a39b952748
Merge pull request #1395 from travisturner/frame-test
rename test/frame.go to test/field.go
2018-06-19 18:10:09 -05:00
Travis Turner
8c35cb89bb
rename test/frame.go to test/field.go 2018-06-19 17:54:16 -05:00
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