storj/satellite/audit
Kaloyan Raev 92a2be2abd satellite/metainfo: get away from using pb.Pointer in Metainfo Loop
As part of the Metainfo Refactoring, we need to make the Metainfo Loop
working with both the current PointerDB and the new Metabase. Thus, the
Metainfo Loop should pass to the Observer interface more specific Object
and Segment types instead of pb.Pointer.

After this change, there are still a couple of use cases that require
access to the pb.Pointer (hence we have it as a field in the
metainfo.Segment type):
1. Expired Deletion Service
2. Repair Service

It would require additional refactoring in these two services before we
are able to clean this.

Change-Id: Ib3eb6b7507ed89d5ba745ffbb6b37524ef10ed9f
2020-10-27 13:06:47 +00:00
..
chore.go satellite/audit/queue: Separate audit queue into two separate structs. 2020-08-31 20:51:25 +00:00
containment_test.go {satellite/audit, private/testplanet}: remove ErrAlreadyExists, run 2 audit workers in testplanet 2020-06-30 18:00:07 +00:00
containment.go all: add missing dots 2020-08-11 17:50:01 +03:00
cryptosource.go all: fix dots 2020-07-16 14:58:28 +00:00
disqualification_test.go satellite/metainfo: use metabase.SegmentKey with metainfo.Service 2020-09-03 15:11:32 +00:00
getshare_test.go satellite/audit: use LastIPAndPort preferentially 2020-10-21 13:34:40 +00:00
integration_test.go satellite/audit/queue: Separate audit queue into two separate structs. 2020-08-31 20:51:25 +00:00
pathcollector_test.go satellite: fix string(int) conversions 2020-06-12 06:41:34 +00:00
pathcollector.go satellite/metainfo: get away from using pb.Pointer in Metainfo Loop 2020-10-27 13:06:47 +00:00
queue_test.go satellite/audit/queue: Separate audit queue into two separate structs. 2020-08-31 20:51:25 +00:00
queue.go satellite/audit/queue: Separate audit queue into two separate structs. 2020-08-31 20:51:25 +00:00
reporter_test.go satellite/{audit,overlay,satellitedb}: enable reporting offline audits 2020-10-27 10:44:46 +00:00
reporter.go satellite/{audit,overlay,satellitedb}: enable reporting offline audits 2020-10-27 10:44:46 +00:00
reservoir.go all: fix dots 2020-07-16 14:58:28 +00:00
reverify_test.go satellite/audit: do not delete expired segments 2020-10-22 08:24:16 +00:00
verifier_test.go cmd/satellite: remove metainfo commands (#3955) 2020-10-22 13:33:09 +03:00
verifier_unit_test.go satellite/audit: depend less on details of some error message 2020-06-05 10:39:05 -06:00
verifier.go cmd/satellite: remove metainfo commands (#3955) 2020-10-22 13:33:09 +03:00
worker.go satellite/audit/queue: Separate audit queue into two separate structs. 2020-08-31 20:51:25 +00:00