Commit graph

2423 commits

Author SHA1 Message Date
Travis Turner
91ba60efd3
Merge pull request #1022 from travisturner/bsi-tutorial
BSI tutorial
2017-12-19 17:25:25 -06:00
tgruben
93102a94ae
Merge pull request #1020 from tgruben/vetfix
RIP container_type
2017-12-19 16:11:12 -06:00
Cody Soyland
8135eca1ca
Merge pull request #1019 from codysoyland/1018-handler-error
Close HTTP handler gracefully (Fixes #1018)
2017-12-19 16:10:56 -06:00
Travis Turner
88e65142ad
fix typo. add link to range query operators. 2017-12-19 15:37:00 -06:00
Yuce Tekol
d6fe6e18af
Merge pull request #1015 from yuce/988-989-diagnostics-os-mem-info
Adds CPU and mem info to the diagnostics payload. Implements #988, #989
2017-12-20 00:01:22 +03:00
Travis Turner
8d0521fd10
setup -> set up 2017-12-19 14:39:04 -06:00
Travis Turner
660d84228b
tutorial for BSI Field usage 2017-12-19 14:38:20 -06:00
tgruben
63a3df1634
Merge pull request #1017 from tgruben/container-bench
added benchmark for various container usage patterns
2017-12-19 13:07:23 -06:00
Todd Gruben
065c82f737 passed deadcode check 2017-12-19 11:30:17 -06:00
Todd Gruben
cd4a30e671 unconvert warnings corrected 2017-12-19 11:18:46 -06:00
Cody Soyland
2345ae0004 Close HTTP handler gracefully (Fixes #1018) 2017-12-19 11:01:36 -06:00
Todd Gruben
136dc4ca2e finished govet issues 2017-12-19 10:49:00 -06:00
Todd Gruben
1dbe64da3c made sure Linear and Reverse delt with same bits 2017-12-19 10:45:27 -06:00
Todd Gruben
449b63783d merge error check 2017-12-19 10:36:28 -06:00
Todd Gruben
28d590c575 cleaned up some golint warnings 2017-12-19 10:32:39 -06:00
tgruben
868d28b2d5
Merge pull request #1012 from tgruben/errcheck
added error checking to WriteTo
2017-12-19 10:26:07 -06:00
Todd Gruben
d0d6d3d6b6 added benchmarks for runs for intersect count 2017-12-19 07:52:53 -06:00
Todd Gruben
4ceaed5316 missed one 2017-12-19 07:21:24 -06:00
Todd Gruben
0f3d26bd30 addressed jaffee suggestions; tweaked parameters 2017-12-19 07:15:40 -06:00
Todd Gruben
ccf57e23cd removed overlap calc 2017-12-18 15:33:22 -06:00
Todd Gruben
89a42c7fe2 corrected offset value 2017-12-18 15:18:54 -06:00
Todd Gruben
a2195396ca fixed varible overwrite 2017-12-18 15:01:52 -06:00
Todd Gruben
155472b3db added benchmark for various container usage patterns 2017-12-18 14:01:11 -06:00
Yuce Tekol
94360e77e3
Adds CPU and mem info to the diagnostics payload. Implements #988, #989 2017-12-18 16:22:38 +03:00
Yuce Tekol
0ad4272b35
Merge pull request #1013 from yuce/987-diagnostics-cluster-id
Adds local and cluster IDs
2017-12-16 13:42:40 +03:00
Yuce Tekol
1448171a2c
Adds local and cluster IDs 2017-12-15 18:12:28 +03:00
Todd Gruben
6bec75fc31 applied travis suggestions 2017-12-15 09:08:53 -06:00
Cody Soyland
eadc57a1d8
Merge pull request #1010 from codysoyland/1009-goveralls-ci-failures
Use `go test` instead of `goveralls` as main CI test command
2017-12-14 12:02:12 -06:00
Cody Soyland
0f48e4ee17 Use go test instead of goveralls as main CI test command. Call goveralls in after_success block. Fixes #1009. 2017-12-13 15:35:09 -06:00
Todd Gruben
e2064f52b1 added error checking to WriteTo 2017-12-13 15:08:03 -06:00
Yuce Tekol
8d587d753c
Merge pull request #1007 from yuce/getting-started-update
remove frame options from getting started
2017-12-13 17:32:42 +03:00
Yuce Tekol
41be85ba30
Merge pull request #981 from yuce/978-deprecate-index-time-quantum
Deprecate index time quantum in the docs; resolves #978
2017-12-13 17:32:22 +03:00
Yuce Tekol
ab19576dbb
remove frame options from getting started 2017-12-13 17:27:08 +03:00
Cody Soyland
43e4f98fe4
Merge pull request #1006 from codysoyland/version-bump-docs
Release v0.8.3
2017-12-12 17:06:50 -06:00
Cody Soyland
2bf1e1a4e3 Release v0.8.3 2017-12-12 16:43:44 -06:00
Matthew Jaffee
361e18e79d
Merge pull request #1002 from jaffee/unmapped-mem-master
Unmapped mem master
2017-12-11 11:26:39 -06:00
Travis Turner
e8b64dba56
Merge pull request #1001 from travisturner/973-sendsync
973 sendsync
2017-12-08 17:00:46 -06:00
Travis Turner
dd390453ac
improve error messages in client.SendMessage() 2017-12-08 16:50:17 -06:00
Matthew Jaffee
4785b0e793
add container types to other tests (though they were passing already) 2017-12-08 09:56:44 -06:00
Matthew Jaffee
907aa3495f
add container types and set c.n to get tests working 2017-12-08 09:54:24 -06:00
Matthew Jaffee
489b7a59c4
protect against accessing pointers to memory which was unmapped 2017-12-08 09:53:54 -06:00
Travis Turner
637111a76c
Change Broadcaster.SyndSync to send direct via http
as opposed to using memberlist's gossip broadcast.
Introduce a Gossiper interface for SendAsync gossip messages.
2017-12-08 09:00:47 -06:00
Michael Baird
21072a665f
refactor same node URI check in SendSync 2017-12-08 08:27:09 -06:00
Michael Baird
04790f70f2
moved the broadcast handler receive message process to the handler ProcessClusterMessage 2017-12-08 08:27:09 -06:00
Michael Baird
814bc40a16
return the error from /cluster/message 2017-12-08 08:22:59 -06:00
Michael Baird
e296a0d648
Client method for the SendSync /cluster/message 2017-12-08 08:22:59 -06:00
Michael Baird
013d32099e
New /cluster/message endpoint handles all SendSync Messages 2017-12-08 08:22:59 -06:00
Michael Baird
9cf994bda7
Use the Broadcast Handler's SendSync implementation rather than Gossip 2017-12-08 08:22:59 -06:00
Michael Baird
29bd0319dc
Create a SendSync Interface for the Broadcast handler 2017-12-08 08:22:59 -06:00
Travis Turner
5af377e56a
Merge pull request #992 from travisturner/custom-gossip-transport
Resume test: TestMain_SendReceiveMessage
2017-12-07 16:13:41 -06:00