storj/satellite/overlay
Moby von Briesen 5f0477ebe9 satellite/{overlay,satellitedb}: Create database functionality for updating audit history
Add a function to the overlay cache called UpdateAuditHistory, which
allows us to add online or offline audits to a particular node's audit
history, and get that node's "online score" for the configured tracking
period.

The next step will be to use UpdateAuditHistory from inside
BatchUpdateStats/UpdateStats, so that audit history is actually updated
when nodes get audited, and we can suspend nodes based on their online
score.

Change-Id: I2289105e6961e68e829a987ff756b0e576fab120
2020-08-20 17:34:27 +00:00
..
benchmark_test.go ci: test benchmarks 2020-07-10 13:26:49 +00:00
config.go all: add missing dots 2020-08-11 17:50:01 +03:00
inspector.go all: fix dots 2020-07-16 14:58:28 +00:00
nodeselectioncache_test.go all: add missing dots 2020-08-11 17:50:01 +03:00
nodeselectioncache.go all: fix dots 2020-07-16 14:58:28 +00:00
peeridentities_test.go satellite/satellitedb/satellitedbtest: pass ctx as an argument 2020-01-20 16:35:42 +02:00
peeridentities.go common: separate repository 2019-12-27 14:11:15 +02:00
piececount_test.go ci: test benchmarks 2020-07-10 13:26:49 +00:00
selection_test.go all: fix dots 2020-07-16 14:58:28 +00:00
service_test.go all: fix dots 2020-07-16 14:58:28 +00:00
service.go satellite/{overlay,satellitedb}: Create database functionality for updating audit history 2020-08-20 17:34:27 +00:00
statdb_test.go satellite: replace references to Suspended with UnknownAuditSuspended 2020-06-23 14:19:22 +00:00
suspension_test.go all: fix dots 2020-07-16 14:58:28 +00:00