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
Cody Soyland
26004104e2
Merge pull request #965 from codysoyland/956-enable-go-master-ci
...
Re-enable CI on Go master, but allow failures. See #956 .
2017-11-15 11:13:24 -06:00
Cody Soyland
a9a1ec251c
Re-enable CI on Go master, but allow failures. See #956 .
2017-11-15 10:53:35 -06:00
Travis Turner
ec135a51b6
Merge pull request #964 from travisturner/temp-disable-go-master-build
...
Temporarily disable Go master CI as builds are failing due to possibl…
2017-11-15 09:29:21 -06:00
Cody Soyland
2517b994a1
Temporarily disable Go master CI as builds are failing due to possible Go bug (See #956 )
2017-11-15 09:28:29 -06:00
Travis Turner
426992bc59
add set-coordinator endpoint
2017-11-15 09:13:52 -06:00
Cody Soyland
956472fabd
Release v0.8.0
2017-11-15 08:28:23 -06:00
Travis Turner
d741649d00
Merge pull request #946 from travisturner/buffer-joining-nodes
...
WIP: don't block joining nodes while coordinator loads data.
2017-11-15 08:04:00 -06:00
tgruben
0dfbba370d
Merge pull request #949 from tgruben/range-bug
...
fix overflow in differenceRunBitmap
2017-11-14 18:07:20 -06:00
Cody Soyland
c7a2f2c254
Merge pull request #960 from codysoyland/simplify-TestCountOpenFiles
...
Simplify TestCountOpenFiles
2017-11-14 15:08:04 -06:00
Cody Soyland
a17b1b5b27
Simplify TestCountOpenFiles: Fragile in some environments due to unpredictable open file count
2017-11-14 14:57:32 -06:00
alanbernstein
6d6e044cc1
Merge pull request #955 from alanbernstein/between-query-docs
...
Add search-friendly documentation for BSI range query syntax
2017-11-14 14:16:15 -06:00
alanbernstein
d48348e2fb
Merge pull request #957 from alanbernstein/docs-formatting
...
Format list properly
2017-11-14 14:16:07 -06:00
alanbernstein
7bc3e38d1b
Merge pull request #958 from alanbernstein/docs-nav-updates
...
Rename tutorials to examples, how-tos to tutorials
2017-11-14 14:15:57 -06:00
Cody Soyland
475121671b
Merge pull request #959 from codysoyland/956-temporarily-disable-go-master-ci
...
Temporarily disable Go master CI as builds are failing due to possible Go bug
2017-11-14 14:12:55 -06:00
Yuce Tekol
39bf8a42b0
Merge pull request #945 from yuce/810-remove-input-defs-rowcol-labels
...
Removes column/row labels for input definition. Resolves #810
2017-11-14 22:42:03 +03:00
Cody Soyland
e281d9038f
Temporarily disable Go master CI as builds are failing due to possible Go bug (See #956 )
2017-11-14 13:28:00 -06:00
Yuce Tekol
8fdaea5777
fixed tests
2017-11-14 20:41:00 +03:00
Alan Bernstein
0254a9ecba
Replace html strong tags with markdown strong indicators
2017-11-14 11:28:12 -06:00
Alan Bernstein
617dc2361c
Rename tutorials to examples, how-tos to tutorials
2017-11-14 11:12:35 -06:00
Alan Bernstein
52c0676d34
BSI Range doc updates
2017-11-14 10:28:25 -06:00
Yuce Tekol
921c1dd23f
fixed doc
2017-11-14 19:20:54 +03:00
Yuce Tekol
f756e9eee6
Updates
2017-11-14 19:15:17 +03:00
Alan Bernstein
7a02bfe6f2
Format list properly
2017-11-14 09:59:39 -06:00
Alan Bernstein
cf85a08596
Add search-friendly documentation for BSI range query syntax
2017-11-13 18:15:15 -06:00
Travis Turner
cef9b66be5
Merge pull request #953 from travisturner/951-fix-sendreceivemessage-test
...
comment out test TestMain_SendReceiveMessage
2017-11-13 16:05:31 -06:00
Travis Turner
1a965e7f9c
comment out test TestMain_SendReceiveMessage until addressing several issues
2017-11-13 15:55:01 -06:00
Todd Gruben
c9c2a2b0d8
added test for differenceRunBitmap overflow bug
2017-11-11 09:44:15 -06:00
Todd Gruben
450dda7fd0
overflow bug in differenceRunBitmap Part 2
2017-11-10 17:01:25 -06:00
Yuce Tekol
7a5459da73
input defs: Throw an error if pirmary key is not given instead of adding it auto.
2017-11-11 00:49:37 +03:00
Michael Baird
59035883f4
group the write operations in syncBlock by MaxWritesPerRequest
2017-11-10 15:03:23 -06:00
Todd Gruben
50d31a3c83
fix overflow in differenceRunBitmap
2017-11-10 12:44:25 -06:00
Travis Turner
212628b220
adjust tests to include Cluster.ListenForJoins()
2017-11-10 11:38:16 -06:00
Cody Soyland
77fa0d0d7f
Merge pull request #938 from codysoyland/field-value-doc
...
Add documentation on importing field values. Fixes #924 .
2017-11-10 11:30:26 -06:00
Travis Turner
a0fc1062fb
Merge pull request #947 from travisturner/diagnostic-typos
...
fix a few typos
2017-11-10 11:00:06 -06:00
Travis Turner
b039747887
fix a few typos
2017-11-10 10:45:56 -06:00
Travis Turner
453bbc996c
adjust Holder.Peek() and add tests for it
2017-11-10 10:38:49 -06:00
Cody Soyland
8eed626e10
Merge pull request #943 from codysoyland/926-audit-dep-constraints
...
Remove unneeded Gopkg.toml constraints and update all dependencies
2017-11-10 10:38:16 -06:00
Cody Soyland
b701fb68b0
Remove unneeded Gopkg.toml constraints and update all dependencies. Fixes #926 .
2017-11-10 09:40:28 -06:00
Travis Turner
9d87019762
WIP: don't block joining nodes while coordinator loads data.
...
Implements a Holder.Peek() function, and breaks out
Cluster.ListenForJoins() into a separate method that can be started
after the Holder finishes loading data.
TODO:
- [ ] test Holder.Peek()
2017-11-10 09:14:13 -06:00
Yuce Tekol
83be24f4d2
Removes column/row labels for input definition. Resolves #810
2017-11-10 18:00:45 +03:00
Cody Soyland
f3ec8c9473
Merge pull request #933 from codysoyland/docker-build
...
Add docker-build make target for repeatable Docker-based builds.
2017-11-09 17:26:01 -06:00
Cody Soyland
bc6fb795ab
Merge pull request #941 from codysoyland/940-holder-tests-root
...
Skip permissions test when run as root. Fixes #940
2017-11-09 16:26:38 -06:00
Matthew Jaffee
d83f2c6b1f
Merge pull request #934 from jaffee/http-client-config
...
bump MaxIdleConns(PerHost) like v0.7
2017-11-09 15:17:47 -06:00
Cody Soyland
9e458aecd5
Merge pull request #942 from codysoyland/915-undocumented-flags
...
Add flag documentation and tests, remove "plugins.path"
2017-11-08 14:34:06 -06:00