storj/storagenode/storagenodedb
Egon Elbre 961e841bd7 all: fix error naming
errs.Class should not contain "error" in the name, since that causes a
lot of stutter in the error logs. As an example a log line could end up
looking like:

    ERROR node stats service error: satellitedbs error: node stats database error: no rows

Whereas something like:

    ERROR nodestats service: satellitedbs: nodestatsdb: no rows

Would contain all the necessary information without the stutter.

Change-Id: I7b7cb7e592ebab4bcfadc1eef11122584d2b20e0
2021-04-29 15:38:21 +03:00
..
storagenodedbtest private/dbutil: use dbutil and tagsql from storj.io/private 2021-04-23 14:36:52 +03:00
testdata private/dbutil: use dbutil and tagsql from storj.io/private 2021-04-23 14:36:52 +03:00
apikeys.go all: fix error naming 2021-04-29 15:38:21 +03:00
bandwidthdb.go all: fix error naming 2021-04-29 15:38:21 +03:00
database.go private/dbutil: use dbutil and tagsql from storj.io/private 2021-04-23 14:36:52 +03:00
db_container.go private/dbutil: use dbutil and tagsql from storj.io/private 2021-04-23 14:36:52 +03:00
deprecatedinfo.go storagenodedb: reenable utccheck in tests 2019-12-10 23:17:14 +00:00
migrations_test.go private/dbutil: use dbutil and tagsql from storj.io/private 2021-04-23 14:36:52 +03:00
notifications.go all: fix error naming 2021-04-29 15:38:21 +03:00
orders.go all: fix error naming 2021-04-29 15:38:21 +03:00
payouts.go all: fix error naming 2021-04-29 15:38:21 +03:00
pieceexpiration.go all: fix error naming 2021-04-29 15:38:21 +03:00
pieceinfo.go all: fix error naming 2021-04-29 15:38:21 +03:00
piecespaceused.go all: fix error naming 2021-04-29 15:38:21 +03:00
pricing.go all: fix error naming 2021-04-29 15:38:21 +03:00
reputation.go all: fix error naming 2021-04-29 15:38:21 +03:00
satellites.go all: fix error naming 2021-04-29 15:38:21 +03:00
schema.go private/dbutil: use dbutil and tagsql from storj.io/private 2021-04-23 14:36:52 +03:00
schemagen.go private/dbutil: use dbutil and tagsql from storj.io/private 2021-04-23 14:36:52 +03:00
storageusage.go private/dbutil: use dbutil and tagsql from storj.io/private 2021-04-23 14:36:52 +03:00
usedserials.go storagenode/piecestore: switch usedserials db for in-memory usedserials store 2020-05-28 12:52:52 -04:00