storj/satellite
Egon Elbre 8f73fb7a32 all: simplify uuid usage
uuid.UUID implements driver.Value so it can be directly used as a
scannable result.

Replace uses of dbutil.BytesToUUID with uuid.FromBytes.

Change-Id: I51a670185ceb3cc2199d5aa2b76bc3fc191ca8fe
2020-04-02 05:48:58 +00:00
..
accounting satellite/accounting: fix TestProjectBandwidthTotal 2020-04-01 11:50:18 +03:00
admin all: switch to storj.io/common/uuid 2020-03-31 19:16:41 +03:00
attribution all: simplify uuid usage 2020-04-02 05:48:58 +00:00
audit satellite/audit: clean up logging (#3832) 2020-03-30 12:09:50 -06:00
compensation satellite/compensation: make surge percent an int64 for strictcsv 2020-04-01 14:06:33 +00:00
console all: switch to storj.io/common/uuid 2020-03-31 19:16:41 +03:00
contact bump storj.io/common to latest 2020-03-25 09:08:40 -04:00
dbcleanup satellite: remove some unnecessary UTC() calls 2020-03-13 13:49:44 +00:00
downtime satellite: remove some unnecessary UTC() calls 2020-03-13 13:49:44 +00:00
gc private/testplanet: expose storagenode and satellite Config 2020-03-27 17:01:25 +02:00
gracefulexit satellite/overlay: optimize FindStorageNodes 2020-03-30 18:36:23 +03:00
heldamount storagenode/cache/heldamount added, errNoRows ignored 2020-03-31 11:35:58 +00:00
inspector all: switch to storj.io/common/uuid 2020-03-31 19:16:41 +03:00
mailservice all: use monkit v3 2020-02-05 23:53:17 +00:00
marketingweb common: separate repository 2019-12-27 14:11:15 +02:00
metainfo all: simplify uuid usage 2020-04-02 05:48:58 +00:00
metrics all: use monkit v3 2020-02-05 23:53:17 +00:00
nodestats all: use monkit v3 2020-02-05 23:53:17 +00:00
orders all: switch to storj.io/common/uuid 2020-03-31 19:16:41 +03:00
overlay satellite/overlay: reduce overhead of GetNodes 2020-03-30 18:36:23 +03:00
payments all: switch to storj.io/common/uuid 2020-03-31 19:16:41 +03:00
referrals all: simplify uuid usage 2020-04-02 05:48:58 +00:00
repair all: switch to storj.io/common/uuid 2020-03-31 19:16:41 +03:00
rewards all: switch to storj.io/common/uuid 2020-03-31 19:16:41 +03:00
satellitedb all: simplify uuid usage 2020-04-02 05:48:58 +00:00
vouchers bump storj.io/common to latest 2020-03-25 09:08:40 -04:00
admin.go storj: remove storj/private/version package which was moved to 2020-03-24 14:31:33 +00:00
api.go pkg/server: add counters for grpc calls 2020-03-25 21:38:13 +02:00
core.go storj: remove storj/private/version package which was moved to 2020-03-24 14:31:33 +00:00
gc.go storj: remove storj/private/version package which was moved to 2020-03-24 14:31:33 +00:00
peer.go satellite: compensation package and commands 2020-03-30 14:08:14 -06:00
repairer.go satellite/repair/repairer/ec.go: add option for downloading pieces onto disk instead of in memory during repair 2020-03-27 16:41:00 +00:00