Commit graph

2398 commits

Author SHA1 Message Date
Travis Turner
660d84228b
tutorial for BSI Field usage 2017-12-19 14:38:20 -06: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
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
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
Travis Turner
0f971f7bc6
Merge pull request #950 from raskle/914-syncblock-maxwrites
group the write operations in syncBlock by MaxWritesPerRequest
2017-12-06 14:02:07 -06:00
Yuce Tekol
0f094ce316
Merge pull request #901 from yuce/871-gossip-port-doc
Added single cluster config; implements #871
2017-12-06 20:33:30 +03:00
Yuce Tekol
c6e30f1e37
Merge pull request #972 from yuce/update-input-definition-import-doc
TRIVIAL: Fixes the import data section in the input definition docs
2017-12-06 20:32:49 +03:00
Cody Soyland
0564950123
Merge pull request #979 from codysoyland/876-range-edge-cases
Fix edge case with Range() calls outside field Min/Max. Fixes #876.
2017-12-05 08:57:03 -06:00
Travis Turner
9b54259cd7
Resume test: TestMain_SendReceiveMessage
Create a custom memberlist NetTransport (which will bind to an available
port when port = 0 in the configuration). This allows us to bind
to dynamic ports in tests while at the same time determining a valid
seed for the cluster.
2017-12-04 14:56:21 -06:00
tgruben
29aca37d83
Merge pull request #991 from tgruben/single-http-client
refactored httpclient handling
2017-12-04 12:24:48 -06:00
Todd Gruben
e7d64c4f48 limit httpclient instances on executor tests 2017-12-04 12:17:41 -06:00
Todd Gruben
f051f7ccea refactored httpclient handling 2017-12-01 16:00:12 -06:00
Yuce Tekol
390448c342
fix input definition file name 2017-11-22 20:22:12 +03:00
Cody Soyland
088847dcef
Merge pull request #980 from codysoyland/977-docker-bind-localhost
Bind the handler to all interfaces (0.0.0.0) in Dockerfile. Fixes #977.
2017-11-21 20:21:03 -06:00
Cody Soyland
1b5671972a Add protocol to Dockerfile --bind argument. 2017-11-21 20:08:45 -06:00
Yuce Tekol
9de9b7cc30
Deprecate index time quantum in the docs; resolves #978 2017-11-21 23:36:20 +03:00
Cody Soyland
c569cbe071 Bind the handler to all interfaces (0.0.0.0) in Dockerfile. Fixes #977. 2017-11-21 14:30:21 -06:00
Cody Soyland
5f4545eeb2 Fix edge case with Range() calls outside field Min/Max. Fixes #876. 2017-11-21 13:43:44 -06:00
Matthew Jaffee
e7554dca90
Merge pull request #974 from jaffee/fix-typo
language.txt -> languages.txt
2017-11-20 10:01:02 -06:00
Matthew Jaffee
dff312b927
language.txt -> languages.txt 2017-11-19 17:22:29 -06:00
Yuce Tekol
450a4c0724
Fixes the import data section in the input definition docs 2017-11-17 18:27:06 +03:00
Yuce Tekol
db583679c4
Merge pull request #971 from yuce/update-go-client-doc
TRIVIAL: updated Go client sample
2017-11-17 17:26:45 +03:00
Yuce Tekol
c0a323bfae
updated Go client sample 2017-11-17 14:37:33 +03:00
Cody Soyland
8e657c4ad3
Merge pull request #969 from codysoyland/967-count-open-files
Fix CountOpenFiles() fatal crash
2017-11-15 15:54:35 -06:00
Michael Baird
d705ae2f9e
Merge pull request #968 from raskle/966-version-check
fixed version check when local is greater than pilosa.com
2017-11-15 14:56:53 -06:00
Cody Soyland
dc7dd26955 Fix test for CountOpenFiles 2017-11-15 13:38:55 -06:00
Cody Soyland
5865a2cd71 Fix CountOpenFiles() fatal crash 2017-11-15 13:19:13 -06:00
Michael Baird
09a4a72720 fixed version check when local is greater than pilosa.com 2017-11-15 13:07:51 -06:00
Cody Soyland
fbd5f1626d
Merge pull request #962 from codysoyland/release-v0.8.0
Release v0.8.0
2017-11-15 11:30:56 -06:00