storj/cmd
Clement Sam 137641f090 multinode/nodes: pass Node entity to Add method instead of set of a parameters
The Add method on the multinode DB interface accepts
a set of parameters which are already fields in the nodes.Node struct
excluding the name field.

When adding a new node, you're forced to call UpdateName() method
after calling the Add() method in order to save a node and update
the name.

This change allows passing the nodes.Node entity which includes
the name field. With this, a new node can be added together with
the name without invoking the UpdateName() method.

Change-Id: I281ec628dffaade35d6db4479a84f39636200072
2021-12-15 12:39:24 +00:00
..
certificates all: fix error naming 2021-04-29 15:38:21 +03:00
connect-test private/server: use quic implementation from storj.io/common 2021-08-10 13:32:21 +00:00
crashcollect crashcollect: process for receiving panics 2021-04-27 18:57:47 +03:00
identity ci: fix lint errors 2021-05-17 13:37:31 +00:00
inspector satellite: remove irreparabledb leftovers from code 2021-06-22 11:26:17 +00:00
internal/wizard cmd/internal/asset: delete unused code 2021-05-20 18:30:19 +03:00
metabase-orphaned-segments satellite/metabase: limit maximum number of parts and size 2021-10-22 10:16:37 +00:00
metabase-verify satellite/metabase: limit maximum number of parts and size 2021-10-22 10:16:37 +00:00
metric-receiver cmd/metric-receiver: restore minimal metrics server 2020-10-14 20:01:29 +03:00
multinode multinode/nodes: pass Node entity to Add method instead of set of a parameters 2021-12-15 12:39:24 +00:00
satellite satellite/buckets: add new buckets service 2021-11-16 12:36:17 +02:00
storagenode cmd/storagenode: add info command 2021-12-14 17:05:52 +00:00
storagenode-updater ci: Golangci lint v1.43.0 changes (#4307) 2021-12-09 20:49:48 +01:00
storj-admin all: fix linter complaints 2020-10-13 15:59:01 +03:00
storj-sim cmd/storj-sim: support printing node url 2021-11-03 16:11:41 +02:00
uplink cmd/{uplink,uplinkng}: set user agent for uplink binaries 2021-12-14 13:00:01 +00:00
uplinkng cmd/uplinkng: add register command 2021-12-14 10:03:55 -06:00
versioncontrol private/version: minimal fix for tag-release.sh 2020-04-01 13:46:45 +00:00