Travis Turner
|
c3f25e6d2c
|
Merge pull request #1143 from travisturner/scheme-in-bind-addr
handle the scheme correctly in config.Bind
|
2018-02-23 14:20:59 -06:00 |
|
Cody Soyland
|
66cc7a35c0
|
Merge pull request #1133 from codysoyland/redundant-gossip-seeds
Add support for lists of gossip seeds for redundancy
|
2018-02-23 12:03:16 -06:00 |
|
Cody Soyland
|
3bba35236f
|
Add back example settings
|
2018-02-23 11:16:19 -06:00 |
|
Travis Turner
|
3d1538d53c
|
handle the scheme correctly in config.Bind
|
2018-02-23 10:48:55 -06:00 |
|
Travis Turner
|
1086c6c959
|
remove old GossipPort and GossipSeed config options
|
2018-02-23 10:22:32 -06:00 |
|
Yuce Tekol
|
c4fea5ecc7
|
Merge pull request #1140 from yuce/cluster-resize-handler-validation
Cluster resize handler validation
|
2018-02-23 18:35:49 +03:00 |
|
Cody Soyland
|
dbe917c9f4
|
Merge branch 'cluster-resize' into redundant-gossip-seeds
|
2018-02-23 09:20:28 -06:00 |
|
Yuce Tekol
|
82d2b31d52
|
Merged query arg validator
|
2018-02-23 15:21:05 +03:00 |
|
Travis Turner
|
359fc190bd
|
Merge pull request #1139 from travisturner/prevent-excessive-sendsync
prevent excessive sendSyce (createView) messages.
|
2018-02-22 16:55:07 -06:00 |
|
Travis Turner
|
2425a84a85
|
Merge pull request #1138 from travisturner/remove-node-validation
add validation around node-remove conditions
|
2018-02-22 16:53:48 -06:00 |
|
Travis Turner
|
e454473ec7
|
prevent excessive sendSyce (createView) messages.
|
2018-02-22 16:02:43 -06:00 |
|
Yuce Tekol
|
fcfc54eeeb
|
Merge pull request #1121 from yuce/652-validate-query-arguments
Validate /fragment/nodes arguments. Fixes #652
|
2018-02-22 23:01:34 +03:00 |
|
Cody Soyland
|
a23fe86839
|
Convert gossip seed string to slice
|
2018-02-22 13:14:45 -06:00 |
|
Travis Turner
|
52edeb72b4
|
add validation around node-remove conditions
|
2018-02-22 12:15:27 -06:00 |
|
Cody Soyland
|
fc6b0ea0e8
|
Add support for comma-separated list of gossip seeds for redundancy.
|
2018-02-22 11:45:50 -06:00 |
|
Yuce Tekol
|
25e244ebdf
|
Updates
|
2018-02-22 17:33:41 +03:00 |
|
Matthew Jaffee
|
a433a5ebfc
|
remove column label repo_id from query language docs
column labels are deprecated and the docs' usage of columnID vs repo_id was
inconsisent.
|
2018-02-21 16:42:35 -06:00 |
|
Travis Turner
|
c4f6a6beda
|
Merge branch 'master' into cluster-resize
|
2018-02-21 16:23:53 -06:00 |
|
Alan Bernstein
|
59d41a9cb3
|
Add Xor to docs
|
2018-02-21 15:42:46 -06:00 |
|
Alan Bernstein
|
73904db391
|
Fix indentation
|
2018-02-21 15:42:35 -06:00 |
|
Travis Turner
|
9c9a9382bf
|
Merge pull request #1132 from travisturner/broadcast-createfield
broadcast.SendSync field creation and deletion to all nodes
|
2018-02-21 15:23:43 -06:00 |
|
Travis Turner
|
da125e323c
|
broadcast.SendSync field creation and deletion to all nodes
|
2018-02-21 14:56:38 -06:00 |
|
Matthew Jaffee
|
f3e65e1b5a
|
Merge pull request #1130 from jaffee/remove-http-type-docs
remove cluster type http from docs
|
2018-02-21 14:49:31 -06:00 |
|
Matthew Jaffee
|
3e770a5eca
|
remove cluster type http from docs
|
2018-02-21 13:47:55 -06:00 |
|
Yuce Tekol
|
0417439afa
|
Validate all relevant endpoints; Changed how validation key is composed
|
2018-02-21 18:03:05 +03:00 |
|
Cody Soyland
|
cd2c6f0ae8
|
Merge pull request #1123 from codysoyland/go110
Go 1.10
|
2018-02-20 15:50:00 -06:00 |
|
Matthew Jaffee
|
cd5dd9bfd0
|
Merge pull request #1125 from jaffee/test-api-compat
add MustRunMainWithCluster test func to have api compatibility with c…
|
2018-02-20 12:06:55 -06:00 |
|
Matthew Jaffee
|
82592adf64
|
add MustRunMainWithCluster test func to have api compatibility with cluster resize
this will allow some pdk code which only works with cluster-resize to work
against master (i think)
|
2018-02-20 11:50:06 -06:00 |
|
tgruben
|
537df748ad
|
Merge pull request #797 from tgruben/gobits
Replace custom assembly bit functions with standard go
|
2018-02-20 10:05:38 -07:00 |
|
Todd Gruben
|
e01edb7e85
|
removed 1.8 from support; bits require 1.9
|
2018-02-20 10:42:42 -06:00 |
|
Todd Gruben
|
2d458b98a1
|
merge conflicts
|
2018-02-20 10:41:02 -06:00 |
|
Yuce Tekol
|
c1f9dd4e59
|
Added query arg validator middleware; updated Gorilla/mux
|
2018-02-20 15:38:58 +03:00 |
|
Cody Soyland
|
cf7faa2241
|
Use string instead of float for go 1.10
|
2018-02-19 10:48:02 -06:00 |
|
Cody Soyland
|
a8e1e93c34
|
Go 1.10
|
2018-02-19 10:34:47 -06:00 |
|
Yuce Tekol
|
8e6041d0fe
|
Validate /fragment/nodes arguments. Fixes #652
|
2018-02-19 13:55:19 +03:00 |
|
Travis Turner
|
7a840f5bf5
|
Merge pull request #1120 from travisturner/cluster-resize-merging
Cluster resize merging
|
2018-02-16 11:31:58 -06:00 |
|
Travis Turner
|
ea210cd525
|
remove extra context import
|
2018-02-16 11:21:47 -06:00 |
|
Travis Turner
|
6776fa81ef
|
Merge branch 'master' into cluster-resize-merging
|
2018-02-16 11:13:40 -06:00 |
|
Cody Soyland
|
15534daae7
|
Merge pull request #1119 from codysoyland/cluster-resize-fix-prerelease-upload
Cluster resize fix prerelease upload
|
2018-02-15 16:37:28 -06:00 |
|
Cody Soyland
|
f9c0c1548e
|
Fix bug with prerelease upload
|
2018-02-15 16:32:08 -06:00 |
|
Cody Soyland
|
34e9824c1c
|
Merge pull request #1116 from codysoyland/cluster-resize-prerelease-builds
Make pre-release builds for all branches
|
2018-02-15 14:02:57 -06:00 |
|
Cody Soyland
|
b8d4f7233a
|
Only deploy (prerelease upload) if using latest Go
|
2018-02-15 13:59:28 -06:00 |
|
Travis Turner
|
6374fedd7a
|
Merge pull request #1115 from travisturner/roaring-test-templates
Roaring test templates
|
2018-02-15 12:57:16 -06:00 |
|
Travis Turner
|
666fe22ecb
|
replace swallowed error with log entry
|
2018-02-15 12:11:27 -06:00 |
|
Cody Soyland
|
9558df2829
|
Make pre-release builds for all branches
|
2018-02-15 10:50:03 -06:00 |
|
Travis Turner
|
685a0075ae
|
add evenBits/oddBits container tests and related bug fix
|
2018-02-15 10:20:54 -06:00 |
|
Travis Turner
|
911af238ff
|
clean up roaring container helper functions
|
2018-02-14 15:06:53 -06:00 |
|
Travis Turner
|
673232baf9
|
bug fixes found by running container operation tests
|
2018-02-14 13:30:38 -06:00 |
|
Travis Turner
|
6529866b57
|
templates for testing various container operations
|
2018-02-14 13:30:07 -06:00 |
|
Travis Turner
|
5b95c04594
|
Merge pull request #1110 from travisturner/bitmapzerorange-bug
fixes a shift logic bug in bitmapZeroRange
|
2018-02-12 16:17:01 -06:00 |
|