storj/satellite
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
..
console Use mail.test as domain in emails (#2224) 2019-06-18 02:28:40 +02:00
inspector storage: add monkit task to missing places (#2122) 2019-06-05 16:23:10 +02:00
mailservice Use zap.Stringer instead of zap.String (#2223) 2019-06-18 01:37:43 +02:00
marketing update UI to reflect final mockups (#2175) 2019-06-17 21:57:04 -04:00
metainfo initial value attribution check development (#2091) 2019-06-12 21:35:37 -04:00
orders Use zap.Stringer instead of zap.String (#2223) 2019-06-18 01:37:43 +02:00
payments Use mail.test as domain in emails (#2224) 2019-06-18 02:28:40 +02:00
satellitedb [v3-1914] Storage node disqualification: Change type from bool to timestamp (#2212) 2019-06-18 11:14:31 +02:00
vouchers pkg/auth: add monkit task to missing places (#2123) 2019-06-05 07:47:01 -06:00
peer.go only parse templates for the first requests (#2180) 2019-06-12 16:27:07 -04:00