storj/pkg
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
..
accounting Adds test coverage to CalculateBucketAtRestData (#2203) 2019-06-17 22:20:40 -04:00
audit Use zap.Stringer instead of zap.String (#2223) 2019-06-18 01:37:43 +02:00
auth pkg/bwagreements: remove service (#2138) 2019-06-06 15:57:58 +02:00
certdb Unite all cryptographic signing and verifying (#1244) 2019-02-07 14:39:20 -06:00
certificates Use mail.test as domain in emails (#2224) 2019-06-18 02:28:40 +02:00
cfgstruct process/metrics: have metrics suffix default to dev/release status (#2073) 2019-05-31 16:47:48 -06:00
datarepair config: update release values to match prod (#2192) 2019-06-15 18:19:19 +02:00
dht kademlia/routing: add contexts to more places so monkit works (#2188) 2019-06-13 16:51:50 +02:00
discovery Use zap.Stringer instead of zap.String (#2223) 2019-06-18 01:37:43 +02:00
eestream Repair should not corrupt files (#2194) 2019-06-14 12:16:31 +03:00
encryption pkg/*: add monkit task to missing places (#2109) 2019-06-04 13:36:27 +02:00
identity storage: add monkit task to missing places (#2122) 2019-06-05 16:23:10 +02:00
kademlia Use zap.Stringer instead of zap.String (#2223) 2019-06-18 01:37:43 +02:00
macaroon testcontext: sanitize folder name (#2195) 2019-06-13 15:46:08 +03:00
metainfo/kvmetainfo Uplink C bindings part 1 (#2196) 2019-06-13 11:09:05 -04:00
miniogw makes sure all uplink cli configs get passed to libuplink, add stripeSize (#2103) 2019-06-06 11:55:10 -07:00
overlay [v3-1914] Storage node disqualification: Change type from bool to timestamp (#2212) 2019-06-18 11:14:31 +02:00
pb draft of removing stats from inspector (#2226) 2019-06-17 16:48:04 -04:00
peertls pkg/*: add monkit task to missing places (#2109) 2019-06-04 13:36:27 +02:00
pkcrypto Enable Scopelint Linter (#2049) 2019-05-29 09:30:16 -04:00
process pkg/process/logging: different defaults for release/dev (#2191) 2019-06-13 10:43:39 -06:00
ranger pkg/*: add monkit task to missing places (#2109) 2019-06-04 13:36:27 +02:00
server add capability of logging all GRPC calls/payloads (#2067) 2019-06-04 14:55:24 +02:00
storage Repair should not corrupt files (#2194) 2019-06-14 12:16:31 +03:00
storj testcontext: sanitize folder name (#2195) 2019-06-13 15:46:08 +03:00
stream remove utils.CombineErrors and utils.ErrorGroup (#1603) 2019-03-29 14:30:23 +02:00
telemetry pkg/*: add monkit task to missing places (#2109) 2019-06-04 13:36:27 +02:00
transport Moved monkit tracing after the limit nil check & fix node id formatting. (#2156) 2019-06-07 18:34:16 -04:00