featurebase/server
Matt Jaffee fe46c84d19
also fix Sum query, but don't convert to float until the last step
this avoids compounding floating point errors while summing up the
numbers, and means less logic needs to change. Should probably convert
min and max to use this approach as well, though they don't suffer
from the compounding error issue, it is simpler.
2020-02-21 14:11:30 -06:00
..
testdata/certs regenerate certs with 100 year expiration, add README 2019-10-22 12:56:57 -05:00
cluster_test.go fix loop lint 2019-10-22 12:58:56 -05:00
config.go initial gRPC server implementation 2019-10-29 14:27:07 -05:00
config_internal_test.go send POSTed schema to all nodes in cluster 2019-04-29 19:31:23 -05:00
config_test.go v2.0.0 2019-10-08 14:56:17 -06:00
default.go Unexport server.DefaultDiagnosticsInterval 2018-07-05 23:11:56 -05:00
enterprise.go v2.0.0 2019-10-08 14:56:17 -06:00
grpc.go min and max should properly scale their output for decimal fields 2020-02-21 14:11:29 -06:00
grpc_internal_test.go min and max should properly scale their output for decimal fields 2020-02-21 14:11:29 -06:00
handler_test.go Let translate keys as empty strings (#120) 2020-02-18 12:54:24 +01:00
release.go Unexport server.DefaultDiagnosticsInterval (in release tag) 2018-07-05 23:11:57 -05:00
server.go Implement translator store sharding 2020-01-08 09:47:43 -07:00
server_test.go also fix Sum query, but don't convert to float until the last step 2020-02-21 14:11:30 -06:00
setup_logger.go v2.0.0 2019-10-08 14:56:17 -06:00
setup_logger_arm64.go v2.0.0 2019-10-08 14:56:17 -06:00
tlsconfig.go test and fix authentication of client certs btwn cluster nodes 2019-10-18 15:17:35 -05:00