featurebase/internal
Travis cbf80370cb support fragment sync for int and decimal fields
This PR adds support for anti-entropy syncing for integer
and decimal fields. It differs from the logic for other
field types in that it does not rely on a consensus to determine
what the value should be; instead, it considers the correct
values to be those of the primary replica. From there, data
is pushed to all non-primary replicas.
2020-03-13 12:15:54 -05:00
..
clustertests Run "go mod vendor" outside of Docker so authenticated modules may use system credentials 2019-12-20 12:21:47 -06:00
test v2.0.0 2019-10-08 14:56:17 -06:00
internal.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
LICENSE Add LICENSE to internal/ folder. 2017-05-01 20:32:04 -05:00
private.pb.go min and max should properly scale their output for decimal fields 2020-02-21 14:11:29 -06:00
private.proto Add FieldOption.ForeignIndex 2020-01-10 12:28:27 -06:00
public.pb.go support fragment sync for int and decimal fields 2020-03-13 12:15:54 -05:00
public.proto support fragment sync for int and decimal fields 2020-03-13 12:15:54 -05:00