storj/cmd
Márton Elek 7f6f7e1246
satellite: optional migration for integration tests
This patch addresses the following issues:

 1. Running full migration in cockroachdb is quite slow. We already have an approach for unit tests to start from the latest snapshot. This patch makes it possible to use it for integrations tests.
 2. Migration requires executing a separated command which makes it hard to run application in containerized test environments (like storj-up) or from IDE. This patch introduces a hidden flag to run migration.
 3. Test user creation is painful. We do it with calling GraphQL + admin API. Providing an option with testuser makes the integration tests significant more simple (especially as the projectID -> access grant can be predictable)

Change-Id: I61010728727b490ea6aac32620f2da0484966727
2022-10-04 11:35:03 +02: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 ci: fix lint errors 2021-05-17 13:37:31 +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: handle JSON input with BOM to add command 2022-08-25 03:05:49 +00:00
satellite satellite: optional migration for integration tests 2022-10-04 11:35:03 +02:00
storagenode storagenode/docker: allow to configure updater with separated env variables 2022-08-24 06:50:30 +00:00
storagenode-updater cmd/storagenode-updater: add should-update cmd 2022-04-12 17:55:54 +00:00
storj-admin all: fix linter complaints 2020-10-13 15:59:01 +03:00
storj-sim satellite/console,web/satellite: invalidate sessions after inactivity 2022-08-23 15:51:05 +00:00
tools cmd/tools/segment-verify: add tiny readme 2022-10-03 16:01:24 +00:00
uplink cmd/uplink: remove io/ioutil 2022-09-27 15:53:07 +00:00
versioncontrol Dockerfiles: switch base image from alpine to Debian 2022-04-05 11:40:44 +00:00