storj/satellite/metainfo
Stefan Benten 2f648fd981 satellite: make limits be nullable
Currently we have no way to actually set one
of the following limits to 0 (meaning not usable):

- maxBuckets
- usageLimit
- bandwidthLimit

With having the field nullable,
NULL corresponds to the global default,
0 now actually 0 and
a set value determines a custom limit.

Change-Id: I92bb77529dcbd0881ae8368921be9d246eb0919e
2020-09-21 19:34:19 +00:00
..
expireddeletion satellite/metainfo: replace ScopedPath with metabase.SegmentLocation 2020-09-04 10:06:52 +00:00
metabase satellite/metainfo/metabase: add package for metainfo database 2020-08-27 17:31:11 +00:00
objectdeletion satellite/metainfo/objectdeletion: replace 2020-09-08 21:09:34 +02:00
piecedeletion satellite/piecedeletion: add test for disproportionate requests/nodes 2020-09-03 21:00:53 +00:00
pointerverification satellite/metainfo/pointerverification: service for verifying pointers 2020-03-19 16:27:38 +00:00
attribution_test.go storagenode: live tracking of order window usage 2020-08-19 19:42:33 +00:00
attribution.go satellite/metainfo: use user PartnerID for bucket attribution 2020-08-06 13:14:07 +00:00
batch.go all: fix dots 2020-07-16 14:58:28 +00:00
config.go all: add missing dots 2020-08-11 17:50:01 +03:00
db_test.go satellite: prevents uplink from creating a bucket once it exceeds the max bucket allocation. 2020-07-15 17:27:05 +00:00
db.go satellite/orders: add bucket id to order limit 2020-09-03 10:50:11 +03:00
endpoint_test.go satellite/metainfo: use metabase.SegmentKey with metainfo.Service 2020-09-03 15:11:32 +00:00
loop_test.go satellite/metainfo: replace ScopedPath with metabase.SegmentLocation 2020-09-04 10:06:52 +00:00
loop.go satellite/metainfo: replace ScopedPath with metabase.SegmentLocation 2020-09-04 10:06:52 +00:00
loopstats.go satellite/metainfo: track observer timing 2020-02-26 17:42:56 +00:00
metainfo_test.go satellite/metainfo: use metabase.SegmentKey with metainfo.Service 2020-09-03 15:11:32 +00:00
metainfo.go satellite: make limits be nullable 2020-09-21 19:34:19 +00:00
service_test.go cmd/satellite: command for fixing old-style objects 2020-09-21 14:46:19 +00:00
service.go cmd/satellite: command for fixing old-style objects 2020-09-21 14:46:19 +00:00
validation_norace.go satellite/metainfo: use metabase.SegmentKey with metainfo.Service 2020-09-03 15:11:32 +00:00
validation_race.go satellite/metainfo: use metabase.SegmentKey with metainfo.Service 2020-09-03 15:11:32 +00:00
validation.go satellite/metainfo: use user PartnerID for bucket attribution 2020-08-06 13:14:07 +00:00