storj/cmd
Jeff Wendling f2fdd6ca33 cmd/uplink: fix some issues with share
Because --readonly is default true, passing something like
--disallow-deletes=false would not actually update that
value because the readonly flag would override. this makes it
so that the --disallow-* flags override the --readonly and
--writeonly flags.

Also fixes some minor formatting issues with share like an
extra space after the "Public Access:" entry.

Simplifies the handling of the explicit "none" by making the
flags for the dates optional and using nil to signify that
the value was left unset.

Bump the go.mod to go1.18 to enable the use of generics and
add a small generic function. This can easily be backed out
if it causes problems.

Change-Id: I1c5f1321ad17b8ace778ce55561cbbfc24321a68
2022-12-08 17:46:02 +00:00
..
certificates all: fix error naming 2021-04-29 15:38:21 +03:00
crashcollect crashcollect: process for receiving panics 2021-04-27 18:57:47 +03:00
identity all: fix deprecated ioutil commands 2022-10-11 15:27:29 +00:00
inspector cmd/inspector: move command back from cmd/tools/ 2022-09-07 09:35:12 +00:00
internal/wizard cmd/internal/asset: delete unused code 2021-05-20 18:30:19 +03:00
metric-receiver cmd/metric-receiver: restore minimal metrics server 2020-10-14 20:01:29 +03:00
multinode cmd/multinode: generate identity when not provided 2022-10-12 12:01:14 +00:00
satellite satellite/{satellitedb,audit}: add NewContainment 2022-12-07 18:03:37 +00:00
storagenode Expose LOG_LEVEL env variable via Dockerfile for storagenode (#5362) 2022-12-02 22:25:13 +00:00
storagenode-updater all: replace deprecated ioutil 2022-10-31 15:50:41 +00:00
storj-admin all: fix linter complaints 2020-10-13 15:59:01 +03:00
storj-sim all: fix deprecated ioutil commands 2022-10-11 15:27:29 +00:00
tools satellite/overlay: add nodeevents.DB to satellite overlay service 2022-11-02 15:56:37 +00:00
uplink cmd/uplink: fix some issues with share 2022-12-08 17:46:02 +00:00
versioncontrol Dockerfiles: switch base image from alpine to Debian 2022-04-05 11:40:44 +00:00