Michael Baird
64fd7d3429
simplifying the diagnostics client. Using circuit breaker to manage the diagnostics http connection.
2017-10-16 14:33:06 -05:00
Cody Soyland
d91865465c
Add basic diagnostics benchmark
2017-10-16 14:32:07 -05:00
Michael Baird
ec4d2a75c9
Add some new Diagnostics metrics
2017-10-16 14:32:07 -05:00
Michael Baird
539c4bc14e
Using MultiStatsClient add Diagnostics
2017-10-16 14:30:10 -05:00
Michael Baird
c80b959d0d
add Open/Close interface to Stats packages
2017-10-16 14:30:10 -05:00
Michael Baird
32cae0a200
Diagnostics package
2017-10-16 14:30:09 -05:00
Michael Baird
9876b51fc4
simplifying the diagnostics client. Using circuit breaker to manage the diagnostics http connection.
2017-10-16 12:08:48 -05:00
Yuce Tekol
4bebc9b9c4
Merge pull request #890 from yuce/trivial-readme-fix
...
TRIVIAL: Fixes client libraries anchor in the README
2017-10-16 16:15:03 +03:00
Yuce Tekol
a320e6e212
Fixes client libraries anchor
2017-10-16 06:26:30 +03:00
Yuce Tekol
fc9fc1342d
Merge pull request #867 from yuce/tls-support-URI
...
TLS support
2017-10-13 17:47:04 +03:00
Yuce Tekol
9ac54c31b0
updated NewGossipNodeSet call in tests
2017-10-13 13:39:38 +03:00
Yuce Tekol
eec739c331
Adds gossip encryption key; copies Config.Gossip{Port,Seed} to Config.Gossip.{Port,Seed}, deprecates --gossip-port and --gossip-seed. Use --gossip.port and --gossip.seed
2017-10-13 13:30:41 +03:00
Yuce Tekol
2c5a8d9125
Fixed Merge branch 'master' into tls-support-URI
...
# Conflicts:
# cmd/server_test.go
2017-10-12 16:03:32 +03:00
Yuce Tekol
30f3cb2386
Remove URI error, URIFromAddress
2017-10-12 15:52:36 +03:00
Yuce Tekol
e223ec3f9a
Rename Host -> URI
2017-10-12 15:49:34 +03:00
Yuce Tekol
2efec8e860
Merge pull request #882 from yuce/fix-dot-in-env
...
Fix dot in env
2017-10-12 15:02:15 +03:00
Travis Turner
625c93e018
Merge pull request #881 from cwndrws/recalculate-caches-endpoint
...
Add Recalculate Caches Endpoint
2017-10-11 11:49:33 -05:00
Travis
a7ec49c6ad
Adjust the documentation. Rename endpoint to recalculate-caches
2017-10-11 10:56:30 -05:00
Charlie Andrews
5418dc152e
Add docs for recalculate caches
2017-10-11 09:45:20 -05:00
Charlie Andrews
b6509a3ad7
Add RecalculateCaches to every level in hierarchy
...
This to decouple the implementation of recalculating caches from the
structure of the hierarchy: holder > index > frame > view > fragment.
See [Law of Demeter](https://en.wikipedia.org/wiki/Law_of_Demeter ).
2017-10-11 09:36:32 -05:00
Yuce Tekol
aa8cbe8ae3
Add TLS support for commands
2017-10-11 08:30:11 +03:00
Alan Bernstein
0cb0a79bec
Remove row and column labels
2017-10-10 15:40:19 -05:00
Yuce Tekol
be697a44e8
Added sample cluster configuration with TLS
2017-10-10 07:58:44 +03:00
Yuce Tekol
a8a9f7e9f3
Updated config docs
2017-10-10 06:34:11 +03:00
Yuce Tekol
5fbd701f34
updated tests
2017-10-10 06:26:19 +03:00
Yuce Tekol
456c47dbd5
update docs
2017-10-10 06:16:55 +03:00
Yuce Tekol
83bb0f97d4
Replaces dot in env variable name with underscore so they can be used in bash.
2017-10-10 06:15:22 +03:00
Yuce Tekol
65ad94c376
clusters with https + self signed certificates work (using --tls.skip-verify)
2017-10-10 04:48:15 +03:00
Charlie Andrews
9954bdd340
Add /recalculatecaches endpoint for triggering the recalculating of caches on demand
2017-10-09 17:07:39 -05:00
Matthew Jaffee
20c7868d9e
constrain bolt to version rather than specific revision
2017-10-09 14:55:13 -05:00
Cody Soyland
1819cf7845
Merge pull request #879 from codysoyland/release-v0.7.1
...
Release v0.7.1
2017-10-09 14:51:08 -05:00
Cody Soyland
4ea0eef6e9
Release v0.7.1
2017-10-09 11:50:17 -05:00
Cody Soyland
2d13b0a433
Merge pull request #878 from codysoyland/update-deps
...
Update dependencies and Go version
2017-10-09 09:26:42 -05:00
Cody Soyland
04867a5fe0
Update a few more deps
2017-10-09 09:04:18 -05:00
Yuce Tekol
3501732b19
https with signed certificates work
2017-10-08 21:11:19 +03:00
Cody Soyland
7b004908bc
Update dependencies and Go version
2017-10-06 16:11:33 -05:00
Travis Turner
71c97ab44f
Merge pull request #874 from travisturner/query-field-not-null
...
FieldNotNull for more efficient BETWEEN queries
2017-10-06 15:14:55 -05:00
Travis
b0afec0761
Make sure that outOfRange field predicates return not-null for NEQ queries
2017-10-06 14:47:56 -05:00
Travis
d62ea053b5
Add support for field != <int> Range query
2017-10-06 11:36:41 -05:00
Travis
4304d341f7
Add support for field != null Range query
2017-10-06 11:36:41 -05:00
Travis
07ae881967
Add FieldNotNull for more efficient BETWEEN queries
2017-10-06 11:36:24 -05:00
Yuce Tekol
85e19a1155
changed tls param config keys
2017-10-05 16:08:35 +03:00
Michael Baird
881a9f1351
Merge pull request #868 from raskle/setfieldvalue-doc-fix
...
remove quotes from SetFieldValue field argument
2017-10-04 14:34:48 -05:00
Michael Baird
c8e96f9688
remove quotes from SetFieldValue field argument
2017-10-04 13:21:00 -05:00
Yuce Tekol
8e10bc80a0
fix(?) TestServerConfig
2017-10-04 16:17:23 +03:00
Yuce Tekol
a95b09d30d
more host string to uri changes
2017-10-04 15:29:00 +03:00
Yuce Tekol
1bedfd6585
use URI instead of host
2017-10-04 08:20:00 +03:00
Cody Soyland
4f87c147f7
Merge pull request #866 from codysoyland/release-v0.7.0
...
Release v0.7.0
2017-10-03 16:32:55 -05:00
Cody Soyland
fd42d10ca1
Minor fixes addressing PR review
2017-10-03 16:25:31 -05:00
Cody Soyland
5746ebbb1f
Fix typo
2017-10-03 16:04:02 -05:00