ipfs-cluster/pintracker
Hector Sanjuan 789b633366 pintracker: set status unexpectedly_unpinned correctly on Status()
This must has been an oversight. We added a special unexpectedly_unpinned
status so that we could just return things from the operation tracker when
filtering by pin_error. unexpectedly_unpinned are things that we have no
operation for but are unpinned on ipfs.

Status however still returned a pin_error state for these, even though,
StatusAll would not show them when filtering with pin_error, and would show
them as unexpectedly_unpinned otherwise.

Since Recover correctly repins pin_error and unexpectedly_unpinned, this
change has no further consequences.
2022-01-10 13:04:21 +01:00
..
optracker pintracker: carry over attempt account only for operations of the same type 2021-11-30 04:20:35 +01:00
stateless pintracker: set status unexpectedly_unpinned correctly on Status() 2022-01-10 13:04:21 +01:00
pintracker_test.go Fix #1360: Efficient pinset status with filters 2021-07-06 11:34:19 +02:00