storj/storagenode
Jeff Wendling 4ad01e8170 storagenode/storagenodedb: backfill reputation.joined_at
it was being used in ways that implied it should be NOT NULL
even though it was possibly null. we used to get this data
from the satellite db's added_at column as seen in 30369b02,
so backfill it using that data where joined_at is NULL, and
then alter the table to constrain the column to be NOT NULL.

Fixes #3866.

Change-Id: If2d856189209740d985f71dada7b93525e625ef3
2020-05-01 17:59:53 +00:00
..
bandwidth all: rename CreateTables to MigrateToLatest 2020-04-30 07:21:17 +00:00
collector all: use monkit v3 2020-02-05 23:53:17 +00:00
console storagenode/dashboard: trash added to avaliable space calculations 2020-05-01 15:26:02 +00:00
contact storagenode/contact: call return value from mon.Task() on function finish 2020-04-01 23:26:14 +00:00
gracefulexit all: don't depend on gogo/proto directly 2020-04-08 17:32:15 +00:00
heldamount storagenode/heldamount payments removed 2020-04-21 17:15:31 +00:00
inspector storagenode/dashboard: trash added to avaliable space calculations 2020-05-01 15:26:02 +00:00
monitor removes bandwidth limiting 2020-03-04 14:04:00 +00:00
nodestats storagenode/heldamount payments removed 2020-04-21 17:15:31 +00:00
notifications storagenode: add suspended status to storagenode dashboard/api 2020-04-09 13:36:23 +00:00
orders storagenode/orders: fix TestDB and TestCleanArchive 2020-04-30 15:00:06 +03:00
pieces all: add missing ctx.Cleanup calls in tests 2020-04-29 17:58:40 +00:00
piecestore storagenode/piecestore: remove error from info log for download canceled (#3869) 2020-04-30 18:42:16 +03:00
preflight bump storj.io/common to latest 2020-03-25 09:08:40 -04:00
pricing storagenode/nodestats: add pricing model, storagenode/cache: add paystub history storing 2020-04-14 19:04:00 +03:00
reputation storagenode/storagenodedb/reputation: add joined_at 2020-04-17 12:12:09 +00:00
retain all: use monkit v3 2020-02-05 23:53:17 +00:00
satellites storagenode/gracefulexit: fix exit-status command output 2020-01-15 14:58:15 +00:00
storagenodedb storagenode/storagenodedb: backfill reputation.joined_at 2020-05-01 17:59:53 +00:00
storageusage storagenode/storagenodedb/storagenodedbtest: pass ctx as an argument 2020-01-20 16:56:12 +02:00
trust storagenode/trust: fix go 1.14 failures 2020-03-24 11:04:30 +00:00
version storanode/version/chore notifications temporary disabled 2020-04-06 16:57:12 +00:00
operator.go remove sugar logging 2020-04-15 12:37:47 +00:00
peer.go all: rename CreateTables to MigrateToLatest 2020-04-30 07:21:17 +00:00