storj/pkg/overlay
Ivan Fraixedes 35c8648330
[v3-1914] Storage node disqualification: Change type from bool to timestamp (#2212)
* satellite/satellitedb: Alter nodes disqualification column
  Change the type of the 'disqualification' column of the nodes table from
  boolean to timestamp.
* overlay/cache: Change Disqualified field type
  Change the Disqualified field type the NodeDossier struct type from bool
  to time.Time to match with the disqualified type used by the DB layer.
* satellite/satellitedb: Update queries uses disqualified
  Update the queries which uses the disqualified column due to the column
  type has been changed from boolean to nullable timestamp.
* docs/design: Update disqualification due impl changes
  Update the disqualification design document to contain the architectural
  change required to be able to restore unfair disqualified nodes in case
  of an unexpected cause (bug, mistake, hard network disconnection, etc.).
2019-06-18 11:14:31 +02:00
..
benchmark_test.go Use mail.test as domain in emails (#2224) 2019-06-18 02:28:40 +02:00
cache_test.go NodeSelectionConfig inits and test cleanup (#2202) 2019-06-13 17:51:18 -04:00
cache.go [v3-1914] Storage node disqualification: Change type from bool to timestamp (#2212) 2019-06-18 11:14:31 +02:00
config.go mostly removed things (#2199) 2019-06-13 12:06:37 -04:00
inspector.go draft of removing stats from inspector (#2226) 2019-06-17 16:48:04 -04:00
selection_test.go NodeSelectionConfig inits and test cleanup (#2202) 2019-06-13 17:51:18 -04:00
statdb_test.go Use mail.test as domain in emails (#2224) 2019-06-18 02:28:40 +02:00