diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 66a50c93..439ecbe2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,4 +1,4 @@ -name: neofs-node tests +name: frostfs-node tests on: push: diff --git a/Makefile b/Makefile index ac01f0a9..2133e1fe 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL = bash REPO ?= $(shell go list -m) VERSION ?= $(shell git describe --tags --dirty --match "v*" --always --abbrev=8 2>/dev/null || cat VERSION 2>/dev/null || echo "develop") -HUB_IMAGE ?= nspccdev/neofs +HUB_IMAGE ?= truecloudlab/frostfs HUB_TAG ?= "$(shell echo ${VERSION} | sed 's/^v//')" GO_VERSION ?= 1.17 @@ -29,7 +29,7 @@ PKG_VERSION ?= $(shell echo $(VERSION) | sed "s/^v//" | \ prepare-release debpackage # To build a specific binary, use it's name prefix with bin/ as a target -# For example `make bin/neofs-node` will build only storage node binary +# For example `make bin/frostfs-node` will build only storage node binary # Just `make` will build all possible binaries all: $(DIRS) $(BINS) @@ -50,7 +50,7 @@ $(DIRS): # Prepare binaries and archives for release .ONESHELL: prepare-release: docker/all - @for file in `ls -1 $(BIN)/neofs-*`; do + @for file in `ls -1 $(BIN)/frostfs-*`; do cp $$file $(RELEASE)/`basename $$file`-$(ARCH) strip $(RELEASE)/`basename $$file`-$(ARCH) tar -czf $(RELEASE)/`basename $$file`-$(ARCH).tar.gz $(RELEASE)/`basename $$file`-$(ARCH) @@ -67,17 +67,17 @@ dep: # Regenerate proto files: protoc: - @GOPRIVATE=github.com/nspcc-dev go mod vendor + @GOPRIVATE=github.com/TrueCloudLab go mod vendor # Install specific version for protobuf lib @go list -f '{{.Path}}/...@{{.Version}}' -m github.com/golang/protobuf | xargs go install -v - @GOBIN=$(abspath $(BIN)) go install -mod=mod -v github.com/nspcc-dev/neofs-api-go/v2/util/protogen + @GOBIN=$(abspath $(BIN)) go install -mod=mod -v github.com/TrueCloudLab/frostfs-api-go/v2/util/protogen # Protoc generate @for f in `find . -type f -name '*.proto' -not -path './vendor/*'`; do \ echo "⇒ Processing $$f "; \ protoc \ --proto_path=.:./vendor:/usr/local/include \ - --plugin=protoc-gen-go-neofs=$(BIN)/protogen \ - --go-neofs_out=. --go-neofs_opt=paths=source_relative \ + --plugin=protoc-gen-go-frostfs=$(BIN)/protogen \ + --go-frostfs_out=. --go-frostfs_opt=paths=source_relative \ --go_out=. --go_opt=paths=source_relative \ --go-grpc_opt=require_unimplemented_servers=false \ --go-grpc_out=. --go-grpc_opt=paths=source_relative $$f; \ @@ -152,7 +152,7 @@ clean: # Package for Debian debpackage: - dch --package neofs-node \ + dch --package frostfs-node \ --controlmaint \ --newversion $(PKG_VERSION) \ --distribution $(OS_RELEASE) \ diff --git a/cmd/neofs-adm/README.md b/cmd/frostfs-adm/README.md similarity index 93% rename from cmd/neofs-adm/README.md rename to cmd/frostfs-adm/README.md index a80d114e..13bcd111 100644 --- a/cmd/neofs-adm/README.md +++ b/cmd/frostfs-adm/README.md @@ -10,15 +10,15 @@ Storage nodes. ## Build -To build binary locally, use `make bin/neofs-adm` command. +To build binary locally, use `make bin/frostfs-adm` command. -For clean build inside a docker container, use `make docker/bin/neofs-adm`. +For clean build inside a docker container, use `make docker/bin/frostfs-adm`. Build docker image with `make image-adm`. -At NeoFS private install deployment, neofs-adm requires compiled NeoFS +At NeoFS private install deployment, frostfs-adm requires compiled NeoFS contracts. Find them in the latest release of -[neofs-contract repository](https://github.com/nspcc-dev/neofs-contract/releases). +[frostfs-contract repository](https://github.com/TrueCloudLab/frostfs-contract/releases). ## Commands diff --git a/cmd/neofs-adm/docs/deploy.md b/cmd/frostfs-adm/docs/deploy.md similarity index 88% rename from cmd/neofs-adm/docs/deploy.md rename to cmd/frostfs-adm/docs/deploy.md index 40f23945..75d964d2 100644 --- a/cmd/neofs-adm/docs/deploy.md +++ b/cmd/frostfs-adm/docs/deploy.md @@ -2,15 +2,15 @@ This is a short guide on how to deploy a private NeoFS storage network on bare metal without docker images. This guide does not cover details on how to start -consensus, Alphabet, or Storage nodes. This guide covers only `neofs-adm` +consensus, Alphabet, or Storage nodes. This guide covers only `frostfs-adm` related configuration details. ## Prerequisites To follow this guide you need: - latest released version of [neo-go](https://github.com/nspcc-dev/neo-go/releases) (v0.97.2 at the moment), -- latest released version of [neofs-adm](https://github.com/nspcc-dev/neofs-node/releases) utility (v0.25.1 at the moment), -- latest released version of compiled [neofs-contract](https://github.com/nspcc-dev/neofs-contract/releases) (v0.11.0 at the moment). +- latest released version of [frostfs-adm](https://github.com/TrueCloudLab/frostfs-node/releases) utility (v0.25.1 at the moment), +- latest released version of compiled [frostfs-contract](https://github.com/TrueCloudLab/frostfs-contract/releases) (v0.11.0 at the moment). ## Step 1: Prepare network configuration @@ -19,12 +19,12 @@ Alphabet nodes and any number of Storage nodes. While the number of Storage nodes can be scaled almost infinitely, the number of consensus and Alphabet nodes can't be changed so easily right now. Consider this before going any further. -It is easier to use`neofs-adm` with a predefined configuration. First, create +It is easier to use`frostfs-adm` with a predefined configuration. First, create a network configuration file. In this example, there is going to be only one consensus / Alphabet node in the network. ``` -$ neofs-adm config init --path foo.network.yml +$ frostfs-adm config init --path foo.network.yml Initial config file saved to foo.network.yml $ cat foo.network.yml @@ -57,7 +57,7 @@ wallets will be used for Alphabet nodes. Make sure, that dir for alphabet wallets already exists. ``` -$ neofs-adm -c foo.network.yml morph generate-alphabet --size 1 +$ frostfs-adm -c foo.network.yml morph generate-alphabet --size 1 size: 1 alphabet-wallets: /home/user/deploy/alphabet-wallets wallet[0]: hunter2 @@ -121,9 +121,9 @@ and possible overload issues. Use archive with compiled NeoFS contracts to initialize the sidechain. ``` -$ tar -xzvf neofs-contract-v0.11.0.tar.gz +$ tar -xzvf frostfs-contract-v0.11.0.tar.gz -$ ./neofs-adm -c foo.network.yml morph init --contracts ./neofs-contract-v0.11.0 +$ ./frostfs-adm -c foo.network.yml morph init --contracts ./frostfs-contract-v0.11.0 Stage 1: transfer GAS to alphabet nodes. Waiting for transactions to persist... Stage 2: set notary and alphabet nodes in designate contract. @@ -177,7 +177,7 @@ contracts: Generate a new wallet for a Storage node. ``` -$ neofs-adm -c foo.network.yml morph generate-storage-wallet --storage-wallet ./sn01.json --initial-gas 10.0 +$ frostfs-adm -c foo.network.yml morph generate-storage-wallet --storage-wallet ./sn01.json --initial-gas 10.0 New password > Waiting for transactions to persist... @@ -200,7 +200,7 @@ The storage node will be included in the network map in the next NeoFS epoch. To speed up this process, you can increment epoch counter immediately. ``` -$ neofs-adm -c foo.network.yml morph force-new-epoch +$ frostfs-adm -c foo.network.yml morph force-new-epoch Current epoch: 8, increase to 9. Waiting for transactions to persist... ``` diff --git a/cmd/neofs-adm/docs/subnetwork-creation.md b/cmd/frostfs-adm/docs/subnetwork-creation.md similarity index 85% rename from cmd/neofs-adm/docs/subnetwork-creation.md rename to cmd/frostfs-adm/docs/subnetwork-creation.md index 52435d9b..4655f31a 100644 --- a/cmd/neofs-adm/docs/subnetwork-creation.md +++ b/cmd/frostfs-adm/docs/subnetwork-creation.md @@ -8,13 +8,13 @@ deployed and the sidechain contains a deployed `subnet` contract. To follow this guide, you need: - neo-go sidechain RPC endpoint; -- latest released version of [neofs-adm](https://github.com/nspcc-dev/neofs-node/releases); +- latest released version of [frostfs-adm](https://github.com/TrueCloudLab/frostfs-node/releases); - wallet with NeoFS account. ## Creation ```shell -$ neofs-adm morph subnet create \ +$ frostfs-adm morph subnet create \ -r \ -w \ --notary @@ -31,7 +31,7 @@ of the just created subnetwork. You can check if your subnetwork was created successfully: ```shell -$ neofs-adm morph subnet get \ +$ frostfs-adm morph subnet get \ -r \ --subnet Owner: NUc734PMJXiqa2J9jRtvskU3kCdyyuSN8Q diff --git a/cmd/neofs-adm/docs/subnetwork-usage.md b/cmd/frostfs-adm/docs/subnetwork-usage.md similarity index 92% rename from cmd/neofs-adm/docs/subnetwork-usage.md rename to cmd/frostfs-adm/docs/subnetwork-usage.md index 511fc2f2..54ddd312 100644 --- a/cmd/neofs-adm/docs/subnetwork-usage.md +++ b/cmd/frostfs-adm/docs/subnetwork-usage.md @@ -7,7 +7,7 @@ deployed, and the sidechain contains a deployed `subnet` contract. ## Prerequisites - neo-go sidechain RPC endpoint; -- latest released version of [neofs-adm](https://github.com/nspcc-dev/neofs-node/releases); +- latest released version of [frostfs-adm](https://github.com/TrueCloudLab/frostfs-node/releases); - [created](subnetwork-creation.md) subnetwork; - wallet with the account that owns the subnetwork; - public key of the Storage Node; @@ -21,7 +21,7 @@ the whitelist of the nodes which can be included to a subnetwork. Only the subne owner is allowed to add and remove node administrators from the subnetwork. ```shell -$ neofs-adm morph subnet admin add \ +$ frostfs-adm morph subnet admin add \ -r \ -w \ --admin \ @@ -37,7 +37,7 @@ the list of the allowed nodes. Node is not required to be bootstrapped at the moment of its inclusion. ```shell -$ neofs-adm morph subnet node add \ +$ frostfs-adm morph subnet node add \ -r \ -w \ --node \ @@ -55,7 +55,7 @@ subnetwork. Only the subnet owner is allowed to add and remove client administrators from the subnetwork. ```shell -$ neofs-adm morph subnet admin add \ +$ frostfs-adm morph subnet admin add \ -r \ -w \ --admin \ @@ -72,7 +72,7 @@ positive integer number. ## Add client ```shell -$ neofs-adm morph subnet client add \ +$ frostfs-adm morph subnet client add \ -r \ -w \ --client \ @@ -129,9 +129,9 @@ To create a container in a private network, your wallet must be added to the client whitelist by the client admins or the subnet owners: ```shell -$ neofs-cli container create \ +$ frostfs-cli container create \ --policy 'REP 1' \ -w \ - -r s01.neofs.devenv:8080 \ + -r s01.frostfs.devenv:8080 \ --subnet ``` diff --git a/cmd/neofs-adm/internal/modules/config/config.go b/cmd/frostfs-adm/internal/modules/config/config.go similarity index 95% rename from cmd/neofs-adm/internal/modules/config/config.go rename to cmd/frostfs-adm/internal/modules/config/config.go index b0168101..5f4ebc42 100644 --- a/cmd/neofs-adm/internal/modules/config/config.go +++ b/cmd/frostfs-adm/internal/modules/config/config.go @@ -7,8 +7,8 @@ import ( "path/filepath" "text/template" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring" "github.com/nspcc-dev/neo-go/cli/input" - "github.com/nspcc-dev/neofs-node/pkg/innerring" "github.com/spf13/cobra" "github.com/spf13/viper" ) @@ -41,7 +41,7 @@ network: container: {{ .ContainerFee}} container_alias: {{ .ContainerAliasFee }} withdraw: {{ .WithdrawFee}} -# if credentials section is omitted, then neofs-adm will require manual password input +# if credentials section is omitted, then frostfs-adm will require manual password input credentials: contract: password # wallet for contract group signature{{ range.Glagolitics}} {{.}}: password{{end}} @@ -99,7 +99,7 @@ func defaultConfigPath() (string, error) { return "", fmt.Errorf("getting home dir path: %w", err) } - return filepath.Join(home, ".neofs", "adm", "config.yml"), nil + return filepath.Join(home, ".frostfs", "adm", "config.yml"), nil } // generateConfigExample builds .yml representation of the config file. It is diff --git a/cmd/neofs-adm/internal/modules/config/config_test.go b/cmd/frostfs-adm/internal/modules/config/config_test.go similarity index 93% rename from cmd/neofs-adm/internal/modules/config/config_test.go rename to cmd/frostfs-adm/internal/modules/config/config_test.go index 313890f5..c49b2cb5 100644 --- a/cmd/neofs-adm/internal/modules/config/config_test.go +++ b/cmd/frostfs-adm/internal/modules/config/config_test.go @@ -5,7 +5,7 @@ import ( "path/filepath" "testing" - "github.com/nspcc-dev/neofs-node/pkg/innerring" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring" "github.com/spf13/viper" "github.com/stretchr/testify/require" ) @@ -13,7 +13,7 @@ import ( func TestGenerateConfigExample(t *testing.T) { const ( n = 10 - appDir = "/home/example/.neofs" + appDir = "/home/example/.frostfs" ) configText, err := generateConfigExample(appDir, n) diff --git a/cmd/neofs-adm/internal/modules/config/root.go b/cmd/frostfs-adm/internal/modules/config/root.go similarity index 59% rename from cmd/neofs-adm/internal/modules/config/root.go rename to cmd/frostfs-adm/internal/modules/config/root.go index 48a3b0c1..b9c3f2e8 100644 --- a/cmd/neofs-adm/internal/modules/config/root.go +++ b/cmd/frostfs-adm/internal/modules/config/root.go @@ -10,14 +10,14 @@ var ( // RootCmd is a root command of config section. RootCmd = &cobra.Command{ Use: "config", - Short: "Section for neofs-adm config related commands", + Short: "Section for frostfs-adm config related commands", } initCmd = &cobra.Command{ Use: "init", - Short: "Initialize basic neofs-adm configuration file", - Example: `neofs-adm config init -neofs-adm config init --path .config/neofs-adm.yml`, + Short: "Initialize basic frostfs-adm configuration file", + Example: `frostfs-adm config init +frostfs-adm config init --path .config/frostfs-adm.yml`, RunE: initConfig, } ) @@ -25,5 +25,5 @@ neofs-adm config init --path .config/neofs-adm.yml`, func init() { RootCmd.AddCommand(initCmd) - initCmd.Flags().String(configPathFlag, "", "Path to config (default ~/.neofs/adm/config.yml)") + initCmd.Flags().String(configPathFlag, "", "Path to config (default ~/.frostfs/adm/config.yml)") } diff --git a/cmd/neofs-adm/internal/modules/config/util.go b/cmd/frostfs-adm/internal/modules/config/util.go similarity index 100% rename from cmd/neofs-adm/internal/modules/config/util.go rename to cmd/frostfs-adm/internal/modules/config/util.go diff --git a/cmd/neofs-adm/internal/modules/morph/balance.go b/cmd/frostfs-adm/internal/modules/morph/balance.go similarity index 97% rename from cmd/neofs-adm/internal/modules/morph/balance.go rename to cmd/frostfs-adm/internal/modules/morph/balance.go index 5f928a00..72022aa3 100644 --- a/cmd/neofs-adm/internal/modules/morph/balance.go +++ b/cmd/frostfs-adm/internal/modules/morph/balance.go @@ -6,6 +6,8 @@ import ( "fmt" "math/big" + "github.com/TrueCloudLab/frostfs-contract/nns" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" "github.com/nspcc-dev/neo-go/pkg/core/native/noderoles" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" @@ -21,8 +23,6 @@ import ( "github.com/nspcc-dev/neo-go/pkg/vm/emit" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" "github.com/nspcc-dev/neo-go/pkg/vm/vmstate" - "github.com/nspcc-dev/neofs-contract/nns" - "github.com/nspcc-dev/neofs-sdk-go/netmap" "github.com/spf13/cobra" "github.com/spf13/viper" ) @@ -66,7 +66,7 @@ func dumpBalances(cmd *cobra.Command, _ []string) error { return fmt.Errorf("can't get NNS contract info: %w", err) } - nmHash, err = nnsResolveHash(inv, nnsCs.Hash, netmapContract+".neofs") + nmHash, err = nnsResolveHash(inv, nnsCs.Hash, netmapContract+".frostfs") if err != nil { return fmt.Errorf("can't get netmap contract hash: %w", err) } @@ -116,7 +116,7 @@ func dumpBalances(cmd *cobra.Command, _ []string) error { } if dumpProxy { - h, err := nnsResolveHash(inv, nnsCs.Hash, proxyContract+".neofs") + h, err := nnsResolveHash(inv, nnsCs.Hash, proxyContract+".frostfs") if err != nil { return fmt.Errorf("can't get hash of the proxy contract: %w", err) } diff --git a/cmd/neofs-adm/internal/modules/morph/config.go b/cmd/frostfs-adm/internal/modules/morph/config.go similarity index 98% rename from cmd/neofs-adm/internal/modules/morph/config.go rename to cmd/frostfs-adm/internal/modules/morph/config.go index 1d3fb25c..20ac0bc3 100644 --- a/cmd/neofs-adm/internal/modules/morph/config.go +++ b/cmd/frostfs-adm/internal/modules/morph/config.go @@ -35,7 +35,7 @@ func dumpNetworkConfig(cmd *cobra.Command, _ []string) error { return fmt.Errorf("can't get NNS contract info: %w", err) } - nmHash, err := nnsResolveHash(inv, cs.Hash, netmapContract+".neofs") + nmHash, err := nnsResolveHash(inv, cs.Hash, netmapContract+".frostfs") if err != nil { return fmt.Errorf("can't get netmap contract hash: %w", err) } @@ -109,7 +109,7 @@ func setConfigCmd(cmd *cobra.Command, args []string) error { return fmt.Errorf("can't get NNS contract info: %w", err) } - nmHash, err := nnsResolveHash(wCtx.ReadOnlyInvoker, cs.Hash, netmapContract+".neofs") + nmHash, err := nnsResolveHash(wCtx.ReadOnlyInvoker, cs.Hash, netmapContract+".frostfs") if err != nil { return fmt.Errorf("can't get netmap contract hash: %w", err) } diff --git a/cmd/neofs-adm/internal/modules/morph/container.go b/cmd/frostfs-adm/internal/modules/morph/container.go similarity index 98% rename from cmd/neofs-adm/internal/modules/morph/container.go rename to cmd/frostfs-adm/internal/modules/morph/container.go index 811d71be..26ff90e9 100644 --- a/cmd/neofs-adm/internal/modules/morph/container.go +++ b/cmd/frostfs-adm/internal/modules/morph/container.go @@ -7,6 +7,7 @@ import ( "os" "sort" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" "github.com/nspcc-dev/neo-go/pkg/crypto/hash" "github.com/nspcc-dev/neo-go/pkg/io" "github.com/nspcc-dev/neo-go/pkg/rpcclient/invoker" @@ -15,7 +16,6 @@ import ( "github.com/nspcc-dev/neo-go/pkg/util" "github.com/nspcc-dev/neo-go/pkg/vm/emit" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" "github.com/spf13/cobra" "github.com/spf13/viper" ) @@ -33,7 +33,7 @@ func getContainerContractHash(cmd *cobra.Command, inv *invoker.Invoker, c Client if err != nil { return util.Uint160{}, fmt.Errorf("can't get NNS contract state: %w", err) } - ch, err = nnsResolveHash(inv, nnsCs.Hash, containerContract+".neofs") + ch, err = nnsResolveHash(inv, nnsCs.Hash, containerContract+".frostfs") if err != nil { return util.Uint160{}, err } @@ -169,7 +169,7 @@ func restoreContainers(cmd *cobra.Command, _ []string) error { return fmt.Errorf("can't get NNS contract state: %w", err) } - ch, err := nnsResolveHash(wCtx.ReadOnlyInvoker, nnsCs.Hash, containerContract+".neofs") + ch, err := nnsResolveHash(wCtx.ReadOnlyInvoker, nnsCs.Hash, containerContract+".frostfs") if err != nil { return fmt.Errorf("can't fetch container contract hash: %w", err) } diff --git a/cmd/neofs-adm/internal/modules/morph/deploy.go b/cmd/frostfs-adm/internal/modules/morph/deploy.go similarity index 97% rename from cmd/neofs-adm/internal/modules/morph/deploy.go rename to cmd/frostfs-adm/internal/modules/morph/deploy.go index 1b5708aa..62170f09 100644 --- a/cmd/neofs-adm/internal/modules/morph/deploy.go +++ b/cmd/frostfs-adm/internal/modules/morph/deploy.go @@ -6,6 +6,7 @@ import ( "os" "strings" + "github.com/TrueCloudLab/frostfs-contract/nns" "github.com/nspcc-dev/neo-go/cli/cmdargs" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/encoding/address" @@ -15,7 +16,6 @@ import ( "github.com/nspcc-dev/neo-go/pkg/smartcontract/callflag" "github.com/nspcc-dev/neo-go/pkg/vm/emit" "github.com/nspcc-dev/neo-go/pkg/vm/opcode" - "github.com/nspcc-dev/neofs-contract/nns" "github.com/spf13/cobra" "github.com/spf13/viper" ) @@ -35,7 +35,7 @@ Optionally, arguments can be provided to be passed to a contract's _deploy funct The syntax is the same as for 'neo-go contract testinvokefunction' command. Compiled contract file name must contain '_contract.nef' suffix. Contract's manifest file name must be 'config.json'. -NNS name is taken by stripping '_contract.nef' from the NEF file (similar to neofs contracts).`, +NNS name is taken by stripping '_contract.nef' from the NEF file (similar to frostfs contracts).`, PreRun: func(cmd *cobra.Command, _ []string) { _ = viper.BindPFlag(alphabetWalletsFlag, cmd.Flags().Lookup(alphabetWalletsFlag)) _ = viper.BindPFlag(endpointFlag, cmd.Flags().Lookup(endpointFlag)) @@ -54,7 +54,7 @@ func init() { _ = deployCmd.MarkFlagFilename(contractPathFlag) ff.Bool(updateFlag, false, "Update an existing contract") - ff.String(customZoneFlag, "neofs", "Custom zone for NNS") + ff.String(customZoneFlag, "frostfs", "Custom zone for NNS") } func deployContractCmd(cmd *cobra.Command, args []string) error { diff --git a/cmd/neofs-adm/internal/modules/morph/download.go b/cmd/frostfs-adm/internal/modules/morph/download.go similarity index 89% rename from cmd/neofs-adm/internal/modules/morph/download.go rename to cmd/frostfs-adm/internal/modules/morph/download.go index 25e04fe1..3c50c0b3 100644 --- a/cmd/neofs-adm/internal/modules/morph/download.go +++ b/cmd/frostfs-adm/internal/modules/morph/download.go @@ -14,7 +14,7 @@ import ( func downloadContractsFromGithub(cmd *cobra.Command) (io.ReadCloser, error) { gcl := github.NewClient(nil) - release, _, err := gcl.Repositories.GetLatestRelease(context.Background(), "nspcc-dev", "neofs-contract") + release, _, err := gcl.Repositories.GetLatestRelease(context.Background(), "nspcc-dev", "frostfs-contract") if err != nil { return nil, fmt.Errorf("can't fetch release info: %w", err) } @@ -23,7 +23,7 @@ func downloadContractsFromGithub(cmd *cobra.Command) (io.ReadCloser, error) { var url string for _, a := range release.Assets { - if strings.HasPrefix(a.GetName(), "neofs-contract") { + if strings.HasPrefix(a.GetName(), "frostfs-contract") { url = a.GetBrowserDownloadURL() break } diff --git a/cmd/neofs-adm/internal/modules/morph/dump_hashes.go b/cmd/frostfs-adm/internal/modules/morph/dump_hashes.go similarity index 98% rename from cmd/neofs-adm/internal/modules/morph/dump_hashes.go rename to cmd/frostfs-adm/internal/modules/morph/dump_hashes.go index 738b3590..4b7d579d 100644 --- a/cmd/neofs-adm/internal/modules/morph/dump_hashes.go +++ b/cmd/frostfs-adm/internal/modules/morph/dump_hashes.go @@ -6,6 +6,7 @@ import ( "strings" "text/tabwriter" + "github.com/TrueCloudLab/frostfs-contract/nns" "github.com/nspcc-dev/neo-go/pkg/io" "github.com/nspcc-dev/neo-go/pkg/rpcclient/invoker" "github.com/nspcc-dev/neo-go/pkg/rpcclient/unwrap" @@ -15,7 +16,6 @@ import ( "github.com/nspcc-dev/neo-go/pkg/vm/opcode" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" "github.com/nspcc-dev/neo-go/pkg/vm/vmstate" - "github.com/nspcc-dev/neofs-contract/nns" "github.com/spf13/cobra" "github.com/spf13/viper" ) @@ -83,7 +83,7 @@ func dumpContractHashes(cmd *cobra.Command, _ []string) error { for _, ctrName := range contractList { bw.Reset() emit.AppCall(bw.BinWriter, cs.Hash, "resolve", callflag.ReadOnly, - ctrName+".neofs", int64(nns.TXT)) + ctrName+".frostfs", int64(nns.TXT)) res, err := c.InvokeScript(bw.Bytes(), nil) if err != nil { diff --git a/cmd/neofs-adm/internal/modules/morph/epoch.go b/cmd/frostfs-adm/internal/modules/morph/epoch.go similarity index 98% rename from cmd/neofs-adm/internal/modules/morph/epoch.go rename to cmd/frostfs-adm/internal/modules/morph/epoch.go index cd39d056..608ff6b4 100644 --- a/cmd/neofs-adm/internal/modules/morph/epoch.go +++ b/cmd/frostfs-adm/internal/modules/morph/epoch.go @@ -24,7 +24,7 @@ func forceNewEpochCmd(cmd *cobra.Command, args []string) error { return fmt.Errorf("can't get NNS contract info: %w", err) } - nmHash, err := nnsResolveHash(wCtx.ReadOnlyInvoker, cs.Hash, netmapContract+".neofs") + nmHash, err := nnsResolveHash(wCtx.ReadOnlyInvoker, cs.Hash, netmapContract+".frostfs") if err != nil { return fmt.Errorf("can't get netmap contract hash: %w", err) } diff --git a/cmd/neofs-adm/internal/modules/morph/generate.go b/cmd/frostfs-adm/internal/modules/morph/generate.go similarity index 97% rename from cmd/neofs-adm/internal/modules/morph/generate.go rename to cmd/frostfs-adm/internal/modules/morph/generate.go index 71224acd..52ffddb6 100644 --- a/cmd/neofs-adm/internal/modules/morph/generate.go +++ b/cmd/frostfs-adm/internal/modules/morph/generate.go @@ -6,6 +6,8 @@ import ( "os" "path/filepath" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-adm/internal/modules/config" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" "github.com/nspcc-dev/neo-go/pkg/encoding/address" "github.com/nspcc-dev/neo-go/pkg/encoding/fixedn" @@ -17,8 +19,6 @@ import ( "github.com/nspcc-dev/neo-go/pkg/vm/emit" "github.com/nspcc-dev/neo-go/pkg/vm/opcode" "github.com/nspcc-dev/neo-go/pkg/wallet" - "github.com/nspcc-dev/neofs-node/cmd/neofs-adm/internal/modules/config" - "github.com/nspcc-dev/neofs-node/pkg/innerring" "github.com/spf13/cobra" "github.com/spf13/viper" ) diff --git a/cmd/neofs-adm/internal/modules/morph/generate_test.go b/cmd/frostfs-adm/internal/modules/morph/generate_test.go similarity index 98% rename from cmd/neofs-adm/internal/modules/morph/generate_test.go rename to cmd/frostfs-adm/internal/modules/morph/generate_test.go index 5749a14f..d2478c02 100644 --- a/cmd/neofs-adm/internal/modules/morph/generate_test.go +++ b/cmd/frostfs-adm/internal/modules/morph/generate_test.go @@ -9,11 +9,11 @@ import ( "strconv" "testing" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring" "github.com/nspcc-dev/neo-go/cli/input" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" "github.com/nspcc-dev/neo-go/pkg/smartcontract" "github.com/nspcc-dev/neo-go/pkg/wallet" - "github.com/nspcc-dev/neofs-node/pkg/innerring" "github.com/spf13/viper" "github.com/stretchr/testify/require" "golang.org/x/term" diff --git a/cmd/neofs-adm/internal/modules/morph/group.go b/cmd/frostfs-adm/internal/modules/morph/group.go similarity index 96% rename from cmd/neofs-adm/internal/modules/morph/group.go rename to cmd/frostfs-adm/internal/modules/morph/group.go index ee887272..cd30e1be 100644 --- a/cmd/neofs-adm/internal/modules/morph/group.go +++ b/cmd/frostfs-adm/internal/modules/morph/group.go @@ -6,11 +6,11 @@ import ( "os" "path/filepath" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-adm/internal/modules/config" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" "github.com/nspcc-dev/neo-go/pkg/smartcontract/manifest" "github.com/nspcc-dev/neo-go/pkg/util" "github.com/nspcc-dev/neo-go/pkg/wallet" - "github.com/nspcc-dev/neofs-node/cmd/neofs-adm/internal/modules/config" "github.com/spf13/cobra" "github.com/spf13/viper" ) diff --git a/cmd/neofs-adm/internal/modules/morph/initialize.go b/cmd/frostfs-adm/internal/modules/morph/initialize.go similarity index 98% rename from cmd/neofs-adm/internal/modules/morph/initialize.go rename to cmd/frostfs-adm/internal/modules/morph/initialize.go index ab8fef1a..2c742d82 100644 --- a/cmd/neofs-adm/internal/modules/morph/initialize.go +++ b/cmd/frostfs-adm/internal/modules/morph/initialize.go @@ -7,6 +7,9 @@ import ( "path/filepath" "time" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-adm/internal/modules/config" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring" + morphClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" "github.com/nspcc-dev/neo-go/pkg/core/native/nativenames" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/core/transaction" @@ -16,9 +19,6 @@ import ( "github.com/nspcc-dev/neo-go/pkg/util" "github.com/nspcc-dev/neo-go/pkg/vm/vmstate" "github.com/nspcc-dev/neo-go/pkg/wallet" - "github.com/nspcc-dev/neofs-node/cmd/neofs-adm/internal/modules/config" - "github.com/nspcc-dev/neofs-node/pkg/innerring" - morphClient "github.com/nspcc-dev/neofs-node/pkg/morph/client" "github.com/spf13/cobra" "github.com/spf13/viper" ) diff --git a/cmd/neofs-adm/internal/modules/morph/initialize_deploy.go b/cmd/frostfs-adm/internal/modules/morph/initialize_deploy.go similarity index 98% rename from cmd/neofs-adm/internal/modules/morph/initialize_deploy.go rename to cmd/frostfs-adm/internal/modules/morph/initialize_deploy.go index 871c02b4..1c80df00 100644 --- a/cmd/neofs-adm/internal/modules/morph/initialize_deploy.go +++ b/cmd/frostfs-adm/internal/modules/morph/initialize_deploy.go @@ -12,6 +12,10 @@ import ( "path/filepath" "strings" + "github.com/TrueCloudLab/frostfs-contract/common" + "github.com/TrueCloudLab/frostfs-contract/nns" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring" + morphClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/core/transaction" "github.com/nspcc-dev/neo-go/pkg/encoding/address" @@ -27,10 +31,6 @@ import ( "github.com/nspcc-dev/neo-go/pkg/vm/emit" "github.com/nspcc-dev/neo-go/pkg/vm/opcode" "github.com/nspcc-dev/neo-go/pkg/vm/vmstate" - "github.com/nspcc-dev/neofs-contract/common" - "github.com/nspcc-dev/neofs-contract/nns" - "github.com/nspcc-dev/neofs-node/pkg/innerring" - morphClient "github.com/nspcc-dev/neofs-node/pkg/morph/client" "github.com/spf13/viper" ) @@ -227,7 +227,7 @@ func (c *initializeContext) updateContracts() error { cs := c.getContract(ctrName) method := updateMethodName - ctrHash, err := nnsResolveHash(c.ReadOnlyInvoker, nnsHash, ctrName+".neofs") + ctrHash, err := nnsResolveHash(c.ReadOnlyInvoker, nnsHash, ctrName+".frostfs") if err != nil { if errors.Is(err, errMissingNNSRecord) { // if contract not found we deploy it instead of update @@ -261,7 +261,7 @@ func (c *initializeContext) updateContracts() error { if method == deployMethodName { // same actions are done in initializeContext.setNNS, can be unified - domain := ctrName + ".neofs" + domain := ctrName + ".frostfs" script, ok, err := c.nnsRegisterDomainScript(nnsHash, cs.Hash, domain) if err != nil { return err diff --git a/cmd/neofs-adm/internal/modules/morph/initialize_nns.go b/cmd/frostfs-adm/internal/modules/morph/initialize_nns.go similarity index 96% rename from cmd/neofs-adm/internal/modules/morph/initialize_nns.go rename to cmd/frostfs-adm/internal/modules/morph/initialize_nns.go index 980fc7b0..06b902b2 100644 --- a/cmd/neofs-adm/internal/modules/morph/initialize_nns.go +++ b/cmd/frostfs-adm/internal/modules/morph/initialize_nns.go @@ -7,6 +7,8 @@ import ( "strconv" "time" + "github.com/TrueCloudLab/frostfs-contract/nns" + morphClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" "github.com/nspcc-dev/neo-go/pkg/encoding/address" @@ -20,8 +22,6 @@ import ( "github.com/nspcc-dev/neo-go/pkg/vm/opcode" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" "github.com/nspcc-dev/neo-go/pkg/vm/vmstate" - "github.com/nspcc-dev/neofs-contract/nns" - morphClient "github.com/nspcc-dev/neofs-node/pkg/morph/client" ) const defaultExpirationTime = 10 * 365 * 24 * time.Hour / time.Second @@ -32,13 +32,13 @@ func (c *initializeContext) setNNS() error { return err } - ok, err := c.nnsRootRegistered(nnsCs.Hash, "neofs") + ok, err := c.nnsRootRegistered(nnsCs.Hash, "frostfs") if err != nil { return err } else if !ok { bw := io.NewBufBinWriter() emit.AppCall(bw.BinWriter, nnsCs.Hash, "register", callflag.All, - "neofs", c.CommitteeAcc.Contract.ScriptHash(), + "frostfs", c.CommitteeAcc.Contract.ScriptHash(), "ops@nspcc.ru", int64(3600), int64(600), int64(defaultExpirationTime), int64(3600)) emit.Opcodes(bw.BinWriter, opcode.ASSERT) if err := c.sendCommitteeTx(bw.Bytes(), true); err != nil { @@ -63,7 +63,7 @@ func (c *initializeContext) setNNS() error { for _, ctrName := range contractList { cs := c.getContract(ctrName) - domain := ctrName + ".neofs" + domain := ctrName + ".frostfs" if err := c.nnsRegisterDomain(nnsCs.Hash, cs.Hash, domain); err != nil { return err } @@ -125,15 +125,15 @@ func (c *initializeContext) emitUpdateNNSGroupScript(bw *io.BufBinWriter, nnsHas emit.Opcodes(bw.BinWriter, opcode.ASSERT) } - emit.AppCall(bw.BinWriter, nnsHash, "deleteRecords", callflag.All, "group.neofs", int64(nns.TXT)) + emit.AppCall(bw.BinWriter, nnsHash, "deleteRecords", callflag.All, "group.frostfs", int64(nns.TXT)) emit.AppCall(bw.BinWriter, nnsHash, "addRecord", callflag.All, - "group.neofs", int64(nns.TXT), hex.EncodeToString(pub.Bytes())) + "group.frostfs", int64(nns.TXT), hex.EncodeToString(pub.Bytes())) return false, isAvail, nil } func getAlphabetNNSDomain(i int) string { - return alphabetContract + strconv.FormatUint(uint64(i), 10) + ".neofs" + return alphabetContract + strconv.FormatUint(uint64(i), 10) + ".frostfs" } // wrapRegisterScriptWithPrice wraps a given script with `getPrice`/`setPrice` calls for NNS. diff --git a/cmd/neofs-adm/internal/modules/morph/initialize_register.go b/cmd/frostfs-adm/internal/modules/morph/initialize_register.go similarity index 100% rename from cmd/neofs-adm/internal/modules/morph/initialize_register.go rename to cmd/frostfs-adm/internal/modules/morph/initialize_register.go diff --git a/cmd/neofs-adm/internal/modules/morph/initialize_roles.go b/cmd/frostfs-adm/internal/modules/morph/initialize_roles.go similarity index 100% rename from cmd/neofs-adm/internal/modules/morph/initialize_roles.go rename to cmd/frostfs-adm/internal/modules/morph/initialize_roles.go diff --git a/cmd/neofs-adm/internal/modules/morph/initialize_test.go b/cmd/frostfs-adm/internal/modules/morph/initialize_test.go similarity index 94% rename from cmd/neofs-adm/internal/modules/morph/initialize_test.go rename to cmd/frostfs-adm/internal/modules/morph/initialize_test.go index 2fadfc4a..02d0021e 100644 --- a/cmd/neofs-adm/internal/modules/morph/initialize_test.go +++ b/cmd/frostfs-adm/internal/modules/morph/initialize_test.go @@ -7,23 +7,23 @@ import ( "strconv" "testing" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring" "github.com/nspcc-dev/neo-go/pkg/config" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" "github.com/nspcc-dev/neo-go/pkg/vm" "github.com/nspcc-dev/neo-go/pkg/wallet" - "github.com/nspcc-dev/neofs-node/pkg/innerring" "github.com/spf13/viper" "github.com/stretchr/testify/require" "gopkg.in/yaml.v3" ) const ( - contractsPath = "../../../../../../neofs-contract/neofs-contract-v0.16.0.tar.gz" + contractsPath = "../../../../../../frostfs-contract/frostfs-contract-v0.16.0.tar.gz" protoFileName = "proto.yml" ) func TestInitialize(t *testing.T) { - // This test needs neofs-contract tarball, so it is skipped by default. + // This test needs frostfs-contract tarball, so it is skipped by default. // It is here for performing local testing after the changes. t.Skip() diff --git a/cmd/neofs-adm/internal/modules/morph/initialize_transfer.go b/cmd/frostfs-adm/internal/modules/morph/initialize_transfer.go similarity index 100% rename from cmd/neofs-adm/internal/modules/morph/initialize_transfer.go rename to cmd/frostfs-adm/internal/modules/morph/initialize_transfer.go diff --git a/cmd/neofs-adm/internal/modules/morph/internal/types.go b/cmd/frostfs-adm/internal/modules/morph/internal/types.go similarity index 100% rename from cmd/neofs-adm/internal/modules/morph/internal/types.go rename to cmd/frostfs-adm/internal/modules/morph/internal/types.go diff --git a/cmd/neofs-adm/internal/modules/morph/internal/types.pb.go b/cmd/frostfs-adm/internal/modules/morph/internal/types.pb.go similarity index 60% rename from cmd/neofs-adm/internal/modules/morph/internal/types.pb.go rename to cmd/frostfs-adm/internal/modules/morph/internal/types.pb.go index 6d43c96a..62e41763 100644 Binary files a/cmd/neofs-adm/internal/modules/morph/internal/types.pb.go and b/cmd/frostfs-adm/internal/modules/morph/internal/types.pb.go differ diff --git a/cmd/neofs-adm/internal/modules/morph/internal/types.proto b/cmd/frostfs-adm/internal/modules/morph/internal/types.proto similarity index 77% rename from cmd/neofs-adm/internal/modules/morph/internal/types.proto rename to cmd/frostfs-adm/internal/modules/morph/internal/types.proto index c610eb7a..c15744f3 100644 --- a/cmd/neofs-adm/internal/modules/morph/internal/types.proto +++ b/cmd/frostfs-adm/internal/modules/morph/internal/types.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.refs; -option go_package = "github.com/nspcc-dev/neofs-node/cmd/neofs-adm/internal/modules/morph/internal"; +option go_package = "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-adm/internal/modules/morph/internal"; // Client group identifier in the NeoFS subnet. // diff --git a/cmd/neofs-adm/internal/modules/morph/local_client.go b/cmd/frostfs-adm/internal/modules/morph/local_client.go similarity index 100% rename from cmd/neofs-adm/internal/modules/morph/local_client.go rename to cmd/frostfs-adm/internal/modules/morph/local_client.go diff --git a/cmd/neofs-adm/internal/modules/morph/n3client.go b/cmd/frostfs-adm/internal/modules/morph/n3client.go similarity index 100% rename from cmd/neofs-adm/internal/modules/morph/n3client.go rename to cmd/frostfs-adm/internal/modules/morph/n3client.go diff --git a/cmd/neofs-adm/internal/modules/morph/notary.go b/cmd/frostfs-adm/internal/modules/morph/notary.go similarity index 100% rename from cmd/neofs-adm/internal/modules/morph/notary.go rename to cmd/frostfs-adm/internal/modules/morph/notary.go diff --git a/cmd/neofs-adm/internal/modules/morph/policy.go b/cmd/frostfs-adm/internal/modules/morph/policy.go similarity index 100% rename from cmd/neofs-adm/internal/modules/morph/policy.go rename to cmd/frostfs-adm/internal/modules/morph/policy.go diff --git a/cmd/neofs-adm/internal/modules/morph/remove_node.go b/cmd/frostfs-adm/internal/modules/morph/remove_node.go similarity index 94% rename from cmd/neofs-adm/internal/modules/morph/remove_node.go rename to cmd/frostfs-adm/internal/modules/morph/remove_node.go index ff5b49d1..481ea58a 100644 --- a/cmd/neofs-adm/internal/modules/morph/remove_node.go +++ b/cmd/frostfs-adm/internal/modules/morph/remove_node.go @@ -4,11 +4,11 @@ import ( "errors" "fmt" + netmapcontract "github.com/TrueCloudLab/frostfs-contract/netmap" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" "github.com/nspcc-dev/neo-go/pkg/io" "github.com/nspcc-dev/neo-go/pkg/smartcontract/callflag" "github.com/nspcc-dev/neo-go/pkg/vm/emit" - netmapcontract "github.com/nspcc-dev/neofs-contract/netmap" "github.com/spf13/cobra" "github.com/spf13/viper" ) @@ -38,7 +38,7 @@ func removeNodesCmd(cmd *cobra.Command, args []string) error { return fmt.Errorf("can't get NNS contract info: %w", err) } - nmHash, err := nnsResolveHash(wCtx.ReadOnlyInvoker, cs.Hash, netmapContract+".neofs") + nmHash, err := nnsResolveHash(wCtx.ReadOnlyInvoker, cs.Hash, netmapContract+".frostfs") if err != nil { return fmt.Errorf("can't get netmap contract hash: %w", err) } diff --git a/cmd/neofs-adm/internal/modules/morph/root.go b/cmd/frostfs-adm/internal/modules/morph/root.go similarity index 100% rename from cmd/neofs-adm/internal/modules/morph/root.go rename to cmd/frostfs-adm/internal/modules/morph/root.go diff --git a/cmd/neofs-adm/internal/modules/morph/subnet.go b/cmd/frostfs-adm/internal/modules/morph/subnet.go similarity index 98% rename from cmd/neofs-adm/internal/modules/morph/subnet.go rename to cmd/frostfs-adm/internal/modules/morph/subnet.go index 65477684..d3d4719c 100644 --- a/cmd/neofs-adm/internal/modules/morph/subnet.go +++ b/cmd/frostfs-adm/internal/modules/morph/subnet.go @@ -5,6 +5,12 @@ import ( "errors" "fmt" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-adm/internal/modules/morph/internal" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/util/rand" + "github.com/TrueCloudLab/frostfs-sdk-go/subnet" + subnetid "github.com/TrueCloudLab/frostfs-sdk-go/subnet/id" + "github.com/TrueCloudLab/frostfs-sdk-go/user" "github.com/nspcc-dev/neo-go/cli/flags" "github.com/nspcc-dev/neo-go/cli/input" "github.com/nspcc-dev/neo-go/pkg/core/native/nativenames" @@ -20,12 +26,6 @@ import ( "github.com/nspcc-dev/neo-go/pkg/vm/opcode" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" "github.com/nspcc-dev/neo-go/pkg/wallet" - "github.com/nspcc-dev/neofs-node/cmd/neofs-adm/internal/modules/morph/internal" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-node/pkg/util/rand" - "github.com/nspcc-dev/neofs-sdk-go/subnet" - subnetid "github.com/nspcc-dev/neofs-sdk-go/subnet/id" - "github.com/nspcc-dev/neofs-sdk-go/user" "github.com/spf13/cobra" "github.com/spf13/viper" ) @@ -762,7 +762,7 @@ func testInvokeMethod(key keys.PrivateKey, method string, args ...interface{}) ( inv := invoker.New(c, cosigner) - subnetHash, err := nnsResolveHash(inv, nnsCs.Hash, subnetContract+".neofs") + subnetHash, err := nnsResolveHash(inv, nnsCs.Hash, subnetContract+".frostfs") if err != nil { return nil, fmt.Errorf("subnet hash resolving: %w", err) } @@ -845,7 +845,7 @@ func invokeNonNotary(c Client, key keys.PrivateKey, method string, args ...inter inv := invoker.New(c, cosigner) - subnetHash, err := nnsResolveHash(inv, nnsCs.Hash, subnetContract+".neofs") + subnetHash, err := nnsResolveHash(inv, nnsCs.Hash, subnetContract+".frostfs") if err != nil { return fmt.Errorf("subnet hash resolving: %w", err) } @@ -891,7 +891,7 @@ func invokeNotary(c Client, key keys.PrivateKey, method string, notaryHash util. inv := invoker.New(c, cosigners) - subnetHash, err := nnsResolveHash(inv, nnsCs.Hash, subnetContract+".neofs") + subnetHash, err := nnsResolveHash(inv, nnsCs.Hash, subnetContract+".frostfs") if err != nil { return fmt.Errorf("subnet hash resolving: %w", err) } @@ -968,7 +968,7 @@ func invokeNotary(c Client, key keys.PrivateKey, method string, notaryHash util. func notaryCosigners(c Client, notaryHash util.Uint160, nnsCs *state.Contract, key keys.PrivateKey, alphabetAccount util.Uint160) ([]transaction.Signer, error) { - proxyHash, err := nnsResolveHash(invoker.New(c, nil), nnsCs.Hash, proxyContract+".neofs") + proxyHash, err := nnsResolveHash(invoker.New(c, nil), nnsCs.Hash, proxyContract+".frostfs") if err != nil { return nil, fmt.Errorf("proxy hash resolving: %w", err) } diff --git a/cmd/neofs-adm/internal/modules/morph/update.go b/cmd/frostfs-adm/internal/modules/morph/update.go similarity index 100% rename from cmd/neofs-adm/internal/modules/morph/update.go rename to cmd/frostfs-adm/internal/modules/morph/update.go diff --git a/cmd/neofs-adm/internal/modules/root.go b/cmd/frostfs-adm/internal/modules/root.go similarity index 75% rename from cmd/neofs-adm/internal/modules/root.go rename to cmd/frostfs-adm/internal/modules/root.go index c8a9015f..1d6f3c7b 100644 --- a/cmd/neofs-adm/internal/modules/root.go +++ b/cmd/frostfs-adm/internal/modules/root.go @@ -3,19 +3,19 @@ package modules import ( "os" - "github.com/nspcc-dev/neofs-node/cmd/neofs-adm/internal/modules/config" - "github.com/nspcc-dev/neofs-node/cmd/neofs-adm/internal/modules/morph" - "github.com/nspcc-dev/neofs-node/cmd/neofs-adm/internal/modules/storagecfg" - "github.com/nspcc-dev/neofs-node/misc" - "github.com/nspcc-dev/neofs-node/pkg/util/autocomplete" - "github.com/nspcc-dev/neofs-node/pkg/util/gendoc" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-adm/internal/modules/config" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-adm/internal/modules/morph" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-adm/internal/modules/storagecfg" + "github.com/TrueCloudLab/frostfs-node/misc" + "github.com/TrueCloudLab/frostfs-node/pkg/util/autocomplete" + "github.com/TrueCloudLab/frostfs-node/pkg/util/gendoc" "github.com/spf13/cobra" "github.com/spf13/viper" ) var ( rootCmd = &cobra.Command{ - Use: "neofs-adm", + Use: "frostfs-adm", Short: "NeoFS Administrative Tool", Long: `NeoFS Administrative Tool provides functions to setup and manage NeoFS network deployment.`, @@ -41,7 +41,7 @@ func init() { rootCmd.AddCommand(morph.RootCmd) rootCmd.AddCommand(storagecfg.RootCmd) - rootCmd.AddCommand(autocomplete.Command("neofs-adm")) + rootCmd.AddCommand(autocomplete.Command("frostfs-adm")) rootCmd.AddCommand(gendoc.Command(rootCmd)) } diff --git a/cmd/neofs-adm/internal/modules/storagecfg/config.go b/cmd/frostfs-adm/internal/modules/storagecfg/config.go similarity index 100% rename from cmd/neofs-adm/internal/modules/storagecfg/config.go rename to cmd/frostfs-adm/internal/modules/storagecfg/config.go diff --git a/cmd/neofs-adm/internal/modules/storagecfg/root.go b/cmd/frostfs-adm/internal/modules/storagecfg/root.go similarity index 97% rename from cmd/neofs-adm/internal/modules/storagecfg/root.go rename to cmd/frostfs-adm/internal/modules/storagecfg/root.go index 16368dae..be795ed7 100644 --- a/cmd/neofs-adm/internal/modules/storagecfg/root.go +++ b/cmd/frostfs-adm/internal/modules/storagecfg/root.go @@ -16,6 +16,7 @@ import ( "text/template" "time" + netutil "github.com/TrueCloudLab/frostfs-node/pkg/network" "github.com/chzyer/readline" "github.com/nspcc-dev/neo-go/cli/flags" "github.com/nspcc-dev/neo-go/cli/input" @@ -29,7 +30,6 @@ import ( "github.com/nspcc-dev/neo-go/pkg/smartcontract/trigger" "github.com/nspcc-dev/neo-go/pkg/util" "github.com/nspcc-dev/neo-go/pkg/wallet" - netutil "github.com/nspcc-dev/neofs-node/pkg/network" "github.com/spf13/cobra" ) @@ -90,7 +90,7 @@ func storageConfig(cmd *cobra.Command, args []string) { } } - historyPath := filepath.Join(os.TempDir(), "neofs-adm.history") + historyPath := filepath.Join(os.TempDir(), "frostfs-adm.history") readline.SetHistoryPath(historyPath) var c config @@ -153,7 +153,7 @@ func storageConfig(cmd *cobra.Command, args []string) { validator := netutil.Address{} err := validator.FromString(c.AnnouncedAddress) if err != nil { - cmd.Println("Incorrect address format. See https://github.com/nspcc-dev/neofs-node/blob/master/pkg/network/address.go for details.") + cmd.Println("Incorrect address format. See https://github.com/TrueCloudLab/frostfs-node/blob/master/pkg/network/address.go for details.") continue } uriAddr, err := url.Parse(validator.URIAddr()) @@ -209,7 +209,7 @@ func storageConfig(cmd *cobra.Command, args []string) { out := applyTemplate(c) fatalOnErr(os.WriteFile(outPath, out, 0644)) - cmd.Println("Node is ready for work! Run `neofs-node -config " + outPath + "`") + cmd.Println("Node is ready for work! Run `frostfs-node -config " + outPath + "`") } func getWalletAccount(w *wallet.Wallet, prompt string) string { diff --git a/cmd/neofs-adm/main.go b/cmd/frostfs-adm/main.go similarity index 59% rename from cmd/neofs-adm/main.go rename to cmd/frostfs-adm/main.go index be009dc0..11db7450 100644 --- a/cmd/neofs-adm/main.go +++ b/cmd/frostfs-adm/main.go @@ -3,7 +3,7 @@ package main import ( "os" - "github.com/nspcc-dev/neofs-node/cmd/neofs-adm/internal/modules" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-adm/internal/modules" ) func main() { diff --git a/cmd/neofs-cli/docs/sessions.md b/cmd/frostfs-cli/docs/sessions.md similarity index 93% rename from cmd/neofs-cli/docs/sessions.md rename to cmd/frostfs-cli/docs/sessions.md index 408bfa87..638e2153 100644 --- a/cmd/neofs-cli/docs/sessions.md +++ b/cmd/frostfs-cli/docs/sessions.md @@ -30,7 +30,7 @@ to the trusted server. At the moment, the approach is applicable only to creating objects. ```shell -$ neofs-cli session create --rpc-endpoint --out ./blank_token +$ frostfs-cli session create --rpc-endpoint --out ./blank_token ``` After this example command remote node holds session private key while its public part is written into the session token encoded into the output file. @@ -49,7 +49,7 @@ original client, and the CLI uses it only for reading. Ready token MUST have: To sign the session token, exec: ```shell -$ neofs-cli --wallet util sign session-token --from ./blank_token --to ./token +$ frostfs-cli --wallet util sign session-token --from ./blank_token --to ./token ``` Once the token is signed, it MUST NOT be modified. diff --git a/cmd/neofs-cli/internal/client/client.go b/cmd/frostfs-cli/internal/client/client.go similarity index 97% rename from cmd/neofs-cli/internal/client/client.go rename to cmd/frostfs-cli/internal/client/client.go index 90056d9f..37781572 100644 --- a/cmd/neofs-cli/internal/client/client.go +++ b/cmd/frostfs-cli/internal/client/client.go @@ -7,15 +7,15 @@ import ( "fmt" "io" - "github.com/nspcc-dev/neofs-sdk-go/accounting" - "github.com/nspcc-dev/neofs-sdk-go/client" - containerSDK "github.com/nspcc-dev/neofs-sdk-go/container" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/eacl" - "github.com/nspcc-dev/neofs-sdk-go/netmap" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - "github.com/nspcc-dev/neofs-sdk-go/version" + "github.com/TrueCloudLab/frostfs-sdk-go/accounting" + "github.com/TrueCloudLab/frostfs-sdk-go/client" + containerSDK "github.com/TrueCloudLab/frostfs-sdk-go/container" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/eacl" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-sdk-go/version" ) // BalanceOfPrm groups parameters of BalanceOf operation. diff --git a/cmd/neofs-cli/internal/client/doc.go b/cmd/frostfs-cli/internal/client/doc.go similarity index 100% rename from cmd/neofs-cli/internal/client/doc.go rename to cmd/frostfs-cli/internal/client/doc.go diff --git a/cmd/neofs-cli/internal/client/prm.go b/cmd/frostfs-cli/internal/client/prm.go similarity index 86% rename from cmd/neofs-cli/internal/client/prm.go rename to cmd/frostfs-cli/internal/client/prm.go index 90f585db..46a10044 100644 --- a/cmd/neofs-cli/internal/client/prm.go +++ b/cmd/frostfs-cli/internal/client/prm.go @@ -3,11 +3,11 @@ package internal import ( "io" - "github.com/nspcc-dev/neofs-sdk-go/bearer" - "github.com/nspcc-dev/neofs-sdk-go/client" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - "github.com/nspcc-dev/neofs-sdk-go/session" + "github.com/TrueCloudLab/frostfs-sdk-go/bearer" + "github.com/TrueCloudLab/frostfs-sdk-go/client" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-sdk-go/session" ) // here are small structures with public setters to share between parameter structures diff --git a/cmd/neofs-cli/internal/client/sdk.go b/cmd/frostfs-cli/internal/client/sdk.go similarity index 84% rename from cmd/neofs-cli/internal/client/sdk.go rename to cmd/frostfs-cli/internal/client/sdk.go index 94ff1d00..853bc979 100644 --- a/cmd/neofs-cli/internal/client/sdk.go +++ b/cmd/frostfs-cli/internal/client/sdk.go @@ -8,17 +8,17 @@ import ( "errors" "fmt" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/pkg/network" - "github.com/nspcc-dev/neofs-sdk-go/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/pkg/network" + "github.com/TrueCloudLab/frostfs-sdk-go/client" "github.com/spf13/cobra" "github.com/spf13/viper" ) var errInvalidEndpoint = errors.New("provided RPC endpoint is incorrect") -// GetSDKClientByFlag returns default neofs-sdk-go client using the specified flag for the address. +// GetSDKClientByFlag returns default frostfs-sdk-go client using the specified flag for the address. // On error, outputs to stderr of cmd and exits with non-zero code. func GetSDKClientByFlag(cmd *cobra.Command, key *ecdsa.PrivateKey, endpointFlag string) *client.Client { cli, err := getSDKClientByFlag(key, endpointFlag) @@ -38,7 +38,7 @@ func getSDKClientByFlag(key *ecdsa.PrivateKey, endpointFlag string) (*client.Cli return GetSDKClient(key, addr) } -// GetSDKClient returns default neofs-sdk-go client. +// GetSDKClient returns default frostfs-sdk-go client. func GetSDKClient(key *ecdsa.PrivateKey, addr network.Address) (*client.Client, error) { var ( c client.Client diff --git a/cmd/neofs-cli/internal/common/eacl.go b/cmd/frostfs-cli/internal/common/eacl.go similarity index 86% rename from cmd/neofs-cli/internal/common/eacl.go rename to cmd/frostfs-cli/internal/common/eacl.go index 052eb692..6573742e 100644 --- a/cmd/neofs-cli/internal/common/eacl.go +++ b/cmd/frostfs-cli/internal/common/eacl.go @@ -4,9 +4,9 @@ import ( "errors" "os" - "github.com/nspcc-dev/neofs-node/pkg/core/version" - "github.com/nspcc-dev/neofs-sdk-go/eacl" - versionSDK "github.com/nspcc-dev/neofs-sdk-go/version" + "github.com/TrueCloudLab/frostfs-node/pkg/core/version" + "github.com/TrueCloudLab/frostfs-sdk-go/eacl" + versionSDK "github.com/TrueCloudLab/frostfs-sdk-go/version" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/internal/common/epoch.go b/cmd/frostfs-cli/internal/common/epoch.go similarity index 100% rename from cmd/neofs-cli/internal/common/epoch.go rename to cmd/frostfs-cli/internal/common/epoch.go diff --git a/cmd/neofs-cli/internal/common/exit.go b/cmd/frostfs-cli/internal/common/exit.go similarity index 92% rename from cmd/neofs-cli/internal/common/exit.go rename to cmd/frostfs-cli/internal/common/exit.go index 1b616e08..cae47788 100644 --- a/cmd/neofs-cli/internal/common/exit.go +++ b/cmd/frostfs-cli/internal/common/exit.go @@ -5,7 +5,7 @@ import ( "fmt" "os" - sdkstatus "github.com/nspcc-dev/neofs-sdk-go/client/status" + sdkstatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/internal/common/json.go b/cmd/frostfs-cli/internal/common/json.go similarity index 100% rename from cmd/neofs-cli/internal/common/json.go rename to cmd/frostfs-cli/internal/common/json.go diff --git a/cmd/neofs-cli/internal/common/netmap.go b/cmd/frostfs-cli/internal/common/netmap.go similarity index 95% rename from cmd/neofs-cli/internal/common/netmap.go rename to cmd/frostfs-cli/internal/common/netmap.go index 92093ffc..0cd5beed 100644 --- a/cmd/neofs-cli/internal/common/netmap.go +++ b/cmd/frostfs-cli/internal/common/netmap.go @@ -3,7 +3,7 @@ package common import ( "encoding/hex" - "github.com/nspcc-dev/neofs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/internal/common/token.go b/cmd/frostfs-cli/internal/common/token.go similarity index 96% rename from cmd/neofs-cli/internal/common/token.go rename to cmd/frostfs-cli/internal/common/token.go index 3df7278e..d2f23863 100644 --- a/cmd/neofs-cli/internal/common/token.go +++ b/cmd/frostfs-cli/internal/common/token.go @@ -6,7 +6,7 @@ import ( "fmt" "os" - "github.com/nspcc-dev/neofs-sdk-go/bearer" + "github.com/TrueCloudLab/frostfs-sdk-go/bearer" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/internal/common/verbose.go b/cmd/frostfs-cli/internal/common/verbose.go similarity index 88% rename from cmd/neofs-cli/internal/common/verbose.go rename to cmd/frostfs-cli/internal/common/verbose.go index 48399a12..92d9651d 100644 --- a/cmd/neofs-cli/internal/common/verbose.go +++ b/cmd/frostfs-cli/internal/common/verbose.go @@ -6,8 +6,8 @@ import ( "strconv" "time" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-sdk-go/checksum" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-sdk-go/checksum" "github.com/spf13/cobra" "github.com/spf13/viper" ) diff --git a/cmd/neofs-cli/internal/commonflags/api.go b/cmd/frostfs-cli/internal/commonflags/api.go similarity index 100% rename from cmd/neofs-cli/internal/commonflags/api.go rename to cmd/frostfs-cli/internal/commonflags/api.go diff --git a/cmd/neofs-cli/internal/commonflags/expiration.go b/cmd/frostfs-cli/internal/commonflags/expiration.go similarity index 100% rename from cmd/neofs-cli/internal/commonflags/expiration.go rename to cmd/frostfs-cli/internal/commonflags/expiration.go diff --git a/cmd/neofs-cli/internal/commonflags/flags.go b/cmd/frostfs-cli/internal/commonflags/flags.go similarity index 100% rename from cmd/neofs-cli/internal/commonflags/flags.go rename to cmd/frostfs-cli/internal/commonflags/flags.go diff --git a/cmd/neofs-cli/internal/commonflags/json.go b/cmd/frostfs-cli/internal/commonflags/json.go similarity index 100% rename from cmd/neofs-cli/internal/commonflags/json.go rename to cmd/frostfs-cli/internal/commonflags/json.go diff --git a/cmd/neofs-cli/internal/commonflags/session.go b/cmd/frostfs-cli/internal/commonflags/session.go similarity index 100% rename from cmd/neofs-cli/internal/commonflags/session.go rename to cmd/frostfs-cli/internal/commonflags/session.go diff --git a/cmd/neofs-cli/internal/key/key_test.go b/cmd/frostfs-cli/internal/key/key_test.go similarity index 97% rename from cmd/neofs-cli/internal/key/key_test.go rename to cmd/frostfs-cli/internal/key/key_test.go index d3a41eee..f1451505 100644 --- a/cmd/neofs-cli/internal/key/key_test.go +++ b/cmd/frostfs-cli/internal/key/key_test.go @@ -7,10 +7,10 @@ import ( "path/filepath" "testing" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" "github.com/nspcc-dev/neo-go/cli/input" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" "github.com/nspcc-dev/neo-go/pkg/wallet" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" "github.com/spf13/viper" "github.com/stretchr/testify/require" "golang.org/x/term" diff --git a/cmd/neofs-cli/internal/key/raw.go b/cmd/frostfs-cli/internal/key/raw.go similarity index 91% rename from cmd/neofs-cli/internal/key/raw.go rename to cmd/frostfs-cli/internal/key/raw.go index 27e02da6..74d373b8 100644 --- a/cmd/neofs-cli/internal/key/raw.go +++ b/cmd/frostfs-cli/internal/key/raw.go @@ -6,10 +6,10 @@ import ( "fmt" "os" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" "github.com/nspcc-dev/neo-go/pkg/wallet" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" "github.com/spf13/cobra" "github.com/spf13/viper" ) diff --git a/cmd/neofs-cli/internal/key/wallet.go b/cmd/frostfs-cli/internal/key/wallet.go similarity index 100% rename from cmd/neofs-cli/internal/key/wallet.go rename to cmd/frostfs-cli/internal/key/wallet.go diff --git a/cmd/frostfs-cli/main.go b/cmd/frostfs-cli/main.go new file mode 100644 index 00000000..40dfbe0a --- /dev/null +++ b/cmd/frostfs-cli/main.go @@ -0,0 +1,7 @@ +package main + +import cmd "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/modules" + +func main() { + cmd.Execute() +} diff --git a/cmd/neofs-cli/modules/accounting/balance.go b/cmd/frostfs-cli/modules/accounting/balance.go similarity index 80% rename from cmd/neofs-cli/modules/accounting/balance.go rename to cmd/frostfs-cli/modules/accounting/balance.go index 2864d0fc..6bfc8725 100644 --- a/cmd/neofs-cli/modules/accounting/balance.go +++ b/cmd/frostfs-cli/modules/accounting/balance.go @@ -3,14 +3,14 @@ package accounting import ( "math/big" + internalclient "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + "github.com/TrueCloudLab/frostfs-node/pkg/util/precision" + "github.com/TrueCloudLab/frostfs-sdk-go/accounting" + "github.com/TrueCloudLab/frostfs-sdk-go/user" "github.com/nspcc-dev/neo-go/pkg/encoding/fixedn" - internalclient "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - "github.com/nspcc-dev/neofs-node/pkg/util/precision" - "github.com/nspcc-dev/neofs-sdk-go/accounting" - "github.com/nspcc-dev/neofs-sdk-go/user" "github.com/spf13/cobra" "github.com/spf13/viper" ) diff --git a/cmd/neofs-cli/modules/accounting/root.go b/cmd/frostfs-cli/modules/accounting/root.go similarity index 89% rename from cmd/neofs-cli/modules/accounting/root.go rename to cmd/frostfs-cli/modules/accounting/root.go index 4fba3f1e..98d564f8 100644 --- a/cmd/neofs-cli/modules/accounting/root.go +++ b/cmd/frostfs-cli/modules/accounting/root.go @@ -1,7 +1,7 @@ package accounting import ( - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" "github.com/spf13/cobra" "github.com/spf13/viper" ) diff --git a/cmd/neofs-cli/modules/acl/basic/print.go b/cmd/frostfs-cli/modules/acl/basic/print.go similarity index 75% rename from cmd/neofs-cli/modules/acl/basic/print.go rename to cmd/frostfs-cli/modules/acl/basic/print.go index 68df86cb..2f0b3251 100644 --- a/cmd/neofs-cli/modules/acl/basic/print.go +++ b/cmd/frostfs-cli/modules/acl/basic/print.go @@ -1,16 +1,16 @@ package basic import ( - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/modules/util" - "github.com/nspcc-dev/neofs-sdk-go/container/acl" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/modules/util" + "github.com/TrueCloudLab/frostfs-sdk-go/container/acl" "github.com/spf13/cobra" ) var printACLCmd = &cobra.Command{ Use: "print", Short: "Pretty print basic ACL from the HEX representation", - Example: `neofs-cli acl basic print 0x1C8C8CCC`, + Example: `frostfs-cli acl basic print 0x1C8C8CCC`, Long: `Pretty print basic ACL from the HEX representation. Few roles have exclusive default access to set of operation, even if particular bit deny it. Container have access to the operations of the data replication mechanism: diff --git a/cmd/neofs-cli/modules/acl/basic/root.go b/cmd/frostfs-cli/modules/acl/basic/root.go similarity index 100% rename from cmd/neofs-cli/modules/acl/basic/root.go rename to cmd/frostfs-cli/modules/acl/basic/root.go diff --git a/cmd/neofs-cli/modules/acl/extended/create.go b/cmd/frostfs-cli/modules/acl/extended/create.go similarity index 82% rename from cmd/neofs-cli/modules/acl/extended/create.go rename to cmd/frostfs-cli/modules/acl/extended/create.go index 53d74ecb..c363cd26 100644 --- a/cmd/neofs-cli/modules/acl/extended/create.go +++ b/cmd/frostfs-cli/modules/acl/extended/create.go @@ -6,11 +6,11 @@ import ( "os" "strings" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/modules/util" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/eacl" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/modules/util" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/eacl" "github.com/spf13/cobra" ) @@ -30,7 +30,7 @@ Filter consists of : Key is a valid unicode string corresponding to object or request header key. Well-known system object headers start with '$Object:' prefix. User defined headers start without prefix. - Read more about filter keys at github.com/nspcc-dev/neofs-api/blob/master/proto-docs/acl.md#message-eaclrecordfilter + Read more about filter keys at github.com/TrueCloudLab/frostfs-api/blob/master/proto-docs/acl.md#message-eaclrecordfilter Match is '=' for matching and '!=' for non-matching filter. Value is a valid unicode string corresponding to object or request header value. @@ -42,8 +42,8 @@ Target is When both '--rule' and '--file' arguments are used, '--rule' records will be placed higher in resulting extended ACL table. `, - Example: `neofs-cli acl extended create --cid EutHBsdT1YCzHxjCfQHnLPL1vFrkSyLSio4vkphfnEk -f rules.txt --out table.json -neofs-cli acl extended create --cid EutHBsdT1YCzHxjCfQHnLPL1vFrkSyLSio4vkphfnEk -r 'allow get obj:Key=Value others' -r 'deny put others'`, + Example: `frostfs-cli acl extended create --cid EutHBsdT1YCzHxjCfQHnLPL1vFrkSyLSio4vkphfnEk -f rules.txt --out table.json +frostfs-cli acl extended create --cid EutHBsdT1YCzHxjCfQHnLPL1vFrkSyLSio4vkphfnEk -r 'allow get obj:Key=Value others' -r 'deny put others'`, Run: createEACL, } diff --git a/cmd/neofs-cli/modules/acl/extended/create_test.go b/cmd/frostfs-cli/modules/acl/extended/create_test.go similarity index 95% rename from cmd/neofs-cli/modules/acl/extended/create_test.go rename to cmd/frostfs-cli/modules/acl/extended/create_test.go index 16d4cc02..213bc8aa 100644 --- a/cmd/neofs-cli/modules/acl/extended/create_test.go +++ b/cmd/frostfs-cli/modules/acl/extended/create_test.go @@ -3,8 +3,8 @@ package extended import ( "testing" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/modules/util" - "github.com/nspcc-dev/neofs-sdk-go/eacl" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/modules/util" + "github.com/TrueCloudLab/frostfs-sdk-go/eacl" "github.com/stretchr/testify/require" ) diff --git a/cmd/neofs-cli/modules/acl/extended/print.go b/cmd/frostfs-cli/modules/acl/extended/print.go similarity index 84% rename from cmd/neofs-cli/modules/acl/extended/print.go rename to cmd/frostfs-cli/modules/acl/extended/print.go index 6a0694e8..1072791c 100644 --- a/cmd/neofs-cli/modules/acl/extended/print.go +++ b/cmd/frostfs-cli/modules/acl/extended/print.go @@ -4,9 +4,9 @@ import ( "os" "strings" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/modules/util" - "github.com/nspcc-dev/neofs-sdk-go/eacl" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/modules/util" + "github.com/TrueCloudLab/frostfs-sdk-go/eacl" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/acl/extended/root.go b/cmd/frostfs-cli/modules/acl/extended/root.go similarity index 100% rename from cmd/neofs-cli/modules/acl/extended/root.go rename to cmd/frostfs-cli/modules/acl/extended/root.go diff --git a/cmd/neofs-cli/modules/acl/root.go b/cmd/frostfs-cli/modules/acl/root.go similarity index 58% rename from cmd/neofs-cli/modules/acl/root.go rename to cmd/frostfs-cli/modules/acl/root.go index 83867cf6..61443cda 100644 --- a/cmd/neofs-cli/modules/acl/root.go +++ b/cmd/frostfs-cli/modules/acl/root.go @@ -1,8 +1,8 @@ package acl import ( - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/modules/acl/basic" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/modules/acl/extended" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/modules/acl/basic" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/modules/acl/extended" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/bearer/create.go b/cmd/frostfs-cli/modules/bearer/create.go similarity index 90% rename from cmd/neofs-cli/modules/bearer/create.go rename to cmd/frostfs-cli/modules/bearer/create.go index c437ce3f..16382108 100644 --- a/cmd/neofs-cli/modules/bearer/create.go +++ b/cmd/frostfs-cli/modules/bearer/create.go @@ -7,12 +7,12 @@ import ( "os" "time" - internalclient "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-sdk-go/bearer" - eaclSDK "github.com/nspcc-dev/neofs-sdk-go/eacl" - "github.com/nspcc-dev/neofs-sdk-go/user" + internalclient "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-sdk-go/bearer" + eaclSDK "github.com/TrueCloudLab/frostfs-sdk-go/eacl" + "github.com/TrueCloudLab/frostfs-sdk-go/user" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/bearer/root.go b/cmd/frostfs-cli/modules/bearer/root.go similarity index 100% rename from cmd/neofs-cli/modules/bearer/root.go rename to cmd/frostfs-cli/modules/bearer/root.go diff --git a/cmd/frostfs-cli/modules/completion.go b/cmd/frostfs-cli/modules/completion.go new file mode 100644 index 00000000..bfcc3146 --- /dev/null +++ b/cmd/frostfs-cli/modules/completion.go @@ -0,0 +1,9 @@ +package cmd + +import ( + "github.com/TrueCloudLab/frostfs-node/pkg/util/autocomplete" +) + +func init() { + rootCmd.AddCommand(autocomplete.Command("frostfs-cli")) +} diff --git a/cmd/neofs-cli/modules/container/create.go b/cmd/frostfs-cli/modules/container/create.go similarity index 91% rename from cmd/neofs-cli/modules/container/create.go rename to cmd/frostfs-cli/modules/container/create.go index 5653232d..5eaa808b 100644 --- a/cmd/neofs-cli/modules/container/create.go +++ b/cmd/frostfs-cli/modules/container/create.go @@ -7,15 +7,15 @@ import ( "strings" "time" - internalclient "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - "github.com/nspcc-dev/neofs-sdk-go/container" - "github.com/nspcc-dev/neofs-sdk-go/container/acl" - "github.com/nspcc-dev/neofs-sdk-go/netmap" - subnetid "github.com/nspcc-dev/neofs-sdk-go/subnet/id" - "github.com/nspcc-dev/neofs-sdk-go/user" + internalclient "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + "github.com/TrueCloudLab/frostfs-sdk-go/container" + "github.com/TrueCloudLab/frostfs-sdk-go/container/acl" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" + subnetid "github.com/TrueCloudLab/frostfs-sdk-go/subnet/id" + "github.com/TrueCloudLab/frostfs-sdk-go/user" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/container/delete.go b/cmd/frostfs-cli/modules/container/delete.go similarity index 88% rename from cmd/neofs-cli/modules/container/delete.go rename to cmd/frostfs-cli/modules/container/delete.go index f4311d9b..049d8fb1 100644 --- a/cmd/neofs-cli/modules/container/delete.go +++ b/cmd/frostfs-cli/modules/container/delete.go @@ -4,11 +4,11 @@ import ( "fmt" "time" - internalclient "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" + internalclient "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/container/get.go b/cmd/frostfs-cli/modules/container/get.go similarity index 87% rename from cmd/neofs-cli/modules/container/get.go rename to cmd/frostfs-cli/modules/container/get.go index 846b8a8c..37dcb25b 100644 --- a/cmd/neofs-cli/modules/container/get.go +++ b/cmd/frostfs-cli/modules/container/get.go @@ -6,14 +6,14 @@ import ( "encoding/json" "os" - internalclient "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/modules/util" - "github.com/nspcc-dev/neofs-sdk-go/container" - "github.com/nspcc-dev/neofs-sdk-go/container/acl" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" + internalclient "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/modules/util" + "github.com/TrueCloudLab/frostfs-sdk-go/container" + "github.com/TrueCloudLab/frostfs-sdk-go/container/acl" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/container/get_eacl.go b/cmd/frostfs-cli/modules/container/get_eacl.go similarity index 83% rename from cmd/neofs-cli/modules/container/get_eacl.go rename to cmd/frostfs-cli/modules/container/get_eacl.go index 482977b1..e8cbf1f1 100644 --- a/cmd/neofs-cli/modules/container/get_eacl.go +++ b/cmd/frostfs-cli/modules/container/get_eacl.go @@ -3,10 +3,10 @@ package container import ( "os" - internalclient "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" + internalclient "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/container/list.go b/cmd/frostfs-cli/modules/container/list.go similarity index 83% rename from cmd/neofs-cli/modules/container/list.go rename to cmd/frostfs-cli/modules/container/list.go index 39a78813..c0f1283e 100644 --- a/cmd/neofs-cli/modules/container/list.go +++ b/cmd/frostfs-cli/modules/container/list.go @@ -3,12 +3,12 @@ package container import ( "strings" - "github.com/nspcc-dev/neofs-api-go/v2/container" - internalclient "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - "github.com/nspcc-dev/neofs-sdk-go/user" + "github.com/TrueCloudLab/frostfs-api-go/v2/container" + internalclient "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + "github.com/TrueCloudLab/frostfs-sdk-go/user" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/container/list_objects.go b/cmd/frostfs-cli/modules/container/list_objects.go similarity index 80% rename from cmd/neofs-cli/modules/container/list_objects.go rename to cmd/frostfs-cli/modules/container/list_objects.go index 74c1f955..0cbe807d 100644 --- a/cmd/neofs-cli/modules/container/list_objects.go +++ b/cmd/frostfs-cli/modules/container/list_objects.go @@ -3,14 +3,14 @@ package container import ( "strings" - v2object "github.com/nspcc-dev/neofs-api-go/v2/object" - internalclient "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - objectCli "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/modules/object" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + v2object "github.com/TrueCloudLab/frostfs-api-go/v2/object" + internalclient "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + objectCli "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/modules/object" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/container/nodes.go b/cmd/frostfs-cli/modules/container/nodes.go similarity index 76% rename from cmd/neofs-cli/modules/container/nodes.go rename to cmd/frostfs-cli/modules/container/nodes.go index b142154f..351f0c61 100644 --- a/cmd/neofs-cli/modules/container/nodes.go +++ b/cmd/frostfs-cli/modules/container/nodes.go @@ -3,13 +3,13 @@ package container import ( "crypto/sha256" - internalclient "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - containerAPI "github.com/nspcc-dev/neofs-sdk-go/container" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/netmap" + internalclient "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + containerAPI "github.com/TrueCloudLab/frostfs-sdk-go/container" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/container/root.go b/cmd/frostfs-cli/modules/container/root.go similarity index 94% rename from cmd/neofs-cli/modules/container/root.go rename to cmd/frostfs-cli/modules/container/root.go index 14225f36..fe789e18 100644 --- a/cmd/neofs-cli/modules/container/root.go +++ b/cmd/frostfs-cli/modules/container/root.go @@ -1,7 +1,7 @@ package container import ( - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/container/set_eacl.go b/cmd/frostfs-cli/modules/container/set_eacl.go similarity index 89% rename from cmd/neofs-cli/modules/container/set_eacl.go rename to cmd/frostfs-cli/modules/container/set_eacl.go index fb5f39e6..a5791d5d 100644 --- a/cmd/neofs-cli/modules/container/set_eacl.go +++ b/cmd/frostfs-cli/modules/container/set_eacl.go @@ -5,10 +5,10 @@ import ( "errors" "time" - internalclient "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" + internalclient "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/container/util.go b/cmd/frostfs-cli/modules/container/util.go similarity index 84% rename from cmd/neofs-cli/modules/container/util.go rename to cmd/frostfs-cli/modules/container/util.go index d9128c49..d8ec9dc9 100644 --- a/cmd/neofs-cli/modules/container/util.go +++ b/cmd/frostfs-cli/modules/container/util.go @@ -3,10 +3,10 @@ package container import ( "errors" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/session" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/session" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/control/drop_objects.go b/cmd/frostfs-cli/modules/control/drop_objects.go similarity index 83% rename from cmd/neofs-cli/modules/control/drop_objects.go rename to cmd/frostfs-cli/modules/control/drop_objects.go index 955c45d1..90bfaca3 100644 --- a/cmd/neofs-cli/modules/control/drop_objects.go +++ b/cmd/frostfs-cli/modules/control/drop_objects.go @@ -1,10 +1,10 @@ package control import ( - rawclient "github.com/nspcc-dev/neofs-api-go/v2/rpc/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - "github.com/nspcc-dev/neofs-node/pkg/services/control" + rawclient "github.com/TrueCloudLab/frostfs-api-go/v2/rpc/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + "github.com/TrueCloudLab/frostfs-node/pkg/services/control" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/control/evacuate_shard.go b/cmd/frostfs-cli/modules/control/evacuate_shard.go similarity index 84% rename from cmd/neofs-cli/modules/control/evacuate_shard.go rename to cmd/frostfs-cli/modules/control/evacuate_shard.go index dd82cefd..89366f41 100644 --- a/cmd/neofs-cli/modules/control/evacuate_shard.go +++ b/cmd/frostfs-cli/modules/control/evacuate_shard.go @@ -1,10 +1,10 @@ package control import ( - "github.com/nspcc-dev/neofs-api-go/v2/rpc/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - "github.com/nspcc-dev/neofs-node/pkg/services/control" + "github.com/TrueCloudLab/frostfs-api-go/v2/rpc/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + "github.com/TrueCloudLab/frostfs-node/pkg/services/control" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/control/flush_cache.go b/cmd/frostfs-cli/modules/control/flush_cache.go similarity index 81% rename from cmd/neofs-cli/modules/control/flush_cache.go rename to cmd/frostfs-cli/modules/control/flush_cache.go index 31ef9c97..fdf33244 100644 --- a/cmd/neofs-cli/modules/control/flush_cache.go +++ b/cmd/frostfs-cli/modules/control/flush_cache.go @@ -1,10 +1,10 @@ package control import ( - "github.com/nspcc-dev/neofs-api-go/v2/rpc/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - "github.com/nspcc-dev/neofs-node/pkg/services/control" + "github.com/TrueCloudLab/frostfs-api-go/v2/rpc/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + "github.com/TrueCloudLab/frostfs-node/pkg/services/control" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/control/healthcheck.go b/cmd/frostfs-cli/modules/control/healthcheck.go similarity index 79% rename from cmd/neofs-cli/modules/control/healthcheck.go rename to cmd/frostfs-cli/modules/control/healthcheck.go index 7d5f50b8..1183f23c 100644 --- a/cmd/neofs-cli/modules/control/healthcheck.go +++ b/cmd/frostfs-cli/modules/control/healthcheck.go @@ -3,13 +3,13 @@ package control import ( "crypto/ecdsa" - rawclient "github.com/nspcc-dev/neofs-api-go/v2/rpc/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - "github.com/nspcc-dev/neofs-node/pkg/services/control" - ircontrol "github.com/nspcc-dev/neofs-node/pkg/services/control/ir" - ircontrolsrv "github.com/nspcc-dev/neofs-node/pkg/services/control/ir/server" - "github.com/nspcc-dev/neofs-sdk-go/client" + rawclient "github.com/TrueCloudLab/frostfs-api-go/v2/rpc/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + "github.com/TrueCloudLab/frostfs-node/pkg/services/control" + ircontrol "github.com/TrueCloudLab/frostfs-node/pkg/services/control/ir" + ircontrolsrv "github.com/TrueCloudLab/frostfs-node/pkg/services/control/ir/server" + "github.com/TrueCloudLab/frostfs-sdk-go/client" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/control/root.go b/cmd/frostfs-cli/modules/control/root.go similarity index 92% rename from cmd/neofs-cli/modules/control/root.go rename to cmd/frostfs-cli/modules/control/root.go index 660be779..dd356011 100644 --- a/cmd/neofs-cli/modules/control/root.go +++ b/cmd/frostfs-cli/modules/control/root.go @@ -1,7 +1,7 @@ package control import ( - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" "github.com/spf13/cobra" "github.com/spf13/viper" ) diff --git a/cmd/neofs-cli/modules/control/set_netmap_status.go b/cmd/frostfs-cli/modules/control/set_netmap_status.go similarity index 86% rename from cmd/neofs-cli/modules/control/set_netmap_status.go rename to cmd/frostfs-cli/modules/control/set_netmap_status.go index b0c5c12c..13429d04 100644 --- a/cmd/neofs-cli/modules/control/set_netmap_status.go +++ b/cmd/frostfs-cli/modules/control/set_netmap_status.go @@ -3,11 +3,11 @@ package control import ( "fmt" - rawclient "github.com/nspcc-dev/neofs-api-go/v2/rpc/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - "github.com/nspcc-dev/neofs-node/pkg/services/control" + rawclient "github.com/TrueCloudLab/frostfs-api-go/v2/rpc/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + "github.com/TrueCloudLab/frostfs-node/pkg/services/control" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/control/shards.go b/cmd/frostfs-cli/modules/control/shards.go similarity index 100% rename from cmd/neofs-cli/modules/control/shards.go rename to cmd/frostfs-cli/modules/control/shards.go diff --git a/cmd/neofs-cli/modules/control/shards_dump.go b/cmd/frostfs-cli/modules/control/shards_dump.go similarity index 85% rename from cmd/neofs-cli/modules/control/shards_dump.go rename to cmd/frostfs-cli/modules/control/shards_dump.go index 4b04a323..00339a61 100644 --- a/cmd/neofs-cli/modules/control/shards_dump.go +++ b/cmd/frostfs-cli/modules/control/shards_dump.go @@ -1,10 +1,10 @@ package control import ( - "github.com/nspcc-dev/neofs-api-go/v2/rpc/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - "github.com/nspcc-dev/neofs-node/pkg/services/control" + "github.com/TrueCloudLab/frostfs-api-go/v2/rpc/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + "github.com/TrueCloudLab/frostfs-node/pkg/services/control" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/control/shards_list.go b/cmd/frostfs-cli/modules/control/shards_list.go similarity index 88% rename from cmd/neofs-cli/modules/control/shards_list.go rename to cmd/frostfs-cli/modules/control/shards_list.go index d8711d69..8fb8cd23 100644 --- a/cmd/neofs-cli/modules/control/shards_list.go +++ b/cmd/frostfs-cli/modules/control/shards_list.go @@ -6,12 +6,12 @@ import ( "fmt" "strings" + rawclient "github.com/TrueCloudLab/frostfs-api-go/v2/rpc/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + "github.com/TrueCloudLab/frostfs-node/pkg/services/control" "github.com/mr-tron/base58" - rawclient "github.com/nspcc-dev/neofs-api-go/v2/rpc/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - "github.com/nspcc-dev/neofs-node/pkg/services/control" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/control/shards_restore.go b/cmd/frostfs-cli/modules/control/shards_restore.go similarity index 85% rename from cmd/neofs-cli/modules/control/shards_restore.go rename to cmd/frostfs-cli/modules/control/shards_restore.go index b61ccee9..66370dbf 100644 --- a/cmd/neofs-cli/modules/control/shards_restore.go +++ b/cmd/frostfs-cli/modules/control/shards_restore.go @@ -1,10 +1,10 @@ package control import ( - "github.com/nspcc-dev/neofs-api-go/v2/rpc/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - "github.com/nspcc-dev/neofs-node/pkg/services/control" + "github.com/TrueCloudLab/frostfs-api-go/v2/rpc/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + "github.com/TrueCloudLab/frostfs-node/pkg/services/control" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/control/shards_set_mode.go b/cmd/frostfs-cli/modules/control/shards_set_mode.go similarity index 94% rename from cmd/neofs-cli/modules/control/shards_set_mode.go rename to cmd/frostfs-cli/modules/control/shards_set_mode.go index 0b63ca30..2e3aecdd 100644 --- a/cmd/neofs-cli/modules/control/shards_set_mode.go +++ b/cmd/frostfs-cli/modules/control/shards_set_mode.go @@ -4,11 +4,11 @@ import ( "fmt" "strings" + rawclient "github.com/TrueCloudLab/frostfs-api-go/v2/rpc/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + "github.com/TrueCloudLab/frostfs-node/pkg/services/control" "github.com/mr-tron/base58" - rawclient "github.com/nspcc-dev/neofs-api-go/v2/rpc/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - "github.com/nspcc-dev/neofs-node/pkg/services/control" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/control/synchronize_tree.go b/cmd/frostfs-cli/modules/control/synchronize_tree.go similarity index 78% rename from cmd/neofs-cli/modules/control/synchronize_tree.go rename to cmd/frostfs-cli/modules/control/synchronize_tree.go index 2bf45151..ca15e2be 100644 --- a/cmd/neofs-cli/modules/control/synchronize_tree.go +++ b/cmd/frostfs-cli/modules/control/synchronize_tree.go @@ -4,13 +4,13 @@ import ( "crypto/sha256" "errors" - rawclient "github.com/nspcc-dev/neofs-api-go/v2/rpc/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - "github.com/nspcc-dev/neofs-node/pkg/services/control" - controlSvc "github.com/nspcc-dev/neofs-node/pkg/services/control/server" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" + rawclient "github.com/TrueCloudLab/frostfs-api-go/v2/rpc/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + "github.com/TrueCloudLab/frostfs-node/pkg/services/control" + controlSvc "github.com/TrueCloudLab/frostfs-node/pkg/services/control/server" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/control/util.go b/cmd/frostfs-cli/modules/control/util.go similarity index 75% rename from cmd/neofs-cli/modules/control/util.go rename to cmd/frostfs-cli/modules/control/util.go index 59bae90e..bc42c091 100644 --- a/cmd/neofs-cli/modules/control/util.go +++ b/cmd/frostfs-cli/modules/control/util.go @@ -4,13 +4,13 @@ import ( "crypto/ecdsa" "errors" - "github.com/nspcc-dev/neofs-api-go/v2/refs" - internalclient "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - controlSvc "github.com/nspcc-dev/neofs-node/pkg/services/control/server" - "github.com/nspcc-dev/neofs-sdk-go/client" - neofscrypto "github.com/nspcc-dev/neofs-sdk-go/crypto" + "github.com/TrueCloudLab/frostfs-api-go/v2/refs" + internalclient "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + controlSvc "github.com/TrueCloudLab/frostfs-node/pkg/services/control/server" + "github.com/TrueCloudLab/frostfs-sdk-go/client" + frostfscrypto "github.com/TrueCloudLab/frostfs-sdk-go/crypto" "github.com/spf13/cobra" ) @@ -46,7 +46,7 @@ func verifyResponse(cmd *cobra.Command, sigV2.SetKey(sigControl.GetKey()) sigV2.SetSign(sigControl.GetSign()) - var sig neofscrypto.Signature + var sig frostfscrypto.Signature common.ExitOnErr(cmd, "can't read signature: %w", sig.ReadFromV2(sigV2)) if !sig.Verify(body.StableMarshal(nil)) { diff --git a/cmd/neofs-cli/modules/netmap/get_epoch.go b/cmd/frostfs-cli/modules/netmap/get_epoch.go similarity index 67% rename from cmd/neofs-cli/modules/netmap/get_epoch.go rename to cmd/frostfs-cli/modules/netmap/get_epoch.go index 9ac6e64d..327f9bac 100644 --- a/cmd/neofs-cli/modules/netmap/get_epoch.go +++ b/cmd/frostfs-cli/modules/netmap/get_epoch.go @@ -1,10 +1,10 @@ package netmap import ( - internalclient "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" + internalclient "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/netmap/netinfo.go b/cmd/frostfs-cli/modules/netmap/netinfo.go similarity index 86% rename from cmd/neofs-cli/modules/netmap/netinfo.go rename to cmd/frostfs-cli/modules/netmap/netinfo.go index 6999aa3d..87e9f6c8 100644 --- a/cmd/neofs-cli/modules/netmap/netinfo.go +++ b/cmd/frostfs-cli/modules/netmap/netinfo.go @@ -4,11 +4,11 @@ import ( "encoding/hex" "time" + internalclient "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" "github.com/nspcc-dev/neo-go/pkg/config/netmode" - internalclient "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/netmap/nodeinfo.go b/cmd/frostfs-cli/modules/netmap/nodeinfo.go similarity index 80% rename from cmd/neofs-cli/modules/netmap/nodeinfo.go rename to cmd/frostfs-cli/modules/netmap/nodeinfo.go index 9c14a1b7..36882f63 100644 --- a/cmd/neofs-cli/modules/netmap/nodeinfo.go +++ b/cmd/frostfs-cli/modules/netmap/nodeinfo.go @@ -3,11 +3,11 @@ package netmap import ( "encoding/hex" - internalclient "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - "github.com/nspcc-dev/neofs-sdk-go/netmap" + internalclient "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/netmap/root.go b/cmd/frostfs-cli/modules/netmap/root.go similarity index 87% rename from cmd/neofs-cli/modules/netmap/root.go rename to cmd/frostfs-cli/modules/netmap/root.go index 45a2075f..bdb34f73 100644 --- a/cmd/neofs-cli/modules/netmap/root.go +++ b/cmd/frostfs-cli/modules/netmap/root.go @@ -1,7 +1,7 @@ package netmap import ( - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/netmap/snapshot.go b/cmd/frostfs-cli/modules/netmap/snapshot.go similarity index 69% rename from cmd/neofs-cli/modules/netmap/snapshot.go rename to cmd/frostfs-cli/modules/netmap/snapshot.go index 0e9bf2b7..4f95bc54 100644 --- a/cmd/neofs-cli/modules/netmap/snapshot.go +++ b/cmd/frostfs-cli/modules/netmap/snapshot.go @@ -1,10 +1,10 @@ package netmap import ( - internalclient "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" + internalclient "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/object/delete.go b/cmd/frostfs-cli/modules/object/delete.go similarity index 81% rename from cmd/neofs-cli/modules/object/delete.go rename to cmd/frostfs-cli/modules/object/delete.go index 6bf06c66..e2595a2c 100644 --- a/cmd/neofs-cli/modules/object/delete.go +++ b/cmd/frostfs-cli/modules/object/delete.go @@ -3,12 +3,12 @@ package object import ( "fmt" - internalclient "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + internalclient "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/object/get.go b/cmd/frostfs-cli/modules/object/get.go similarity index 87% rename from cmd/neofs-cli/modules/object/get.go rename to cmd/frostfs-cli/modules/object/get.go index 69bbd644..277fd6a3 100644 --- a/cmd/neofs-cli/modules/object/get.go +++ b/cmd/frostfs-cli/modules/object/get.go @@ -6,14 +6,14 @@ import ( "io" "os" + internalclient "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "github.com/cheggaaa/pb" - internalclient "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/object/hash.go b/cmd/frostfs-cli/modules/object/hash.go similarity index 86% rename from cmd/neofs-cli/modules/object/hash.go rename to cmd/frostfs-cli/modules/object/hash.go index 2430443c..85c88258 100644 --- a/cmd/neofs-cli/modules/object/hash.go +++ b/cmd/frostfs-cli/modules/object/hash.go @@ -5,13 +5,13 @@ import ( "fmt" "strings" - internalclient "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - "github.com/nspcc-dev/neofs-sdk-go/checksum" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + internalclient "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + "github.com/TrueCloudLab/frostfs-sdk-go/checksum" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/object/head.go b/cmd/frostfs-cli/modules/object/head.go similarity index 89% rename from cmd/neofs-cli/modules/object/head.go rename to cmd/frostfs-cli/modules/object/head.go index 81ac42cd..447f7d82 100644 --- a/cmd/neofs-cli/modules/object/head.go +++ b/cmd/frostfs-cli/modules/object/head.go @@ -6,15 +6,15 @@ import ( "fmt" "os" - "github.com/nspcc-dev/neofs-api-go/v2/refs" - internalclient "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - oidSDK "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-api-go/v2/refs" + internalclient "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + oidSDK "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/object/lock.go b/cmd/frostfs-cli/modules/object/lock.go similarity index 82% rename from cmd/neofs-cli/modules/object/lock.go rename to cmd/frostfs-cli/modules/object/lock.go index fcb37cbe..6a549a04 100644 --- a/cmd/neofs-cli/modules/object/lock.go +++ b/cmd/frostfs-cli/modules/object/lock.go @@ -7,15 +7,15 @@ import ( "strconv" "time" - objectV2 "github.com/nspcc-dev/neofs-api-go/v2/object" - internalclient "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - "github.com/nspcc-dev/neofs-sdk-go/user" + objectV2 "github.com/TrueCloudLab/frostfs-api-go/v2/object" + internalclient "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-sdk-go/user" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/object/put.go b/cmd/frostfs-cli/modules/object/put.go similarity index 92% rename from cmd/neofs-cli/modules/object/put.go rename to cmd/frostfs-cli/modules/object/put.go index 337e6c0d..a08103de 100644 --- a/cmd/neofs-cli/modules/object/put.go +++ b/cmd/frostfs-cli/modules/object/put.go @@ -10,15 +10,15 @@ import ( "strings" "time" + objectV2 "github.com/TrueCloudLab/frostfs-api-go/v2/object" + internalclient "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + "github.com/TrueCloudLab/frostfs-sdk-go/user" "github.com/cheggaaa/pb" - objectV2 "github.com/nspcc-dev/neofs-api-go/v2/object" - internalclient "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/object" - "github.com/nspcc-dev/neofs-sdk-go/user" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/object/range.go b/cmd/frostfs-cli/modules/object/range.go similarity index 89% rename from cmd/neofs-cli/modules/object/range.go rename to cmd/frostfs-cli/modules/object/range.go index effb0d67..493d74c0 100644 --- a/cmd/neofs-cli/modules/object/range.go +++ b/cmd/frostfs-cli/modules/object/range.go @@ -9,13 +9,13 @@ import ( "strconv" "strings" - internalclient "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + internalclient "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/object/root.go b/cmd/frostfs-cli/modules/object/root.go similarity index 92% rename from cmd/neofs-cli/modules/object/root.go rename to cmd/frostfs-cli/modules/object/root.go index d51b89f9..f79bb433 100644 --- a/cmd/neofs-cli/modules/object/root.go +++ b/cmd/frostfs-cli/modules/object/root.go @@ -1,7 +1,7 @@ package object import ( - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/object/search.go b/cmd/frostfs-cli/modules/object/search.go similarity index 87% rename from cmd/neofs-cli/modules/object/search.go rename to cmd/frostfs-cli/modules/object/search.go index a6c09905..f6d8ef04 100644 --- a/cmd/neofs-cli/modules/object/search.go +++ b/cmd/frostfs-cli/modules/object/search.go @@ -5,13 +5,13 @@ import ( "os" "strings" - internalclient "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/object" - oidSDK "github.com/nspcc-dev/neofs-sdk-go/object/id" + internalclient "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oidSDK "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/object/util.go b/cmd/frostfs-cli/modules/object/util.go similarity index 94% rename from cmd/neofs-cli/modules/object/util.go rename to cmd/frostfs-cli/modules/object/util.go index 9436b18e..61469652 100644 --- a/cmd/neofs-cli/modules/object/util.go +++ b/cmd/frostfs-cli/modules/object/util.go @@ -7,17 +7,17 @@ import ( "os" "strings" - internal "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - sessionCli "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/modules/session" - "github.com/nspcc-dev/neofs-sdk-go/bearer" - "github.com/nspcc-dev/neofs-sdk-go/client" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - neofsecdsa "github.com/nspcc-dev/neofs-sdk-go/crypto/ecdsa" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - "github.com/nspcc-dev/neofs-sdk-go/session" + internal "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + sessionCli "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/modules/session" + "github.com/TrueCloudLab/frostfs-sdk-go/bearer" + "github.com/TrueCloudLab/frostfs-sdk-go/client" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + frostfsecdsa "github.com/TrueCloudLab/frostfs-sdk-go/crypto/ecdsa" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-sdk-go/session" "github.com/spf13/cobra" "github.com/spf13/viper" ) @@ -194,7 +194,7 @@ func _readVerifiedSession(cmd *cobra.Command, dst SessionPrm, key *ecdsa.Private common.ExitOnErr(cmd, "", errors.New("unrelated object in the session")) case tok.AssertVerb(cmdVerb): common.ExitOnErr(cmd, "", errors.New("wrong verb of the session")) - case tok.AssertAuthKey((*neofsecdsa.PublicKey)(&key.PublicKey)): + case tok.AssertAuthKey((*frostfsecdsa.PublicKey)(&key.PublicKey)): common.ExitOnErr(cmd, "", errors.New("unrelated key in the session")) case tok.VerifySignature(): common.ExitOnErr(cmd, "", errors.New("invalid signature of the session data")) diff --git a/cmd/neofs-cli/modules/root.go b/cmd/frostfs-cli/modules/root.go similarity index 66% rename from cmd/neofs-cli/modules/root.go rename to cmd/frostfs-cli/modules/root.go index 32f4776e..9650f819 100644 --- a/cmd/neofs-cli/modules/root.go +++ b/cmd/frostfs-cli/modules/root.go @@ -4,22 +4,22 @@ import ( "os" "path/filepath" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + accountingCli "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/modules/accounting" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/modules/acl" + bearerCli "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/modules/bearer" + containerCli "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/modules/container" + controlCli "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/modules/control" + netmapCli "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/modules/netmap" + objectCli "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/modules/object" + sessionCli "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/modules/session" + sgCli "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/modules/storagegroup" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/modules/tree" + utilCli "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/modules/util" + "github.com/TrueCloudLab/frostfs-node/misc" + "github.com/TrueCloudLab/frostfs-node/pkg/util/gendoc" "github.com/mitchellh/go-homedir" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - accountingCli "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/modules/accounting" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/modules/acl" - bearerCli "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/modules/bearer" - containerCli "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/modules/container" - controlCli "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/modules/control" - netmapCli "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/modules/netmap" - objectCli "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/modules/object" - sessionCli "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/modules/session" - sgCli "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/modules/storagegroup" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/modules/tree" - utilCli "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/modules/util" - "github.com/nspcc-dev/neofs-node/misc" - "github.com/nspcc-dev/neofs-node/pkg/util/gendoc" "github.com/spf13/cobra" "github.com/spf13/viper" ) @@ -35,12 +35,12 @@ var ( // rootCmd represents the base command when called without any subcommands. var rootCmd = &cobra.Command{ - Use: "neofs-cli", + Use: "frostfs-cli", Short: "Command Line Tool to work with NeoFS", Long: `NeoFS CLI provides all basic interactions with NeoFS and it's services. It contains commands for interaction with NeoFS nodes using different versions -of neofs-api and some useful utilities for compiling ACL rules from JSON +of frostfs-api and some useful utilities for compiling ACL rules from JSON notation, managing container access through protocol gates, querying network map and much more!`, Run: entryPoint, @@ -62,7 +62,7 @@ func init() { // Here you will define your flags and configuration settings. // Cobra supports persistent flags, which, if defined here, // will be global for your application. - rootCmd.PersistentFlags().StringVarP(&cfgFile, "config", "c", "", "Config file (default is $HOME/.config/neofs-cli/config.yaml)") + rootCmd.PersistentFlags().StringVarP(&cfgFile, "config", "c", "", "Config file (default is $HOME/.config/frostfs-cli/config.yaml)") rootCmd.PersistentFlags().BoolP(commonflags.Verbose, commonflags.VerboseShorthand, false, commonflags.VerboseUsage) @@ -107,8 +107,8 @@ func initConfig() { home, err := homedir.Dir() common.ExitOnErr(rootCmd, "", err) - // Search config in `$HOME/.config/neofs-cli/` with name "config.yaml" - viper.AddConfigPath(filepath.Join(home, ".config", "neofs-cli")) + // Search config in `$HOME/.config/frostfs-cli/` with name "config.yaml" + viper.AddConfigPath(filepath.Join(home, ".config", "frostfs-cli")) viper.SetConfigName("config") viper.SetConfigType("yaml") } diff --git a/cmd/neofs-cli/modules/session/create.go b/cmd/frostfs-cli/modules/session/create.go similarity index 86% rename from cmd/neofs-cli/modules/session/create.go rename to cmd/frostfs-cli/modules/session/create.go index 29024102..48e677fc 100644 --- a/cmd/neofs-cli/modules/session/create.go +++ b/cmd/frostfs-cli/modules/session/create.go @@ -4,15 +4,15 @@ import ( "fmt" "os" + internalclient "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + "github.com/TrueCloudLab/frostfs-node/pkg/network" + "github.com/TrueCloudLab/frostfs-sdk-go/client" + frostfsecdsa "github.com/TrueCloudLab/frostfs-sdk-go/crypto/ecdsa" + "github.com/TrueCloudLab/frostfs-sdk-go/session" "github.com/google/uuid" - internalclient "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - "github.com/nspcc-dev/neofs-node/pkg/network" - "github.com/nspcc-dev/neofs-sdk-go/client" - neofsecdsa "github.com/nspcc-dev/neofs-sdk-go/crypto/ecdsa" - "github.com/nspcc-dev/neofs-sdk-go/session" "github.com/spf13/cobra" "github.com/spf13/viper" ) @@ -109,7 +109,7 @@ func CreateSession(dst *session.Object, c *client.Client, lifetime uint64) error binIDSession := sessionRes.ID() - var keySession neofsecdsa.PublicKey + var keySession frostfsecdsa.PublicKey err = keySession.Decode(sessionRes.SessionKey()) if err != nil { diff --git a/cmd/neofs-cli/modules/session/root.go b/cmd/frostfs-cli/modules/session/root.go similarity index 100% rename from cmd/neofs-cli/modules/session/root.go rename to cmd/frostfs-cli/modules/session/root.go diff --git a/cmd/neofs-cli/modules/storagegroup/delete.go b/cmd/frostfs-cli/modules/storagegroup/delete.go similarity index 67% rename from cmd/neofs-cli/modules/storagegroup/delete.go rename to cmd/frostfs-cli/modules/storagegroup/delete.go index 10f7bde7..aac98a18 100644 --- a/cmd/neofs-cli/modules/storagegroup/delete.go +++ b/cmd/frostfs-cli/modules/storagegroup/delete.go @@ -1,13 +1,13 @@ package storagegroup import ( - internalclient "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - objectCli "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/modules/object" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + internalclient "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + objectCli "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/modules/object" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/storagegroup/get.go b/cmd/frostfs-cli/modules/storagegroup/get.go similarity index 74% rename from cmd/neofs-cli/modules/storagegroup/get.go rename to cmd/frostfs-cli/modules/storagegroup/get.go index d7e3aea6..f0156fab 100644 --- a/cmd/neofs-cli/modules/storagegroup/get.go +++ b/cmd/frostfs-cli/modules/storagegroup/get.go @@ -3,14 +3,14 @@ package storagegroup import ( "bytes" - internalclient "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - objectCli "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/modules/object" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - storagegroupSDK "github.com/nspcc-dev/neofs-sdk-go/storagegroup" + internalclient "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + objectCli "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/modules/object" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + storagegroupSDK "github.com/TrueCloudLab/frostfs-sdk-go/storagegroup" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/storagegroup/list.go b/cmd/frostfs-cli/modules/storagegroup/list.go similarity index 65% rename from cmd/neofs-cli/modules/storagegroup/list.go rename to cmd/frostfs-cli/modules/storagegroup/list.go index 0d5be94d..05dde2da 100644 --- a/cmd/neofs-cli/modules/storagegroup/list.go +++ b/cmd/frostfs-cli/modules/storagegroup/list.go @@ -1,13 +1,13 @@ package storagegroup import ( - internalclient "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - objectCli "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/modules/object" - "github.com/nspcc-dev/neofs-node/pkg/services/object_manager/storagegroup" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" + internalclient "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + objectCli "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/modules/object" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object_manager/storagegroup" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/storagegroup/put.go b/cmd/frostfs-cli/modules/storagegroup/put.go similarity index 80% rename from cmd/neofs-cli/modules/storagegroup/put.go rename to cmd/frostfs-cli/modules/storagegroup/put.go index aacc49ed..fb05bcf7 100644 --- a/cmd/neofs-cli/modules/storagegroup/put.go +++ b/cmd/frostfs-cli/modules/storagegroup/put.go @@ -5,18 +5,18 @@ import ( "errors" "fmt" - internalclient "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/client" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - objectCli "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/modules/object" - "github.com/nspcc-dev/neofs-node/pkg/services/object_manager/storagegroup" - "github.com/nspcc-dev/neofs-sdk-go/container" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - storagegroupSDK "github.com/nspcc-dev/neofs-sdk-go/storagegroup" - "github.com/nspcc-dev/neofs-sdk-go/user" + internalclient "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + objectCli "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/modules/object" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object_manager/storagegroup" + "github.com/TrueCloudLab/frostfs-sdk-go/container" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + storagegroupSDK "github.com/TrueCloudLab/frostfs-sdk-go/storagegroup" + "github.com/TrueCloudLab/frostfs-sdk-go/user" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/storagegroup/root.go b/cmd/frostfs-cli/modules/storagegroup/root.go similarity index 84% rename from cmd/neofs-cli/modules/storagegroup/root.go rename to cmd/frostfs-cli/modules/storagegroup/root.go index 926a6e1e..f19d9b31 100644 --- a/cmd/neofs-cli/modules/storagegroup/root.go +++ b/cmd/frostfs-cli/modules/storagegroup/root.go @@ -1,8 +1,8 @@ package storagegroup import ( - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - objectCli "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/modules/object" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + objectCli "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/modules/object" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/storagegroup/util.go b/cmd/frostfs-cli/modules/storagegroup/util.go similarity index 77% rename from cmd/neofs-cli/modules/storagegroup/util.go rename to cmd/frostfs-cli/modules/storagegroup/util.go index da97198d..375fc932 100644 --- a/cmd/neofs-cli/modules/storagegroup/util.go +++ b/cmd/frostfs-cli/modules/storagegroup/util.go @@ -3,10 +3,10 @@ package storagegroup import ( "fmt" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/tree/add.go b/cmd/frostfs-cli/modules/tree/add.go similarity index 85% rename from cmd/neofs-cli/modules/tree/add.go rename to cmd/frostfs-cli/modules/tree/add.go index 22307333..270889e1 100644 --- a/cmd/neofs-cli/modules/tree/add.go +++ b/cmd/frostfs-cli/modules/tree/add.go @@ -5,11 +5,11 @@ import ( "fmt" "strings" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - "github.com/nspcc-dev/neofs-node/pkg/services/tree" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + "github.com/TrueCloudLab/frostfs-node/pkg/services/tree" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/tree/add_by_path.go b/cmd/frostfs-cli/modules/tree/add_by_path.go similarity index 85% rename from cmd/neofs-cli/modules/tree/add_by_path.go rename to cmd/frostfs-cli/modules/tree/add_by_path.go index 756e42ff..1f15279b 100644 --- a/cmd/neofs-cli/modules/tree/add_by_path.go +++ b/cmd/frostfs-cli/modules/tree/add_by_path.go @@ -4,12 +4,12 @@ import ( "crypto/sha256" "strings" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - "github.com/nspcc-dev/neofs-node/pkg/services/tree" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/object" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + "github.com/TrueCloudLab/frostfs-node/pkg/services/tree" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/object" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/tree/client.go b/cmd/frostfs-cli/modules/tree/client.go similarity index 83% rename from cmd/neofs-cli/modules/tree/client.go rename to cmd/frostfs-cli/modules/tree/client.go index 2590fc15..82cfdfca 100644 --- a/cmd/neofs-cli/modules/tree/client.go +++ b/cmd/frostfs-cli/modules/tree/client.go @@ -5,9 +5,9 @@ import ( "strings" "time" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/pkg/network" - "github.com/nspcc-dev/neofs-node/pkg/services/tree" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/pkg/network" + "github.com/TrueCloudLab/frostfs-node/pkg/services/tree" "github.com/spf13/viper" "google.golang.org/grpc" "google.golang.org/grpc/credentials/insecure" diff --git a/cmd/neofs-cli/modules/tree/get_by_path.go b/cmd/frostfs-cli/modules/tree/get_by_path.go similarity index 85% rename from cmd/neofs-cli/modules/tree/get_by_path.go rename to cmd/frostfs-cli/modules/tree/get_by_path.go index 2546f88c..cf94d198 100644 --- a/cmd/neofs-cli/modules/tree/get_by_path.go +++ b/cmd/frostfs-cli/modules/tree/get_by_path.go @@ -4,12 +4,12 @@ import ( "crypto/sha256" "strings" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - "github.com/nspcc-dev/neofs-node/pkg/services/tree" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/object" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + "github.com/TrueCloudLab/frostfs-node/pkg/services/tree" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/object" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/tree/list.go b/cmd/frostfs-cli/modules/tree/list.go similarity index 78% rename from cmd/neofs-cli/modules/tree/list.go rename to cmd/frostfs-cli/modules/tree/list.go index 076cf1f1..ca138e00 100644 --- a/cmd/neofs-cli/modules/tree/list.go +++ b/cmd/frostfs-cli/modules/tree/list.go @@ -3,11 +3,11 @@ package tree import ( "crypto/sha256" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - "github.com/nspcc-dev/neofs-node/pkg/services/tree" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + "github.com/TrueCloudLab/frostfs-node/pkg/services/tree" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/tree/root.go b/cmd/frostfs-cli/modules/tree/root.go similarity index 90% rename from cmd/neofs-cli/modules/tree/root.go rename to cmd/frostfs-cli/modules/tree/root.go index a59ef417..9dad9d52 100644 --- a/cmd/neofs-cli/modules/tree/root.go +++ b/cmd/frostfs-cli/modules/tree/root.go @@ -1,7 +1,7 @@ package tree import ( - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/util/acl.go b/cmd/frostfs-cli/modules/util/acl.go similarity index 98% rename from cmd/neofs-cli/modules/util/acl.go rename to cmd/frostfs-cli/modules/util/acl.go index db9790c4..1d568ee4 100644 --- a/cmd/neofs-cli/modules/util/acl.go +++ b/cmd/frostfs-cli/modules/util/acl.go @@ -9,10 +9,10 @@ import ( "strings" "text/tabwriter" + "github.com/TrueCloudLab/frostfs-sdk-go/container/acl" + "github.com/TrueCloudLab/frostfs-sdk-go/eacl" "github.com/flynn-archive/go-shlex" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" - "github.com/nspcc-dev/neofs-sdk-go/container/acl" - "github.com/nspcc-dev/neofs-sdk-go/eacl" "github.com/olekukonko/tablewriter" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/util/convert.go b/cmd/frostfs-cli/modules/util/convert.go similarity index 100% rename from cmd/neofs-cli/modules/util/convert.go rename to cmd/frostfs-cli/modules/util/convert.go diff --git a/cmd/neofs-cli/modules/util/convert_eacl.go b/cmd/frostfs-cli/modules/util/convert_eacl.go similarity index 91% rename from cmd/neofs-cli/modules/util/convert_eacl.go rename to cmd/frostfs-cli/modules/util/convert_eacl.go index ab38875d..66719432 100644 --- a/cmd/neofs-cli/modules/util/convert_eacl.go +++ b/cmd/frostfs-cli/modules/util/convert_eacl.go @@ -5,8 +5,8 @@ import ( "encoding/json" "os" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/util/keyer.go b/cmd/frostfs-cli/modules/util/keyer.go similarity index 94% rename from cmd/neofs-cli/modules/util/keyer.go rename to cmd/frostfs-cli/modules/util/keyer.go index 1f66a886..748d6b3e 100644 --- a/cmd/neofs-cli/modules/util/keyer.go +++ b/cmd/frostfs-cli/modules/util/keyer.go @@ -6,8 +6,8 @@ import ( "fmt" "os" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/pkg/util/keyer" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/pkg/util/keyer" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/util/locode.go b/cmd/frostfs-cli/modules/util/locode.go similarity index 100% rename from cmd/neofs-cli/modules/util/locode.go rename to cmd/frostfs-cli/modules/util/locode.go diff --git a/cmd/neofs-cli/modules/util/locode_generate.go b/cmd/frostfs-cli/modules/util/locode_generate.go similarity index 85% rename from cmd/neofs-cli/modules/util/locode_generate.go rename to cmd/frostfs-cli/modules/util/locode_generate.go index be92a4ab..e34bcc4b 100644 --- a/cmd/neofs-cli/modules/util/locode_generate.go +++ b/cmd/frostfs-cli/modules/util/locode_generate.go @@ -1,12 +1,12 @@ package util import ( - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - locodedb "github.com/nspcc-dev/neofs-node/pkg/util/locode/db" - airportsdb "github.com/nspcc-dev/neofs-node/pkg/util/locode/db/airports" - locodebolt "github.com/nspcc-dev/neofs-node/pkg/util/locode/db/boltdb" - continentsdb "github.com/nspcc-dev/neofs-node/pkg/util/locode/db/continents/geojson" - csvlocode "github.com/nspcc-dev/neofs-node/pkg/util/locode/table/csv" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + locodedb "github.com/TrueCloudLab/frostfs-node/pkg/util/locode/db" + airportsdb "github.com/TrueCloudLab/frostfs-node/pkg/util/locode/db/airports" + locodebolt "github.com/TrueCloudLab/frostfs-node/pkg/util/locode/db/boltdb" + continentsdb "github.com/TrueCloudLab/frostfs-node/pkg/util/locode/db/continents/geojson" + csvlocode "github.com/TrueCloudLab/frostfs-node/pkg/util/locode/table/csv" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/util/locode_info.go b/cmd/frostfs-cli/modules/util/locode_info.go similarity index 86% rename from cmd/neofs-cli/modules/util/locode_info.go rename to cmd/frostfs-cli/modules/util/locode_info.go index 927dfad9..defd12e8 100644 --- a/cmd/neofs-cli/modules/util/locode_info.go +++ b/cmd/frostfs-cli/modules/util/locode_info.go @@ -1,9 +1,9 @@ package util import ( - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - locodedb "github.com/nspcc-dev/neofs-node/pkg/util/locode/db" - locodebolt "github.com/nspcc-dev/neofs-node/pkg/util/locode/db/boltdb" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + locodedb "github.com/TrueCloudLab/frostfs-node/pkg/util/locode/db" + locodebolt "github.com/TrueCloudLab/frostfs-node/pkg/util/locode/db/boltdb" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/util/root.go b/cmd/frostfs-cli/modules/util/root.go similarity index 89% rename from cmd/neofs-cli/modules/util/root.go rename to cmd/frostfs-cli/modules/util/root.go index be296314..aff1709f 100644 --- a/cmd/neofs-cli/modules/util/root.go +++ b/cmd/frostfs-cli/modules/util/root.go @@ -1,7 +1,7 @@ package util import ( - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" "github.com/spf13/cobra" "github.com/spf13/viper" ) diff --git a/cmd/neofs-cli/modules/util/sign.go b/cmd/frostfs-cli/modules/util/sign.go similarity index 100% rename from cmd/neofs-cli/modules/util/sign.go rename to cmd/frostfs-cli/modules/util/sign.go diff --git a/cmd/neofs-cli/modules/util/sign_bearer.go b/cmd/frostfs-cli/modules/util/sign_bearer.go similarity index 86% rename from cmd/neofs-cli/modules/util/sign_bearer.go rename to cmd/frostfs-cli/modules/util/sign_bearer.go index 29225d11..515e325d 100644 --- a/cmd/neofs-cli/modules/util/sign_bearer.go +++ b/cmd/frostfs-cli/modules/util/sign_bearer.go @@ -3,9 +3,9 @@ package util import ( "os" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-cli/modules/util/sign_session.go b/cmd/frostfs-cli/modules/util/sign_session.go similarity index 86% rename from cmd/neofs-cli/modules/util/sign_session.go rename to cmd/frostfs-cli/modules/util/sign_session.go index 3ec169e1..610ca8af 100644 --- a/cmd/neofs-cli/modules/util/sign_session.go +++ b/cmd/frostfs-cli/modules/util/sign_session.go @@ -7,10 +7,10 @@ import ( "fmt" "os" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/common" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/commonflags" - "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/internal/key" - "github.com/nspcc-dev/neofs-sdk-go/session" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/common" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/commonflags" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-cli/internal/key" + "github.com/TrueCloudLab/frostfs-sdk-go/session" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-ir/defaults.go b/cmd/frostfs-ir/defaults.go similarity index 96% rename from cmd/neofs-ir/defaults.go rename to cmd/frostfs-ir/defaults.go index 09091eff..986f515b 100644 --- a/cmd/neofs-ir/defaults.go +++ b/cmd/frostfs-ir/defaults.go @@ -45,7 +45,7 @@ func defaultConfiguration(cfg *viper.Viper) { cfg.SetDefault("without_mainnet", false) - cfg.SetDefault("node.persistent_state.path", ".neofs-ir-state") + cfg.SetDefault("node.persistent_state.path", ".frostfs-ir-state") cfg.SetDefault("morph.endpoint.client", []string{}) cfg.SetDefault("morph.dial_timeout", 15*time.Second) @@ -61,7 +61,7 @@ func defaultConfiguration(cfg *viper.Viper) { cfg.SetDefault("wallet.password", "") // password cfg.SetDefault("contracts.netmap", "") - cfg.SetDefault("contracts.neofs", "") + cfg.SetDefault("contracts.frostfs", "") cfg.SetDefault("contracts.balance", "") cfg.SetDefault("contracts.container", "") cfg.SetDefault("contracts.audit", "") @@ -81,7 +81,7 @@ func defaultConfiguration(cfg *viper.Viper) { cfg.SetDefault("workers.netmap", "10") cfg.SetDefault("workers.balance", "10") - cfg.SetDefault("workers.neofs", "10") + cfg.SetDefault("workers.frostfs", "10") cfg.SetDefault("workers.container", "10") cfg.SetDefault("workers.alphabet", "10") cfg.SetDefault("workers.reputation", "10") diff --git a/cmd/neofs-ir/main.go b/cmd/frostfs-ir/main.go similarity index 90% rename from cmd/neofs-ir/main.go rename to cmd/frostfs-ir/main.go index eff9e445..09b92376 100644 --- a/cmd/neofs-ir/main.go +++ b/cmd/frostfs-ir/main.go @@ -9,10 +9,10 @@ import ( "os/signal" "syscall" - "github.com/nspcc-dev/neofs-node/misc" - "github.com/nspcc-dev/neofs-node/pkg/innerring" - httputil "github.com/nspcc-dev/neofs-node/pkg/util/http" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/misc" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring" + httputil "github.com/TrueCloudLab/frostfs-node/pkg/util/http" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "github.com/prometheus/client_golang/prometheus/promhttp" "github.com/spf13/viper" "go.uber.org/zap" @@ -35,7 +35,7 @@ func exitErr(err error) { func main() { configFile := flag.String("config", "", "path to config") - versionFlag := flag.Bool("version", false, "neofs-ir node version") + versionFlag := flag.Bool("version", false, "frostfs-ir node version") flag.Parse() if *versionFlag { diff --git a/cmd/neofs-lens/internal/blobovnicza/inspect.go b/cmd/frostfs-lens/internal/blobovnicza/inspect.go similarity index 79% rename from cmd/neofs-lens/internal/blobovnicza/inspect.go rename to cmd/frostfs-lens/internal/blobovnicza/inspect.go index 57995850..6d41e2cb 100644 --- a/cmd/neofs-lens/internal/blobovnicza/inspect.go +++ b/cmd/frostfs-lens/internal/blobovnicza/inspect.go @@ -1,10 +1,10 @@ package blobovnicza import ( - common "github.com/nspcc-dev/neofs-node/cmd/neofs-lens/internal" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobovnicza" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + common "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-lens/internal" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobovnicza" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-lens/internal/blobovnicza/list.go b/cmd/frostfs-lens/internal/blobovnicza/list.go similarity index 76% rename from cmd/neofs-lens/internal/blobovnicza/list.go rename to cmd/frostfs-lens/internal/blobovnicza/list.go index 2d116efe..e1be6ade 100644 --- a/cmd/neofs-lens/internal/blobovnicza/list.go +++ b/cmd/frostfs-lens/internal/blobovnicza/list.go @@ -4,9 +4,9 @@ import ( "fmt" "io" - common "github.com/nspcc-dev/neofs-node/cmd/neofs-lens/internal" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobovnicza" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + common "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-lens/internal" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobovnicza" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-lens/internal/blobovnicza/root.go b/cmd/frostfs-lens/internal/blobovnicza/root.go similarity index 77% rename from cmd/neofs-lens/internal/blobovnicza/root.go rename to cmd/frostfs-lens/internal/blobovnicza/root.go index 59ce6e99..9551b9fe 100644 --- a/cmd/neofs-lens/internal/blobovnicza/root.go +++ b/cmd/frostfs-lens/internal/blobovnicza/root.go @@ -1,8 +1,8 @@ package blobovnicza import ( - common "github.com/nspcc-dev/neofs-node/cmd/neofs-lens/internal" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobovnicza" + common "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-lens/internal" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobovnicza" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-lens/internal/errors.go b/cmd/frostfs-lens/internal/errors.go similarity index 100% rename from cmd/neofs-lens/internal/errors.go rename to cmd/frostfs-lens/internal/errors.go diff --git a/cmd/neofs-lens/internal/flags.go b/cmd/frostfs-lens/internal/flags.go similarity index 100% rename from cmd/neofs-lens/internal/flags.go rename to cmd/frostfs-lens/internal/flags.go diff --git a/cmd/neofs-lens/internal/meta/inspect.go b/cmd/frostfs-lens/internal/meta/inspect.go similarity index 82% rename from cmd/neofs-lens/internal/meta/inspect.go rename to cmd/frostfs-lens/internal/meta/inspect.go index 7d84a1bd..9cc82473 100644 --- a/cmd/neofs-lens/internal/meta/inspect.go +++ b/cmd/frostfs-lens/internal/meta/inspect.go @@ -4,11 +4,11 @@ import ( "errors" "fmt" - common "github.com/nspcc-dev/neofs-node/cmd/neofs-lens/internal" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobovnicza" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + common "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-lens/internal" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobovnicza" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-lens/internal/meta/list-garbage.go b/cmd/frostfs-lens/internal/meta/list-garbage.go similarity index 82% rename from cmd/neofs-lens/internal/meta/list-garbage.go rename to cmd/frostfs-lens/internal/meta/list-garbage.go index d5f70c95..cae55ffb 100644 --- a/cmd/neofs-lens/internal/meta/list-garbage.go +++ b/cmd/frostfs-lens/internal/meta/list-garbage.go @@ -1,8 +1,8 @@ package meta import ( - common "github.com/nspcc-dev/neofs-node/cmd/neofs-lens/internal" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" + common "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-lens/internal" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-lens/internal/meta/list-graveyard.go b/cmd/frostfs-lens/internal/meta/list-graveyard.go similarity index 84% rename from cmd/neofs-lens/internal/meta/list-graveyard.go rename to cmd/frostfs-lens/internal/meta/list-graveyard.go index d5bcfe5d..d6c0f4aa 100644 --- a/cmd/neofs-lens/internal/meta/list-graveyard.go +++ b/cmd/frostfs-lens/internal/meta/list-graveyard.go @@ -1,8 +1,8 @@ package meta import ( - common "github.com/nspcc-dev/neofs-node/cmd/neofs-lens/internal" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" + common "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-lens/internal" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-lens/internal/meta/root.go b/cmd/frostfs-lens/internal/meta/root.go similarity index 83% rename from cmd/neofs-lens/internal/meta/root.go rename to cmd/frostfs-lens/internal/meta/root.go index fca99512..3ed9b08a 100644 --- a/cmd/neofs-lens/internal/meta/root.go +++ b/cmd/frostfs-lens/internal/meta/root.go @@ -3,8 +3,8 @@ package meta import ( "time" - common "github.com/nspcc-dev/neofs-node/cmd/neofs-lens/internal" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" + common "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-lens/internal" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" "github.com/spf13/cobra" "go.etcd.io/bbolt" ) diff --git a/cmd/neofs-lens/internal/printers.go b/cmd/frostfs-lens/internal/printers.go similarity index 89% rename from cmd/neofs-lens/internal/printers.go rename to cmd/frostfs-lens/internal/printers.go index d530132f..d6abe933 100644 --- a/cmd/neofs-lens/internal/printers.go +++ b/cmd/frostfs-lens/internal/printers.go @@ -3,9 +3,9 @@ package common import ( "os" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-lens/internal/writecache/inspect.go b/cmd/frostfs-lens/internal/writecache/inspect.go similarity index 79% rename from cmd/neofs-lens/internal/writecache/inspect.go rename to cmd/frostfs-lens/internal/writecache/inspect.go index f1dcfd9a..0c02a12b 100644 --- a/cmd/neofs-lens/internal/writecache/inspect.go +++ b/cmd/frostfs-lens/internal/writecache/inspect.go @@ -1,9 +1,9 @@ package writecache import ( - common "github.com/nspcc-dev/neofs-node/cmd/neofs-lens/internal" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/writecache" - "github.com/nspcc-dev/neofs-sdk-go/object" + common "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-lens/internal" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/writecache" + "github.com/TrueCloudLab/frostfs-sdk-go/object" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-lens/internal/writecache/list.go b/cmd/frostfs-lens/internal/writecache/list.go similarity index 76% rename from cmd/neofs-lens/internal/writecache/list.go rename to cmd/frostfs-lens/internal/writecache/list.go index e2d7e3d3..776047e4 100644 --- a/cmd/neofs-lens/internal/writecache/list.go +++ b/cmd/frostfs-lens/internal/writecache/list.go @@ -4,9 +4,9 @@ import ( "fmt" "io" - common "github.com/nspcc-dev/neofs-node/cmd/neofs-lens/internal" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/writecache" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + common "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-lens/internal" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/writecache" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "github.com/spf13/cobra" ) diff --git a/cmd/neofs-lens/internal/writecache/root.go b/cmd/frostfs-lens/internal/writecache/root.go similarity index 77% rename from cmd/neofs-lens/internal/writecache/root.go rename to cmd/frostfs-lens/internal/writecache/root.go index 0e0e7786..6cf6c342 100644 --- a/cmd/neofs-lens/internal/writecache/root.go +++ b/cmd/frostfs-lens/internal/writecache/root.go @@ -1,8 +1,8 @@ package writecache import ( - common "github.com/nspcc-dev/neofs-node/cmd/neofs-lens/internal" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/writecache" + common "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-lens/internal" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/writecache" "github.com/spf13/cobra" "go.etcd.io/bbolt" ) diff --git a/cmd/neofs-lens/root.go b/cmd/frostfs-lens/root.go similarity index 70% rename from cmd/neofs-lens/root.go rename to cmd/frostfs-lens/root.go index c49d2d0d..05da99fd 100644 --- a/cmd/neofs-lens/root.go +++ b/cmd/frostfs-lens/root.go @@ -3,16 +3,16 @@ package main import ( "os" - "github.com/nspcc-dev/neofs-node/cmd/neofs-lens/internal/blobovnicza" - "github.com/nspcc-dev/neofs-node/cmd/neofs-lens/internal/meta" - "github.com/nspcc-dev/neofs-node/cmd/neofs-lens/internal/writecache" - "github.com/nspcc-dev/neofs-node/misc" - "github.com/nspcc-dev/neofs-node/pkg/util/gendoc" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-lens/internal/blobovnicza" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-lens/internal/meta" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-lens/internal/writecache" + "github.com/TrueCloudLab/frostfs-node/misc" + "github.com/TrueCloudLab/frostfs-node/pkg/util/gendoc" "github.com/spf13/cobra" ) var command = &cobra.Command{ - Use: "neofs-lens", + Use: "frostfs-lens", Short: "NeoFS Storage Engine Lens", Long: `NeoFS Storage Engine Lens provides tools to browse the contents of the NeoFS storage engine.`, RunE: entryPoint, diff --git a/cmd/neofs-node/accounting.go b/cmd/frostfs-node/accounting.go similarity index 60% rename from cmd/neofs-node/accounting.go rename to cmd/frostfs-node/accounting.go index 21cac4e4..1d388935 100644 --- a/cmd/neofs-node/accounting.go +++ b/cmd/frostfs-node/accounting.go @@ -1,11 +1,11 @@ package main import ( - accountingGRPC "github.com/nspcc-dev/neofs-api-go/v2/accounting/grpc" - "github.com/nspcc-dev/neofs-node/pkg/morph/client/balance" - accountingTransportGRPC "github.com/nspcc-dev/neofs-node/pkg/network/transport/accounting/grpc" - accountingService "github.com/nspcc-dev/neofs-node/pkg/services/accounting" - accounting "github.com/nspcc-dev/neofs-node/pkg/services/accounting/morph" + accountingGRPC "github.com/TrueCloudLab/frostfs-api-go/v2/accounting/grpc" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/balance" + accountingTransportGRPC "github.com/TrueCloudLab/frostfs-node/pkg/network/transport/accounting/grpc" + accountingService "github.com/TrueCloudLab/frostfs-node/pkg/services/accounting" + accounting "github.com/TrueCloudLab/frostfs-node/pkg/services/accounting/morph" ) func initAccountingService(c *cfg) { diff --git a/cmd/neofs-node/attributes.go b/cmd/frostfs-node/attributes.go similarity index 59% rename from cmd/neofs-node/attributes.go rename to cmd/frostfs-node/attributes.go index cf1b0524..97d07850 100644 --- a/cmd/neofs-node/attributes.go +++ b/cmd/frostfs-node/attributes.go @@ -1,8 +1,8 @@ package main import ( - nodeconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/node" - "github.com/nspcc-dev/neofs-node/pkg/util/attributes" + nodeconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/node" + "github.com/TrueCloudLab/frostfs-node/pkg/util/attributes" ) func parseAttributes(c *cfg) { diff --git a/cmd/neofs-node/cache.go b/cmd/frostfs-node/cache.go similarity index 93% rename from cmd/neofs-node/cache.go rename to cmd/frostfs-node/cache.go index 25260e11..407253e4 100644 --- a/cmd/neofs-node/cache.go +++ b/cmd/frostfs-node/cache.go @@ -4,15 +4,15 @@ import ( "sync" "time" + "github.com/TrueCloudLab/frostfs-node/pkg/core/container" + "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + cntClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/container" + putsvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object/put" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + netmapSDK "github.com/TrueCloudLab/frostfs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-sdk-go/user" lru "github.com/hashicorp/golang-lru" - "github.com/nspcc-dev/neofs-node/pkg/core/container" - "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - cntClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/container" - putsvc "github.com/nspcc-dev/neofs-node/pkg/services/object/put" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - netmapSDK "github.com/nspcc-dev/neofs-sdk-go/netmap" - "github.com/nspcc-dev/neofs-sdk-go/user" ) type netValueReader func(interface{}) (interface{}, error) @@ -356,11 +356,11 @@ func newCachedIRFetcher(f interface{ InnerRingKeys() ([][]byte, error) }) *cache irFetcherCacheSize = 1 // we intend to store only one value // Without the cache in the testnet we can see several hundred simultaneous - // requests (neofs-node #1278), so limiting the request rate solves the issue. + // requests (frostfs-node #1278), so limiting the request rate solves the issue. // // Exact request rate doesn't really matter because Inner Ring list update // happens extremely rare, but there is no side chain events for that as - // for now (neofs-contract v0.15.0 notary disabled env) to monitor it. + // for now (frostfs-contract v0.15.0 notary disabled env) to monitor it. irFetcherCacheTTL = 30 * time.Second ) diff --git a/cmd/neofs-node/config.go b/cmd/frostfs-node/config.go similarity index 87% rename from cmd/neofs-node/config.go rename to cmd/frostfs-node/config.go index 16c27455..d9fe14da 100644 --- a/cmd/neofs-node/config.go +++ b/cmd/frostfs-node/config.go @@ -15,56 +15,56 @@ import ( "syscall" "time" + netmapV2 "github.com/TrueCloudLab/frostfs-api-go/v2/netmap" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" + apiclientconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/apiclient" + contractsconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/contracts" + engineconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/engine" + shardconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/engine/shard" + blobovniczaconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/engine/shard/blobstor/blobovnicza" + fstreeconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/engine/shard/blobstor/fstree" + loggerconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/logger" + metricsconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/metrics" + nodeconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/node" + objectconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/object" + replicatorconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/replicator" + "github.com/TrueCloudLab/frostfs-node/pkg/core/container" + netmapCore "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/blobovniczatree" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/fstree" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/engine" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/pilorama" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + shardmode "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard/mode" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/writecache" + "github.com/TrueCloudLab/frostfs-node/pkg/metrics" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + containerClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/container" + nmClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + netmap2 "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/network" + "github.com/TrueCloudLab/frostfs-node/pkg/network/cache" + "github.com/TrueCloudLab/frostfs-node/pkg/services/control" + getsvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object/get" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object_manager/tombstone" + tsourse "github.com/TrueCloudLab/frostfs-node/pkg/services/object_manager/tombstone/source" + "github.com/TrueCloudLab/frostfs-node/pkg/services/replicator" + trustcontroller "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/local/controller" + truststorage "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/local/storage" + "github.com/TrueCloudLab/frostfs-node/pkg/services/tree" + "github.com/TrueCloudLab/frostfs-node/pkg/services/util/response" + "github.com/TrueCloudLab/frostfs-node/pkg/util" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/util/state" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + "github.com/TrueCloudLab/frostfs-sdk-go/user" + "github.com/TrueCloudLab/frostfs-sdk-go/version" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" neogoutil "github.com/nspcc-dev/neo-go/pkg/util" - netmapV2 "github.com/nspcc-dev/neofs-api-go/v2/netmap" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" - apiclientconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/apiclient" - contractsconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/contracts" - engineconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/engine" - shardconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/engine/shard" - blobovniczaconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/engine/shard/blobstor/blobovnicza" - fstreeconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/engine/shard/blobstor/fstree" - loggerconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/logger" - metricsconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/metrics" - nodeconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/node" - objectconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/object" - replicatorconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/replicator" - "github.com/nspcc-dev/neofs-node/pkg/core/container" - netmapCore "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/blobovniczatree" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/fstree" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/engine" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/pilorama" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - shardmode "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard/mode" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/writecache" - "github.com/nspcc-dev/neofs-node/pkg/metrics" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - containerClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/container" - nmClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/netmap" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - netmap2 "github.com/nspcc-dev/neofs-node/pkg/morph/event/netmap" - "github.com/nspcc-dev/neofs-node/pkg/network" - "github.com/nspcc-dev/neofs-node/pkg/network/cache" - "github.com/nspcc-dev/neofs-node/pkg/services/control" - getsvc "github.com/nspcc-dev/neofs-node/pkg/services/object/get" - "github.com/nspcc-dev/neofs-node/pkg/services/object_manager/tombstone" - tsourse "github.com/nspcc-dev/neofs-node/pkg/services/object_manager/tombstone/source" - "github.com/nspcc-dev/neofs-node/pkg/services/replicator" - trustcontroller "github.com/nspcc-dev/neofs-node/pkg/services/reputation/local/controller" - truststorage "github.com/nspcc-dev/neofs-node/pkg/services/reputation/local/storage" - "github.com/nspcc-dev/neofs-node/pkg/services/tree" - "github.com/nspcc-dev/neofs-node/pkg/services/util/response" - "github.com/nspcc-dev/neofs-node/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - "github.com/nspcc-dev/neofs-node/pkg/util/state" - "github.com/nspcc-dev/neofs-sdk-go/netmap" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - "github.com/nspcc-dev/neofs-sdk-go/user" - "github.com/nspcc-dev/neofs-sdk-go/version" "github.com/panjf2000/ants/v2" "go.etcd.io/bbolt" "go.uber.org/atomic" diff --git a/cmd/neofs-node/config/apiclient/config.go b/cmd/frostfs-node/config/apiclient/config.go similarity index 95% rename from cmd/neofs-node/config/apiclient/config.go rename to cmd/frostfs-node/config/apiclient/config.go index 12f78af3..f2262283 100644 --- a/cmd/neofs-node/config/apiclient/config.go +++ b/cmd/frostfs-node/config/apiclient/config.go @@ -3,7 +3,7 @@ package apiclientconfig import ( "time" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" ) const ( diff --git a/cmd/neofs-node/config/apiclient/config_test.go b/cmd/frostfs-node/config/apiclient/config_test.go similarity index 79% rename from cmd/neofs-node/config/apiclient/config_test.go rename to cmd/frostfs-node/config/apiclient/config_test.go index a7da7d55..0b16b077 100644 --- a/cmd/neofs-node/config/apiclient/config_test.go +++ b/cmd/frostfs-node/config/apiclient/config_test.go @@ -4,9 +4,9 @@ import ( "testing" "time" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" - apiclientconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/apiclient" - configtest "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/test" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" + apiclientconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/apiclient" + configtest "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/test" "github.com/stretchr/testify/require" ) diff --git a/cmd/neofs-node/config/calls.go b/cmd/frostfs-node/config/calls.go similarity index 100% rename from cmd/neofs-node/config/calls.go rename to cmd/frostfs-node/config/calls.go diff --git a/cmd/neofs-node/config/calls_test.go b/cmd/frostfs-node/config/calls_test.go similarity index 88% rename from cmd/neofs-node/config/calls_test.go rename to cmd/frostfs-node/config/calls_test.go index 20dd8007..e3a7f7f1 100644 --- a/cmd/neofs-node/config/calls_test.go +++ b/cmd/frostfs-node/config/calls_test.go @@ -4,9 +4,9 @@ import ( "os" "testing" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/internal" - configtest "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/test" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/internal" + configtest "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/test" "github.com/stretchr/testify/require" ) diff --git a/cmd/neofs-node/config/cast.go b/cmd/frostfs-node/config/cast.go similarity index 100% rename from cmd/neofs-node/config/cast.go rename to cmd/frostfs-node/config/cast.go diff --git a/cmd/neofs-node/config/cast_test.go b/cmd/frostfs-node/config/cast_test.go similarity index 96% rename from cmd/neofs-node/config/cast_test.go rename to cmd/frostfs-node/config/cast_test.go index 85b6e1e9..931b2cee 100644 --- a/cmd/neofs-node/config/cast_test.go +++ b/cmd/frostfs-node/config/cast_test.go @@ -4,8 +4,8 @@ import ( "testing" "time" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" - configtest "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/test" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" + configtest "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/test" "github.com/stretchr/testify/require" ) diff --git a/cmd/neofs-node/config/config.go b/cmd/frostfs-node/config/config.go similarity index 94% rename from cmd/neofs-node/config/config.go rename to cmd/frostfs-node/config/config.go index c68bed9f..6f06a374 100644 --- a/cmd/neofs-node/config/config.go +++ b/cmd/frostfs-node/config/config.go @@ -4,7 +4,7 @@ import ( "fmt" "strings" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/internal" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/internal" "github.com/spf13/viper" ) diff --git a/cmd/neofs-node/config/contracts/config.go b/cmd/frostfs-node/config/contracts/config.go similarity index 96% rename from cmd/neofs-node/config/contracts/config.go rename to cmd/frostfs-node/config/contracts/config.go index cf1ac4b0..2db12350 100644 --- a/cmd/neofs-node/config/contracts/config.go +++ b/cmd/frostfs-node/config/contracts/config.go @@ -3,8 +3,8 @@ package contractsconfig import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" ) const ( diff --git a/cmd/neofs-node/config/contracts/config_test.go b/cmd/frostfs-node/config/contracts/config_test.go similarity index 88% rename from cmd/neofs-node/config/contracts/config_test.go rename to cmd/frostfs-node/config/contracts/config_test.go index 673fe519..47032f07 100644 --- a/cmd/neofs-node/config/contracts/config_test.go +++ b/cmd/frostfs-node/config/contracts/config_test.go @@ -3,10 +3,10 @@ package contractsconfig_test import ( "testing" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" + contractsconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/contracts" + configtest "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/test" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" - contractsconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/contracts" - configtest "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/test" "github.com/stretchr/testify/require" ) diff --git a/cmd/neofs-node/config/control/config.go b/cmd/frostfs-node/config/control/config.go similarity index 95% rename from cmd/neofs-node/config/control/config.go rename to cmd/frostfs-node/config/control/config.go index 92605728..b35bf4fb 100644 --- a/cmd/neofs-node/config/control/config.go +++ b/cmd/frostfs-node/config/control/config.go @@ -3,8 +3,8 @@ package controlconfig import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" ) // GRPCConfig is a wrapper over "grpc" config section which provides access diff --git a/cmd/neofs-node/config/control/config_test.go b/cmd/frostfs-node/config/control/config_test.go similarity index 81% rename from cmd/neofs-node/config/control/config_test.go rename to cmd/frostfs-node/config/control/config_test.go index 27ba75ed..f4ff5432 100644 --- a/cmd/neofs-node/config/control/config_test.go +++ b/cmd/frostfs-node/config/control/config_test.go @@ -3,10 +3,10 @@ package controlconfig_test import ( "testing" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" + controlconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/control" + configtest "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/test" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" - controlconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/control" - configtest "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/test" "github.com/stretchr/testify/require" ) diff --git a/cmd/neofs-node/config/engine/config.go b/cmd/frostfs-node/config/engine/config.go similarity index 90% rename from cmd/neofs-node/config/engine/config.go rename to cmd/frostfs-node/config/engine/config.go index 86f6b70c..53dd7fdb 100644 --- a/cmd/neofs-node/config/engine/config.go +++ b/cmd/frostfs-node/config/engine/config.go @@ -4,9 +4,9 @@ import ( "errors" "strconv" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" - shardconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/engine/shard" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard/mode" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" + shardconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/engine/shard" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard/mode" ) const ( diff --git a/cmd/neofs-node/config/engine/config_test.go b/cmd/frostfs-node/config/engine/config_test.go similarity index 88% rename from cmd/neofs-node/config/engine/config_test.go rename to cmd/frostfs-node/config/engine/config_test.go index c57017fb..a797853b 100644 --- a/cmd/neofs-node/config/engine/config_test.go +++ b/cmd/frostfs-node/config/engine/config_test.go @@ -5,14 +5,14 @@ import ( "testing" "time" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" - engineconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/engine" - shardconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/engine/shard" - blobovniczaconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/engine/shard/blobstor/blobovnicza" - fstreeconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/engine/shard/blobstor/fstree" - piloramaconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/engine/shard/pilorama" - configtest "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/test" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard/mode" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" + engineconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/engine" + shardconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/engine/shard" + blobovniczaconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/engine/shard/blobstor/blobovnicza" + fstreeconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/engine/shard/blobstor/fstree" + piloramaconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/engine/shard/pilorama" + configtest "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/test" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard/mode" "github.com/stretchr/testify/require" ) diff --git a/cmd/neofs-node/config/engine/shard/blobstor/blobovnicza/config.go b/cmd/frostfs-node/config/engine/shard/blobstor/blobovnicza/config.go similarity index 89% rename from cmd/neofs-node/config/engine/shard/blobstor/blobovnicza/config.go rename to cmd/frostfs-node/config/engine/shard/blobstor/blobovnicza/config.go index 3861ffa0..36a7b81c 100644 --- a/cmd/neofs-node/config/engine/shard/blobstor/blobovnicza/config.go +++ b/cmd/frostfs-node/config/engine/shard/blobstor/blobovnicza/config.go @@ -1,9 +1,9 @@ package blobovniczaconfig import ( - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" - boltdbconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/engine/shard/boltdb" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/blobovniczatree" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" + boltdbconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/engine/shard/boltdb" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/blobovniczatree" ) // Config is a wrapper over the config section diff --git a/cmd/neofs-node/config/engine/shard/blobstor/config.go b/cmd/frostfs-node/config/engine/shard/blobstor/config.go similarity index 68% rename from cmd/neofs-node/config/engine/shard/blobstor/config.go rename to cmd/frostfs-node/config/engine/shard/blobstor/config.go index 4e6dc86c..b827b3f2 100644 --- a/cmd/neofs-node/config/engine/shard/blobstor/config.go +++ b/cmd/frostfs-node/config/engine/shard/blobstor/config.go @@ -3,10 +3,10 @@ package blobstorconfig import ( "strconv" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/engine/shard/blobstor/storage" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/blobovniczatree" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/fstree" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/engine/shard/blobstor/storage" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/blobovniczatree" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/fstree" ) // Config is a wrapper over the config section diff --git a/cmd/neofs-node/config/engine/shard/blobstor/fstree/config.go b/cmd/frostfs-node/config/engine/shard/blobstor/fstree/config.go similarity index 86% rename from cmd/neofs-node/config/engine/shard/blobstor/fstree/config.go rename to cmd/frostfs-node/config/engine/shard/blobstor/fstree/config.go index cf9df902..45eeae29 100644 --- a/cmd/neofs-node/config/engine/shard/blobstor/fstree/config.go +++ b/cmd/frostfs-node/config/engine/shard/blobstor/fstree/config.go @@ -1,8 +1,8 @@ package fstree import ( - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/fstree" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/fstree" ) // Config is a wrapper over the config section diff --git a/cmd/neofs-node/config/engine/shard/blobstor/storage/config.go b/cmd/frostfs-node/config/engine/shard/blobstor/storage/config.go similarity index 93% rename from cmd/neofs-node/config/engine/shard/blobstor/storage/config.go rename to cmd/frostfs-node/config/engine/shard/blobstor/storage/config.go index 84c95742..4d0db437 100644 --- a/cmd/neofs-node/config/engine/shard/blobstor/storage/config.go +++ b/cmd/frostfs-node/config/engine/shard/blobstor/storage/config.go @@ -3,7 +3,7 @@ package storage import ( "io/fs" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" ) type Config config.Config diff --git a/cmd/neofs-node/config/engine/shard/boltdb/boltdb.go b/cmd/frostfs-node/config/engine/shard/boltdb/boltdb.go similarity index 95% rename from cmd/neofs-node/config/engine/shard/boltdb/boltdb.go rename to cmd/frostfs-node/config/engine/shard/boltdb/boltdb.go index ed35130a..11ba913c 100644 --- a/cmd/neofs-node/config/engine/shard/boltdb/boltdb.go +++ b/cmd/frostfs-node/config/engine/shard/boltdb/boltdb.go @@ -4,7 +4,7 @@ import ( "io/fs" "time" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" ) // Config is a wrapper over the config section diff --git a/cmd/neofs-node/config/engine/shard/config.go b/cmd/frostfs-node/config/engine/shard/config.go similarity index 82% rename from cmd/neofs-node/config/engine/shard/config.go rename to cmd/frostfs-node/config/engine/shard/config.go index 610ebdf1..4ced1799 100644 --- a/cmd/neofs-node/config/engine/shard/config.go +++ b/cmd/frostfs-node/config/engine/shard/config.go @@ -3,13 +3,13 @@ package shardconfig import ( "fmt" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" - blobstorconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/engine/shard/blobstor" - gcconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/engine/shard/gc" - metabaseconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/engine/shard/metabase" - piloramaconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/engine/shard/pilorama" - writecacheconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/engine/shard/writecache" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard/mode" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" + blobstorconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/engine/shard/blobstor" + gcconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/engine/shard/gc" + metabaseconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/engine/shard/metabase" + piloramaconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/engine/shard/pilorama" + writecacheconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/engine/shard/writecache" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard/mode" ) // Config is a wrapper over the config section diff --git a/cmd/neofs-node/config/engine/shard/gc/config.go b/cmd/frostfs-node/config/engine/shard/gc/config.go similarity index 95% rename from cmd/neofs-node/config/engine/shard/gc/config.go rename to cmd/frostfs-node/config/engine/shard/gc/config.go index 30e28e1c..9f5fb2b4 100644 --- a/cmd/neofs-node/config/engine/shard/gc/config.go +++ b/cmd/frostfs-node/config/engine/shard/gc/config.go @@ -3,7 +3,7 @@ package gcconfig import ( "time" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" ) // Config is a wrapper over the config section diff --git a/cmd/neofs-node/config/engine/shard/metabase/config.go b/cmd/frostfs-node/config/engine/shard/metabase/config.go similarity index 81% rename from cmd/neofs-node/config/engine/shard/metabase/config.go rename to cmd/frostfs-node/config/engine/shard/metabase/config.go index ec684e01..02ff7fda 100644 --- a/cmd/neofs-node/config/engine/shard/metabase/config.go +++ b/cmd/frostfs-node/config/engine/shard/metabase/config.go @@ -1,8 +1,8 @@ package metabaseconfig import ( - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" - boltdbconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/engine/shard/boltdb" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" + boltdbconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/engine/shard/boltdb" ) // Config is a wrapper over the config section diff --git a/cmd/neofs-node/config/engine/shard/pilorama/config.go b/cmd/frostfs-node/config/engine/shard/pilorama/config.go similarity index 96% rename from cmd/neofs-node/config/engine/shard/pilorama/config.go rename to cmd/frostfs-node/config/engine/shard/pilorama/config.go index e63c1cf8..0e2090b6 100644 --- a/cmd/neofs-node/config/engine/shard/pilorama/config.go +++ b/cmd/frostfs-node/config/engine/shard/pilorama/config.go @@ -4,7 +4,7 @@ import ( "io/fs" "time" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" ) // Config is a wrapper over the config section diff --git a/cmd/neofs-node/config/engine/shard/writecache/config.go b/cmd/frostfs-node/config/engine/shard/writecache/config.go similarity index 94% rename from cmd/neofs-node/config/engine/shard/writecache/config.go rename to cmd/frostfs-node/config/engine/shard/writecache/config.go index 2d708260..ec03940a 100644 --- a/cmd/neofs-node/config/engine/shard/writecache/config.go +++ b/cmd/frostfs-node/config/engine/shard/writecache/config.go @@ -1,8 +1,8 @@ package writecacheconfig import ( - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" - boltdbconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/engine/shard/boltdb" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" + boltdbconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/engine/shard/boltdb" ) // Config is a wrapper over the config section diff --git a/cmd/neofs-node/config/grpc/config.go b/cmd/frostfs-node/config/grpc/config.go similarity index 97% rename from cmd/neofs-node/config/grpc/config.go rename to cmd/frostfs-node/config/grpc/config.go index 865ee07b..f2ef3608 100644 --- a/cmd/neofs-node/config/grpc/config.go +++ b/cmd/frostfs-node/config/grpc/config.go @@ -4,7 +4,7 @@ import ( "errors" "strconv" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" ) var ( diff --git a/cmd/neofs-node/config/grpc/config_test.go b/cmd/frostfs-node/config/grpc/config_test.go similarity index 73% rename from cmd/neofs-node/config/grpc/config_test.go rename to cmd/frostfs-node/config/grpc/config_test.go index c05ff243..bb94d7f1 100644 --- a/cmd/neofs-node/config/grpc/config_test.go +++ b/cmd/frostfs-node/config/grpc/config_test.go @@ -3,8 +3,8 @@ package grpcconfig import ( "testing" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" - configtest "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/test" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" + configtest "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/test" "github.com/stretchr/testify/require" ) @@ -29,17 +29,17 @@ func TestGRPCSection(t *testing.T) { switch num { case 0: - require.Equal(t, "s01.neofs.devenv:8080", sc.Endpoint()) + require.Equal(t, "s01.frostfs.devenv:8080", sc.Endpoint()) require.NotNil(t, tls) require.Equal(t, "/path/to/cert", tls.CertificateFile()) require.Equal(t, "/path/to/key", tls.KeyFile()) require.False(t, tls.UseInsecureCrypto()) case 1: - require.Equal(t, "s02.neofs.devenv:8080", sc.Endpoint()) + require.Equal(t, "s02.frostfs.devenv:8080", sc.Endpoint()) require.Nil(t, tls) case 2: - require.Equal(t, "s03.neofs.devenv:8080", sc.Endpoint()) + require.Equal(t, "s03.frostfs.devenv:8080", sc.Endpoint()) require.NotNil(t, tls) require.True(t, tls.UseInsecureCrypto()) } diff --git a/cmd/neofs-node/config/internal/env.go b/cmd/frostfs-node/config/internal/env.go similarity index 100% rename from cmd/neofs-node/config/internal/env.go rename to cmd/frostfs-node/config/internal/env.go diff --git a/cmd/neofs-node/config/internal/env_test.go b/cmd/frostfs-node/config/internal/env_test.go similarity index 73% rename from cmd/neofs-node/config/internal/env_test.go rename to cmd/frostfs-node/config/internal/env_test.go index a599ad45..80c8a0e5 100644 --- a/cmd/neofs-node/config/internal/env_test.go +++ b/cmd/frostfs-node/config/internal/env_test.go @@ -3,7 +3,7 @@ package internal_test import ( "testing" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/internal" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/internal" "github.com/stretchr/testify/require" ) diff --git a/cmd/neofs-node/config/logger/config.go b/cmd/frostfs-node/config/logger/config.go similarity index 86% rename from cmd/neofs-node/config/logger/config.go rename to cmd/frostfs-node/config/logger/config.go index f994db05..47ca5eac 100644 --- a/cmd/neofs-node/config/logger/config.go +++ b/cmd/frostfs-node/config/logger/config.go @@ -1,7 +1,7 @@ package loggerconfig import ( - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" ) const ( diff --git a/cmd/neofs-node/config/logger/config_test.go b/cmd/frostfs-node/config/logger/config_test.go similarity index 71% rename from cmd/neofs-node/config/logger/config_test.go rename to cmd/frostfs-node/config/logger/config_test.go index faf2c799..c2df2fab 100644 --- a/cmd/neofs-node/config/logger/config_test.go +++ b/cmd/frostfs-node/config/logger/config_test.go @@ -3,9 +3,9 @@ package loggerconfig_test import ( "testing" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" - loggerconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/logger" - configtest "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/test" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" + loggerconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/logger" + configtest "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/test" "github.com/stretchr/testify/require" ) diff --git a/cmd/neofs-node/config/metrics/config.go b/cmd/frostfs-node/config/metrics/config.go similarity index 94% rename from cmd/neofs-node/config/metrics/config.go rename to cmd/frostfs-node/config/metrics/config.go index d5941a6f..3c2fff99 100644 --- a/cmd/neofs-node/config/metrics/config.go +++ b/cmd/frostfs-node/config/metrics/config.go @@ -3,7 +3,7 @@ package metricsconfig import ( "time" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" ) const ( diff --git a/cmd/neofs-node/config/metrics/config_test.go b/cmd/frostfs-node/config/metrics/config_test.go similarity index 80% rename from cmd/neofs-node/config/metrics/config_test.go rename to cmd/frostfs-node/config/metrics/config_test.go index 2a041a24..ad355e11 100644 --- a/cmd/neofs-node/config/metrics/config_test.go +++ b/cmd/frostfs-node/config/metrics/config_test.go @@ -4,9 +4,9 @@ import ( "testing" "time" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" - metricsconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/metrics" - configtest "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/test" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" + metricsconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/metrics" + configtest "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/test" "github.com/stretchr/testify/require" ) diff --git a/cmd/neofs-node/config/morph/config.go b/cmd/frostfs-node/config/morph/config.go similarity index 95% rename from cmd/neofs-node/config/morph/config.go rename to cmd/frostfs-node/config/morph/config.go index 782b941e..f87c72ac 100644 --- a/cmd/neofs-node/config/morph/config.go +++ b/cmd/frostfs-node/config/morph/config.go @@ -5,8 +5,8 @@ import ( "strconv" "time" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" ) const ( diff --git a/cmd/neofs-node/config/morph/config_test.go b/cmd/frostfs-node/config/morph/config_test.go similarity index 80% rename from cmd/neofs-node/config/morph/config_test.go rename to cmd/frostfs-node/config/morph/config_test.go index 78f528e8..9a7085a5 100644 --- a/cmd/neofs-node/config/morph/config_test.go +++ b/cmd/frostfs-node/config/morph/config_test.go @@ -4,10 +4,10 @@ import ( "testing" "time" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" - morphconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/morph" - configtest "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/test" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" + morphconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/morph" + configtest "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/test" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" "github.com/stretchr/testify/require" ) diff --git a/cmd/neofs-node/config/node/config.go b/cmd/frostfs-node/config/node/config.go similarity index 96% rename from cmd/neofs-node/config/node/config.go rename to cmd/frostfs-node/config/node/config.go index 31595643..510946e8 100644 --- a/cmd/neofs-node/config/node/config.go +++ b/cmd/frostfs-node/config/node/config.go @@ -6,10 +6,10 @@ import ( "strconv" "time" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" + "github.com/TrueCloudLab/frostfs-node/pkg/network" + utilConfig "github.com/TrueCloudLab/frostfs-node/pkg/util/config" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" - "github.com/nspcc-dev/neofs-node/pkg/network" - utilConfig "github.com/nspcc-dev/neofs-node/pkg/util/config" ) // PersistentSessionsConfig is a wrapper over "persistent_sessions" config section @@ -39,7 +39,7 @@ const ( attributePrefix = "attribute" // PersistentStatePathDefault is a default path for persistent state file. - PersistentStatePathDefault = ".neofs-storage-state" + PersistentStatePathDefault = ".frostfs-storage-state" // NotificationTimeoutDefault is a default timeout for object notification operation. NotificationTimeoutDefault = 5 * time.Second diff --git a/cmd/neofs-node/config/node/config_test.go b/cmd/frostfs-node/config/node/config_test.go similarity index 92% rename from cmd/neofs-node/config/node/config_test.go rename to cmd/frostfs-node/config/node/config_test.go index f0bf39ec..575f6c38 100644 --- a/cmd/neofs-node/config/node/config_test.go +++ b/cmd/frostfs-node/config/node/config_test.go @@ -4,10 +4,10 @@ import ( "testing" "time" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" + configtest "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/test" + "github.com/TrueCloudLab/frostfs-node/pkg/network" "github.com/nspcc-dev/neo-go/pkg/encoding/address" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" - configtest "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/test" - "github.com/nspcc-dev/neofs-node/pkg/network" "github.com/stretchr/testify/require" ) @@ -95,12 +95,12 @@ func TestNodeSection(t *testing.T) { host: "grpcs://localhost:8083", }, { - str: "/dns4/s01.neofs.devenv/tcp/8080", - host: "s01.neofs.devenv:8080", + str: "/dns4/s01.frostfs.devenv/tcp/8080", + host: "s01.frostfs.devenv:8080", }, { - str: "/dns4/s02.neofs.devenv/tcp/8081", - host: "s02.neofs.devenv:8081", + str: "/dns4/s02.frostfs.devenv/tcp/8081", + host: "s02.frostfs.devenv:8081", }, { str: "/ip4/127.0.0.1/tcp/8082", diff --git a/cmd/neofs-node/config/node/wallet.json b/cmd/frostfs-node/config/node/wallet.json similarity index 100% rename from cmd/neofs-node/config/node/wallet.json rename to cmd/frostfs-node/config/node/wallet.json diff --git a/cmd/neofs-node/config/node/wallet.key b/cmd/frostfs-node/config/node/wallet.key similarity index 100% rename from cmd/neofs-node/config/node/wallet.key rename to cmd/frostfs-node/config/node/wallet.key diff --git a/cmd/neofs-node/config/object/config.go b/cmd/frostfs-node/config/object/config.go similarity index 93% rename from cmd/neofs-node/config/object/config.go rename to cmd/frostfs-node/config/object/config.go index 1460f130..b675b39e 100644 --- a/cmd/neofs-node/config/object/config.go +++ b/cmd/frostfs-node/config/object/config.go @@ -1,7 +1,7 @@ package objectconfig import ( - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" ) // PutConfig is a wrapper over "put" config section which provides access diff --git a/cmd/neofs-node/config/object/config_test.go b/cmd/frostfs-node/config/object/config_test.go similarity index 72% rename from cmd/neofs-node/config/object/config_test.go rename to cmd/frostfs-node/config/object/config_test.go index 522040cf..db7c1d62 100644 --- a/cmd/neofs-node/config/object/config_test.go +++ b/cmd/frostfs-node/config/object/config_test.go @@ -3,9 +3,9 @@ package objectconfig_test import ( "testing" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" - objectconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/object" - configtest "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/test" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" + objectconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/object" + configtest "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/test" "github.com/stretchr/testify/require" ) diff --git a/cmd/neofs-node/config/opts.go b/cmd/frostfs-node/config/opts.go similarity index 100% rename from cmd/neofs-node/config/opts.go rename to cmd/frostfs-node/config/opts.go diff --git a/cmd/neofs-node/config/policer/config.go b/cmd/frostfs-node/config/policer/config.go similarity index 89% rename from cmd/neofs-node/config/policer/config.go rename to cmd/frostfs-node/config/policer/config.go index 5e611755..6b5990fb 100644 --- a/cmd/neofs-node/config/policer/config.go +++ b/cmd/frostfs-node/config/policer/config.go @@ -3,7 +3,7 @@ package policerconfig import ( "time" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" ) const ( diff --git a/cmd/neofs-node/config/policer/config_test.go b/cmd/frostfs-node/config/policer/config_test.go similarity index 72% rename from cmd/neofs-node/config/policer/config_test.go rename to cmd/frostfs-node/config/policer/config_test.go index 03a2f3a8..a67e6f36 100644 --- a/cmd/neofs-node/config/policer/config_test.go +++ b/cmd/frostfs-node/config/policer/config_test.go @@ -4,9 +4,9 @@ import ( "testing" "time" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" - policerconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/policer" - configtest "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/test" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" + policerconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/policer" + configtest "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/test" "github.com/stretchr/testify/require" ) diff --git a/cmd/neofs-node/config/profiler/config.go b/cmd/frostfs-node/config/profiler/config.go similarity index 94% rename from cmd/neofs-node/config/profiler/config.go rename to cmd/frostfs-node/config/profiler/config.go index 6419b803..17aabaa8 100644 --- a/cmd/neofs-node/config/profiler/config.go +++ b/cmd/frostfs-node/config/profiler/config.go @@ -3,7 +3,7 @@ package profilerconfig import ( "time" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" ) const ( diff --git a/cmd/neofs-node/config/profiler/config_test.go b/cmd/frostfs-node/config/profiler/config_test.go similarity index 80% rename from cmd/neofs-node/config/profiler/config_test.go rename to cmd/frostfs-node/config/profiler/config_test.go index 2a5bd292..edb457bb 100644 --- a/cmd/neofs-node/config/profiler/config_test.go +++ b/cmd/frostfs-node/config/profiler/config_test.go @@ -4,9 +4,9 @@ import ( "testing" "time" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" - profilerconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/profiler" - configtest "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/test" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" + profilerconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/profiler" + configtest "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/test" "github.com/stretchr/testify/require" ) diff --git a/cmd/neofs-node/config/replicator/config.go b/cmd/frostfs-node/config/replicator/config.go similarity index 91% rename from cmd/neofs-node/config/replicator/config.go rename to cmd/frostfs-node/config/replicator/config.go index 6e17d872..dcff08ea 100644 --- a/cmd/neofs-node/config/replicator/config.go +++ b/cmd/frostfs-node/config/replicator/config.go @@ -3,7 +3,7 @@ package replicatorconfig import ( "time" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" ) const ( diff --git a/cmd/neofs-node/config/replicator/config_test.go b/cmd/frostfs-node/config/replicator/config_test.go similarity index 75% rename from cmd/neofs-node/config/replicator/config_test.go rename to cmd/frostfs-node/config/replicator/config_test.go index 60fd24ea..64d410c9 100644 --- a/cmd/neofs-node/config/replicator/config_test.go +++ b/cmd/frostfs-node/config/replicator/config_test.go @@ -4,9 +4,9 @@ import ( "testing" "time" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" - replicatorconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/replicator" - configtest "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/test" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" + replicatorconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/replicator" + configtest "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/test" "github.com/stretchr/testify/require" ) diff --git a/cmd/neofs-node/config/test/config.go b/cmd/frostfs-node/config/test/config.go similarity index 95% rename from cmd/neofs-node/config/test/config.go rename to cmd/frostfs-node/config/test/config.go index f7921ce5..5dbc20f4 100644 --- a/cmd/neofs-node/config/test/config.go +++ b/cmd/frostfs-node/config/test/config.go @@ -5,7 +5,7 @@ import ( "os" "strings" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" ) func fromFile(path string) *config.Config { diff --git a/cmd/neofs-node/config/test/config.json b/cmd/frostfs-node/config/test/config.json similarity index 100% rename from cmd/neofs-node/config/test/config.json rename to cmd/frostfs-node/config/test/config.json diff --git a/cmd/neofs-node/config/test/config.yaml b/cmd/frostfs-node/config/test/config.yaml similarity index 100% rename from cmd/neofs-node/config/test/config.yaml rename to cmd/frostfs-node/config/test/config.yaml diff --git a/cmd/neofs-node/config/tree/config.go b/cmd/frostfs-node/config/tree/config.go similarity index 95% rename from cmd/neofs-node/config/tree/config.go rename to cmd/frostfs-node/config/tree/config.go index 9b65700b..8f4341e4 100644 --- a/cmd/neofs-node/config/tree/config.go +++ b/cmd/frostfs-node/config/tree/config.go @@ -1,6 +1,6 @@ package treeconfig -import "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" +import "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" const ( subsection = "tree" diff --git a/cmd/neofs-node/config/tree/config_test.go b/cmd/frostfs-node/config/tree/config_test.go similarity index 80% rename from cmd/neofs-node/config/tree/config_test.go rename to cmd/frostfs-node/config/tree/config_test.go index c65b32c3..f2f2ff22 100644 --- a/cmd/neofs-node/config/tree/config_test.go +++ b/cmd/frostfs-node/config/tree/config_test.go @@ -3,9 +3,9 @@ package treeconfig_test import ( "testing" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" - configtest "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/test" - treeconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/tree" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" + configtest "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/test" + treeconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/tree" "github.com/stretchr/testify/require" ) diff --git a/cmd/neofs-node/container.go b/cmd/frostfs-node/container.go similarity index 91% rename from cmd/neofs-node/container.go rename to cmd/frostfs-node/container.go index 0ad924d3..d39d4989 100644 --- a/cmd/neofs-node/container.go +++ b/cmd/frostfs-node/container.go @@ -9,28 +9,28 @@ import ( "fmt" "strconv" - containerV2 "github.com/nspcc-dev/neofs-api-go/v2/container" - containerGRPC "github.com/nspcc-dev/neofs-api-go/v2/container/grpc" - "github.com/nspcc-dev/neofs-node/pkg/core/client" - containerCore "github.com/nspcc-dev/neofs-node/pkg/core/container" - netmapCore "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/engine" - cntClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/container" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - containerEvent "github.com/nspcc-dev/neofs-node/pkg/morph/event/container" - containerTransportGRPC "github.com/nspcc-dev/neofs-node/pkg/network/transport/container/grpc" - containerService "github.com/nspcc-dev/neofs-node/pkg/services/container" - loadcontroller "github.com/nspcc-dev/neofs-node/pkg/services/container/announcement/load/controller" - loadroute "github.com/nspcc-dev/neofs-node/pkg/services/container/announcement/load/route" - placementrouter "github.com/nspcc-dev/neofs-node/pkg/services/container/announcement/load/route/placement" - loadstorage "github.com/nspcc-dev/neofs-node/pkg/services/container/announcement/load/storage" - containerMorph "github.com/nspcc-dev/neofs-node/pkg/services/container/morph" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - apiClient "github.com/nspcc-dev/neofs-sdk-go/client" - containerSDK "github.com/nspcc-dev/neofs-sdk-go/container" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/netmap" - "github.com/nspcc-dev/neofs-sdk-go/user" + containerV2 "github.com/TrueCloudLab/frostfs-api-go/v2/container" + containerGRPC "github.com/TrueCloudLab/frostfs-api-go/v2/container/grpc" + "github.com/TrueCloudLab/frostfs-node/pkg/core/client" + containerCore "github.com/TrueCloudLab/frostfs-node/pkg/core/container" + netmapCore "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/engine" + cntClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/container" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + containerEvent "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/container" + containerTransportGRPC "github.com/TrueCloudLab/frostfs-node/pkg/network/transport/container/grpc" + containerService "github.com/TrueCloudLab/frostfs-node/pkg/services/container" + loadcontroller "github.com/TrueCloudLab/frostfs-node/pkg/services/container/announcement/load/controller" + loadroute "github.com/TrueCloudLab/frostfs-node/pkg/services/container/announcement/load/route" + placementrouter "github.com/TrueCloudLab/frostfs-node/pkg/services/container/announcement/load/route/placement" + loadstorage "github.com/TrueCloudLab/frostfs-node/pkg/services/container/announcement/load/storage" + containerMorph "github.com/TrueCloudLab/frostfs-node/pkg/services/container/morph" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + apiClient "github.com/TrueCloudLab/frostfs-sdk-go/client" + containerSDK "github.com/TrueCloudLab/frostfs-sdk-go/container" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-sdk-go/user" "go.uber.org/zap" ) diff --git a/cmd/neofs-node/control.go b/cmd/frostfs-node/control.go similarity index 85% rename from cmd/neofs-node/control.go rename to cmd/frostfs-node/control.go index 02ece79d..9b491e31 100644 --- a/cmd/neofs-node/control.go +++ b/cmd/frostfs-node/control.go @@ -4,11 +4,11 @@ import ( "context" "net" - controlconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/control" - "github.com/nspcc-dev/neofs-node/pkg/services/control" - controlSvc "github.com/nspcc-dev/neofs-node/pkg/services/control/server" - "github.com/nspcc-dev/neofs-node/pkg/services/tree" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" + controlconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/control" + "github.com/TrueCloudLab/frostfs-node/pkg/services/control" + controlSvc "github.com/TrueCloudLab/frostfs-node/pkg/services/control/server" + "github.com/TrueCloudLab/frostfs-node/pkg/services/tree" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" "go.uber.org/zap" "google.golang.org/grpc" ) diff --git a/cmd/neofs-node/grpc.go b/cmd/frostfs-node/grpc.go similarity index 95% rename from cmd/neofs-node/grpc.go rename to cmd/frostfs-node/grpc.go index c5e0f9c9..b9c7c970 100644 --- a/cmd/neofs-node/grpc.go +++ b/cmd/frostfs-node/grpc.go @@ -7,8 +7,8 @@ import ( "net" "time" - grpcconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/grpc" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + grpcconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/grpc" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "go.uber.org/zap" "google.golang.org/grpc" "google.golang.org/grpc/credentials" diff --git a/cmd/neofs-node/main.go b/cmd/frostfs-node/main.go similarity index 93% rename from cmd/neofs-node/main.go rename to cmd/frostfs-node/main.go index 6edca30b..09da49e9 100644 --- a/cmd/neofs-node/main.go +++ b/cmd/frostfs-node/main.go @@ -9,9 +9,9 @@ import ( "os/signal" "syscall" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" - "github.com/nspcc-dev/neofs-node/misc" - "github.com/nspcc-dev/neofs-node/pkg/services/control" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" + "github.com/TrueCloudLab/frostfs-node/misc" + "github.com/TrueCloudLab/frostfs-node/pkg/services/control" "go.uber.org/zap" ) @@ -36,7 +36,7 @@ func fatalOnErrDetails(details string, err error) { func main() { configFile := flag.String("config", "", "path to config") - versionFlag := flag.Bool("version", false, "neofs node version") + versionFlag := flag.Bool("version", false, "frostfs node version") dryRunFlag := flag.Bool("check", false, "validate configuration and exit") flag.Parse() diff --git a/cmd/neofs-node/metrics.go b/cmd/frostfs-node/metrics.go similarity index 85% rename from cmd/neofs-node/metrics.go rename to cmd/frostfs-node/metrics.go index bef60220..193b71d3 100644 --- a/cmd/neofs-node/metrics.go +++ b/cmd/frostfs-node/metrics.go @@ -3,8 +3,8 @@ package main import ( "context" - metricsconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/metrics" - httputil "github.com/nspcc-dev/neofs-node/pkg/util/http" + metricsconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/metrics" + httputil "github.com/TrueCloudLab/frostfs-node/pkg/util/http" "github.com/prometheus/client_golang/prometheus/promhttp" "go.uber.org/zap" ) diff --git a/cmd/neofs-node/morph.go b/cmd/frostfs-node/morph.go similarity index 94% rename from cmd/neofs-node/morph.go rename to cmd/frostfs-node/morph.go index 66991229..c9476e1f 100644 --- a/cmd/neofs-node/morph.go +++ b/cmd/frostfs-node/morph.go @@ -6,17 +6,17 @@ import ( "fmt" "time" + morphconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/morph" + "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + nmClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + netmapEvent "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/subscriber" + "github.com/TrueCloudLab/frostfs-node/pkg/util/rand" "github.com/nspcc-dev/neo-go/pkg/core/block" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/util" - morphconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/morph" - "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - nmClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/netmap" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - netmapEvent "github.com/nspcc-dev/neofs-node/pkg/morph/event/netmap" - "github.com/nspcc-dev/neofs-node/pkg/morph/subscriber" - "github.com/nspcc-dev/neofs-node/pkg/util/rand" "go.uber.org/zap" ) diff --git a/cmd/neofs-node/netmap.go b/cmd/frostfs-node/netmap.go similarity index 92% rename from cmd/neofs-node/netmap.go rename to cmd/frostfs-node/netmap.go index 080a47e1..580da8e0 100644 --- a/cmd/neofs-node/netmap.go +++ b/cmd/frostfs-node/netmap.go @@ -5,20 +5,20 @@ import ( "errors" "fmt" - netmapGRPC "github.com/nspcc-dev/neofs-api-go/v2/netmap/grpc" - nodeconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/node" - "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - "github.com/nspcc-dev/neofs-node/pkg/metrics" - nmClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/netmap" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - netmapEvent "github.com/nspcc-dev/neofs-node/pkg/morph/event/netmap" - "github.com/nspcc-dev/neofs-node/pkg/network" - netmapTransportGRPC "github.com/nspcc-dev/neofs-node/pkg/network/transport/netmap/grpc" - "github.com/nspcc-dev/neofs-node/pkg/services/control" - netmapService "github.com/nspcc-dev/neofs-node/pkg/services/netmap" - netmapSDK "github.com/nspcc-dev/neofs-sdk-go/netmap" - subnetid "github.com/nspcc-dev/neofs-sdk-go/subnet/id" - "github.com/nspcc-dev/neofs-sdk-go/version" + netmapGRPC "github.com/TrueCloudLab/frostfs-api-go/v2/netmap/grpc" + nodeconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/node" + "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/metrics" + nmClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + netmapEvent "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/network" + netmapTransportGRPC "github.com/TrueCloudLab/frostfs-node/pkg/network/transport/netmap/grpc" + "github.com/TrueCloudLab/frostfs-node/pkg/services/control" + netmapService "github.com/TrueCloudLab/frostfs-node/pkg/services/netmap" + netmapSDK "github.com/TrueCloudLab/frostfs-sdk-go/netmap" + subnetid "github.com/TrueCloudLab/frostfs-sdk-go/subnet/id" + "github.com/TrueCloudLab/frostfs-sdk-go/version" "go.uber.org/atomic" "go.uber.org/zap" ) diff --git a/cmd/neofs-node/notificator.go b/cmd/frostfs-node/notificator.go similarity index 86% rename from cmd/neofs-node/notificator.go rename to cmd/frostfs-node/notificator.go index 54344db3..10093f5b 100644 --- a/cmd/neofs-node/notificator.go +++ b/cmd/frostfs-node/notificator.go @@ -4,15 +4,15 @@ import ( "encoding/hex" "fmt" - nodeconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/node" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/engine" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - "github.com/nspcc-dev/neofs-node/pkg/morph/event/netmap" - "github.com/nspcc-dev/neofs-node/pkg/services/notificator" - "github.com/nspcc-dev/neofs-node/pkg/services/notificator/nats" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + nodeconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/node" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/engine" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/services/notificator" + "github.com/TrueCloudLab/frostfs-node/pkg/services/notificator/nats" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.uber.org/zap" ) diff --git a/cmd/neofs-node/object.go b/cmd/frostfs-node/object.go similarity index 83% rename from cmd/neofs-node/object.go rename to cmd/frostfs-node/object.go index 9707d1aa..682682bf 100644 --- a/cmd/neofs-node/object.go +++ b/cmd/frostfs-node/object.go @@ -6,45 +6,45 @@ import ( "errors" "fmt" - "github.com/nspcc-dev/neofs-api-go/v2/object" - objectGRPC "github.com/nspcc-dev/neofs-api-go/v2/object/grpc" - policerconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/policer" - replicatorconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/replicator" - coreclient "github.com/nspcc-dev/neofs-node/pkg/core/client" - containercore "github.com/nspcc-dev/neofs-node/pkg/core/container" - "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - objectCore "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/engine" - morphClient "github.com/nspcc-dev/neofs-node/pkg/morph/client" - cntClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/container" - nmClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/netmap" - objectTransportGRPC "github.com/nspcc-dev/neofs-node/pkg/network/transport/object/grpc" - objectService "github.com/nspcc-dev/neofs-node/pkg/services/object" - "github.com/nspcc-dev/neofs-node/pkg/services/object/acl" - v2 "github.com/nspcc-dev/neofs-node/pkg/services/object/acl/v2" - deletesvc "github.com/nspcc-dev/neofs-node/pkg/services/object/delete" - deletesvcV2 "github.com/nspcc-dev/neofs-node/pkg/services/object/delete/v2" - getsvc "github.com/nspcc-dev/neofs-node/pkg/services/object/get" - getsvcV2 "github.com/nspcc-dev/neofs-node/pkg/services/object/get/v2" - headsvc "github.com/nspcc-dev/neofs-node/pkg/services/object/head" - putsvc "github.com/nspcc-dev/neofs-node/pkg/services/object/put" - putsvcV2 "github.com/nspcc-dev/neofs-node/pkg/services/object/put/v2" - searchsvc "github.com/nspcc-dev/neofs-node/pkg/services/object/search" - searchsvcV2 "github.com/nspcc-dev/neofs-node/pkg/services/object/search/v2" - "github.com/nspcc-dev/neofs-node/pkg/services/object/util" - "github.com/nspcc-dev/neofs-node/pkg/services/object_manager/placement" - "github.com/nspcc-dev/neofs-node/pkg/services/policer" - "github.com/nspcc-dev/neofs-node/pkg/services/replicator" - truststorage "github.com/nspcc-dev/neofs-node/pkg/services/reputation/local/storage" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - "github.com/nspcc-dev/neofs-sdk-go/client" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - eaclSDK "github.com/nspcc-dev/neofs-sdk-go/eacl" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - apireputation "github.com/nspcc-dev/neofs-sdk-go/reputation" - "github.com/nspcc-dev/neofs-sdk-go/user" + "github.com/TrueCloudLab/frostfs-api-go/v2/object" + objectGRPC "github.com/TrueCloudLab/frostfs-api-go/v2/object/grpc" + policerconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/policer" + replicatorconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/replicator" + coreclient "github.com/TrueCloudLab/frostfs-node/pkg/core/client" + containercore "github.com/TrueCloudLab/frostfs-node/pkg/core/container" + "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + objectCore "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/engine" + morphClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + cntClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/container" + nmClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/netmap" + objectTransportGRPC "github.com/TrueCloudLab/frostfs-node/pkg/network/transport/object/grpc" + objectService "github.com/TrueCloudLab/frostfs-node/pkg/services/object" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object/acl" + v2 "github.com/TrueCloudLab/frostfs-node/pkg/services/object/acl/v2" + deletesvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object/delete" + deletesvcV2 "github.com/TrueCloudLab/frostfs-node/pkg/services/object/delete/v2" + getsvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object/get" + getsvcV2 "github.com/TrueCloudLab/frostfs-node/pkg/services/object/get/v2" + headsvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object/head" + putsvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object/put" + putsvcV2 "github.com/TrueCloudLab/frostfs-node/pkg/services/object/put/v2" + searchsvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object/search" + searchsvcV2 "github.com/TrueCloudLab/frostfs-node/pkg/services/object/search/v2" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object/util" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object_manager/placement" + "github.com/TrueCloudLab/frostfs-node/pkg/services/policer" + "github.com/TrueCloudLab/frostfs-node/pkg/services/replicator" + truststorage "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/local/storage" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-sdk-go/client" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + eaclSDK "github.com/TrueCloudLab/frostfs-sdk-go/eacl" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + apireputation "github.com/TrueCloudLab/frostfs-sdk-go/reputation" + "github.com/TrueCloudLab/frostfs-sdk-go/user" "go.uber.org/zap" ) diff --git a/cmd/neofs-node/pprof.go b/cmd/frostfs-node/pprof.go similarity index 84% rename from cmd/neofs-node/pprof.go rename to cmd/frostfs-node/pprof.go index a64fa857..73461879 100644 --- a/cmd/neofs-node/pprof.go +++ b/cmd/frostfs-node/pprof.go @@ -3,8 +3,8 @@ package main import ( "context" - profilerconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/profiler" - httputil "github.com/nspcc-dev/neofs-node/pkg/util/http" + profilerconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/profiler" + httputil "github.com/TrueCloudLab/frostfs-node/pkg/util/http" "go.uber.org/zap" ) diff --git a/cmd/neofs-node/reputation.go b/cmd/frostfs-node/reputation.go similarity index 81% rename from cmd/neofs-node/reputation.go rename to cmd/frostfs-node/reputation.go index 739dacdf..a9a28c54 100644 --- a/cmd/neofs-node/reputation.go +++ b/cmd/frostfs-node/reputation.go @@ -4,32 +4,32 @@ import ( "context" "fmt" - v2reputation "github.com/nspcc-dev/neofs-api-go/v2/reputation" - v2reputationgrpc "github.com/nspcc-dev/neofs-api-go/v2/reputation/grpc" - "github.com/nspcc-dev/neofs-api-go/v2/session" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/reputation/common" - intermediatereputation "github.com/nspcc-dev/neofs-node/cmd/neofs-node/reputation/intermediate" - localreputation "github.com/nspcc-dev/neofs-node/cmd/neofs-node/reputation/local" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/reputation/ticker" - repClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/reputation" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - "github.com/nspcc-dev/neofs-node/pkg/morph/event/netmap" - grpcreputation "github.com/nspcc-dev/neofs-node/pkg/network/transport/reputation/grpc" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation" - reputationcommon "github.com/nspcc-dev/neofs-node/pkg/services/reputation/common" - reputationrouter "github.com/nspcc-dev/neofs-node/pkg/services/reputation/common/router" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation/eigentrust" - eigentrustcalc "github.com/nspcc-dev/neofs-node/pkg/services/reputation/eigentrust/calculator" - eigentrustctrl "github.com/nspcc-dev/neofs-node/pkg/services/reputation/eigentrust/controller" - intermediateroutes "github.com/nspcc-dev/neofs-node/pkg/services/reputation/eigentrust/routes" - consumerstorage "github.com/nspcc-dev/neofs-node/pkg/services/reputation/eigentrust/storage/consumers" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation/eigentrust/storage/daughters" - localtrustcontroller "github.com/nspcc-dev/neofs-node/pkg/services/reputation/local/controller" - localroutes "github.com/nspcc-dev/neofs-node/pkg/services/reputation/local/routes" - truststorage "github.com/nspcc-dev/neofs-node/pkg/services/reputation/local/storage" - reputationrpc "github.com/nspcc-dev/neofs-node/pkg/services/reputation/rpc" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - apireputation "github.com/nspcc-dev/neofs-sdk-go/reputation" + v2reputation "github.com/TrueCloudLab/frostfs-api-go/v2/reputation" + v2reputationgrpc "github.com/TrueCloudLab/frostfs-api-go/v2/reputation/grpc" + "github.com/TrueCloudLab/frostfs-api-go/v2/session" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/reputation/common" + intermediatereputation "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/reputation/intermediate" + localreputation "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/reputation/local" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/reputation/ticker" + repClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/reputation" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/netmap" + grpcreputation "github.com/TrueCloudLab/frostfs-node/pkg/network/transport/reputation/grpc" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation" + reputationcommon "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/common" + reputationrouter "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/common/router" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/eigentrust" + eigentrustcalc "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/eigentrust/calculator" + eigentrustctrl "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/eigentrust/controller" + intermediateroutes "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/eigentrust/routes" + consumerstorage "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/eigentrust/storage/consumers" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/eigentrust/storage/daughters" + localtrustcontroller "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/local/controller" + localroutes "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/local/routes" + truststorage "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/local/storage" + reputationrpc "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/rpc" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + apireputation "github.com/TrueCloudLab/frostfs-sdk-go/reputation" "go.uber.org/zap" ) diff --git a/cmd/neofs-node/reputation/common/remote.go b/cmd/frostfs-node/reputation/common/remote.go similarity index 86% rename from cmd/neofs-node/reputation/common/remote.go rename to cmd/frostfs-node/reputation/common/remote.go index 95fb834d..b527fbf7 100644 --- a/cmd/neofs-node/reputation/common/remote.go +++ b/cmd/frostfs-node/reputation/common/remote.go @@ -3,12 +3,12 @@ package common import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/core/client" - "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - reputationcommon "github.com/nspcc-dev/neofs-node/pkg/services/reputation/common" - reputationrouter "github.com/nspcc-dev/neofs-node/pkg/services/reputation/common/router" - trustcontroller "github.com/nspcc-dev/neofs-node/pkg/services/reputation/local/controller" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/core/client" + "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + reputationcommon "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/common" + reputationrouter "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/common/router" + trustcontroller "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/local/controller" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" ) type clientCache interface { diff --git a/cmd/neofs-node/reputation/common/util.go b/cmd/frostfs-node/reputation/common/util.go similarity index 94% rename from cmd/neofs-node/reputation/common/util.go rename to cmd/frostfs-node/reputation/common/util.go index b1acf053..c4943c24 100644 --- a/cmd/neofs-node/reputation/common/util.go +++ b/cmd/frostfs-node/reputation/common/util.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation" ) // EpochContext is a std context extended with epoch data. diff --git a/cmd/neofs-node/reputation/intermediate/calculator.go b/cmd/frostfs-node/reputation/intermediate/calculator.go similarity index 75% rename from cmd/neofs-node/reputation/intermediate/calculator.go rename to cmd/frostfs-node/reputation/intermediate/calculator.go index 158f1772..1cd61fa9 100644 --- a/cmd/neofs-node/reputation/intermediate/calculator.go +++ b/cmd/frostfs-node/reputation/intermediate/calculator.go @@ -4,12 +4,12 @@ import ( "errors" "fmt" - "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation/eigentrust" - eigencalc "github.com/nspcc-dev/neofs-node/pkg/services/reputation/eigentrust/calculator" - eigentrustctrl "github.com/nspcc-dev/neofs-node/pkg/services/reputation/eigentrust/controller" - apireputation "github.com/nspcc-dev/neofs-sdk-go/reputation" + "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/eigentrust" + eigencalc "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/eigentrust/calculator" + eigentrustctrl "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/eigentrust/controller" + apireputation "github.com/TrueCloudLab/frostfs-sdk-go/reputation" ) // InitialTrustSource is an implementation of the diff --git a/cmd/neofs-node/reputation/intermediate/consumers.go b/cmd/frostfs-node/reputation/intermediate/consumers.go similarity index 76% rename from cmd/neofs-node/reputation/intermediate/consumers.go rename to cmd/frostfs-node/reputation/intermediate/consumers.go index db0e9e54..b69483cd 100644 --- a/cmd/neofs-node/reputation/intermediate/consumers.go +++ b/cmd/frostfs-node/reputation/intermediate/consumers.go @@ -1,12 +1,12 @@ package intermediate import ( - "github.com/nspcc-dev/neofs-node/pkg/services/reputation" - reputationcommon "github.com/nspcc-dev/neofs-node/pkg/services/reputation/common" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation/eigentrust" - eigencalc "github.com/nspcc-dev/neofs-node/pkg/services/reputation/eigentrust/calculator" - consumerstorage "github.com/nspcc-dev/neofs-node/pkg/services/reputation/eigentrust/storage/consumers" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation" + reputationcommon "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/common" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/eigentrust" + eigencalc "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/eigentrust/calculator" + consumerstorage "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/eigentrust/storage/consumers" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "go.uber.org/zap" ) diff --git a/cmd/neofs-node/reputation/intermediate/contract.go b/cmd/frostfs-node/reputation/intermediate/contract.go similarity index 87% rename from cmd/neofs-node/reputation/intermediate/contract.go rename to cmd/frostfs-node/reputation/intermediate/contract.go index f4259963..56b830c6 100644 --- a/cmd/neofs-node/reputation/intermediate/contract.go +++ b/cmd/frostfs-node/reputation/intermediate/contract.go @@ -4,12 +4,12 @@ import ( "crypto/ecdsa" "fmt" - repClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/reputation" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation/eigentrust" - eigentrustcalc "github.com/nspcc-dev/neofs-node/pkg/services/reputation/eigentrust/calculator" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - neofsecdsa "github.com/nspcc-dev/neofs-sdk-go/crypto/ecdsa" - apireputation "github.com/nspcc-dev/neofs-sdk-go/reputation" + repClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/reputation" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/eigentrust" + eigentrustcalc "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/eigentrust/calculator" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + frostfsecdsa "github.com/TrueCloudLab/frostfs-sdk-go/crypto/ecdsa" + apireputation "github.com/TrueCloudLab/frostfs-sdk-go/reputation" "go.uber.org/zap" ) @@ -91,7 +91,7 @@ func (fw FinalWriter) WriteIntermediateTrust(t eigentrust.IterationTrust) error gTrust.SetTrust(apiTrust) gTrust.SetManager(apiMangerPeerID) - err := gTrust.Sign(neofsecdsa.Signer(*fw.privatKey)) + err := gTrust.Sign(frostfsecdsa.Signer(*fw.privatKey)) if err != nil { fw.l.Debug( "failed to sign global trust", diff --git a/cmd/neofs-node/reputation/intermediate/daughters.go b/cmd/frostfs-node/reputation/intermediate/daughters.go similarity index 80% rename from cmd/neofs-node/reputation/intermediate/daughters.go rename to cmd/frostfs-node/reputation/intermediate/daughters.go index 4feffbf1..fff159ad 100644 --- a/cmd/neofs-node/reputation/intermediate/daughters.go +++ b/cmd/frostfs-node/reputation/intermediate/daughters.go @@ -1,10 +1,10 @@ package intermediate import ( - "github.com/nspcc-dev/neofs-node/pkg/services/reputation" - reputationcommon "github.com/nspcc-dev/neofs-node/pkg/services/reputation/common" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation/eigentrust/storage/daughters" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation" + reputationcommon "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/common" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/eigentrust/storage/daughters" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "go.uber.org/zap" ) diff --git a/cmd/neofs-node/reputation/intermediate/remote.go b/cmd/frostfs-node/reputation/intermediate/remote.go similarity index 82% rename from cmd/neofs-node/reputation/intermediate/remote.go rename to cmd/frostfs-node/reputation/intermediate/remote.go index 966f4e04..2b63b1a9 100644 --- a/cmd/neofs-node/reputation/intermediate/remote.go +++ b/cmd/frostfs-node/reputation/intermediate/remote.go @@ -3,14 +3,14 @@ package intermediate import ( "crypto/ecdsa" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/reputation/common" - internalclient "github.com/nspcc-dev/neofs-node/cmd/neofs-node/reputation/internal/client" - coreclient "github.com/nspcc-dev/neofs-node/pkg/core/client" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation" - reputationcommon "github.com/nspcc-dev/neofs-node/pkg/services/reputation/common" - eigentrustcalc "github.com/nspcc-dev/neofs-node/pkg/services/reputation/eigentrust/calculator" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - reputationapi "github.com/nspcc-dev/neofs-sdk-go/reputation" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/reputation/common" + internalclient "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/reputation/internal/client" + coreclient "github.com/TrueCloudLab/frostfs-node/pkg/core/client" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation" + reputationcommon "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/common" + eigentrustcalc "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/eigentrust/calculator" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + reputationapi "github.com/TrueCloudLab/frostfs-sdk-go/reputation" "go.uber.org/zap" ) diff --git a/cmd/neofs-node/reputation/intermediate/storage.go b/cmd/frostfs-node/reputation/intermediate/storage.go similarity index 83% rename from cmd/neofs-node/reputation/intermediate/storage.go rename to cmd/frostfs-node/reputation/intermediate/storage.go index 538a947b..5eec832d 100644 --- a/cmd/neofs-node/reputation/intermediate/storage.go +++ b/cmd/frostfs-node/reputation/intermediate/storage.go @@ -3,10 +3,10 @@ package intermediate import ( "fmt" - eigentrustcalc "github.com/nspcc-dev/neofs-node/pkg/services/reputation/eigentrust/calculator" - consumerstorage "github.com/nspcc-dev/neofs-node/pkg/services/reputation/eigentrust/storage/consumers" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation/eigentrust/storage/daughters" - apireputation "github.com/nspcc-dev/neofs-sdk-go/reputation" + eigentrustcalc "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/eigentrust/calculator" + consumerstorage "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/eigentrust/storage/consumers" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/eigentrust/storage/daughters" + apireputation "github.com/TrueCloudLab/frostfs-sdk-go/reputation" ) // DaughterTrustIteratorProvider is an implementation of the diff --git a/cmd/neofs-node/reputation/internal/client/client.go b/cmd/frostfs-node/reputation/internal/client/client.go similarity index 92% rename from cmd/neofs-node/reputation/internal/client/client.go rename to cmd/frostfs-node/reputation/internal/client/client.go index 6f845ce2..ef5627dd 100644 --- a/cmd/neofs-node/reputation/internal/client/client.go +++ b/cmd/frostfs-node/reputation/internal/client/client.go @@ -3,10 +3,10 @@ package internal import ( "context" - coreclient "github.com/nspcc-dev/neofs-node/pkg/core/client" - "github.com/nspcc-dev/neofs-sdk-go/client" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - "github.com/nspcc-dev/neofs-sdk-go/reputation" + coreclient "github.com/TrueCloudLab/frostfs-node/pkg/core/client" + "github.com/TrueCloudLab/frostfs-sdk-go/client" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + "github.com/TrueCloudLab/frostfs-sdk-go/reputation" ) type commonPrm struct { diff --git a/cmd/neofs-node/reputation/internal/client/doc.go b/cmd/frostfs-node/reputation/internal/client/doc.go similarity index 100% rename from cmd/neofs-node/reputation/internal/client/doc.go rename to cmd/frostfs-node/reputation/internal/client/doc.go diff --git a/cmd/neofs-node/reputation/local/remote.go b/cmd/frostfs-node/reputation/local/remote.go similarity index 81% rename from cmd/neofs-node/reputation/local/remote.go rename to cmd/frostfs-node/reputation/local/remote.go index 8fbbd56f..b9a64445 100644 --- a/cmd/neofs-node/reputation/local/remote.go +++ b/cmd/frostfs-node/reputation/local/remote.go @@ -3,13 +3,13 @@ package local import ( "crypto/ecdsa" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/reputation/common" - internalclient "github.com/nspcc-dev/neofs-node/cmd/neofs-node/reputation/internal/client" - coreclient "github.com/nspcc-dev/neofs-node/pkg/core/client" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation" - reputationcommon "github.com/nspcc-dev/neofs-node/pkg/services/reputation/common" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - reputationapi "github.com/nspcc-dev/neofs-sdk-go/reputation" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/reputation/common" + internalclient "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/reputation/internal/client" + coreclient "github.com/TrueCloudLab/frostfs-node/pkg/core/client" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation" + reputationcommon "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/common" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + reputationapi "github.com/TrueCloudLab/frostfs-sdk-go/reputation" "go.uber.org/zap" ) diff --git a/cmd/neofs-node/reputation/local/storage.go b/cmd/frostfs-node/reputation/local/storage.go similarity index 78% rename from cmd/neofs-node/reputation/local/storage.go rename to cmd/frostfs-node/reputation/local/storage.go index 16961cea..952a999a 100644 --- a/cmd/neofs-node/reputation/local/storage.go +++ b/cmd/frostfs-node/reputation/local/storage.go @@ -4,13 +4,13 @@ import ( "bytes" "errors" - netmapcore "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation" - reputationcommon "github.com/nspcc-dev/neofs-node/pkg/services/reputation/common" - trustcontroller "github.com/nspcc-dev/neofs-node/pkg/services/reputation/local/controller" - truststorage "github.com/nspcc-dev/neofs-node/pkg/services/reputation/local/storage" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - apireputation "github.com/nspcc-dev/neofs-sdk-go/reputation" + netmapcore "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation" + reputationcommon "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/common" + trustcontroller "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/local/controller" + truststorage "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/local/storage" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + apireputation "github.com/TrueCloudLab/frostfs-sdk-go/reputation" "go.uber.org/zap" ) diff --git a/cmd/neofs-node/reputation/ticker/fixed.go b/cmd/frostfs-node/reputation/ticker/fixed.go similarity index 100% rename from cmd/neofs-node/reputation/ticker/fixed.go rename to cmd/frostfs-node/reputation/ticker/fixed.go diff --git a/cmd/neofs-node/reputation/ticker/fixed_test.go b/cmd/frostfs-node/reputation/ticker/fixed_test.go similarity index 100% rename from cmd/neofs-node/reputation/ticker/fixed_test.go rename to cmd/frostfs-node/reputation/ticker/fixed_test.go diff --git a/cmd/neofs-node/session.go b/cmd/frostfs-node/session.go similarity index 63% rename from cmd/neofs-node/session.go rename to cmd/frostfs-node/session.go index df575571..1dd9cc23 100644 --- a/cmd/neofs-node/session.go +++ b/cmd/frostfs-node/session.go @@ -5,17 +5,17 @@ import ( "fmt" "time" - "github.com/nspcc-dev/neofs-api-go/v2/session" - sessionGRPC "github.com/nspcc-dev/neofs-api-go/v2/session/grpc" - nodeconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/node" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - "github.com/nspcc-dev/neofs-node/pkg/morph/event/netmap" - sessionTransportGRPC "github.com/nspcc-dev/neofs-node/pkg/network/transport/session/grpc" - sessionSvc "github.com/nspcc-dev/neofs-node/pkg/services/session" - "github.com/nspcc-dev/neofs-node/pkg/services/session/storage" - "github.com/nspcc-dev/neofs-node/pkg/services/session/storage/persistent" - "github.com/nspcc-dev/neofs-node/pkg/services/session/storage/temporary" - "github.com/nspcc-dev/neofs-sdk-go/user" + "github.com/TrueCloudLab/frostfs-api-go/v2/session" + sessionGRPC "github.com/TrueCloudLab/frostfs-api-go/v2/session/grpc" + nodeconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/node" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/netmap" + sessionTransportGRPC "github.com/TrueCloudLab/frostfs-node/pkg/network/transport/session/grpc" + sessionSvc "github.com/TrueCloudLab/frostfs-node/pkg/services/session" + "github.com/TrueCloudLab/frostfs-node/pkg/services/session/storage" + "github.com/TrueCloudLab/frostfs-node/pkg/services/session/storage/persistent" + "github.com/TrueCloudLab/frostfs-node/pkg/services/session/storage/temporary" + "github.com/TrueCloudLab/frostfs-sdk-go/user" ) type sessionStorage interface { diff --git a/cmd/neofs-node/timers.go b/cmd/frostfs-node/timers.go similarity index 90% rename from cmd/neofs-node/timers.go rename to cmd/frostfs-node/timers.go index ae55d91f..da2f6419 100644 --- a/cmd/neofs-node/timers.go +++ b/cmd/frostfs-node/timers.go @@ -3,7 +3,7 @@ package main import ( "sync" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/reputation/ticker" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/reputation/ticker" ) type eigenTrustTickers struct { diff --git a/cmd/neofs-node/tree.go b/cmd/frostfs-node/tree.go similarity index 80% rename from cmd/neofs-node/tree.go rename to cmd/frostfs-node/tree.go index 5971d459..e6462585 100644 --- a/cmd/neofs-node/tree.go +++ b/cmd/frostfs-node/tree.go @@ -4,14 +4,14 @@ import ( "context" "errors" - treeconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/tree" - "github.com/nspcc-dev/neofs-node/pkg/core/container" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/pilorama" - containerClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/container" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - containerEvent "github.com/nspcc-dev/neofs-node/pkg/morph/event/container" - "github.com/nspcc-dev/neofs-node/pkg/services/tree" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" + treeconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/tree" + "github.com/TrueCloudLab/frostfs-node/pkg/core/container" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/pilorama" + containerClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/container" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + containerEvent "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/container" + "github.com/TrueCloudLab/frostfs-node/pkg/services/tree" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" "go.uber.org/zap" ) diff --git a/cmd/neofs-node/validate.go b/cmd/frostfs-node/validate.go similarity index 80% rename from cmd/neofs-node/validate.go rename to cmd/frostfs-node/validate.go index 1ac51ab5..31fd8664 100644 --- a/cmd/neofs-node/validate.go +++ b/cmd/frostfs-node/validate.go @@ -4,14 +4,14 @@ import ( "fmt" "path/filepath" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" - engineconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/engine" - shardconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/engine/shard" - loggerconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/logger" - treeconfig "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/tree" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/blobovniczatree" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/fstree" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" + engineconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/engine" + shardconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/engine/shard" + loggerconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/logger" + treeconfig "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/tree" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/blobovniczatree" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/fstree" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" ) // validateConfig validates storage node configuration. diff --git a/cmd/neofs-node/validate_test.go b/cmd/frostfs-node/validate_test.go similarity index 87% rename from cmd/neofs-node/validate_test.go rename to cmd/frostfs-node/validate_test.go index 44f51dbd..90cab2d3 100644 --- a/cmd/neofs-node/validate_test.go +++ b/cmd/frostfs-node/validate_test.go @@ -5,8 +5,8 @@ import ( "path/filepath" "testing" - "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config" - configtest "github.com/nspcc-dev/neofs-node/cmd/neofs-node/config/test" + "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config" + configtest "github.com/TrueCloudLab/frostfs-node/cmd/frostfs-node/config/test" "github.com/stretchr/testify/require" ) diff --git a/cmd/neofs-node/worker.go b/cmd/frostfs-node/worker.go similarity index 100% rename from cmd/neofs-node/worker.go rename to cmd/frostfs-node/worker.go diff --git a/cmd/neofs-cli/main.go b/cmd/neofs-cli/main.go deleted file mode 100644 index abdf9a4d..00000000 --- a/cmd/neofs-cli/main.go +++ /dev/null @@ -1,7 +0,0 @@ -package main - -import cmd "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/modules" - -func main() { - cmd.Execute() -} diff --git a/cmd/neofs-cli/modules/completion.go b/cmd/neofs-cli/modules/completion.go deleted file mode 100644 index d551ad9b..00000000 --- a/cmd/neofs-cli/modules/completion.go +++ /dev/null @@ -1,9 +0,0 @@ -package cmd - -import ( - "github.com/nspcc-dev/neofs-node/pkg/util/autocomplete" -) - -func init() { - rootCmd.AddCommand(autocomplete.Command("neofs-cli")) -} diff --git a/config/example/cli.yaml b/config/example/cli.yaml index 4eddb216..0f8794bf 100644 --- a/config/example/cli.yaml +++ b/config/example/cli.yaml @@ -3,5 +3,5 @@ wallet: wallets/wallet.json # path to the NEP-6 wallet file or path to private key file or WIF address: Nf5YDCHrrtFCbetGT8TF1kwH1SjnJjT9N1 # account address in the NEP-6 wallet, omit for default address password: secret # account password, use "" for empty password -rpc-endpoint: s01.neofs.devenv:8080 # NeoFS API endpoint of NeoFS node +rpc-endpoint: s01.frostfs.devenv:8080 # NeoFS API endpoint of NeoFS node endpoint: localhost:8090 # Control API endpoint of NeoFS node diff --git a/config/example/ir-control.yaml b/config/example/ir-control.yaml index 4de957e8..a5cbafc4 100644 --- a/config/example/ir-control.yaml +++ b/config/example/ir-control.yaml @@ -1,6 +1,6 @@ --- endpoint: 'localhost:8090' -wallet: '/etc/neofs/ir/wallet.json' +wallet: '/etc/frostfs/ir/wallet.json' password: '' #ir: true diff --git a/config/example/ir.env b/config/example/ir.env index 235956d8..31ea2fdd 100644 --- a/config/example/ir.env +++ b/config/example/ir.env @@ -22,7 +22,7 @@ NEOFS_IR_CONTROL_GRPC_ENDPOINT=localhost:8090 NEOFS_IR_GOVERNANCE_DISABLE=false -NEOFS_IR_NODE_PERSISTENT_STATE_PATH=.neofs-ir-state +NEOFS_IR_NODE_PERSISTENT_STATE_PATH=.frostfs-ir-state NEOFS_IR_LOCODE_DB_PATH=/path/to/locode.db diff --git a/config/example/ir.yaml b/config/example/ir.yaml index afcd8d0b..acf1e14b 100644 --- a/config/example/ir.yaml +++ b/config/example/ir.yaml @@ -40,7 +40,7 @@ governance: node: persistent_state: - path: .neofs-ir-state # Path to application state file + path: .frostfs-ir-state # Path to application state file locode: db: diff --git a/config/example/node-control.yaml b/config/example/node-control.yaml index 5e82b7d2..2e32b2d9 100644 --- a/config/example/node-control.yaml +++ b/config/example/node-control.yaml @@ -1,5 +1,5 @@ --- endpoint: 'localhost:8091' -wallet: '/etc/neofs/storage/wallet.json' +wallet: '/etc/frostfs/storage/wallet.json' password: '' diff --git a/config/example/node.env b/config/example/node.env index 3a4f47b0..62b6d483 100644 --- a/config/example/node.env +++ b/config/example/node.env @@ -13,7 +13,7 @@ NEOFS_NODE_KEY=./wallet.key NEOFS_NODE_WALLET_PATH=./wallet.json NEOFS_NODE_WALLET_ADDRESS=NcpJzXcSDrh5CCizf4K9Ro6w4t59J5LKzz NEOFS_NODE_WALLET_PASSWORD=password -NEOFS_NODE_ADDRESSES="s01.neofs.devenv:8080 /dns4/s02.neofs.devenv/tcp/8081 grpc://127.0.0.1:8082 grpcs://localhost:8083" +NEOFS_NODE_ADDRESSES="s01.frostfs.devenv:8080 /dns4/s02.frostfs.devenv/tcp/8081 grpc://127.0.0.1:8082 grpcs://localhost:8083" NEOFS_NODE_ATTRIBUTE_0=Price:11 NEOFS_NODE_ATTRIBUTE_1="UN-LOCODE:RU MSK" NEOFS_NODE_RELAY=true @@ -37,14 +37,14 @@ NEOFS_TREE_REPLICATION_WORKER_COUNT=32 # gRPC section ## 0 server -NEOFS_GRPC_0_ENDPOINT=s01.neofs.devenv:8080 +NEOFS_GRPC_0_ENDPOINT=s01.frostfs.devenv:8080 ### TLS config NEOFS_GRPC_0_TLS_ENABLED=true NEOFS_GRPC_0_TLS_CERTIFICATE=/path/to/cert NEOFS_GRPC_0_TLS_KEY=/path/to/key ## 1 server -NEOFS_GRPC_1_ENDPOINT=s02.neofs.devenv:8080 +NEOFS_GRPC_1_ENDPOINT=s02.frostfs.devenv:8080 ### TLS config NEOFS_GRPC_1_TLS_ENABLED=false diff --git a/config/example/node.json b/config/example/node.json index 94bd7562..23113eb0 100644 --- a/config/example/node.json +++ b/config/example/node.json @@ -20,8 +20,8 @@ "password": "password" }, "addresses": [ - "s01.neofs.devenv:8080", - "/dns4/s02.neofs.devenv/tcp/8081", + "s01.frostfs.devenv:8080", + "/dns4/s02.frostfs.devenv/tcp/8081", "grpc://127.0.0.1:8082", "grpcs://localhost:8083" ], @@ -54,7 +54,7 @@ }, "grpc": { "0": { - "endpoint": "s01.neofs.devenv:8080", + "endpoint": "s01.frostfs.devenv:8080", "tls": { "enabled": true, "certificate": "/path/to/cert", @@ -62,13 +62,13 @@ } }, "1": { - "endpoint": "s02.neofs.devenv:8080", + "endpoint": "s02.frostfs.devenv:8080", "tls": { "enabled": false } }, "2": { - "endpoint": "s03.neofs.devenv:8080", + "endpoint": "s03.frostfs.devenv:8080", "tls": { "enabled": true, "use_insecure_crypto": true diff --git a/config/example/node.yaml b/config/example/node.yaml index 9dd98a02..2eda9752 100644 --- a/config/example/node.yaml +++ b/config/example/node.yaml @@ -18,8 +18,8 @@ node: address: "NcpJzXcSDrh5CCizf4K9Ro6w4t59J5LKzz" # address of a NEO account in the wallet; ignored if key is presented password: "password" # password for a NEO account in the wallet; ignored if key is presented addresses: # list of addresses announced by Storage node in the Network map - - s01.neofs.devenv:8080 - - /dns4/s02.neofs.devenv/tcp/8081 + - s01.frostfs.devenv:8080 + - /dns4/s02.frostfs.devenv/tcp/8081 - grpc://127.0.0.1:8082 - grpcs://localhost:8083 attribute_0: "Price:11" @@ -45,16 +45,16 @@ node: ca: "/ca/path" # path to optional CA certificate grpc: - - endpoint: s01.neofs.devenv:8080 # endpoint for gRPC server + - endpoint: s01.frostfs.devenv:8080 # endpoint for gRPC server tls: enabled: true # use TLS for a gRPC connection (min version is TLS 1.2) certificate: /path/to/cert # path to TLS certificate key: /path/to/key # path to TLS key - - endpoint: s02.neofs.devenv:8080 # endpoint for gRPC server + - endpoint: s02.frostfs.devenv:8080 # endpoint for gRPC server tls: enabled: false # use TLS for a gRPC connection - - endpoint: s03.neofs.devenv:8080 + - endpoint: s03.frostfs.devenv:8080 tls: enabled: true use_insecure_crypto: true # allow using insecure ciphers with TLS 1.2 diff --git a/config/mainnet/README.md b/config/mainnet/README.md index 5b21508c..5b2ac7ac 100644 --- a/config/mainnet/README.md +++ b/config/mainnet/README.md @@ -2,8 +2,8 @@ Here is a template for simple storage node configuration in N3 Mainnet. Make sure to specify correct values instead of `<...>` placeholders. -Do not change `contracts` section. Run the latest neofs-node release with -the fixed config `neofs-node -c config.yml` +Do not change `contracts` section. Run the latest frostfs-node release with +the fixed config `frostfs-node -c config.yml` To use NeoFS in the Mainnet, you need to deposit assets to NeoFS contract. The contract sript hash is `2cafa46838e8b564468ebd868dcafdd99dce6221` @@ -15,12 +15,12 @@ Use `grpcs://` scheme in the announced address if you enable TLS in grpc server. ```yaml node: addresses: - - grpcs://neofs.my.org:8080 + - grpcs://frostfs.my.org:8080 grpc: num: 1 0: - endpoint: neofs.my.org:8080 + endpoint: frostfs.my.org:8080 tls: enabled: true certificate: /path/to/cert diff --git a/config/testnet/README.md b/config/testnet/README.md index 42e966ff..82cbe3d2 100644 --- a/config/testnet/README.md +++ b/config/testnet/README.md @@ -6,7 +6,7 @@ docker image and run it with docker-compose. ## Build image -Prepared **neofs-storage-testnet** image is available at Docker Hub. +Prepared **frostfs-storage-testnet** image is available at Docker Hub. However, if you need to rebuild it for some reason, run `make image-storage-testnet` command. @@ -67,11 +67,11 @@ NEOFS_NODE_ATTRIBUTE_2=UN-LOCODE:RU LED ``` You can validate UN/LOCODE attribute in -[NeoFS LOCODE database](https://github.com/nspcc-dev/neofs-locode-db/releases/tag/v0.1.0) -with neofs-cli. +[NeoFS LOCODE database](https://github.com/TrueCloudLab/frostfs-locode-db/releases/tag/v0.1.0) +with frostfs-cli. ``` -$ neofs-cli util locode info --db ./locode_db --locode 'RU LED' +$ frostfs-cli util locode info --db ./locode_db --locode 'RU LED' Country: Russia Location: Saint Petersburg (ex Leningrad) Continent: Europe @@ -80,11 +80,11 @@ Coordinates: 59.53, 30.15 ``` It is recommended to pass the node's key as a file. To do so, convert your wallet -WIF to 32-byte hex (via `neofs-cli` for example) and save it to a file. +WIF to 32-byte hex (via `frostfs-cli` for example) and save it to a file. ``` // Print WIF in a 32-byte hex format -$ neofs-cli util keyer Kwp4Q933QujZLUCcn39tzY94itNQJS4EjTp28oAMzuxMwabm3p1s +$ frostfs-cli util keyer Kwp4Q933QujZLUCcn39tzY94itNQJS4EjTp28oAMzuxMwabm3p1s PrivateKey 11ab917cd99170cb8d0d48e78fca317564e6b3aaff7f7058952d6175cdca0f56 PublicKey 02be8b2e837cab232168f5c3303f1b985818b7583682fb49026b8d2f43df7c1059 WIF Kwp4Q933QujZLUCcn39tzY94itNQJS4EjTp28oAMzuxMwabm3p1s @@ -99,18 +99,18 @@ $ echo '11ab917cd99170cb8d0d48e78fca317564e6b3aaff7f7058952d6175cdca0f56' | xxd Then, specify the path to this file in `docker-compose.yml` ```yaml volumes: - - neofs_storage:/storage + - frostfs_storage:/storage - ./my_wallet.key:/node.key ``` NeoFS objects will be stored on your machine. By default, docker-compose -is configured to store objects in named docker volume `neofs_storage`. You can +is configured to store objects in named docker volume `frostfs_storage`. You can specify a directory on the filesystem to store objects there. ```yaml volumes: - - /home/username/neofs/rc3/storage:/storage + - /home/username/frostfs/rc3/storage:/storage - ./my_wallet.key:/node.key ``` @@ -120,7 +120,7 @@ Run the node with `docker-compose up` command and stop it with `docker-compose d ### Debug -To print node logs, use `docker logs neofs-testnet`. To print debug messages in +To print node logs, use `docker logs frostfs-testnet`. To print debug messages in log, set up log level to debug with this env: ```yaml diff --git a/config/testnet/docker-compose.yml b/config/testnet/docker-compose.yml index 2ab462f5..7e0feed4 100644 --- a/config/testnet/docker-compose.yml +++ b/config/testnet/docker-compose.yml @@ -4,12 +4,12 @@ version: "2.4" services: storage01: image: nspccdev/neofs-storage-testnet:0.27.7 - container_name: neofs-testnet + container_name: frostfs-testnet env_file: node_config.env network_mode: host restart: always volumes: - - neofs_storage:/storage + - frostfs_storage:/storage - :/node.key stop_signal: SIGINT @@ -28,4 +28,4 @@ services: - ./prometheus.yml:/configs/prometheus.yml volumes: - neofs_storage: + frostfs_storage: diff --git a/config/testnet/prometheus.yml b/config/testnet/prometheus.yml index 7b8e99ba..ddbc0304 100644 --- a/config/testnet/prometheus.yml +++ b/config/testnet/prometheus.yml @@ -4,7 +4,7 @@ global: monitor: 'user_metrics' scrape_configs: - - job_name: 'neofs-node-user' + - job_name: 'frostfs-node-user' scrape_interval: 5s static_configs: - targets: ['localhost:9090'] diff --git a/debian/changelog b/debian/changelog index 27b14cb0..aabf7546 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,17 @@ -neofs-node (0.33.0~72~g6955fe82) jammy; urgency=medium +frostfs-node (0.34.0~97-dirty~g42554a92-jammy) jammy; urgency=medium + + * Please see CHANGELOG.md for code changes for v0.34.0-97-g42554a92- + dirty + + -- NeoSPCC Fri, 23 Dec 2022 20:07:36 +0300 + +frostfs-node (0.33.0~72~g6955fe82) jammy; urgency=medium * Please see CHANGELOG.md for code changes for v0.33.0-72-g6955fe82 -- NeoSPCC Wed, 26 Oct 2022 12:19:45 +0300 -neofs-node (0.33.0) stable; urgency=medium +frostfs-node (0.33.0) stable; urgency=medium * Initial change diff --git a/debian/control b/debian/control index e5824c03..9553211c 100644 --- a/debian/control +++ b/debian/control @@ -1,14 +1,14 @@ -Source: neofs-node +Source: frostfs-node Section: misc Priority: optional Maintainer: NeoSPCC Build-Depends: debhelper-compat (= 13), dh-sequence-bash-completion, devscripts Standards-Version: 4.5.1 Homepage: https://fs.neo.org/ -Vcs-Git: https://github.com/nspcc-dev/neofs-node.git -Vcs-Browser: https://github.com/nspcc-dev/neofs-node +Vcs-Git: https://github.com/TrueCloudLab/frostfs-node.git +Vcs-Browser: https://github.com/TrueCloudLab/frostfs-node -Package: neofs-storage +Package: frostfs-storage Architecture: any Depends: ${misc:Depends} Description: NeoFS Storage node @@ -18,9 +18,9 @@ Description: NeoFS Storage node network and get paid for providing storage resources to other users or store their data in NeoFS and pay a competitive price for it. -Package: neofs-ir +Package: frostfs-ir Architecture: any -Depends: ${misc:Depends}, neofs-locode-db +Depends: ${misc:Depends}, frostfs-locode-db Description: NeoFS InnerRing node NeoFS is a decentralized distributed object storage integrated with the NEO Blockchain. NeoFS Nodes are organized in a peer-to-peer network that takes care @@ -28,7 +28,7 @@ Description: NeoFS InnerRing node network and get paid for providing storage resources to other users or store their data in NeoFS and pay a competitive price for it. -Package: neofs-cli +Package: frostfs-cli Architecture: any Depends: ${misc:Depends} Description: CLI tools for NeoFS diff --git a/debian/copyright b/debian/copyright index 4df3532c..891aab58 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,11 +1,11 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: neofs-node +Upstream-Name: frostfs-node Upstream-Contact: tech@nspcc.ru -Source: https://github.com/nspcc-dev/neofs-node +Source: https://github.com/TrueCloudLab/frostfs-node Files: * -Copyright: 2018-2022 NeoSPCC (@nspcc-dev), contributors of neofs-node project - (https://github.com/nspcc-dev/neofs-node/blob/master/CREDITS.md) +Copyright: 2018-2022 NeoSPCC (@nspcc-dev), contributors of frostfs-node project + (https://github.com/TrueCloudLab/frostfs-node/blob/master/CREDITS.md) License: GPL-3 This program is free software: you can redistribute it and/or modify it diff --git a/debian/neofs-cli.docs b/debian/frostfs-cli.docs similarity index 63% rename from debian/neofs-cli.docs rename to debian/frostfs-cli.docs index 1bb1b2dc..58d4559c 100644 --- a/debian/neofs-cli.docs +++ b/debian/frostfs-cli.docs @@ -1,4 +1,4 @@ CONTRIBUTING.md CREDITS.md README.md -cmd/neofs-adm/docs +cmd/frostfs-adm/docs diff --git a/debian/frostfs-cli.install b/debian/frostfs-cli.install new file mode 100644 index 00000000..93025187 --- /dev/null +++ b/debian/frostfs-cli.install @@ -0,0 +1,3 @@ +bin/frostfs-adm usr/bin +bin/frostfs-cli usr/bin +bin/frostfs-lens usr/bin diff --git a/debian/neofs-cli.manpages b/debian/frostfs-cli.manpages similarity index 100% rename from debian/neofs-cli.manpages rename to debian/frostfs-cli.manpages diff --git a/debian/frostfs-ir.dirs b/debian/frostfs-ir.dirs new file mode 100644 index 00000000..90da8fd2 --- /dev/null +++ b/debian/frostfs-ir.dirs @@ -0,0 +1,2 @@ +/etc/frostfs/ir +/var/lib/frostfs/ir diff --git a/debian/neofs-ir.docs b/debian/frostfs-ir.docs similarity index 100% rename from debian/neofs-ir.docs rename to debian/frostfs-ir.docs diff --git a/debian/frostfs-ir.install b/debian/frostfs-ir.install new file mode 100644 index 00000000..e052f543 --- /dev/null +++ b/debian/frostfs-ir.install @@ -0,0 +1 @@ +bin/frostfs-ir usr/bin diff --git a/debian/neofs-ir.postinst b/debian/frostfs-ir.postinst similarity index 54% rename from debian/neofs-ir.postinst rename to debian/frostfs-ir.postinst index f8ad5ea9..ea2f9dd7 100644 --- a/debian/neofs-ir.postinst +++ b/debian/frostfs-ir.postinst @@ -19,18 +19,18 @@ set -e case "$1" in configure) USERNAME=ir - id -u neofs-ir >/dev/null 2>&1 || useradd -s /usr/sbin/nologin -d /var/lib/neofs/ir --system -M -U -c "NeoFS InnerRing node" neofs-ir - if ! dpkg-statoverride --list /etc/neofs/$USERNAME >/dev/null; then - chown -f root:neofs-$USERNAME /etc/neofs/$USERNAME - chmod -f 0750 /etc/neofs/$USERNAME - chown -f root:neofs-$USERNAME /etc/neofs/$USERNAME/config.yml - chown -f root:neofs-$USERNAME /etc/neofs/$USERNAME/control.yml - chmod -f 0640 /etc/neofs/$USERNAME/config.yml || true - chmod -f 0640 /etc/neofs/$USERNAME/control.yml || true + id -u frostfs-ir >/dev/null 2>&1 || useradd -s /usr/sbin/nologin -d /var/lib/frostfs/ir --system -M -U -c "NeoFS InnerRing node" frostfs-ir + if ! dpkg-statoverride --list /etc/frostfs/$USERNAME >/dev/null; then + chown -f root:frostfs-$USERNAME /etc/frostfs/$USERNAME + chmod -f 0750 /etc/frostfs/$USERNAME + chown -f root:frostfs-$USERNAME /etc/frostfs/$USERNAME/config.yml + chown -f root:frostfs-$USERNAME /etc/frostfs/$USERNAME/control.yml + chmod -f 0640 /etc/frostfs/$USERNAME/config.yml || true + chmod -f 0640 /etc/frostfs/$USERNAME/control.yml || true fi - USERDIR=$(getent passwd "neofs-$USERNAME" | cut -d: -f6) - if ! dpkg-statoverride --list neofs-$USERDIR >/dev/null; then - chown -f neofs-$USERNAME: $USERDIR + USERDIR=$(getent passwd "frostfs-$USERNAME" | cut -d: -f6) + if ! dpkg-statoverride --list frostfs-$USERDIR >/dev/null; then + chown -f frostfs-$USERNAME: $USERDIR fi ;; diff --git a/debian/neofs-ir.postrm b/debian/frostfs-ir.postrm similarity index 96% rename from debian/neofs-ir.postrm rename to debian/frostfs-ir.postrm index 44236495..cbb7db2f 100644 --- a/debian/neofs-ir.postrm +++ b/debian/frostfs-ir.postrm @@ -20,7 +20,7 @@ set -e case "$1" in purge) - rm -rf /var/lib/neofs/ir/* + rm -rf /var/lib/frostfs/ir/* ;; remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) diff --git a/debian/neofs-ir.preinst b/debian/frostfs-ir.preinst similarity index 100% rename from debian/neofs-ir.preinst rename to debian/frostfs-ir.preinst diff --git a/debian/neofs-ir.prerm b/debian/frostfs-ir.prerm similarity index 100% rename from debian/neofs-ir.prerm rename to debian/frostfs-ir.prerm diff --git a/debian/neofs-ir.service b/debian/frostfs-ir.service similarity index 55% rename from debian/neofs-ir.service rename to debian/frostfs-ir.service index c7b0f1bd..0108c9dd 100644 --- a/debian/neofs-ir.service +++ b/debian/frostfs-ir.service @@ -4,10 +4,10 @@ Requires=network.target [Service] Type=simple -ExecStart=/usr/bin/neofs-ir --config /etc/neofs/ir/config.yml -User=neofs-ir -Group=neofs-ir -WorkingDirectory=/var/lib/neofs/ir +ExecStart=/usr/bin/frostfs-ir --config /etc/frostfs/ir/config.yml +User=frostfs-ir +Group=frostfs-ir +WorkingDirectory=/var/lib/frostfs/ir Restart=always RestartSec=5 PrivateTmp=true diff --git a/debian/frostfs-storage.dirs b/debian/frostfs-storage.dirs new file mode 100644 index 00000000..4142145e --- /dev/null +++ b/debian/frostfs-storage.dirs @@ -0,0 +1,3 @@ +/etc/frostfs/storage +/srv/frostfs +/var/lib/frostfs/storage diff --git a/debian/neofs-storage.docs b/debian/frostfs-storage.docs similarity index 100% rename from debian/neofs-storage.docs rename to debian/frostfs-storage.docs diff --git a/debian/frostfs-storage.install b/debian/frostfs-storage.install new file mode 100644 index 00000000..670935e7 --- /dev/null +++ b/debian/frostfs-storage.install @@ -0,0 +1 @@ +bin/frostfs-node usr/bin diff --git a/debian/frostfs-storage.postinst b/debian/frostfs-storage.postinst new file mode 100644 index 00000000..9c22d3a4 --- /dev/null +++ b/debian/frostfs-storage.postinst @@ -0,0 +1,55 @@ +#!/bin/sh +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-remove' +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see https://www.debian.org/doc/debian-policy/ or +# the debian-policy package + +case "$1" in + configure) + USERNAME=storage + id -u frostfs-$USERNAME >/dev/null 2>&1 || useradd -s /usr/sbin/nologin -d /var/lib/frostfs/$USERNAME --system -M -U -c "NeoFS Storage node" frostfs-$USERNAME + if ! dpkg-statoverride --list /etc/frostfs/$USERNAME >/dev/null; then + chown -f root:frostfs-$USERNAME /etc/frostfs/$USERNAME + chmod -f 0750 /etc/frostfs/$USERNAME + chown -f root:frostfs-$USERNAME /etc/frostfs/$USERNAME/config.yml + chown -f root:frostfs-$USERNAME /etc/frostfs/$USERNAME/control.yml + chmod -f 0640 /etc/frostfs/$USERNAME/config.yml || true + chmod -f 0640 /etc/frostfs/$USERNAME/control.yml || true + fi + USERDIR=$(getent passwd "frostfs-$USERNAME" | cut -d: -f6) + if ! dpkg-statoverride --list frostfs-$USERDIR >/dev/null; then + chown -f frostfs-$USERNAME: $USERDIR + fi + USERDIR=/srv/frostfs + if ! dpkg-statoverride --list frostfs-$USERDIR >/dev/null; then + chown -f frostfs-$USERNAME: $USERDIR + fi + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 diff --git a/debian/neofs-storage.postrm b/debian/frostfs-storage.postrm similarity index 95% rename from debian/neofs-storage.postrm rename to debian/frostfs-storage.postrm index e5a43285..d9c8c965 100644 --- a/debian/neofs-storage.postrm +++ b/debian/frostfs-storage.postrm @@ -20,7 +20,7 @@ set -e case "$1" in purge) - rm -rf /var/lib/neofs/storage/* + rm -rf /var/lib/frostfs/storage/* ;; remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) diff --git a/debian/neofs-storage.preinst b/debian/frostfs-storage.preinst similarity index 100% rename from debian/neofs-storage.preinst rename to debian/frostfs-storage.preinst diff --git a/debian/neofs-storage.prerm b/debian/frostfs-storage.prerm similarity index 100% rename from debian/neofs-storage.prerm rename to debian/frostfs-storage.prerm diff --git a/debian/neofs-storage.service b/debian/frostfs-storage.service similarity index 53% rename from debian/neofs-storage.service rename to debian/frostfs-storage.service index 882dc297..0b7fb272 100644 --- a/debian/neofs-storage.service +++ b/debian/frostfs-storage.service @@ -4,10 +4,10 @@ Requires=network.target [Service] Type=simple -ExecStart=/usr/bin/neofs-node --config /etc/neofs/storage/config.yml -User=neofs-storage -Group=neofs-storage -WorkingDirectory=/srv/neofs +ExecStart=/usr/bin/frostfs-node --config /etc/frostfs/storage/config.yml +User=frostfs-storage +Group=frostfs-storage +WorkingDirectory=/srv/frostfs Restart=always RestartSec=5 PrivateTmp=true diff --git a/debian/neofs-cli.install b/debian/neofs-cli.install deleted file mode 100644 index b8dfc7be..00000000 --- a/debian/neofs-cli.install +++ /dev/null @@ -1,3 +0,0 @@ -bin/neofs-adm usr/bin -bin/neofs-cli usr/bin -bin/neofs-lens usr/bin diff --git a/debian/neofs-ir.dirs b/debian/neofs-ir.dirs deleted file mode 100644 index 41d146ff..00000000 --- a/debian/neofs-ir.dirs +++ /dev/null @@ -1,2 +0,0 @@ -/etc/neofs/ir -/var/lib/neofs/ir diff --git a/debian/neofs-ir.install b/debian/neofs-ir.install deleted file mode 100644 index fc34c24f..00000000 --- a/debian/neofs-ir.install +++ /dev/null @@ -1 +0,0 @@ -bin/neofs-ir usr/bin diff --git a/debian/neofs-storage.dirs b/debian/neofs-storage.dirs deleted file mode 100644 index 39bc449b..00000000 --- a/debian/neofs-storage.dirs +++ /dev/null @@ -1,3 +0,0 @@ -/etc/neofs/storage -/srv/neofs -/var/lib/neofs/storage diff --git a/debian/neofs-storage.install b/debian/neofs-storage.install deleted file mode 100644 index 92f1f0c8..00000000 --- a/debian/neofs-storage.install +++ /dev/null @@ -1 +0,0 @@ -bin/neofs-node usr/bin diff --git a/debian/neofs-storage.postinst b/debian/neofs-storage.postinst deleted file mode 100644 index a0a2de96..00000000 --- a/debian/neofs-storage.postinst +++ /dev/null @@ -1,55 +0,0 @@ -#!/bin/sh -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `configure' -# * `abort-upgrade' -# * `abort-remove' `in-favour' -# -# * `abort-remove' -# * `abort-deconfigure' `in-favour' -# `removing' -# -# for details, see https://www.debian.org/doc/debian-policy/ or -# the debian-policy package - -case "$1" in - configure) - USERNAME=storage - id -u neofs-$USERNAME >/dev/null 2>&1 || useradd -s /usr/sbin/nologin -d /var/lib/neofs/$USERNAME --system -M -U -c "NeoFS Storage node" neofs-$USERNAME - if ! dpkg-statoverride --list /etc/neofs/$USERNAME >/dev/null; then - chown -f root:neofs-$USERNAME /etc/neofs/$USERNAME - chmod -f 0750 /etc/neofs/$USERNAME - chown -f root:neofs-$USERNAME /etc/neofs/$USERNAME/config.yml - chown -f root:neofs-$USERNAME /etc/neofs/$USERNAME/control.yml - chmod -f 0640 /etc/neofs/$USERNAME/config.yml || true - chmod -f 0640 /etc/neofs/$USERNAME/control.yml || true - fi - USERDIR=$(getent passwd "neofs-$USERNAME" | cut -d: -f6) - if ! dpkg-statoverride --list neofs-$USERDIR >/dev/null; then - chown -f neofs-$USERNAME: $USERDIR - fi - USERDIR=/srv/neofs - if ! dpkg-statoverride --list neofs-$USERDIR >/dev/null; then - chown -f neofs-$USERNAME: $USERDIR - fi - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 diff --git a/debian/rules b/debian/rules index b1817e31..b85356b9 100755 --- a/debian/rules +++ b/debian/rules @@ -12,26 +12,26 @@ override_dh_auto_install: echo $(DEB_BUILD_OPTIONS) dh_auto_install - bin/neofs-adm gendoc -t man man/ - bin/neofs-cli gendoc -t man man/ + bin/frostfs-adm gendoc -t man man/ + bin/frostfs-cli gendoc -t man man/ - bin/neofs-adm completion bash > debian/neofs-adm.bash-completion - bin/neofs-cli completion bash > debian/neofs-cli.bash-completion - install -m 0755 -d debian/neofs-cli/usr/share/fish/completions/ - install -m 0755 -d debian/neofs-cli/usr/share/zsh/vendor-completions/ - bin/neofs-adm completion fish > debian/neofs-cli/usr/share/fish/completions/neofs-adm.fish - bin/neofs-adm completion zsh > debian/neofs-cli/usr/share/zsh/vendor-completions/_neofs-adm - bin/neofs-cli completion fish > debian/neofs-cli/usr/share/fish/completions/neofs-cli.fish - bin/neofs-cli completion zsh > debian/neofs-cli/usr/share/zsh/vendor-completions/_neofs-cli + bin/frostfs-adm completion bash > debian/frostfs-adm.bash-completion + bin/frostfs-cli completion bash > debian/frostfs-cli.bash-completion + install -m 0755 -d debian/frostfs-cli/usr/share/fish/completions/ + install -m 0755 -d debian/frostfs-cli/usr/share/zsh/vendor-completions/ + bin/frostfs-adm completion fish > debian/frostfs-cli/usr/share/fish/completions/frostfs-adm.fish + bin/frostfs-adm completion zsh > debian/frostfs-cli/usr/share/zsh/vendor-completions/_frostfs-adm + bin/frostfs-cli completion fish > debian/frostfs-cli/usr/share/fish/completions/frostfs-cli.fish + bin/frostfs-cli completion zsh > debian/frostfs-cli/usr/share/zsh/vendor-completions/_frostfs-cli - install -T -m 0640 config/example/ir.yaml debian/neofs-ir/etc/neofs/ir/config.yml - install -T -m 0640 config/example/ir-control.yaml debian/neofs-ir/etc/neofs/ir/control.yml - install -T -m 0640 config/example/node.yaml debian/neofs-storage/etc/neofs/storage/config.yml - install -T -m 0640 config/example/node-control.yaml debian/neofs-storage/etc/neofs/storage/control.yml + install -T -m 0640 config/example/ir.yaml debian/frostfs-ir/etc/frostfs/ir/config.yml + install -T -m 0640 config/example/ir-control.yaml debian/frostfs-ir/etc/frostfs/ir/control.yml + install -T -m 0640 config/example/node.yaml debian/frostfs-storage/etc/frostfs/storage/config.yml + install -T -m 0640 config/example/node-control.yaml debian/frostfs-storage/etc/frostfs/storage/control.yml override_dh_installsystemd: - dh_installsystemd --no-enable --no-start --name=neofs-ir - dh_installsystemd --no-enable --no-start --name=neofs-storage + dh_installsystemd --no-enable --no-start --name=frostfs-ir + dh_installsystemd --no-enable --no-start --name=frostfs-storage override_dh_installchangelogs: dh_installchangelogs -k CHANGELOG.md diff --git a/docs/maintenance.md b/docs/maintenance.md index e135638a..f63ab46f 100644 --- a/docs/maintenance.md +++ b/docs/maintenance.md @@ -19,7 +19,7 @@ from the network map. To check the possibility of MM-switching at the moment, exec: ```shell -$ neofs-cli netmap netinfo +$ frostfs-cli netmap netinfo ... Maintenance mode allowed: true ... @@ -27,12 +27,12 @@ Maintenance mode allowed: true To toggle the setting in the running NeoFS Sidechain, exec: ```shell -$ neofs-adm morph set-config MaintenanceModeAllowed=true|false +$ frostfs-adm morph set-config MaintenanceModeAllowed=true|false ``` To switch the node to MM, exec: ```shell -$ neofs-cli control set-status --status maintenance [--force|-f] +$ frostfs-cli control set-status --status maintenance [--force|-f] ``` `-f` flag allows to force local maintenance regardless of the network settings. diff --git a/docs/release-instruction.md b/docs/release-instruction.md index a4c747ba..6d2a78e3 100644 --- a/docs/release-instruction.md +++ b/docs/release-instruction.md @@ -9,7 +9,7 @@ These should run successfully: * `make lint` (should not change any files); * `make fmts` (should not change any files); * `go mod tidy` (should not change any files); -* integration tests in [neofs-devenv](https://github.com/nspcc-dev/neofs-devenv). +* integration tests in [frostfs-devenv](https://github.com/TrueCloudLab/frostfs-devenv). ## Make release commit @@ -48,7 +48,7 @@ Update version in Debian package changelog file $ cat debian/changelog ``` -Update the supported version of `nspcc-dev/neofs-contract` module in root +Update the supported version of `TrueCloudLab/frostfs-contract` module in root `README.md` if needed. ### Writing changelog @@ -123,17 +123,17 @@ the release. Publish the release. ### Update NeoFS Developer Environment -Prepare pull-request in [neofs-devenv](https://github.com/nspcc-dev/neofs-devenv) +Prepare pull-request in [frostfs-devenv](https://github.com/TrueCloudLab/frostfs-devenv) with new versions. ### Close GitHub milestone -Look up GitHub [milestones](https://github.com/nspcc-dev/neofs-node/milestones) and close the release one if exists. +Look up GitHub [milestones](https://github.com/TrueCloudLab/frostfs-node/milestones) and close the release one if exists. ### Rebuild NeoFS LOCODE database If new release contains LOCODE-related changes, rebuild NeoFS LOCODE database via NeoFS CLI ```shell -$ neofs-cli util locode generate ... +$ frostfs-cli util locode generate ... ``` diff --git a/go.mod b/go.mod index 5a74a85d..4f86da8e 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,13 @@ -module github.com/nspcc-dev/neofs-node +module github.com/TrueCloudLab/frostfs-node go 1.17 require ( + github.com/TrueCloudLab/frostfs-api-go/v2 v2.0.0-20221212144048-1351b6656d68 + github.com/TrueCloudLab/frostfs-contract v0.0.0-20221213081248-6c805c1b4e42 + github.com/TrueCloudLab/frostfs-sdk-go v0.0.0-20221214065929-4c779423f556 + github.com/TrueCloudLab/hrw v1.1.0 + github.com/TrueCloudLab/tzhash v1.7.0 github.com/cheggaaa/pb v1.0.29 github.com/chzyer/readline v1.5.1 github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568 @@ -14,13 +19,8 @@ require ( github.com/mr-tron/base58 v1.2.0 github.com/multiformats/go-multiaddr v0.4.0 github.com/nats-io/nats.go v1.16.0 - github.com/nspcc-dev/hrw v1.0.9 github.com/nspcc-dev/neo-go v0.99.4 github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20220927123257-24c107e3a262 // indirect - github.com/nspcc-dev/neofs-api-go/v2 v2.14.0 - github.com/nspcc-dev/neofs-contract v0.16.0 - github.com/nspcc-dev/neofs-sdk-go v1.0.0-rc.7 - github.com/nspcc-dev/tzhash v1.6.1 github.com/olekukonko/tablewriter v0.0.5 github.com/panjf2000/ants/v2 v2.4.0 github.com/paulmach/orb v0.2.2 @@ -40,6 +40,8 @@ require ( ) require ( + github.com/TrueCloudLab/frostfs-crypto v0.5.0 // indirect + github.com/TrueCloudLab/rfc6979 v0.3.0 // indirect github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect github.com/benbjohnson/clock v1.1.0 // indirect github.com/beorn7/perks v1.0.1 // indirect @@ -72,7 +74,6 @@ require ( github.com/nats-io/nkeys v0.3.0 // indirect github.com/nats-io/nuid v1.0.1 // indirect github.com/nspcc-dev/go-ordered-json v0.0.0-20220111165707-25110be27d22 // indirect - github.com/nspcc-dev/neofs-crypto v0.4.0 // indirect github.com/nspcc-dev/rfc6979 v0.2.0 // indirect github.com/pelletier/go-toml v1.9.5 // indirect github.com/pelletier/go-toml/v2 v2.0.2 // indirect diff --git a/go.sum b/go.sum index ceaed1ac..997ed419 100644 Binary files a/go.sum and b/go.sum differ diff --git a/pkg/core/client/client.go b/pkg/core/client/client.go index 6ed33746..b325516a 100644 --- a/pkg/core/client/client.go +++ b/pkg/core/client/client.go @@ -3,9 +3,9 @@ package client import ( "context" - rawclient "github.com/nspcc-dev/neofs-api-go/v2/rpc/client" - "github.com/nspcc-dev/neofs-node/pkg/network" - "github.com/nspcc-dev/neofs-sdk-go/client" + rawclient "github.com/TrueCloudLab/frostfs-api-go/v2/rpc/client" + "github.com/TrueCloudLab/frostfs-node/pkg/network" + "github.com/TrueCloudLab/frostfs-sdk-go/client" ) // Client is an interface of NeoFS storage diff --git a/pkg/core/client/util.go b/pkg/core/client/util.go index fb3e9e00..bdf3fc6d 100644 --- a/pkg/core/client/util.go +++ b/pkg/core/client/util.go @@ -4,8 +4,8 @@ import ( "bytes" "fmt" - "github.com/nspcc-dev/neofs-node/pkg/network" - "github.com/nspcc-dev/neofs-sdk-go/client" + "github.com/TrueCloudLab/frostfs-node/pkg/network" + "github.com/TrueCloudLab/frostfs-sdk-go/client" ) func nodeInfoFromKeyAddr(dst *NodeInfo, k []byte, a, external network.AddressGroup) { diff --git a/pkg/core/container/delete.go b/pkg/core/container/delete.go index 592509a8..066a9602 100644 --- a/pkg/core/container/delete.go +++ b/pkg/core/container/delete.go @@ -1,8 +1,8 @@ package container import ( - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/session" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/session" ) // RemovalWitness groups the information required diff --git a/pkg/core/container/storage.go b/pkg/core/container/storage.go index 3c83bb64..de88f89f 100644 --- a/pkg/core/container/storage.go +++ b/pkg/core/container/storage.go @@ -3,12 +3,12 @@ package container import ( "errors" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - "github.com/nspcc-dev/neofs-sdk-go/container" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - neofscrypto "github.com/nspcc-dev/neofs-sdk-go/crypto" - "github.com/nspcc-dev/neofs-sdk-go/eacl" - "github.com/nspcc-dev/neofs-sdk-go/session" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + "github.com/TrueCloudLab/frostfs-sdk-go/container" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + frostfscrypto "github.com/TrueCloudLab/frostfs-sdk-go/crypto" + "github.com/TrueCloudLab/frostfs-sdk-go/eacl" + "github.com/TrueCloudLab/frostfs-sdk-go/session" ) // Container groups information about the NeoFS container stored in the NeoFS network. @@ -17,7 +17,7 @@ type Container struct { Value container.Container // Signature of the Value. - Signature neofscrypto.Signature + Signature frostfscrypto.Signature // Session within which Value was created. Nil means session absence. Session *session.Container @@ -50,7 +50,7 @@ type EACL struct { Value *eacl.Table // Signature of the Value. - Signature neofscrypto.Signature + Signature frostfscrypto.Signature // Session within which Value was set. Nil means session absence. Session *session.Container diff --git a/pkg/core/netmap/nodes.go b/pkg/core/netmap/nodes.go index 5e664021..9fedbb31 100644 --- a/pkg/core/netmap/nodes.go +++ b/pkg/core/netmap/nodes.go @@ -1,6 +1,6 @@ package netmap -import "github.com/nspcc-dev/neofs-sdk-go/netmap" +import "github.com/TrueCloudLab/frostfs-sdk-go/netmap" // Node is a named type of netmap.NodeInfo which provides interface needed // in the current repository. Node is expected to be used everywhere instead diff --git a/pkg/core/netmap/storage.go b/pkg/core/netmap/storage.go index 8f72ce1f..44536713 100644 --- a/pkg/core/netmap/storage.go +++ b/pkg/core/netmap/storage.go @@ -1,7 +1,7 @@ package netmap import ( - "github.com/nspcc-dev/neofs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" ) // Source is an interface that wraps diff --git a/pkg/core/object/address.go b/pkg/core/object/address.go index a9108287..2f5883e8 100644 --- a/pkg/core/object/address.go +++ b/pkg/core/object/address.go @@ -1,8 +1,8 @@ package object import ( - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) // AddressWithType groups object address with its NeoFS diff --git a/pkg/core/object/fmt.go b/pkg/core/object/fmt.go index 4fcf1ee1..edcdb114 100644 --- a/pkg/core/object/fmt.go +++ b/pkg/core/object/fmt.go @@ -6,15 +6,15 @@ import ( "fmt" "strconv" - objectV2 "github.com/nspcc-dev/neofs-api-go/v2/object" - "github.com/nspcc-dev/neofs-api-go/v2/refs" - "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - neofsecdsa "github.com/nspcc-dev/neofs-sdk-go/crypto/ecdsa" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - "github.com/nspcc-dev/neofs-sdk-go/storagegroup" - "github.com/nspcc-dev/neofs-sdk-go/user" + objectV2 "github.com/TrueCloudLab/frostfs-api-go/v2/object" + "github.com/TrueCloudLab/frostfs-api-go/v2/refs" + "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + frostfsecdsa "github.com/TrueCloudLab/frostfs-sdk-go/crypto/ecdsa" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-sdk-go/storagegroup" + "github.com/TrueCloudLab/frostfs-sdk-go/user" ) // FormatValidator represents an object format validator. @@ -140,7 +140,7 @@ func (v *FormatValidator) validateSignatureKey(obj *object.Object) error { binKey := sigV2.GetKey() - var key neofsecdsa.PublicKey + var key frostfsecdsa.PublicKey err := key.Decode(binKey) if err != nil { @@ -158,7 +158,7 @@ func (v *FormatValidator) validateSignatureKey(obj *object.Object) error { return nil } -func (v *FormatValidator) checkOwnerKey(id user.ID, key neofsecdsa.PublicKey) error { +func (v *FormatValidator) checkOwnerKey(id user.ID, key frostfsecdsa.PublicKey) error { var id2 user.ID user.IDFromKey(&id2, (ecdsa.PublicKey)(key)) diff --git a/pkg/core/object/fmt_test.go b/pkg/core/object/fmt_test.go index cd8ed82b..817d689b 100644 --- a/pkg/core/object/fmt_test.go +++ b/pkg/core/object/fmt_test.go @@ -5,15 +5,15 @@ import ( "strconv" "testing" + objectV2 "github.com/TrueCloudLab/frostfs-api-go/v2/object" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" + sessiontest "github.com/TrueCloudLab/frostfs-sdk-go/session/test" + "github.com/TrueCloudLab/frostfs-sdk-go/storagegroup" + "github.com/TrueCloudLab/frostfs-sdk-go/user" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" - objectV2 "github.com/nspcc-dev/neofs-api-go/v2/object" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" - sessiontest "github.com/nspcc-dev/neofs-sdk-go/session/test" - "github.com/nspcc-dev/neofs-sdk-go/storagegroup" - "github.com/nspcc-dev/neofs-sdk-go/user" "github.com/stretchr/testify/require" ) diff --git a/pkg/core/object/object.go b/pkg/core/object/object.go index e62f4ac6..9824c3d6 100644 --- a/pkg/core/object/object.go +++ b/pkg/core/object/object.go @@ -1,8 +1,8 @@ package object import ( - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) // AddressOf returns the address of the object. diff --git a/pkg/core/storagegroup/storagegroup.go b/pkg/core/storagegroup/storagegroup.go index 73c9e90d..8a70fbea 100644 --- a/pkg/core/storagegroup/storagegroup.go +++ b/pkg/core/storagegroup/storagegroup.go @@ -3,11 +3,11 @@ package storagegroup import ( "context" - "github.com/nspcc-dev/neofs-node/pkg/core/client" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/netmap" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - "github.com/nspcc-dev/neofs-sdk-go/storagegroup" + "github.com/TrueCloudLab/frostfs-node/pkg/core/client" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-sdk-go/storagegroup" ) // SearchSGPrm groups the parameters which are formed by Processor to search the storage group objects. diff --git a/pkg/core/version/version.go b/pkg/core/version/version.go index ed4e4a72..616d0496 100644 --- a/pkg/core/version/version.go +++ b/pkg/core/version/version.go @@ -1,7 +1,7 @@ package version import ( - "github.com/nspcc-dev/neofs-sdk-go/version" + "github.com/TrueCloudLab/frostfs-sdk-go/version" ) // IsValid checks if Version is not earlier than the genesis version of the NeoFS. diff --git a/pkg/core/version/version_test.go b/pkg/core/version/version_test.go index 8c1b11a0..3d229e92 100644 --- a/pkg/core/version/version_test.go +++ b/pkg/core/version/version_test.go @@ -3,8 +3,8 @@ package version_test import ( "testing" - "github.com/nspcc-dev/neofs-node/pkg/core/version" - versionSDK "github.com/nspcc-dev/neofs-sdk-go/version" + "github.com/TrueCloudLab/frostfs-node/pkg/core/version" + versionSDK "github.com/TrueCloudLab/frostfs-sdk-go/version" "github.com/stretchr/testify/require" ) diff --git a/pkg/innerring/bindings.go b/pkg/innerring/bindings.go index d6a7d7a8..8bf9ed44 100644 --- a/pkg/innerring/bindings.go +++ b/pkg/innerring/bindings.go @@ -1,7 +1,7 @@ package innerring import ( - "github.com/nspcc-dev/neofs-node/pkg/morph/event" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" ) type ( diff --git a/pkg/innerring/blocktimer.go b/pkg/innerring/blocktimer.go index 66fde250..543ffbf0 100644 --- a/pkg/innerring/blocktimer.go +++ b/pkg/innerring/blocktimer.go @@ -3,14 +3,14 @@ package innerring import ( "context" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/alphabet" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/settlement" + timerEvent "github.com/TrueCloudLab/frostfs-node/pkg/innerring/timers" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/container" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/timer" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/alphabet" - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/settlement" - timerEvent "github.com/nspcc-dev/neofs-node/pkg/innerring/timers" - "github.com/nspcc-dev/neofs-node/pkg/morph/client/container" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - "github.com/nspcc-dev/neofs-node/pkg/morph/timer" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" "go.uber.org/zap" ) diff --git a/pkg/innerring/contracts.go b/pkg/innerring/contracts.go index 8dfe4ab5..094c65d1 100644 --- a/pkg/innerring/contracts.go +++ b/pkg/innerring/contracts.go @@ -5,13 +5,13 @@ import ( "fmt" "strings" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" "github.com/spf13/viper" ) type contracts struct { - neofs util.Uint160 // in mainnet + frostfs util.Uint160 // in mainnet netmap util.Uint160 // in morph balance util.Uint160 // in morph container util.Uint160 // in morph @@ -20,7 +20,7 @@ type contracts struct { processing util.Uint160 // in mainnet reputation util.Uint160 // in morph subnet util.Uint160 // in morph - neofsID util.Uint160 // in morph + frostfsID util.Uint160 // in morph alphabet alphabetContracts // in morph } @@ -32,9 +32,9 @@ func parseContracts(cfg *viper.Viper, morph *client.Client, withoutMainNet, with ) if !withoutMainNet { - result.neofs, err = util.Uint160DecodeStringLE(cfg.GetString("contracts.neofs")) + result.frostfs, err = util.Uint160DecodeStringLE(cfg.GetString("contracts.frostfs")) if err != nil { - return nil, fmt.Errorf("can't get neofs script hash: %w", err) + return nil, fmt.Errorf("can't get frostfs script hash: %w", err) } if !withoutMainNotary { @@ -63,7 +63,7 @@ func parseContracts(cfg *viper.Viper, morph *client.Client, withoutMainNet, with {"contracts.audit", client.NNSAuditContractName, &result.audit}, {"contracts.reputation", client.NNSReputationContractName, &result.reputation}, {"contracts.subnet", client.NNSSubnetworkContractName, &result.subnet}, - {"contracts.neofsid", client.NNSNeoFSIDContractName, &result.neofsID}, + {"contracts.frostfsid", client.NNSNeoFSIDContractName, &result.frostfsID}, } for _, t := range targets { diff --git a/pkg/innerring/fetcher.go b/pkg/innerring/fetcher.go index 480225dc..3d48b2f2 100644 --- a/pkg/innerring/fetcher.go +++ b/pkg/innerring/fetcher.go @@ -1,9 +1,9 @@ package innerring import ( + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + nmClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/netmap" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - nmClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/netmap" ) // NewIRFetcherWithNotary creates IrFetcherWithNotary. diff --git a/pkg/innerring/innerring.go b/pkg/innerring/innerring.go index 2d2457fc..30e1371e 100644 --- a/pkg/innerring/innerring.go +++ b/pkg/innerring/innerring.go @@ -8,48 +8,48 @@ import ( "io" "net" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/config" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/alphabet" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/audit" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/balance" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/container" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/governance" + frostfs "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/neofs" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/netmap" + nodevalidator "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/netmap/nodevalidation" + addrvalidator "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/netmap/nodevalidation/maddress" + statevalidation "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/netmap/nodevalidation/state" + subnetvalidator "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/netmap/nodevalidation/subnet" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/reputation" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/settlement" + auditSettlement "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/settlement/audit" + timerEvent "github.com/TrueCloudLab/frostfs-node/pkg/innerring/timers" + "github.com/TrueCloudLab/frostfs-node/pkg/metrics" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + auditClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/audit" + balanceClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/balance" + cntClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/container" + frostfsClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/neofs" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/neofsid" + nmClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/netmap" + repClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/reputation" + morphsubnet "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/subnet" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/subscriber" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/timer" + audittask "github.com/TrueCloudLab/frostfs-node/pkg/services/audit/taskmanager" + control "github.com/TrueCloudLab/frostfs-node/pkg/services/control/ir" + controlsrv "github.com/TrueCloudLab/frostfs-node/pkg/services/control/ir/server" + reputationcommon "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/common" + util2 "github.com/TrueCloudLab/frostfs-node/pkg/util" + utilConfig "github.com/TrueCloudLab/frostfs-node/pkg/util/config" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/util/precision" + "github.com/TrueCloudLab/frostfs-node/pkg/util/state" "github.com/nspcc-dev/neo-go/pkg/core/block" "github.com/nspcc-dev/neo-go/pkg/core/transaction" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" "github.com/nspcc-dev/neo-go/pkg/encoding/fixedn" - "github.com/nspcc-dev/neofs-node/pkg/innerring/config" - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/alphabet" - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/audit" - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/balance" - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/container" - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/governance" - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/neofs" - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/netmap" - nodevalidator "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/netmap/nodevalidation" - addrvalidator "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/netmap/nodevalidation/maddress" - statevalidation "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/netmap/nodevalidation/state" - subnetvalidator "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/netmap/nodevalidation/subnet" - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/reputation" - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/settlement" - auditSettlement "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/settlement/audit" - timerEvent "github.com/nspcc-dev/neofs-node/pkg/innerring/timers" - "github.com/nspcc-dev/neofs-node/pkg/metrics" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - auditClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/audit" - balanceClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/balance" - cntClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/container" - neofsClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/neofs" - "github.com/nspcc-dev/neofs-node/pkg/morph/client/neofsid" - nmClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/netmap" - repClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/reputation" - morphsubnet "github.com/nspcc-dev/neofs-node/pkg/morph/client/subnet" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - "github.com/nspcc-dev/neofs-node/pkg/morph/subscriber" - "github.com/nspcc-dev/neofs-node/pkg/morph/timer" - audittask "github.com/nspcc-dev/neofs-node/pkg/services/audit/taskmanager" - control "github.com/nspcc-dev/neofs-node/pkg/services/control/ir" - controlsrv "github.com/nspcc-dev/neofs-node/pkg/services/control/ir/server" - reputationcommon "github.com/nspcc-dev/neofs-node/pkg/services/reputation/common" - util2 "github.com/nspcc-dev/neofs-node/pkg/util" - utilConfig "github.com/nspcc-dev/neofs-node/pkg/util/config" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - "github.com/nspcc-dev/neofs-node/pkg/util/precision" - "github.com/nspcc-dev/neofs-node/pkg/util/state" "github.com/panjf2000/ants/v2" "github.com/spf13/viper" "go.uber.org/atomic" @@ -508,13 +508,13 @@ func New(ctx context.Context, log *logger.Logger, cfg *viper.Viper, errChan chan return nil, err } - neofsIDClient, err := neofsid.NewFromMorph(server.morphClient, server.contracts.neofsID, fee, neofsid.TryNotary(), neofsid.AsAlphabet()) + frostfsIDClient, err := neofsid.NewFromMorph(server.morphClient, server.contracts.frostfsID, fee, neofsid.TryNotary(), neofsid.AsAlphabet()) if err != nil { return nil, err } - neofsCli, err := neofsClient.NewFromMorph(server.mainnetClient, server.contracts.neofs, - server.feeConfig.MainChainFee(), neofsClient.TryNotary(), neofsClient.AsAlphabet()) + frostfsCli, err := frostfsClient.NewFromMorph(server.mainnetClient, server.contracts.frostfs, + server.feeConfig.MainChainFee(), frostfsClient.TryNotary(), frostfsClient.AsAlphabet()) if err != nil { return nil, err } @@ -670,7 +670,7 @@ func New(ctx context.Context, log *logger.Logger, cfg *viper.Viper, errChan chan // create governance processor governanceProcessor, err := governance.New(&governance.Params{ Log: log, - NeoFSClient: neofsCli, + NeoFSClient: frostfsCli, NetmapClient: server.netmapClient, AlphabetState: server, EpochState: server, @@ -743,7 +743,7 @@ func New(ctx context.Context, log *logger.Logger, cfg *viper.Viper, errChan chan PoolSize: cfg.GetInt("workers.container"), AlphabetState: server, ContainerClient: cnrClient, - NeoFSIDClient: neofsIDClient, + NeoFSIDClient: frostfsIDClient, NetworkState: server.netmapClient, NotaryDisabled: server.sideNotaryConfig.disabled, SubnetClient: subnetClient, @@ -761,7 +761,7 @@ func New(ctx context.Context, log *logger.Logger, cfg *viper.Viper, errChan chan balanceProcessor, err := balance.New(&balance.Params{ Log: log, PoolSize: cfg.GetInt("workers.balance"), - NeoFSClient: neofsCli, + NeoFSClient: frostfsCli, BalanceSC: server.contracts.balance, AlphabetState: server, Converter: &server.precision, @@ -776,12 +776,12 @@ func New(ctx context.Context, log *logger.Logger, cfg *viper.Viper, errChan chan } if !server.withoutMainNet { - // create mainnnet neofs processor - neofsProcessor, err := neofs.New(&neofs.Params{ + // create mainnnet frostfs processor + frostfsProcessor, err := frostfs.New(&frostfs.Params{ Log: log, - PoolSize: cfg.GetInt("workers.neofs"), - NeoFSContract: server.contracts.neofs, - NeoFSIDClient: neofsIDClient, + PoolSize: cfg.GetInt("workers.frostfs"), + NeoFSContract: server.contracts.frostfs, + NeoFSIDClient: frostfsIDClient, BalanceClient: server.balanceClient, NetmapClient: server.netmapClient, MorphClient: server.morphClient, @@ -797,7 +797,7 @@ func New(ctx context.Context, log *logger.Logger, cfg *viper.Viper, errChan chan return nil, err } - err = bindMainnetProcessor(neofsProcessor, server) + err = bindMainnetProcessor(frostfsProcessor, server) if err != nil { return nil, err } diff --git a/pkg/innerring/internal/client/client.go b/pkg/innerring/internal/client/client.go index c3ea3e96..480835f2 100644 --- a/pkg/innerring/internal/client/client.go +++ b/pkg/innerring/internal/client/client.go @@ -1,4 +1,4 @@ -package neofsapiclient +package frostfsapiclient import ( "context" @@ -7,13 +7,13 @@ import ( "fmt" "io" - clientcore "github.com/nspcc-dev/neofs-node/pkg/core/client" - "github.com/nspcc-dev/neofs-node/pkg/services/object_manager/storagegroup" - "github.com/nspcc-dev/neofs-sdk-go/client" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + clientcore "github.com/TrueCloudLab/frostfs-node/pkg/core/client" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object_manager/storagegroup" + "github.com/TrueCloudLab/frostfs-sdk-go/client" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) // Client represents NeoFS API client cut down to the needs of a purely IR application. diff --git a/pkg/innerring/internal/client/doc.go b/pkg/innerring/internal/client/doc.go index 491e4802..0a0e8ea3 100644 --- a/pkg/innerring/internal/client/doc.go +++ b/pkg/innerring/internal/client/doc.go @@ -1,4 +1,4 @@ -// Package neofsapiclient provides functionality for IR application communication with NeoFS network. +// Package frostfsapiclient provides functionality for IR application communication with NeoFS network. // // The basic client for accessing remote nodes via NeoFS API is a NeoFS SDK Go API client. // However, although it encapsulates a useful piece of business logic (e.g. the signature mechanism), @@ -9,4 +9,4 @@ // the entire spectrum of the client's use in one place (this will be convenient both when updating the base client // and for evaluating the UX of SDK library). So, it is expected that all application packages will be limited // to this package for the development of functionality requiring NeoFS API communication. -package neofsapiclient +package frostfsapiclient diff --git a/pkg/innerring/internal/client/prm.go b/pkg/innerring/internal/client/prm.go index cf47f8b9..5f47e196 100644 --- a/pkg/innerring/internal/client/prm.go +++ b/pkg/innerring/internal/client/prm.go @@ -1,9 +1,9 @@ -package neofsapiclient +package frostfsapiclient import ( "context" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) type contextPrm struct { diff --git a/pkg/innerring/locode.go b/pkg/innerring/locode.go index 01720f98..700ebb81 100644 --- a/pkg/innerring/locode.go +++ b/pkg/innerring/locode.go @@ -1,11 +1,11 @@ package innerring import ( - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/netmap" - irlocode "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/netmap/nodevalidation/locode" - "github.com/nspcc-dev/neofs-node/pkg/util/locode" - locodedb "github.com/nspcc-dev/neofs-node/pkg/util/locode/db" - locodebolt "github.com/nspcc-dev/neofs-node/pkg/util/locode/db/boltdb" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/netmap" + irlocode "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/netmap/nodevalidation/locode" + "github.com/TrueCloudLab/frostfs-node/pkg/util/locode" + locodedb "github.com/TrueCloudLab/frostfs-node/pkg/util/locode/db" + locodebolt "github.com/TrueCloudLab/frostfs-node/pkg/util/locode/db/boltdb" "github.com/spf13/viper" ) diff --git a/pkg/innerring/netmap.go b/pkg/innerring/netmap.go index 03b13b05..a1041571 100644 --- a/pkg/innerring/netmap.go +++ b/pkg/innerring/netmap.go @@ -3,8 +3,8 @@ package innerring import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/netmap/nodevalidation/state" - netmapclient "github.com/nspcc-dev/neofs-node/pkg/morph/client/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/netmap/nodevalidation/state" + netmapclient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/netmap" ) /* diff --git a/pkg/innerring/notary.go b/pkg/innerring/notary.go index 24377fb5..eccfcdc9 100644 --- a/pkg/innerring/notary.go +++ b/pkg/innerring/notary.go @@ -4,9 +4,9 @@ import ( "context" "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" "github.com/spf13/viper" "go.uber.org/zap" ) diff --git a/pkg/innerring/processors/alphabet/handlers.go b/pkg/innerring/processors/alphabet/handlers.go index b7d2e34e..927b8061 100644 --- a/pkg/innerring/processors/alphabet/handlers.go +++ b/pkg/innerring/processors/alphabet/handlers.go @@ -1,8 +1,8 @@ package alphabet import ( - "github.com/nspcc-dev/neofs-node/pkg/innerring/timers" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/timers" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "go.uber.org/zap" ) diff --git a/pkg/innerring/processors/alphabet/processor.go b/pkg/innerring/processors/alphabet/processor.go index 5dc439ae..9dd61184 100644 --- a/pkg/innerring/processors/alphabet/processor.go +++ b/pkg/innerring/processors/alphabet/processor.go @@ -4,11 +4,11 @@ import ( "errors" "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + nmClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - nmClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/netmap" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" "github.com/panjf2000/ants/v2" "go.uber.org/zap" ) @@ -54,7 +54,7 @@ type ( } ) -// New creates a neofs mainnet contract processor instance. +// New creates a frostfs mainnet contract processor instance. func New(p *Params) (*Processor, error) { switch { case p.Log == nil: @@ -69,7 +69,7 @@ func New(p *Params) (*Processor, error) { pool, err := ants.NewPool(p.PoolSize, ants.WithNonblocking(true)) if err != nil { - return nil, fmt.Errorf("ir/neofs: can't create worker pool: %w", err) + return nil, fmt.Errorf("ir/frostfs: can't create worker pool: %w", err) } return &Processor{ diff --git a/pkg/innerring/processors/audit/handlers.go b/pkg/innerring/processors/audit/handlers.go index 38c2acd7..bed8e550 100644 --- a/pkg/innerring/processors/audit/handlers.go +++ b/pkg/innerring/processors/audit/handlers.go @@ -1,7 +1,7 @@ package audit import ( - "github.com/nspcc-dev/neofs-node/pkg/morph/event" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "go.uber.org/zap" ) diff --git a/pkg/innerring/processors/audit/process.go b/pkg/innerring/processors/audit/process.go index 2489ded9..d592dddb 100644 --- a/pkg/innerring/processors/audit/process.go +++ b/pkg/innerring/processors/audit/process.go @@ -4,16 +4,16 @@ import ( "context" "crypto/sha256" - clientcore "github.com/nspcc-dev/neofs-node/pkg/core/client" - netmapcore "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - "github.com/nspcc-dev/neofs-node/pkg/core/storagegroup" - cntClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/container" - "github.com/nspcc-dev/neofs-node/pkg/services/audit" - "github.com/nspcc-dev/neofs-node/pkg/services/object_manager/placement" - "github.com/nspcc-dev/neofs-node/pkg/util/rand" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/netmap" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + clientcore "github.com/TrueCloudLab/frostfs-node/pkg/core/client" + netmapcore "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/core/storagegroup" + cntClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/container" + "github.com/TrueCloudLab/frostfs-node/pkg/services/audit" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object_manager/placement" + "github.com/TrueCloudLab/frostfs-node/pkg/util/rand" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.uber.org/zap" ) diff --git a/pkg/innerring/processors/audit/processor.go b/pkg/innerring/processors/audit/processor.go index 6016e33a..2a623437 100644 --- a/pkg/innerring/processors/audit/processor.go +++ b/pkg/innerring/processors/audit/processor.go @@ -7,12 +7,12 @@ import ( "fmt" "time" - "github.com/nspcc-dev/neofs-node/pkg/core/storagegroup" - cntClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/container" - nmClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/netmap" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - "github.com/nspcc-dev/neofs-node/pkg/services/audit" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/core/storagegroup" + cntClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/container" + nmClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + "github.com/TrueCloudLab/frostfs-node/pkg/services/audit" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "github.com/panjf2000/ants/v2" ) diff --git a/pkg/innerring/processors/audit/scheduler.go b/pkg/innerring/processors/audit/scheduler.go index 2050f0a4..6e32c5d6 100644 --- a/pkg/innerring/processors/audit/scheduler.go +++ b/pkg/innerring/processors/audit/scheduler.go @@ -6,7 +6,7 @@ import ( "sort" "strings" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" "go.uber.org/zap" ) diff --git a/pkg/innerring/processors/audit/scheduler_test.go b/pkg/innerring/processors/audit/scheduler_test.go index 2318044a..c7fd46b2 100644 --- a/pkg/innerring/processors/audit/scheduler_test.go +++ b/pkg/innerring/processors/audit/scheduler_test.go @@ -3,9 +3,9 @@ package audit_test import ( "testing" - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/audit" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/audit" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/innerring/processors/balance/handlers.go b/pkg/innerring/processors/balance/handlers.go index 7c7784b6..39683f77 100644 --- a/pkg/innerring/processors/balance/handlers.go +++ b/pkg/innerring/processors/balance/handlers.go @@ -3,8 +3,8 @@ package balance import ( "encoding/hex" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - balanceEvent "github.com/nspcc-dev/neofs-node/pkg/morph/event/balance" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + balanceEvent "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/balance" "go.uber.org/zap" ) diff --git a/pkg/innerring/processors/balance/process_assets.go b/pkg/innerring/processors/balance/process_assets.go index d4944ae7..63be70a0 100644 --- a/pkg/innerring/processors/balance/process_assets.go +++ b/pkg/innerring/processors/balance/process_assets.go @@ -1,8 +1,8 @@ package balance import ( - neofscontract "github.com/nspcc-dev/neofs-node/pkg/morph/client/neofs" - balanceEvent "github.com/nspcc-dev/neofs-node/pkg/morph/event/balance" + neofscontract "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/neofs" + balanceEvent "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/balance" "go.uber.org/zap" ) diff --git a/pkg/innerring/processors/balance/processor.go b/pkg/innerring/processors/balance/processor.go index b7382685..3013781f 100644 --- a/pkg/innerring/processors/balance/processor.go +++ b/pkg/innerring/processors/balance/processor.go @@ -4,11 +4,11 @@ import ( "errors" "fmt" + frostfscontract "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/neofs" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + balanceEvent "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/balance" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "github.com/nspcc-dev/neo-go/pkg/util" - neofscontract "github.com/nspcc-dev/neofs-node/pkg/morph/client/neofs" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - balanceEvent "github.com/nspcc-dev/neofs-node/pkg/morph/event/balance" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" "github.com/panjf2000/ants/v2" "go.uber.org/zap" ) @@ -28,7 +28,7 @@ type ( Processor struct { log *logger.Logger pool *ants.Pool - neofsClient *neofscontract.Client + neofsClient *frostfscontract.Client balanceSC util.Uint160 alphabetState AlphabetState converter PrecisionConverter @@ -38,7 +38,7 @@ type ( Params struct { Log *logger.Logger PoolSize int - NeoFSClient *neofscontract.Client + NeoFSClient *frostfscontract.Client BalanceSC util.Uint160 AlphabetState AlphabetState Converter PrecisionConverter diff --git a/pkg/innerring/processors/container/common.go b/pkg/innerring/processors/container/common.go index 2eb6f24b..608e66de 100644 --- a/pkg/innerring/processors/container/common.go +++ b/pkg/innerring/processors/container/common.go @@ -5,11 +5,11 @@ import ( "errors" "fmt" - "github.com/nspcc-dev/neofs-node/pkg/morph/client/neofsid" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - neofsecdsa "github.com/nspcc-dev/neofs-sdk-go/crypto/ecdsa" - "github.com/nspcc-dev/neofs-sdk-go/session" - "github.com/nspcc-dev/neofs-sdk-go/user" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/neofsid" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + frostfsecdsa "github.com/TrueCloudLab/frostfs-sdk-go/crypto/ecdsa" + "github.com/TrueCloudLab/frostfs-sdk-go/session" + "github.com/TrueCloudLab/frostfs-sdk-go/user" ) var ( @@ -48,7 +48,7 @@ type signatureVerificationData struct { // - session is "alive" func (cp *Processor) verifySignature(v signatureVerificationData) error { var err error - var key neofsecdsa.PublicKeyRFC6979 + var key frostfsecdsa.PublicKeyRFC6979 keyProvided := v.binPublicKey != nil if keyProvided { @@ -122,7 +122,7 @@ func (cp *Processor) verifySignature(v signatureVerificationData) error { } for i := range ownerKeys { - if (*neofsecdsa.PublicKeyRFC6979)(ownerKeys[i]).Verify(v.signedData, v.signature) { + if (*frostfsecdsa.PublicKeyRFC6979)(ownerKeys[i]).Verify(v.signedData, v.signature) { return nil } } diff --git a/pkg/innerring/processors/container/handlers.go b/pkg/innerring/processors/container/handlers.go index 494c1cf8..6f26d1af 100644 --- a/pkg/innerring/processors/container/handlers.go +++ b/pkg/innerring/processors/container/handlers.go @@ -3,9 +3,9 @@ package container import ( "crypto/sha256" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + containerEvent "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/container" "github.com/mr-tron/base58" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - containerEvent "github.com/nspcc-dev/neofs-node/pkg/morph/event/container" "go.uber.org/zap" ) diff --git a/pkg/innerring/processors/container/process_container.go b/pkg/innerring/processors/container/process_container.go index f4a33398..9f4acc5d 100644 --- a/pkg/innerring/processors/container/process_container.go +++ b/pkg/innerring/processors/container/process_container.go @@ -3,15 +3,15 @@ package container import ( "fmt" + cntClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/container" + morphsubnet "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/subnet" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + containerEvent "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/container" + containerSDK "github.com/TrueCloudLab/frostfs-sdk-go/container" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/session" + subnetid "github.com/TrueCloudLab/frostfs-sdk-go/subnet/id" "github.com/nspcc-dev/neo-go/pkg/network/payload" - cntClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/container" - morphsubnet "github.com/nspcc-dev/neofs-node/pkg/morph/client/subnet" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - containerEvent "github.com/nspcc-dev/neofs-node/pkg/morph/event/container" - containerSDK "github.com/nspcc-dev/neofs-sdk-go/container" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/session" - subnetid "github.com/nspcc-dev/neofs-sdk-go/subnet/id" "go.uber.org/zap" ) diff --git a/pkg/innerring/processors/container/process_eacl.go b/pkg/innerring/processors/container/process_eacl.go index db862aee..0f3b6e71 100644 --- a/pkg/innerring/processors/container/process_eacl.go +++ b/pkg/innerring/processors/container/process_eacl.go @@ -4,10 +4,10 @@ import ( "errors" "fmt" - cntClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/container" - "github.com/nspcc-dev/neofs-node/pkg/morph/event/container" - "github.com/nspcc-dev/neofs-sdk-go/eacl" - "github.com/nspcc-dev/neofs-sdk-go/session" + cntClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/container" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/container" + "github.com/TrueCloudLab/frostfs-sdk-go/eacl" + "github.com/TrueCloudLab/frostfs-sdk-go/session" "go.uber.org/zap" ) diff --git a/pkg/innerring/processors/container/processor.go b/pkg/innerring/processors/container/processor.go index c572a19a..f670d994 100644 --- a/pkg/innerring/processors/container/processor.go +++ b/pkg/innerring/processors/container/processor.go @@ -4,13 +4,13 @@ import ( "errors" "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/container" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/neofsid" + morphsubnet "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/subnet" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + containerEvent "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/container" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "github.com/nspcc-dev/neo-go/pkg/core/mempoolevent" - "github.com/nspcc-dev/neofs-node/pkg/morph/client/container" - "github.com/nspcc-dev/neofs-node/pkg/morph/client/neofsid" - morphsubnet "github.com/nspcc-dev/neofs-node/pkg/morph/client/subnet" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - containerEvent "github.com/nspcc-dev/neofs-node/pkg/morph/event/container" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" "github.com/panjf2000/ants/v2" "go.uber.org/zap" ) diff --git a/pkg/innerring/processors/governance/handlers.go b/pkg/innerring/processors/governance/handlers.go index 24f460ab..4d6776cd 100644 --- a/pkg/innerring/processors/governance/handlers.go +++ b/pkg/innerring/processors/governance/handlers.go @@ -1,11 +1,11 @@ package governance import ( + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/rolemanagement" "github.com/nspcc-dev/neo-go/pkg/core/native" "github.com/nspcc-dev/neo-go/pkg/core/native/noderoles" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - "github.com/nspcc-dev/neofs-node/pkg/morph/event/rolemanagement" "go.uber.org/zap" ) diff --git a/pkg/innerring/processors/governance/process_update.go b/pkg/innerring/processors/governance/process_update.go index c6836ba3..1f59f8b4 100644 --- a/pkg/innerring/processors/governance/process_update.go +++ b/pkg/innerring/processors/governance/process_update.go @@ -6,11 +6,11 @@ import ( "sort" "strings" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + frostfscontract "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/neofs" + nmClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/netmap" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - neofscontract "github.com/nspcc-dev/neofs-node/pkg/morph/client/neofs" - nmClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/netmap" "go.uber.org/zap" ) @@ -131,14 +131,14 @@ func (gp *Processor) processAlphabetSync(txHash util.Uint256) { id := append([]byte(alphabetUpdateIDPrefix), buf...) - prm := neofscontract.AlphabetUpdatePrm{} + prm := frostfscontract.AlphabetUpdatePrm{} prm.SetID(id) prm.SetPubs(newAlphabet) - err = gp.neofsClient.AlphabetUpdate(prm) + err = gp.frostfsClient.AlphabetUpdate(prm) if err != nil { - gp.log.Error("can't update list of alphabet nodes in neofs contract", + gp.log.Error("can't update list of alphabet nodes in frostfs contract", zap.String("error", err.Error())) } diff --git a/pkg/innerring/processors/governance/processor.go b/pkg/innerring/processors/governance/processor.go index 845994eb..cdafbbc7 100644 --- a/pkg/innerring/processors/governance/processor.go +++ b/pkg/innerring/processors/governance/processor.go @@ -4,15 +4,15 @@ import ( "errors" "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + frostfscontract "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/neofs" + nmClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/rolemanagement" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "github.com/nspcc-dev/neo-go/pkg/core/native" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - neofscontract "github.com/nspcc-dev/neofs-node/pkg/morph/client/neofs" - nmClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/netmap" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - "github.com/nspcc-dev/neofs-node/pkg/morph/event/rolemanagement" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" "github.com/panjf2000/ants/v2" ) @@ -55,10 +55,10 @@ type ( // Processor of events related to governance in the network. Processor struct { - log *logger.Logger - pool *ants.Pool - neofsClient *neofscontract.Client - netmapClient *nmClient.Client + log *logger.Logger + pool *ants.Pool + frostfsClient *frostfscontract.Client + netmapClient *nmClient.Client alphabetState AlphabetState epochState EpochState @@ -84,7 +84,7 @@ type ( MorphClient *client.Client MainnetClient *client.Client - NeoFSClient *neofscontract.Client + NeoFSClient *frostfscontract.Client NetmapClient *nmClient.Client NotaryDisabled bool @@ -121,7 +121,7 @@ func New(p *Params) (*Processor, error) { return &Processor{ log: p.Log, pool: pool, - neofsClient: p.NeoFSClient, + frostfsClient: p.NeoFSClient, netmapClient: p.NetmapClient, alphabetState: p.AlphabetState, epochState: p.EpochState, diff --git a/pkg/innerring/processors/neofs/handlers.go b/pkg/innerring/processors/neofs/handlers.go index e42d9d01..e5b1f091 100644 --- a/pkg/innerring/processors/neofs/handlers.go +++ b/pkg/innerring/processors/neofs/handlers.go @@ -1,16 +1,16 @@ -package neofs +package frostfs import ( "encoding/hex" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + frostfsEvent "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/neofs" "github.com/nspcc-dev/neo-go/pkg/util/slice" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - neofsEvent "github.com/nspcc-dev/neofs-node/pkg/morph/event/neofs" "go.uber.org/zap" ) func (np *Processor) handleDeposit(ev event.Event) { - deposit := ev.(neofsEvent.Deposit) + deposit := ev.(frostfsEvent.Deposit) np.log.Info("notification", zap.String("type", "deposit"), zap.String("id", hex.EncodeToString(slice.CopyReverse(deposit.ID())))) @@ -20,13 +20,13 @@ func (np *Processor) handleDeposit(ev event.Event) { err := np.pool.Submit(func() { np.processDeposit(&deposit) }) if err != nil { // there system can be moved into controlled degradation stage - np.log.Warn("neofs processor worker pool drained", + np.log.Warn("frostfs processor worker pool drained", zap.Int("capacity", np.pool.Cap())) } } func (np *Processor) handleWithdraw(ev event.Event) { - withdraw := ev.(neofsEvent.Withdraw) + withdraw := ev.(frostfsEvent.Withdraw) np.log.Info("notification", zap.String("type", "withdraw"), zap.String("id", hex.EncodeToString(slice.CopyReverse(withdraw.ID())))) @@ -36,13 +36,13 @@ func (np *Processor) handleWithdraw(ev event.Event) { err := np.pool.Submit(func() { np.processWithdraw(&withdraw) }) if err != nil { // there system can be moved into controlled degradation stage - np.log.Warn("neofs processor worker pool drained", + np.log.Warn("frostfs processor worker pool drained", zap.Int("capacity", np.pool.Cap())) } } func (np *Processor) handleCheque(ev event.Event) { - cheque := ev.(neofsEvent.Cheque) + cheque := ev.(frostfsEvent.Cheque) np.log.Info("notification", zap.String("type", "cheque"), zap.String("id", hex.EncodeToString(cheque.ID()))) @@ -52,13 +52,13 @@ func (np *Processor) handleCheque(ev event.Event) { err := np.pool.Submit(func() { np.processCheque(&cheque) }) if err != nil { // there system can be moved into controlled degradation stage - np.log.Warn("neofs processor worker pool drained", + np.log.Warn("frostfs processor worker pool drained", zap.Int("capacity", np.pool.Cap())) } } func (np *Processor) handleConfig(ev event.Event) { - cfg := ev.(neofsEvent.Config) + cfg := ev.(frostfsEvent.Config) np.log.Info("notification", zap.String("type", "set config"), zap.String("key", hex.EncodeToString(cfg.Key())), @@ -69,13 +69,13 @@ func (np *Processor) handleConfig(ev event.Event) { err := np.pool.Submit(func() { np.processConfig(&cfg) }) if err != nil { // there system can be moved into controlled degradation stage - np.log.Warn("neofs processor worker pool drained", + np.log.Warn("frostfs processor worker pool drained", zap.Int("capacity", np.pool.Cap())) } } func (np *Processor) handleBind(ev event.Event) { - e := ev.(neofsEvent.Bind) + e := ev.(frostfsEvent.Bind) np.log.Info("notification", zap.String("type", "bind"), ) @@ -85,13 +85,13 @@ func (np *Processor) handleBind(ev event.Event) { err := np.pool.Submit(func() { np.processBind(e) }) if err != nil { // there system can be moved into controlled degradation stage - np.log.Warn("neofs processor worker pool drained", + np.log.Warn("frostfs processor worker pool drained", zap.Int("capacity", np.pool.Cap())) } } func (np *Processor) handleUnbind(ev event.Event) { - e := ev.(neofsEvent.Unbind) + e := ev.(frostfsEvent.Unbind) np.log.Info("notification", zap.String("type", "unbind"), ) @@ -101,7 +101,7 @@ func (np *Processor) handleUnbind(ev event.Event) { err := np.pool.Submit(func() { np.processBind(e) }) if err != nil { // there system can be moved into controlled degradation stage - np.log.Warn("neofs processor worker pool drained", + np.log.Warn("frostfs processor worker pool drained", zap.Int("capacity", np.pool.Cap())) } } diff --git a/pkg/innerring/processors/neofs/process_assets.go b/pkg/innerring/processors/neofs/process_assets.go index 0684d5ab..2fdd55ad 100644 --- a/pkg/innerring/processors/neofs/process_assets.go +++ b/pkg/innerring/processors/neofs/process_assets.go @@ -1,9 +1,9 @@ -package neofs +package frostfs import ( + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/balance" + frostfsEvent "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/neofs" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client/balance" - neofsEvent "github.com/nspcc-dev/neofs-node/pkg/morph/event/neofs" "go.uber.org/zap" ) @@ -14,7 +14,7 @@ const ( // Process deposit event by invoking a balance contract and sending native // gas in the sidechain. -func (np *Processor) processDeposit(deposit *neofsEvent.Deposit) { +func (np *Processor) processDeposit(deposit *frostfsEvent.Deposit) { if !np.alphabetState.IsAlphabet() { np.log.Info("non alphabet mode, ignore deposit") return @@ -79,7 +79,7 @@ func (np *Processor) processDeposit(deposit *neofsEvent.Deposit) { } // Process withdraw event by locking assets in the balance account. -func (np *Processor) processWithdraw(withdraw *neofsEvent.Withdraw) { +func (np *Processor) processWithdraw(withdraw *frostfsEvent.Withdraw) { if !np.alphabetState.IsAlphabet() { np.log.Info("non alphabet mode, ignore withdraw") return @@ -110,7 +110,7 @@ func (np *Processor) processWithdraw(withdraw *neofsEvent.Withdraw) { // Process cheque event by transferring assets from the lock account back to // the reserve account. -func (np *Processor) processCheque(cheque *neofsEvent.Cheque) { +func (np *Processor) processCheque(cheque *frostfsEvent.Cheque) { if !np.alphabetState.IsAlphabet() { np.log.Info("non alphabet mode, ignore cheque") return diff --git a/pkg/innerring/processors/neofs/process_bind.go b/pkg/innerring/processors/neofs/process_bind.go index 6beb98d8..567f04c7 100644 --- a/pkg/innerring/processors/neofs/process_bind.go +++ b/pkg/innerring/processors/neofs/process_bind.go @@ -1,14 +1,14 @@ -package neofs +package frostfs import ( "crypto/elliptic" "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/neofsid" + frostfs "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/neofs" + "github.com/TrueCloudLab/frostfs-sdk-go/user" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client/neofsid" - "github.com/nspcc-dev/neofs-node/pkg/morph/event/neofs" - "github.com/nspcc-dev/neofs-sdk-go/user" "go.uber.org/zap" ) @@ -28,7 +28,7 @@ func (np *Processor) processBind(e bindCommon) { bindCommon: e, } - _, c.bind = e.(neofs.Bind) + _, c.bind = e.(frostfs.Bind) err := np.checkBindCommon(c) if err != nil { @@ -95,10 +95,10 @@ func (np *Processor) approveBindCommon(e *bindCommonContext) { var typ string if e.bind { typ = "bind" - err = np.neofsIDClient.AddKeys(prm) + err = np.frostfsIDClient.AddKeys(prm) } else { typ = "unbind" - err = np.neofsIDClient.RemoveKeys(prm) + err = np.frostfsIDClient.RemoveKeys(prm) } if err != nil { diff --git a/pkg/innerring/processors/neofs/process_config.go b/pkg/innerring/processors/neofs/process_config.go index d8168536..a2e7e4c5 100644 --- a/pkg/innerring/processors/neofs/process_config.go +++ b/pkg/innerring/processors/neofs/process_config.go @@ -1,14 +1,14 @@ -package neofs +package frostfs import ( - nmClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/netmap" - neofsEvent "github.com/nspcc-dev/neofs-node/pkg/morph/event/neofs" + nmClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/netmap" + frostfsEvent "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/neofs" "go.uber.org/zap" ) // Process config event by setting configuration value from the mainchain in // the sidechain. -func (np *Processor) processConfig(config *neofsEvent.Config) { +func (np *Processor) processConfig(config *frostfsEvent.Config) { if !np.alphabetState.IsAlphabet() { np.log.Info("non alphabet mode, ignore config") return diff --git a/pkg/innerring/processors/neofs/processor.go b/pkg/innerring/processors/neofs/processor.go index 08917b4f..8435a931 100644 --- a/pkg/innerring/processors/neofs/processor.go +++ b/pkg/innerring/processors/neofs/processor.go @@ -1,20 +1,20 @@ -package neofs +package frostfs import ( "errors" "fmt" "sync" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/balance" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/neofsid" + nmClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + frostfsEvent "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/neofs" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" lru "github.com/hashicorp/golang-lru" "github.com/nspcc-dev/neo-go/pkg/encoding/fixedn" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-node/pkg/morph/client/balance" - "github.com/nspcc-dev/neofs-node/pkg/morph/client/neofsid" - nmClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/netmap" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - neofsEvent "github.com/nspcc-dev/neofs-node/pkg/morph/event/neofs" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" "github.com/panjf2000/ants/v2" "go.uber.org/zap" ) @@ -35,11 +35,11 @@ type ( ToBalancePrecision(int64) int64 } - // Processor of events produced by neofs contract in main net. + // Processor of events produced by frostfs contract in main net. Processor struct { log *logger.Logger pool *ants.Pool - neofsContract util.Uint160 + frostfsContract util.Uint160 balanceClient *balance.Client netmapClient *nmClient.Client morphClient *client.Client @@ -52,7 +52,7 @@ type ( mintEmitValue fixedn.Fixed8 gasBalanceThreshold int64 - neofsIDClient *neofsid.Client + frostfsIDClient *neofsid.Client } // Params of the processor constructor. @@ -83,37 +83,37 @@ const ( unbindNotification = "Unbind" ) -// New creates neofs mainnet contract processor instance. +// New creates frostfs mainnet contract processor instance. func New(p *Params) (*Processor, error) { switch { case p.Log == nil: - return nil, errors.New("ir/neofs: logger is not set") + return nil, errors.New("ir/frostfs: logger is not set") case p.MorphClient == nil: - return nil, errors.New("ir/neofs: neo:morph client is not set") + return nil, errors.New("ir/frostfs: neo:morph client is not set") case p.EpochState == nil: - return nil, errors.New("ir/neofs: global state is not set") + return nil, errors.New("ir/frostfs: global state is not set") case p.AlphabetState == nil: - return nil, errors.New("ir/neofs: global state is not set") + return nil, errors.New("ir/frostfs: global state is not set") case p.Converter == nil: - return nil, errors.New("ir/neofs: balance precision converter is not set") + return nil, errors.New("ir/frostfs: balance precision converter is not set") } - p.Log.Debug("neofs worker pool", zap.Int("size", p.PoolSize)) + p.Log.Debug("frostfs worker pool", zap.Int("size", p.PoolSize)) pool, err := ants.NewPool(p.PoolSize, ants.WithNonblocking(true)) if err != nil { - return nil, fmt.Errorf("ir/neofs: can't create worker pool: %w", err) + return nil, fmt.Errorf("ir/frostfs: can't create worker pool: %w", err) } lruCache, err := lru.New(p.MintEmitCacheSize) if err != nil { - return nil, fmt.Errorf("ir/neofs: can't create LRU cache for gas emission: %w", err) + return nil, fmt.Errorf("ir/frostfs: can't create LRU cache for gas emission: %w", err) } return &Processor{ log: p.Log, pool: pool, - neofsContract: p.NeoFSContract, + frostfsContract: p.NeoFSContract, balanceClient: p.BalanceClient, netmapClient: p.NetmapClient, morphClient: p.MorphClient, @@ -126,7 +126,7 @@ func New(p *Params) (*Processor, error) { mintEmitValue: p.MintEmitValue, gasBalanceThreshold: p.GasBalanceThreshold, - neofsIDClient: p.NeoFSIDClient, + frostfsIDClient: p.NeoFSIDClient, }, nil } @@ -138,36 +138,36 @@ func (np *Processor) ListenerNotificationParsers() []event.NotificationParserInf p event.NotificationParserInfo ) - p.SetScriptHash(np.neofsContract) + p.SetScriptHash(np.frostfsContract) // deposit event p.SetType(event.TypeFromString(depositNotification)) - p.SetParser(neofsEvent.ParseDeposit) + p.SetParser(frostfsEvent.ParseDeposit) parsers = append(parsers, p) // withdraw event p.SetType(event.TypeFromString(withdrawNotification)) - p.SetParser(neofsEvent.ParseWithdraw) + p.SetParser(frostfsEvent.ParseWithdraw) parsers = append(parsers, p) // cheque event p.SetType(event.TypeFromString(chequeNotification)) - p.SetParser(neofsEvent.ParseCheque) + p.SetParser(frostfsEvent.ParseCheque) parsers = append(parsers, p) // config event p.SetType(event.TypeFromString(configNotification)) - p.SetParser(neofsEvent.ParseConfig) + p.SetParser(frostfsEvent.ParseConfig) parsers = append(parsers, p) // bind event p.SetType(event.TypeFromString(bindNotification)) - p.SetParser(neofsEvent.ParseBind) + p.SetParser(frostfsEvent.ParseBind) parsers = append(parsers, p) // unbind event p.SetType(event.TypeFromString(unbindNotification)) - p.SetParser(neofsEvent.ParseUnbind) + p.SetParser(frostfsEvent.ParseUnbind) parsers = append(parsers, p) return parsers @@ -181,7 +181,7 @@ func (np *Processor) ListenerNotificationHandlers() []event.NotificationHandlerI h event.NotificationHandlerInfo ) - h.SetScriptHash(np.neofsContract) + h.SetScriptHash(np.frostfsContract) // deposit handler h.SetType(event.TypeFromString(depositNotification)) diff --git a/pkg/innerring/processors/netmap/cleanup_table.go b/pkg/innerring/processors/netmap/cleanup_table.go index 226a7d44..38b9ffb3 100644 --- a/pkg/innerring/processors/netmap/cleanup_table.go +++ b/pkg/innerring/processors/netmap/cleanup_table.go @@ -4,7 +4,7 @@ import ( "bytes" "sync" - "github.com/nspcc-dev/neofs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" ) type ( diff --git a/pkg/innerring/processors/netmap/cleanup_table_test.go b/pkg/innerring/processors/netmap/cleanup_table_test.go index 1c1433d0..8bf44a5b 100644 --- a/pkg/innerring/processors/netmap/cleanup_table_test.go +++ b/pkg/innerring/processors/netmap/cleanup_table_test.go @@ -3,8 +3,8 @@ package netmap import ( "testing" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" - "github.com/nspcc-dev/neofs-sdk-go/netmap" "github.com/stretchr/testify/require" ) diff --git a/pkg/innerring/processors/netmap/handlers.go b/pkg/innerring/processors/netmap/handlers.go index fea72672..846d9643 100644 --- a/pkg/innerring/processors/netmap/handlers.go +++ b/pkg/innerring/processors/netmap/handlers.go @@ -3,10 +3,10 @@ package netmap import ( "encoding/hex" - timerEvent "github.com/nspcc-dev/neofs-node/pkg/innerring/timers" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - netmapEvent "github.com/nspcc-dev/neofs-node/pkg/morph/event/netmap" - subnetevents "github.com/nspcc-dev/neofs-node/pkg/morph/event/subnet" + timerEvent "github.com/TrueCloudLab/frostfs-node/pkg/innerring/timers" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + netmapEvent "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/netmap" + subnetevents "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/subnet" "go.uber.org/zap" ) diff --git a/pkg/innerring/processors/netmap/nodevalidation/locode/calls.go b/pkg/innerring/processors/netmap/nodevalidation/locode/calls.go index 8d78c1d9..8e3f5b5a 100644 --- a/pkg/innerring/processors/netmap/nodevalidation/locode/calls.go +++ b/pkg/innerring/processors/netmap/nodevalidation/locode/calls.go @@ -4,8 +4,8 @@ import ( "errors" "fmt" - "github.com/nspcc-dev/neofs-node/pkg/util/locode" - "github.com/nspcc-dev/neofs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/util/locode" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" ) var errMissingRequiredAttr = errors.New("missing required attribute in DB record") diff --git a/pkg/innerring/processors/netmap/nodevalidation/locode/calls_test.go b/pkg/innerring/processors/netmap/nodevalidation/locode/calls_test.go index ab17e34b..5a692123 100644 --- a/pkg/innerring/processors/netmap/nodevalidation/locode/calls_test.go +++ b/pkg/innerring/processors/netmap/nodevalidation/locode/calls_test.go @@ -5,10 +5,10 @@ import ( "fmt" "testing" - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/netmap/nodevalidation/locode" - locodestd "github.com/nspcc-dev/neofs-node/pkg/util/locode" - locodedb "github.com/nspcc-dev/neofs-node/pkg/util/locode/db" - "github.com/nspcc-dev/neofs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/netmap/nodevalidation/locode" + locodestd "github.com/TrueCloudLab/frostfs-node/pkg/util/locode" + locodedb "github.com/TrueCloudLab/frostfs-node/pkg/util/locode/db" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" "github.com/stretchr/testify/require" ) diff --git a/pkg/innerring/processors/netmap/nodevalidation/locode/deps.go b/pkg/innerring/processors/netmap/nodevalidation/locode/deps.go index 5a5078ff..a99705d0 100644 --- a/pkg/innerring/processors/netmap/nodevalidation/locode/deps.go +++ b/pkg/innerring/processors/netmap/nodevalidation/locode/deps.go @@ -1,8 +1,8 @@ package locode import ( - "github.com/nspcc-dev/neofs-node/pkg/util/locode" - locodedb "github.com/nspcc-dev/neofs-node/pkg/util/locode/db" + "github.com/TrueCloudLab/frostfs-node/pkg/util/locode" + locodedb "github.com/TrueCloudLab/frostfs-node/pkg/util/locode/db" ) // Record is an interface of read-only diff --git a/pkg/innerring/processors/netmap/nodevalidation/maddress/calls.go b/pkg/innerring/processors/netmap/nodevalidation/maddress/calls.go index fa6afbde..0e864577 100644 --- a/pkg/innerring/processors/netmap/nodevalidation/maddress/calls.go +++ b/pkg/innerring/processors/netmap/nodevalidation/maddress/calls.go @@ -3,8 +3,8 @@ package maddress import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/network" - "github.com/nspcc-dev/neofs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/network" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" ) // VerifyAndUpdate calls network.VerifyAddress. diff --git a/pkg/innerring/processors/netmap/nodevalidation/state/validator.go b/pkg/innerring/processors/netmap/nodevalidation/state/validator.go index 5638fc5c..39ff25b3 100644 --- a/pkg/innerring/processors/netmap/nodevalidation/state/validator.go +++ b/pkg/innerring/processors/netmap/nodevalidation/state/validator.go @@ -9,7 +9,7 @@ package state import ( "errors" - "github.com/nspcc-dev/neofs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" ) // ErrMaintenanceModeDisallowed is returned when maintenance mode is disallowed. @@ -33,7 +33,7 @@ type NetworkSettings interface { // and currently doesn't require any additional initialization. // // NetMapCandidateValidator implements -// github.com/nspcc-dev/neofs-node/pkg/innerring/processors/netmap.NodeValidator. +// github.com/nspcc-dev/frostfs-node/pkg/innerring/processors/netmap.NodeValidator. type NetMapCandidateValidator struct { netSettings NetworkSettings } diff --git a/pkg/innerring/processors/netmap/nodevalidation/state/validator_test.go b/pkg/innerring/processors/netmap/nodevalidation/state/validator_test.go index e1acf96a..87601944 100644 --- a/pkg/innerring/processors/netmap/nodevalidation/state/validator_test.go +++ b/pkg/innerring/processors/netmap/nodevalidation/state/validator_test.go @@ -3,8 +3,8 @@ package state_test import ( "testing" - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/netmap/nodevalidation/state" - "github.com/nspcc-dev/neofs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/netmap/nodevalidation/state" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" "github.com/stretchr/testify/require" ) diff --git a/pkg/innerring/processors/netmap/nodevalidation/subnet/calls.go b/pkg/innerring/processors/netmap/nodevalidation/subnet/calls.go index 399cf865..9d32f9f7 100644 --- a/pkg/innerring/processors/netmap/nodevalidation/subnet/calls.go +++ b/pkg/innerring/processors/netmap/nodevalidation/subnet/calls.go @@ -3,9 +3,9 @@ package subnet import ( "fmt" - morphsubnet "github.com/nspcc-dev/neofs-node/pkg/morph/client/subnet" - "github.com/nspcc-dev/neofs-sdk-go/netmap" - subnetid "github.com/nspcc-dev/neofs-sdk-go/subnet/id" + morphsubnet "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/subnet" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" + subnetid "github.com/TrueCloudLab/frostfs-sdk-go/subnet/id" ) // VerifyAndUpdate calls subnet contract's `NodeAllowed` method. diff --git a/pkg/innerring/processors/netmap/nodevalidation/subnet/validator.go b/pkg/innerring/processors/netmap/nodevalidation/subnet/validator.go index 7d6fb756..04ad8917 100644 --- a/pkg/innerring/processors/netmap/nodevalidation/subnet/validator.go +++ b/pkg/innerring/processors/netmap/nodevalidation/subnet/validator.go @@ -3,7 +3,7 @@ package subnet import ( "errors" - morphsubnet "github.com/nspcc-dev/neofs-node/pkg/morph/client/subnet" + morphsubnet "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/subnet" ) // Validator is an utility that verifies node subnet diff --git a/pkg/innerring/processors/netmap/nodevalidation/validator.go b/pkg/innerring/processors/netmap/nodevalidation/validator.go index fdb88b92..bf9c8438 100644 --- a/pkg/innerring/processors/netmap/nodevalidation/validator.go +++ b/pkg/innerring/processors/netmap/nodevalidation/validator.go @@ -1,8 +1,8 @@ package nodevalidation import ( - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/netmap" - apinetmap "github.com/nspcc-dev/neofs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/netmap" + apinetmap "github.com/TrueCloudLab/frostfs-sdk-go/netmap" ) // CompositeValidator wraps `netmap.NodeValidator`s. diff --git a/pkg/innerring/processors/netmap/process_cleanup.go b/pkg/innerring/processors/netmap/process_cleanup.go index 0aff66fc..3b7ac629 100644 --- a/pkg/innerring/processors/netmap/process_cleanup.go +++ b/pkg/innerring/processors/netmap/process_cleanup.go @@ -1,9 +1,9 @@ package netmap import ( + v2netmap "github.com/TrueCloudLab/frostfs-api-go/v2/netmap" + netmapclient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/netmap" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" - v2netmap "github.com/nspcc-dev/neofs-api-go/v2/netmap" - netmapclient "github.com/nspcc-dev/neofs-node/pkg/morph/client/netmap" "go.uber.org/zap" ) @@ -27,7 +27,7 @@ func (np *Processor) processNetmapCleanupTick(ev netmapCleanupTick) { // In notary environments we call UpdateStateIR method instead of UpdateState. // It differs from UpdateState only by name, so we can do this in the same form. - // See https://github.com/nspcc-dev/neofs-contract/issues/225 + // See https://github.com/nspcc-dev/frostfs-contract/issues/225 const methodUpdateStateNotary = "updateStateIR" if np.notaryDisabled { diff --git a/pkg/innerring/processors/netmap/process_epoch.go b/pkg/innerring/processors/netmap/process_epoch.go index 7314e0e8..fca2a4c9 100644 --- a/pkg/innerring/processors/netmap/process_epoch.go +++ b/pkg/innerring/processors/netmap/process_epoch.go @@ -1,11 +1,11 @@ package netmap import ( - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/audit" - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/governance" - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/settlement" - cntClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/container" - netmapEvent "github.com/nspcc-dev/neofs-node/pkg/morph/event/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/audit" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/governance" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/settlement" + cntClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/container" + netmapEvent "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/netmap" "go.uber.org/zap" ) diff --git a/pkg/innerring/processors/netmap/process_peers.go b/pkg/innerring/processors/netmap/process_peers.go index f5f79fa1..eba59cb1 100644 --- a/pkg/innerring/processors/netmap/process_peers.go +++ b/pkg/innerring/processors/netmap/process_peers.go @@ -4,11 +4,11 @@ import ( "bytes" "encoding/hex" - netmapclient "github.com/nspcc-dev/neofs-node/pkg/morph/client/netmap" - netmapEvent "github.com/nspcc-dev/neofs-node/pkg/morph/event/netmap" - subnetEvent "github.com/nspcc-dev/neofs-node/pkg/morph/event/subnet" - "github.com/nspcc-dev/neofs-sdk-go/netmap" - subnetid "github.com/nspcc-dev/neofs-sdk-go/subnet/id" + netmapclient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/netmap" + netmapEvent "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/netmap" + subnetEvent "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/subnet" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" + subnetid "github.com/TrueCloudLab/frostfs-sdk-go/subnet/id" "go.uber.org/zap" ) @@ -70,7 +70,7 @@ func (np *Processor) processAddPeer(ev netmapEvent.AddPeer) { // In notary environments we call AddPeerIR method instead of AddPeer. // It differs from AddPeer only by name, so we can do this in the same form. - // See https://github.com/nspcc-dev/neofs-contract/issues/154. + // See https://github.com/nspcc-dev/frostfs-contract/issues/154. const methodAddPeerNotary = "addPeerIR" if nr := ev.NotaryRequest(); nr != nil { diff --git a/pkg/innerring/processors/netmap/processor.go b/pkg/innerring/processors/netmap/processor.go index e2d37ff4..220c41cf 100644 --- a/pkg/innerring/processors/netmap/processor.go +++ b/pkg/innerring/processors/netmap/processor.go @@ -4,16 +4,16 @@ import ( "errors" "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/netmap/nodevalidation/state" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/container" + nmClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + netmapEvent "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/netmap" + subnetEvent "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/subnet" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" "github.com/nspcc-dev/neo-go/pkg/core/mempoolevent" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/netmap/nodevalidation/state" - "github.com/nspcc-dev/neofs-node/pkg/morph/client/container" - nmClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/netmap" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - netmapEvent "github.com/nspcc-dev/neofs-node/pkg/morph/event/netmap" - subnetEvent "github.com/nspcc-dev/neofs-node/pkg/morph/event/subnet" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - "github.com/nspcc-dev/neofs-sdk-go/netmap" "github.com/panjf2000/ants/v2" "go.uber.org/zap" ) diff --git a/pkg/innerring/processors/reputation/handlers.go b/pkg/innerring/processors/reputation/handlers.go index 0ce10842..50ddf103 100644 --- a/pkg/innerring/processors/reputation/handlers.go +++ b/pkg/innerring/processors/reputation/handlers.go @@ -3,8 +3,8 @@ package reputation import ( "encoding/hex" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - reputationEvent "github.com/nspcc-dev/neofs-node/pkg/morph/event/reputation" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + reputationEvent "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/reputation" "go.uber.org/zap" ) @@ -12,7 +12,7 @@ func (rp *Processor) handlePutReputation(ev event.Event) { put := ev.(reputationEvent.Put) peerID := put.PeerID() - // FIXME: #1147 do not use `ToV2` method outside neofs-api-go library + // FIXME: #1147 do not use `ToV2` method outside frostfs-api-go library rp.log.Info("notification", zap.String("type", "reputation put"), zap.String("peer_id", hex.EncodeToString(peerID.PublicKey()))) diff --git a/pkg/innerring/processors/reputation/process_put.go b/pkg/innerring/processors/reputation/process_put.go index 071e3f91..1183a263 100644 --- a/pkg/innerring/processors/reputation/process_put.go +++ b/pkg/innerring/processors/reputation/process_put.go @@ -6,9 +6,9 @@ import ( "errors" "fmt" - repClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/reputation" - reputationEvent "github.com/nspcc-dev/neofs-node/pkg/morph/event/reputation" - apireputation "github.com/nspcc-dev/neofs-sdk-go/reputation" + repClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/reputation" + reputationEvent "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/reputation" + apireputation "github.com/TrueCloudLab/frostfs-sdk-go/reputation" "go.uber.org/zap" ) @@ -63,7 +63,7 @@ func (rp *Processor) checkManagers(e uint64, mng apireputation.PeerID, peer apir } for _, m := range mm { - // FIXME: #1147 do not use `ToV2` method outside neofs-api-go library + // FIXME: #1147 do not use `ToV2` method outside frostfs-api-go library if bytes.Equal(mng.PublicKey(), m.PublicKey()) { return nil } @@ -90,7 +90,7 @@ func (rp *Processor) approvePutReputation(e *reputationEvent.Put) { err = rp.reputationWrp.Put(args) } if err != nil { - // FIXME: #1147 do not use `ToV2` method outside neofs-api-go library + // FIXME: #1147 do not use `ToV2` method outside frostfs-api-go library rp.log.Warn("can't send approval tx for reputation value", zap.String("peer_id", hex.EncodeToString(id.PublicKey())), zap.String("error", err.Error())) diff --git a/pkg/innerring/processors/reputation/processor.go b/pkg/innerring/processors/reputation/processor.go index 54ce2a2b..c5f64df8 100644 --- a/pkg/innerring/processors/reputation/processor.go +++ b/pkg/innerring/processors/reputation/processor.go @@ -4,12 +4,12 @@ import ( "errors" "fmt" + repClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/reputation" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + reputationEvent "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/reputation" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/common" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "github.com/nspcc-dev/neo-go/pkg/core/mempoolevent" - repClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/reputation" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - reputationEvent "github.com/nspcc-dev/neofs-node/pkg/morph/event/reputation" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation/common" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" "github.com/panjf2000/ants/v2" "go.uber.org/zap" ) diff --git a/pkg/innerring/processors/settlement/audit/calculate.go b/pkg/innerring/processors/settlement/audit/calculate.go index cc3d1253..585c4b2a 100644 --- a/pkg/innerring/processors/settlement/audit/calculate.go +++ b/pkg/innerring/processors/settlement/audit/calculate.go @@ -7,13 +7,13 @@ import ( "encoding/hex" "math/big" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/settlement/common" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-sdk-go/audit" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-sdk-go/user" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/settlement/common" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - "github.com/nspcc-dev/neofs-sdk-go/audit" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - "github.com/nspcc-dev/neofs-sdk-go/user" "go.uber.org/zap" ) diff --git a/pkg/innerring/processors/settlement/audit/calculator.go b/pkg/innerring/processors/settlement/audit/calculator.go index 0b005e3d..239860b7 100644 --- a/pkg/innerring/processors/settlement/audit/calculator.go +++ b/pkg/innerring/processors/settlement/audit/calculator.go @@ -1,7 +1,7 @@ package audit import ( - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "go.uber.org/zap" ) diff --git a/pkg/innerring/processors/settlement/audit/prm.go b/pkg/innerring/processors/settlement/audit/prm.go index 1da0e733..f68e93de 100644 --- a/pkg/innerring/processors/settlement/audit/prm.go +++ b/pkg/innerring/processors/settlement/audit/prm.go @@ -1,9 +1,9 @@ package audit import ( - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/settlement/common" - "github.com/nspcc-dev/neofs-sdk-go/audit" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/settlement/common" + "github.com/TrueCloudLab/frostfs-sdk-go/audit" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) // CalculatorPrm groups the parameters of Calculator's constructor. diff --git a/pkg/innerring/processors/settlement/basic/collect.go b/pkg/innerring/processors/settlement/basic/collect.go index b825f9a8..6b00b98b 100644 --- a/pkg/innerring/processors/settlement/basic/collect.go +++ b/pkg/innerring/processors/settlement/basic/collect.go @@ -3,8 +3,8 @@ package basic import ( "math/big" - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/settlement/common" - cntClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/container" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/settlement/common" + cntClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/container" "go.uber.org/zap" ) diff --git a/pkg/innerring/processors/settlement/basic/context.go b/pkg/innerring/processors/settlement/basic/context.go index ad4bf036..0047821e 100644 --- a/pkg/innerring/processors/settlement/basic/context.go +++ b/pkg/innerring/processors/settlement/basic/context.go @@ -4,11 +4,11 @@ import ( "math/big" "sync" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/settlement/common" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/container" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-sdk-go/user" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/settlement/common" - "github.com/nspcc-dev/neofs-node/pkg/morph/client/container" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - "github.com/nspcc-dev/neofs-sdk-go/user" ) type ( diff --git a/pkg/innerring/processors/settlement/basic/distribute.go b/pkg/innerring/processors/settlement/basic/distribute.go index f89a2af8..258cb607 100644 --- a/pkg/innerring/processors/settlement/basic/distribute.go +++ b/pkg/innerring/processors/settlement/basic/distribute.go @@ -4,7 +4,7 @@ import ( "encoding/hex" "math/big" - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/settlement/common" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/settlement/common" "go.uber.org/zap" ) diff --git a/pkg/innerring/processors/settlement/calls.go b/pkg/innerring/processors/settlement/calls.go index 6ec42abb..91262ce3 100644 --- a/pkg/innerring/processors/settlement/calls.go +++ b/pkg/innerring/processors/settlement/calls.go @@ -1,8 +1,8 @@ package settlement import ( - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "go.uber.org/zap" ) diff --git a/pkg/innerring/processors/settlement/common/types.go b/pkg/innerring/processors/settlement/common/types.go index 9cd8a021..3e0bac17 100644 --- a/pkg/innerring/processors/settlement/common/types.go +++ b/pkg/innerring/processors/settlement/common/types.go @@ -3,8 +3,8 @@ package common import ( "math/big" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/user" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/user" ) // NodeInfo groups the data about the storage node diff --git a/pkg/innerring/processors/settlement/common/util.go b/pkg/innerring/processors/settlement/common/util.go index 6b5db233..6374f2d8 100644 --- a/pkg/innerring/processors/settlement/common/util.go +++ b/pkg/innerring/processors/settlement/common/util.go @@ -3,7 +3,7 @@ package common import ( "math/big" - "github.com/nspcc-dev/neofs-sdk-go/user" + "github.com/TrueCloudLab/frostfs-sdk-go/user" ) type TransferTable struct { diff --git a/pkg/innerring/processors/settlement/deps.go b/pkg/innerring/processors/settlement/deps.go index 76ed2574..d20c91c6 100644 --- a/pkg/innerring/processors/settlement/deps.go +++ b/pkg/innerring/processors/settlement/deps.go @@ -1,7 +1,7 @@ package settlement import ( - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/settlement/basic" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/settlement/basic" ) // AuditProcessor is an interface of data audit fee processor. diff --git a/pkg/innerring/processors/settlement/events.go b/pkg/innerring/processors/settlement/events.go index c3ab1836..6e4eaae2 100644 --- a/pkg/innerring/processors/settlement/events.go +++ b/pkg/innerring/processors/settlement/events.go @@ -1,7 +1,7 @@ package settlement import ( - "github.com/nspcc-dev/neofs-node/pkg/morph/event" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" ) // AuditEvent is an event of the start of diff --git a/pkg/innerring/processors/settlement/handlers.go b/pkg/innerring/processors/settlement/handlers.go index f63b80a1..4eed411e 100644 --- a/pkg/innerring/processors/settlement/handlers.go +++ b/pkg/innerring/processors/settlement/handlers.go @@ -1,6 +1,6 @@ package settlement -import "github.com/nspcc-dev/neofs-node/pkg/util/logger" +import "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" type auditEventHandler struct { log *logger.Logger diff --git a/pkg/innerring/processors/settlement/opts.go b/pkg/innerring/processors/settlement/opts.go index 73b24b6f..de59510d 100644 --- a/pkg/innerring/processors/settlement/opts.go +++ b/pkg/innerring/processors/settlement/opts.go @@ -1,7 +1,7 @@ package settlement import ( - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "go.uber.org/zap" ) diff --git a/pkg/innerring/processors/settlement/processor.go b/pkg/innerring/processors/settlement/processor.go index f02f8bfb..c5722f6e 100644 --- a/pkg/innerring/processors/settlement/processor.go +++ b/pkg/innerring/processors/settlement/processor.go @@ -4,9 +4,9 @@ import ( "fmt" "sync" - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/settlement/basic" - nodeutil "github.com/nspcc-dev/neofs-node/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/settlement/basic" + nodeutil "github.com/TrueCloudLab/frostfs-node/pkg/util" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "github.com/panjf2000/ants/v2" "go.uber.org/zap" ) diff --git a/pkg/innerring/processors/subnet/common.go b/pkg/innerring/processors/subnet/common.go index 08f3df0f..b40f2bdc 100644 --- a/pkg/innerring/processors/subnet/common.go +++ b/pkg/innerring/processors/subnet/common.go @@ -3,7 +3,7 @@ package subnetevents import ( "fmt" - subnetid "github.com/nspcc-dev/neofs-sdk-go/subnet/id" + subnetid "github.com/TrueCloudLab/frostfs-sdk-go/subnet/id" ) // common interface of subnet notifications with subnet ID. diff --git a/pkg/innerring/processors/subnet/common_test.go b/pkg/innerring/processors/subnet/common_test.go index 3834114f..3986352a 100644 --- a/pkg/innerring/processors/subnet/common_test.go +++ b/pkg/innerring/processors/subnet/common_test.go @@ -1,6 +1,6 @@ package subnetevents -import subnetid "github.com/nspcc-dev/neofs-sdk-go/subnet/id" +import subnetid "github.com/TrueCloudLab/frostfs-sdk-go/subnet/id" type idEvent struct { id subnetid.ID diff --git a/pkg/innerring/processors/subnet/put.go b/pkg/innerring/processors/subnet/put.go index fb0565b6..a9f2705d 100644 --- a/pkg/innerring/processors/subnet/put.go +++ b/pkg/innerring/processors/subnet/put.go @@ -4,9 +4,9 @@ import ( "errors" "fmt" - "github.com/nspcc-dev/neofs-sdk-go/subnet" - subnetid "github.com/nspcc-dev/neofs-sdk-go/subnet/id" - "github.com/nspcc-dev/neofs-sdk-go/user" + "github.com/TrueCloudLab/frostfs-sdk-go/subnet" + subnetid "github.com/TrueCloudLab/frostfs-sdk-go/subnet/id" + "github.com/TrueCloudLab/frostfs-sdk-go/user" ) // Put represents a notification about NeoFS subnet creation. diff --git a/pkg/innerring/processors/subnet/put_test.go b/pkg/innerring/processors/subnet/put_test.go index d91521e2..4380a6d4 100644 --- a/pkg/innerring/processors/subnet/put_test.go +++ b/pkg/innerring/processors/subnet/put_test.go @@ -4,12 +4,12 @@ import ( "errors" "testing" - "github.com/nspcc-dev/neofs-sdk-go/user" - usertest "github.com/nspcc-dev/neofs-sdk-go/user/test" + "github.com/TrueCloudLab/frostfs-sdk-go/user" + usertest "github.com/TrueCloudLab/frostfs-sdk-go/user/test" "github.com/stretchr/testify/require" - "github.com/nspcc-dev/neofs-sdk-go/subnet" - subnetid "github.com/nspcc-dev/neofs-sdk-go/subnet/id" + "github.com/TrueCloudLab/frostfs-sdk-go/subnet" + subnetid "github.com/TrueCloudLab/frostfs-sdk-go/subnet/id" ) type put struct { diff --git a/pkg/innerring/rpc.go b/pkg/innerring/rpc.go index 77fb0855..949c08b8 100644 --- a/pkg/innerring/rpc.go +++ b/pkg/innerring/rpc.go @@ -6,19 +6,19 @@ import ( "fmt" "time" - clientcore "github.com/nspcc-dev/neofs-node/pkg/core/client" - netmapcore "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - storagegroup2 "github.com/nspcc-dev/neofs-node/pkg/core/storagegroup" - neofsapiclient "github.com/nspcc-dev/neofs-node/pkg/innerring/internal/client" - "github.com/nspcc-dev/neofs-node/pkg/network/cache" - "github.com/nspcc-dev/neofs-node/pkg/services/audit/auditor" - "github.com/nspcc-dev/neofs-node/pkg/services/object_manager/placement" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - "github.com/nspcc-dev/neofs-sdk-go/netmap" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - "github.com/nspcc-dev/neofs-sdk-go/storagegroup" + clientcore "github.com/TrueCloudLab/frostfs-node/pkg/core/client" + netmapcore "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + storagegroup2 "github.com/TrueCloudLab/frostfs-node/pkg/core/storagegroup" + frostfsapiclient "github.com/TrueCloudLab/frostfs-node/pkg/innerring/internal/client" + "github.com/TrueCloudLab/frostfs-node/pkg/network/cache" + "github.com/TrueCloudLab/frostfs-node/pkg/services/audit/auditor" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object_manager/placement" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-sdk-go/storagegroup" "go.uber.org/zap" ) @@ -83,7 +83,7 @@ func (c *ClientCache) getSG(ctx context.Context, addr oid.Address, nm *netmap.Ne var info clientcore.NodeInfo - var getObjPrm neofsapiclient.GetObjectPrm + var getObjPrm frostfsapiclient.GetObjectPrm getObjPrm.SetAddress(addr) for _, node := range placement.FlattenNodes(nodes) { @@ -154,9 +154,9 @@ func (c *ClientCache) GetHeader(prm auditor.GetHeaderPrm) (*object.Object, error var obj *object.Object if prm.NodeIsRelay { - obj, err = neofsapiclient.GetObjectHeaderFromContainer(cctx, cli, objAddress) + obj, err = frostfsapiclient.GetObjectHeaderFromContainer(cctx, cli, objAddress) } else { - obj, err = neofsapiclient.GetRawObjectHeaderLocally(cctx, cli, objAddress) + obj, err = frostfsapiclient.GetRawObjectHeaderLocally(cctx, cli, objAddress) } cancel() @@ -189,7 +189,7 @@ func (c *ClientCache) GetRangeHash(prm auditor.GetRangeHashPrm) ([]byte, error) cctx, cancel := context.WithTimeout(prm.Context, c.rangeTimeout) - h, err := neofsapiclient.HashObjectRange(cctx, cli, objAddress, prm.Range) + h, err := frostfsapiclient.HashObjectRange(cctx, cli, objAddress, prm.Range) cancel() @@ -200,9 +200,9 @@ func (c *ClientCache) GetRangeHash(prm auditor.GetRangeHashPrm) ([]byte, error) return h, nil } -func (c *ClientCache) getWrappedClient(info clientcore.NodeInfo) (neofsapiclient.Client, error) { +func (c *ClientCache) getWrappedClient(info clientcore.NodeInfo) (frostfsapiclient.Client, error) { // can be also cached - var cInternal neofsapiclient.Client + var cInternal frostfsapiclient.Client cli, err := c.Get(info) if err != nil { @@ -221,7 +221,7 @@ func (c ClientCache) ListSG(dst *storagegroup2.SearchSGDst, prm storagegroup2.Se return fmt.Errorf("could not get API client from cache") } - var cliPrm neofsapiclient.SearchSGPrm + var cliPrm frostfsapiclient.SearchSGPrm cliPrm.SetContext(prm.Context) cliPrm.SetContainerID(prm.Container) diff --git a/pkg/innerring/settlement.go b/pkg/innerring/settlement.go index 1f8da39c..839fa720 100644 --- a/pkg/innerring/settlement.go +++ b/pkg/innerring/settlement.go @@ -9,24 +9,24 @@ import ( "fmt" "math/big" + "github.com/TrueCloudLab/frostfs-node/pkg/core/container" + "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/settlement/audit" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/settlement/basic" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/settlement/common" + auditClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/audit" + balanceClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/balance" + containerClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/container" + netmapClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + auditAPI "github.com/TrueCloudLab/frostfs-sdk-go/audit" + containerAPI "github.com/TrueCloudLab/frostfs-sdk-go/container" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + netmapAPI "github.com/TrueCloudLab/frostfs-sdk-go/netmap" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-sdk-go/storagegroup" + "github.com/TrueCloudLab/frostfs-sdk-go/user" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" - "github.com/nspcc-dev/neofs-node/pkg/core/container" - "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/settlement/audit" - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/settlement/basic" - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/settlement/common" - auditClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/audit" - balanceClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/balance" - containerClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/container" - netmapClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/netmap" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - auditAPI "github.com/nspcc-dev/neofs-sdk-go/audit" - containerAPI "github.com/nspcc-dev/neofs-sdk-go/container" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - netmapAPI "github.com/nspcc-dev/neofs-sdk-go/netmap" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - "github.com/nspcc-dev/neofs-sdk-go/storagegroup" - "github.com/nspcc-dev/neofs-sdk-go/user" "go.uber.org/zap" ) @@ -145,7 +145,7 @@ func (s settlementDeps) buildContainer(e uint64, cid cid.ID) ([][]netmapAPI.Node cn, err := nm.ContainerNodes( cnr.Value.PlacementPolicy(), - binCnr, // may be replace pivot calculation to neofs-api-go + binCnr, // may be replace pivot calculation to frostfs-api-go ) if err != nil { return nil, nil, fmt.Errorf("could not calculate container nodes: %w", err) diff --git a/pkg/innerring/state.go b/pkg/innerring/state.go index da65afb8..ccc8cae0 100644 --- a/pkg/innerring/state.go +++ b/pkg/innerring/state.go @@ -4,12 +4,12 @@ import ( "fmt" "sort" + "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/governance" + auditClient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/audit" + "github.com/TrueCloudLab/frostfs-node/pkg/services/audit" + control "github.com/TrueCloudLab/frostfs-node/pkg/services/control/ir" + "github.com/TrueCloudLab/frostfs-node/pkg/util/state" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/governance" - auditClient "github.com/nspcc-dev/neofs-node/pkg/morph/client/audit" - "github.com/nspcc-dev/neofs-node/pkg/services/audit" - control "github.com/nspcc-dev/neofs-node/pkg/services/control/ir" - "github.com/nspcc-dev/neofs-node/pkg/util/state" "github.com/spf13/viper" "go.uber.org/zap" ) diff --git a/pkg/innerring/subnet.go b/pkg/innerring/subnet.go index ec8ea282..3ff2e86f 100644 --- a/pkg/innerring/subnet.go +++ b/pkg/innerring/subnet.go @@ -6,19 +6,19 @@ import ( "errors" "fmt" + irsubnet "github.com/TrueCloudLab/frostfs-node/pkg/innerring/processors/subnet" + netmapclient "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/netmap" + morphsubnet "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/subnet" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + subnetevents "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/subnet" + "github.com/TrueCloudLab/frostfs-node/pkg/util" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-sdk-go/subnet" + subnetid "github.com/TrueCloudLab/frostfs-sdk-go/subnet/id" + "github.com/TrueCloudLab/frostfs-sdk-go/user" "github.com/nspcc-dev/neo-go/pkg/core/mempoolevent" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" neogoutil "github.com/nspcc-dev/neo-go/pkg/util" - irsubnet "github.com/nspcc-dev/neofs-node/pkg/innerring/processors/subnet" - netmapclient "github.com/nspcc-dev/neofs-node/pkg/morph/client/netmap" - morphsubnet "github.com/nspcc-dev/neofs-node/pkg/morph/client/subnet" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - subnetevents "github.com/nspcc-dev/neofs-node/pkg/morph/event/subnet" - "github.com/nspcc-dev/neofs-node/pkg/util" - "github.com/nspcc-dev/neofs-sdk-go/netmap" - "github.com/nspcc-dev/neofs-sdk-go/subnet" - subnetid "github.com/nspcc-dev/neofs-sdk-go/subnet/id" - "github.com/nspcc-dev/neofs-sdk-go/user" "github.com/panjf2000/ants/v2" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/blobovnicza/blobovnicza.go b/pkg/local_object_storage/blobovnicza/blobovnicza.go index 8bd1d68f..7f46a010 100644 --- a/pkg/local_object_storage/blobovnicza/blobovnicza.go +++ b/pkg/local_object_storage/blobovnicza/blobovnicza.go @@ -5,7 +5,7 @@ import ( "os" "time" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "go.etcd.io/bbolt" "go.uber.org/atomic" "go.uber.org/zap" diff --git a/pkg/local_object_storage/blobovnicza/blobovnicza_test.go b/pkg/local_object_storage/blobovnicza/blobovnicza_test.go index dd46a529..43b359d6 100644 --- a/pkg/local_object_storage/blobovnicza/blobovnicza_test.go +++ b/pkg/local_object_storage/blobovnicza/blobovnicza_test.go @@ -6,9 +6,9 @@ import ( "os" "testing" - "github.com/nspcc-dev/neofs-node/pkg/util/logger/test" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger/test" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/blobovnicza/control.go b/pkg/local_object_storage/blobovnicza/control.go index a29b0315..a64dbc58 100644 --- a/pkg/local_object_storage/blobovnicza/control.go +++ b/pkg/local_object_storage/blobovnicza/control.go @@ -5,7 +5,7 @@ import ( "os" "path/filepath" - "github.com/nspcc-dev/neofs-node/pkg/util" + "github.com/TrueCloudLab/frostfs-node/pkg/util" "go.etcd.io/bbolt" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/blobovnicza/delete.go b/pkg/local_object_storage/blobovnicza/delete.go index e37718aa..371f5460 100644 --- a/pkg/local_object_storage/blobovnicza/delete.go +++ b/pkg/local_object_storage/blobovnicza/delete.go @@ -1,8 +1,8 @@ package blobovnicza import ( - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.etcd.io/bbolt" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/blobovnicza/errors.go b/pkg/local_object_storage/blobovnicza/errors.go index 58a01e55..dba86298 100644 --- a/pkg/local_object_storage/blobovnicza/errors.go +++ b/pkg/local_object_storage/blobovnicza/errors.go @@ -3,7 +3,7 @@ package blobovnicza import ( "errors" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" ) // IsErrNotFound checks if the error returned by Blobovnicza Get/Delete method diff --git a/pkg/local_object_storage/blobovnicza/exists.go b/pkg/local_object_storage/blobovnicza/exists.go index 47d57d6f..733a0ae5 100644 --- a/pkg/local_object_storage/blobovnicza/exists.go +++ b/pkg/local_object_storage/blobovnicza/exists.go @@ -1,7 +1,7 @@ package blobovnicza import ( - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.etcd.io/bbolt" ) diff --git a/pkg/local_object_storage/blobovnicza/get.go b/pkg/local_object_storage/blobovnicza/get.go index f6dc50fb..665a2d00 100644 --- a/pkg/local_object_storage/blobovnicza/get.go +++ b/pkg/local_object_storage/blobovnicza/get.go @@ -3,9 +3,9 @@ package blobovnicza import ( "errors" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "github.com/nspcc-dev/neo-go/pkg/util/slice" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" "go.etcd.io/bbolt" ) diff --git a/pkg/local_object_storage/blobovnicza/get_test.go b/pkg/local_object_storage/blobovnicza/get_test.go index 147f0066..7f6b1806 100644 --- a/pkg/local_object_storage/blobovnicza/get_test.go +++ b/pkg/local_object_storage/blobovnicza/get_test.go @@ -5,7 +5,7 @@ import ( "path/filepath" "testing" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/blobovnicza/iterate.go b/pkg/local_object_storage/blobovnicza/iterate.go index 70f44f03..5187d2e0 100644 --- a/pkg/local_object_storage/blobovnicza/iterate.go +++ b/pkg/local_object_storage/blobovnicza/iterate.go @@ -3,7 +3,7 @@ package blobovnicza import ( "fmt" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.etcd.io/bbolt" ) diff --git a/pkg/local_object_storage/blobovnicza/iterate_test.go b/pkg/local_object_storage/blobovnicza/iterate_test.go index d3dd37c1..8d51a3a4 100644 --- a/pkg/local_object_storage/blobovnicza/iterate_test.go +++ b/pkg/local_object_storage/blobovnicza/iterate_test.go @@ -5,8 +5,8 @@ import ( "path/filepath" "testing" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" "github.com/nspcc-dev/neo-go/pkg/util/slice" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" "github.com/stretchr/testify/require" "go.etcd.io/bbolt" ) diff --git a/pkg/local_object_storage/blobovnicza/put.go b/pkg/local_object_storage/blobovnicza/put.go index a2b4d61f..00da5a84 100644 --- a/pkg/local_object_storage/blobovnicza/put.go +++ b/pkg/local_object_storage/blobovnicza/put.go @@ -3,8 +3,8 @@ package blobovnicza import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.etcd.io/bbolt" ) diff --git a/pkg/local_object_storage/blobstor/blobovniczatree/blobovnicza.go b/pkg/local_object_storage/blobstor/blobovniczatree/blobovnicza.go index d106932f..036a707b 100644 --- a/pkg/local_object_storage/blobstor/blobovniczatree/blobovnicza.go +++ b/pkg/local_object_storage/blobstor/blobovniczatree/blobovnicza.go @@ -7,13 +7,13 @@ import ( "strconv" "sync" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobovnicza" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/compression" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + "github.com/TrueCloudLab/hrw" "github.com/hashicorp/golang-lru/simplelru" - "github.com/nspcc-dev/hrw" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobovnicza" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/compression" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/blobstor/blobovniczatree/control.go b/pkg/local_object_storage/blobstor/blobovniczatree/control.go index 33b08fec..1cae8643 100644 --- a/pkg/local_object_storage/blobstor/blobovniczatree/control.go +++ b/pkg/local_object_storage/blobstor/blobovniczatree/control.go @@ -4,7 +4,7 @@ import ( "fmt" "path/filepath" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobovnicza" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobovnicza" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/blobstor/blobovniczatree/delete.go b/pkg/local_object_storage/blobstor/blobovniczatree/delete.go index b7c291c4..25e0dcb4 100644 --- a/pkg/local_object_storage/blobstor/blobovniczatree/delete.go +++ b/pkg/local_object_storage/blobstor/blobovniczatree/delete.go @@ -3,10 +3,10 @@ package blobovniczatree import ( "path/filepath" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobovnicza" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobovnicza" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/blobstor/blobovniczatree/errors.go b/pkg/local_object_storage/blobstor/blobovniczatree/errors.go index a78ff7d8..ef6612da 100644 --- a/pkg/local_object_storage/blobstor/blobovniczatree/errors.go +++ b/pkg/local_object_storage/blobstor/blobovniczatree/errors.go @@ -3,8 +3,8 @@ package blobovniczatree import ( "errors" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" ) func isErrOutOfRange(err error) bool { diff --git a/pkg/local_object_storage/blobstor/blobovniczatree/exists.go b/pkg/local_object_storage/blobstor/blobovniczatree/exists.go index ec89d568..df2dbc43 100644 --- a/pkg/local_object_storage/blobstor/blobovniczatree/exists.go +++ b/pkg/local_object_storage/blobstor/blobovniczatree/exists.go @@ -3,8 +3,8 @@ package blobovniczatree import ( "path/filepath" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobovnicza" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobovnicza" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/blobstor/blobovniczatree/exists_test.go b/pkg/local_object_storage/blobstor/blobovniczatree/exists_test.go index bba4e092..024f68a5 100644 --- a/pkg/local_object_storage/blobstor/blobovniczatree/exists_test.go +++ b/pkg/local_object_storage/blobstor/blobovniczatree/exists_test.go @@ -5,11 +5,11 @@ import ( "path/filepath" "testing" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/internal/blobstortest" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "github.com/nspcc-dev/neo-go/pkg/util/slice" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/internal/blobstortest" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" "github.com/stretchr/testify/require" "go.uber.org/zap/zaptest" ) diff --git a/pkg/local_object_storage/blobstor/blobovniczatree/generic_test.go b/pkg/local_object_storage/blobstor/blobovniczatree/generic_test.go index 29a39774..88cbbfab 100644 --- a/pkg/local_object_storage/blobstor/blobovniczatree/generic_test.go +++ b/pkg/local_object_storage/blobstor/blobovniczatree/generic_test.go @@ -6,9 +6,9 @@ import ( "strconv" "testing" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/internal/blobstortest" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/internal/blobstortest" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "go.uber.org/zap/zaptest" ) diff --git a/pkg/local_object_storage/blobstor/blobovniczatree/get.go b/pkg/local_object_storage/blobstor/blobovniczatree/get.go index 5522d18e..b98c1445 100644 --- a/pkg/local_object_storage/blobstor/blobovniczatree/get.go +++ b/pkg/local_object_storage/blobstor/blobovniczatree/get.go @@ -4,11 +4,11 @@ import ( "fmt" "path/filepath" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobovnicza" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobovnicza" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/blobstor/blobovniczatree/get_range.go b/pkg/local_object_storage/blobstor/blobovniczatree/get_range.go index d121e22b..1ead1d1e 100644 --- a/pkg/local_object_storage/blobstor/blobovniczatree/get_range.go +++ b/pkg/local_object_storage/blobstor/blobovniczatree/get_range.go @@ -4,11 +4,11 @@ import ( "fmt" "path/filepath" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobovnicza" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobovnicza" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/blobstor/blobovniczatree/iterate.go b/pkg/local_object_storage/blobstor/blobovniczatree/iterate.go index 45a5088f..a36d34e4 100644 --- a/pkg/local_object_storage/blobstor/blobovniczatree/iterate.go +++ b/pkg/local_object_storage/blobstor/blobovniczatree/iterate.go @@ -4,10 +4,10 @@ import ( "fmt" "path/filepath" - "github.com/nspcc-dev/hrw" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobovnicza" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobovnicza" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + "github.com/TrueCloudLab/hrw" ) // Iterate iterates over all objects in b. diff --git a/pkg/local_object_storage/blobstor/blobovniczatree/option.go b/pkg/local_object_storage/blobstor/blobovniczatree/option.go index 840d2df4..a231e211 100644 --- a/pkg/local_object_storage/blobstor/blobovniczatree/option.go +++ b/pkg/local_object_storage/blobstor/blobovniczatree/option.go @@ -3,9 +3,9 @@ package blobovniczatree import ( "io/fs" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobovnicza" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/compression" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobovnicza" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/compression" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/blobstor/blobovniczatree/put.go b/pkg/local_object_storage/blobstor/blobovniczatree/put.go index 3589456a..01a026d4 100644 --- a/pkg/local_object_storage/blobstor/blobovniczatree/put.go +++ b/pkg/local_object_storage/blobstor/blobovniczatree/put.go @@ -4,8 +4,8 @@ import ( "errors" "path/filepath" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobovnicza" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobovnicza" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/blobstor/blobstor.go b/pkg/local_object_storage/blobstor/blobstor.go index 717ba893..99e0f350 100644 --- a/pkg/local_object_storage/blobstor/blobstor.go +++ b/pkg/local_object_storage/blobstor/blobstor.go @@ -3,11 +3,11 @@ package blobstor import ( "sync" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/compression" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard/mode" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/compression" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard/mode" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/blobstor/blobstor_test.go b/pkg/local_object_storage/blobstor/blobstor_test.go index 436fdfe5..ed9316e8 100644 --- a/pkg/local_object_storage/blobstor/blobstor_test.go +++ b/pkg/local_object_storage/blobstor/blobstor_test.go @@ -5,11 +5,11 @@ import ( "path/filepath" "testing" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/blobovniczatree" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/fstree" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/blobovniczatree" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/fstree" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" "github.com/stretchr/testify/require" ) @@ -32,7 +32,7 @@ func defaultStorages(p string, smallSizeLimit uint64) []SubStorage { } func TestCompression(t *testing.T) { - dir, err := os.MkdirTemp("", "neofs*") + dir, err := os.MkdirTemp("", "frostfs*") require.NoError(t, err) t.Cleanup(func() { _ = os.RemoveAll(dir) }) @@ -102,7 +102,7 @@ func TestCompression(t *testing.T) { func TestBlobstor_needsCompression(t *testing.T) { const smallSizeLimit = 512 newBlobStor := func(t *testing.T, compress bool, ct ...string) *BlobStor { - dir, err := os.MkdirTemp("", "neofs*") + dir, err := os.MkdirTemp("", "frostfs*") require.NoError(t, err) t.Cleanup(func() { _ = os.RemoveAll(dir) }) diff --git a/pkg/local_object_storage/blobstor/common/delete.go b/pkg/local_object_storage/blobstor/common/delete.go index 03cae4fd..9afc3348 100644 --- a/pkg/local_object_storage/blobstor/common/delete.go +++ b/pkg/local_object_storage/blobstor/common/delete.go @@ -1,7 +1,7 @@ package common import ( - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) // DeletePrm groups the parameters of Delete operation. diff --git a/pkg/local_object_storage/blobstor/common/errors.go b/pkg/local_object_storage/blobstor/common/errors.go index 14939348..a709a6d3 100644 --- a/pkg/local_object_storage/blobstor/common/errors.go +++ b/pkg/local_object_storage/blobstor/common/errors.go @@ -1,7 +1,7 @@ package common import ( - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" ) // ErrReadOnly MUST be returned for modifying operations when the storage was opened diff --git a/pkg/local_object_storage/blobstor/common/exists.go b/pkg/local_object_storage/blobstor/common/exists.go index 21187f69..48f7173f 100644 --- a/pkg/local_object_storage/blobstor/common/exists.go +++ b/pkg/local_object_storage/blobstor/common/exists.go @@ -1,6 +1,6 @@ package common -import oid "github.com/nspcc-dev/neofs-sdk-go/object/id" +import oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" // ExistsPrm groups the parameters of Exists operation. type ExistsPrm struct { diff --git a/pkg/local_object_storage/blobstor/common/get.go b/pkg/local_object_storage/blobstor/common/get.go index c8a96c5a..09eb0064 100644 --- a/pkg/local_object_storage/blobstor/common/get.go +++ b/pkg/local_object_storage/blobstor/common/get.go @@ -1,8 +1,8 @@ package common import ( - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) type GetPrm struct { diff --git a/pkg/local_object_storage/blobstor/common/get_range.go b/pkg/local_object_storage/blobstor/common/get_range.go index d52fa408..543246bd 100644 --- a/pkg/local_object_storage/blobstor/common/get_range.go +++ b/pkg/local_object_storage/blobstor/common/get_range.go @@ -1,8 +1,8 @@ package common import ( - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) type GetRangePrm struct { diff --git a/pkg/local_object_storage/blobstor/common/iterate.go b/pkg/local_object_storage/blobstor/common/iterate.go index 7fd24bbd..3cec9f68 100644 --- a/pkg/local_object_storage/blobstor/common/iterate.go +++ b/pkg/local_object_storage/blobstor/common/iterate.go @@ -1,6 +1,6 @@ package common -import oid "github.com/nspcc-dev/neofs-sdk-go/object/id" +import oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" // IterationElement represents a unit of elements through which Iterate operation passes. type IterationElement struct { diff --git a/pkg/local_object_storage/blobstor/common/put.go b/pkg/local_object_storage/blobstor/common/put.go index bcbbdce2..34947ac6 100644 --- a/pkg/local_object_storage/blobstor/common/put.go +++ b/pkg/local_object_storage/blobstor/common/put.go @@ -1,8 +1,8 @@ package common import ( - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) // PutPrm groups the parameters of Put operation. diff --git a/pkg/local_object_storage/blobstor/common/storage.go b/pkg/local_object_storage/blobstor/common/storage.go index b66b4120..aac88da1 100644 --- a/pkg/local_object_storage/blobstor/common/storage.go +++ b/pkg/local_object_storage/blobstor/common/storage.go @@ -1,6 +1,6 @@ package common -import "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/compression" +import "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/compression" // Storage represents key-value object storage. // It is used as a building block for a blobstor of a shard. diff --git a/pkg/local_object_storage/blobstor/compression/compress.go b/pkg/local_object_storage/blobstor/compression/compress.go index f033f45b..44b83d41 100644 --- a/pkg/local_object_storage/blobstor/compression/compress.go +++ b/pkg/local_object_storage/blobstor/compression/compress.go @@ -4,8 +4,8 @@ import ( "bytes" "strings" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" "github.com/klauspost/compress/zstd" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" ) // Config represents common compression-related configuration. diff --git a/pkg/local_object_storage/blobstor/delete.go b/pkg/local_object_storage/blobstor/delete.go index 5b8ecaec..48d11788 100644 --- a/pkg/local_object_storage/blobstor/delete.go +++ b/pkg/local_object_storage/blobstor/delete.go @@ -3,8 +3,8 @@ package blobstor import ( "errors" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" ) func (b *BlobStor) Delete(prm common.DeletePrm) (common.DeleteRes, error) { diff --git a/pkg/local_object_storage/blobstor/exists.go b/pkg/local_object_storage/blobstor/exists.go index 5c43acfa..09ce0ebc 100644 --- a/pkg/local_object_storage/blobstor/exists.go +++ b/pkg/local_object_storage/blobstor/exists.go @@ -1,7 +1,7 @@ package blobstor import ( - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/blobstor/exists_test.go b/pkg/local_object_storage/blobstor/exists_test.go index 1db0c2cd..492ab418 100644 --- a/pkg/local_object_storage/blobstor/exists_test.go +++ b/pkg/local_object_storage/blobstor/exists_test.go @@ -5,16 +5,16 @@ import ( "path/filepath" "testing" - objectCore "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" + objectCore "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" "github.com/stretchr/testify/require" ) func TestExists(t *testing.T) { - dir, err := os.MkdirTemp("", "neofs*") + dir, err := os.MkdirTemp("", "frostfs*") require.NoError(t, err) t.Cleanup(func() { _ = os.RemoveAll(dir) }) diff --git a/pkg/local_object_storage/blobstor/fstree/control.go b/pkg/local_object_storage/blobstor/fstree/control.go index 2c90d9b6..3fd14f60 100644 --- a/pkg/local_object_storage/blobstor/fstree/control.go +++ b/pkg/local_object_storage/blobstor/fstree/control.go @@ -1,7 +1,7 @@ package fstree import ( - "github.com/nspcc-dev/neofs-node/pkg/util" + "github.com/TrueCloudLab/frostfs-node/pkg/util" ) // Open implements common.Storage. diff --git a/pkg/local_object_storage/blobstor/fstree/fstree.go b/pkg/local_object_storage/blobstor/fstree/fstree.go index aef171d0..393e6b3f 100644 --- a/pkg/local_object_storage/blobstor/fstree/fstree.go +++ b/pkg/local_object_storage/blobstor/fstree/fstree.go @@ -10,14 +10,14 @@ import ( "strings" "syscall" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/compression" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" - "github.com/nspcc-dev/neofs-node/pkg/util" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/compression" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" + "github.com/TrueCloudLab/frostfs-node/pkg/util" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) // FSTree represents an object storage as a filesystem tree. diff --git a/pkg/local_object_storage/blobstor/fstree/fstree_test.go b/pkg/local_object_storage/blobstor/fstree/fstree_test.go index 6a5b9f1a..4bfcc0a9 100644 --- a/pkg/local_object_storage/blobstor/fstree/fstree_test.go +++ b/pkg/local_object_storage/blobstor/fstree/fstree_test.go @@ -3,7 +3,7 @@ package fstree import ( "testing" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/blobstor/fstree/generic_test.go b/pkg/local_object_storage/blobstor/fstree/generic_test.go index eae12d28..0abc74c6 100644 --- a/pkg/local_object_storage/blobstor/fstree/generic_test.go +++ b/pkg/local_object_storage/blobstor/fstree/generic_test.go @@ -6,8 +6,8 @@ import ( "strconv" "testing" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/internal/blobstortest" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/internal/blobstortest" ) func TestGeneric(t *testing.T) { diff --git a/pkg/local_object_storage/blobstor/generic_test.go b/pkg/local_object_storage/blobstor/generic_test.go index 79e41121..2f34969e 100644 --- a/pkg/local_object_storage/blobstor/generic_test.go +++ b/pkg/local_object_storage/blobstor/generic_test.go @@ -6,7 +6,7 @@ import ( "strconv" "testing" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/internal/storagetest" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/internal/storagetest" ) func TestGeneric(t *testing.T) { diff --git a/pkg/local_object_storage/blobstor/get.go b/pkg/local_object_storage/blobstor/get.go index 72b51a24..3f9fa996 100644 --- a/pkg/local_object_storage/blobstor/get.go +++ b/pkg/local_object_storage/blobstor/get.go @@ -3,9 +3,9 @@ package blobstor import ( "errors" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" ) // Get reads the object from b. diff --git a/pkg/local_object_storage/blobstor/get_range.go b/pkg/local_object_storage/blobstor/get_range.go index ede6efec..7666927f 100644 --- a/pkg/local_object_storage/blobstor/get_range.go +++ b/pkg/local_object_storage/blobstor/get_range.go @@ -3,9 +3,9 @@ package blobstor import ( "errors" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" ) // GetRange reads object payload data from b. diff --git a/pkg/local_object_storage/blobstor/internal/blobstortest/common.go b/pkg/local_object_storage/blobstor/internal/blobstortest/common.go index 0d3a79e8..798c9bf1 100644 --- a/pkg/local_object_storage/blobstor/internal/blobstortest/common.go +++ b/pkg/local_object_storage/blobstor/internal/blobstortest/common.go @@ -4,12 +4,12 @@ import ( "math/rand" "testing" - objectCore "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" + objectCore "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/blobstor/internal/blobstortest/control.go b/pkg/local_object_storage/blobstor/internal/blobstortest/control.go index 2ab5d5bd..c5ebb859 100644 --- a/pkg/local_object_storage/blobstor/internal/blobstortest/control.go +++ b/pkg/local_object_storage/blobstor/internal/blobstortest/control.go @@ -4,8 +4,8 @@ import ( "math/rand" "testing" - objectCore "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" + objectCore "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/blobstor/internal/blobstortest/delete.go b/pkg/local_object_storage/blobstor/internal/blobstortest/delete.go index 026f9e80..b13498a4 100644 --- a/pkg/local_object_storage/blobstor/internal/blobstortest/delete.go +++ b/pkg/local_object_storage/blobstor/internal/blobstortest/delete.go @@ -3,9 +3,9 @@ package blobstortest import ( "testing" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/blobstor/internal/blobstortest/exists.go b/pkg/local_object_storage/blobstor/internal/blobstortest/exists.go index de20dc0d..744ccdbf 100644 --- a/pkg/local_object_storage/blobstor/internal/blobstortest/exists.go +++ b/pkg/local_object_storage/blobstor/internal/blobstortest/exists.go @@ -3,8 +3,8 @@ package blobstortest import ( "testing" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/blobstor/internal/blobstortest/get.go b/pkg/local_object_storage/blobstor/internal/blobstortest/get.go index e8d8a453..4b7110e6 100644 --- a/pkg/local_object_storage/blobstor/internal/blobstortest/get.go +++ b/pkg/local_object_storage/blobstor/internal/blobstortest/get.go @@ -3,9 +3,9 @@ package blobstortest import ( "testing" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/blobstor/internal/blobstortest/get_range.go b/pkg/local_object_storage/blobstor/internal/blobstortest/get_range.go index 2254fe2b..01ddc6ea 100644 --- a/pkg/local_object_storage/blobstor/internal/blobstortest/get_range.go +++ b/pkg/local_object_storage/blobstor/internal/blobstortest/get_range.go @@ -4,9 +4,9 @@ import ( "math" "testing" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/blobstor/internal/blobstortest/iterate.go b/pkg/local_object_storage/blobstor/internal/blobstortest/iterate.go index 215d18ea..a598098f 100644 --- a/pkg/local_object_storage/blobstor/internal/blobstortest/iterate.go +++ b/pkg/local_object_storage/blobstor/internal/blobstortest/iterate.go @@ -4,8 +4,8 @@ import ( "errors" "testing" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/blobstor/iterate.go b/pkg/local_object_storage/blobstor/iterate.go index b5d14e77..4583b62b 100644 --- a/pkg/local_object_storage/blobstor/iterate.go +++ b/pkg/local_object_storage/blobstor/iterate.go @@ -3,8 +3,8 @@ package blobstor import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/blobstor/iterate_test.go b/pkg/local_object_storage/blobstor/iterate_test.go index 78191e92..c2c1c05d 100644 --- a/pkg/local_object_storage/blobstor/iterate_test.go +++ b/pkg/local_object_storage/blobstor/iterate_test.go @@ -5,9 +5,9 @@ import ( "os" "testing" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/blobstor/logger.go b/pkg/local_object_storage/blobstor/logger.go index 5b6cb71a..d21e0500 100644 --- a/pkg/local_object_storage/blobstor/logger.go +++ b/pkg/local_object_storage/blobstor/logger.go @@ -1,9 +1,9 @@ package blobstor import ( - storagelog "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/internal/log" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + storagelog "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/internal/log" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) const deleteOp = "DELETE" diff --git a/pkg/local_object_storage/blobstor/mode.go b/pkg/local_object_storage/blobstor/mode.go index 01f6590f..42a4afc5 100644 --- a/pkg/local_object_storage/blobstor/mode.go +++ b/pkg/local_object_storage/blobstor/mode.go @@ -3,7 +3,7 @@ package blobstor import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard/mode" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard/mode" ) // SetMode sets the blobstor mode of operation. diff --git a/pkg/local_object_storage/blobstor/put.go b/pkg/local_object_storage/blobstor/put.go index 0bf244d3..9d94d7b1 100644 --- a/pkg/local_object_storage/blobstor/put.go +++ b/pkg/local_object_storage/blobstor/put.go @@ -3,10 +3,10 @@ package blobstor import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" ) // ErrNoPlaceFound is returned when object can't be saved to any sub-storage component diff --git a/pkg/local_object_storage/engine/container.go b/pkg/local_object_storage/engine/container.go index 94eeebe1..ea508ab6 100644 --- a/pkg/local_object_storage/engine/container.go +++ b/pkg/local_object_storage/engine/container.go @@ -1,8 +1,8 @@ package engine import ( - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/engine/control.go b/pkg/local_object_storage/engine/control.go index 420691cd..a56d7bbb 100644 --- a/pkg/local_object_storage/engine/control.go +++ b/pkg/local_object_storage/engine/control.go @@ -7,8 +7,8 @@ import ( "strings" "sync" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/engine/control_test.go b/pkg/local_object_storage/engine/control_test.go index 6929ab20..50ee1b55 100644 --- a/pkg/local_object_storage/engine/control_test.go +++ b/pkg/local_object_storage/engine/control_test.go @@ -8,12 +8,12 @@ import ( "strconv" "testing" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard/mode" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard/mode" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/engine/delete.go b/pkg/local_object_storage/engine/delete.go index 12810c5b..9a355b56 100644 --- a/pkg/local_object_storage/engine/delete.go +++ b/pkg/local_object_storage/engine/delete.go @@ -3,10 +3,10 @@ package engine import ( "errors" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/engine/delete_test.go b/pkg/local_object_storage/engine/delete_test.go index 72e6b3fa..e62080b7 100644 --- a/pkg/local_object_storage/engine/delete_test.go +++ b/pkg/local_object_storage/engine/delete_test.go @@ -4,13 +4,13 @@ import ( "os" "testing" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" "github.com/stretchr/testify/require" "go.uber.org/zap/zaptest" ) diff --git a/pkg/local_object_storage/engine/dump.go b/pkg/local_object_storage/engine/dump.go index bdb12377..0b7c4864 100644 --- a/pkg/local_object_storage/engine/dump.go +++ b/pkg/local_object_storage/engine/dump.go @@ -1,6 +1,6 @@ package engine -import "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" +import "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" // DumpShard dumps objects from the shard with provided identifier. // diff --git a/pkg/local_object_storage/engine/engine.go b/pkg/local_object_storage/engine/engine.go index 275e51c0..d5265e0e 100644 --- a/pkg/local_object_storage/engine/engine.go +++ b/pkg/local_object_storage/engine/engine.go @@ -4,11 +4,11 @@ import ( "errors" "sync" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard/mode" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" - "github.com/nspcc-dev/neofs-node/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard/mode" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" + "github.com/TrueCloudLab/frostfs-node/pkg/util" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "go.uber.org/atomic" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/engine/engine_test.go b/pkg/local_object_storage/engine/engine_test.go index 8911e3eb..d554d377 100644 --- a/pkg/local_object_storage/engine/engine_test.go +++ b/pkg/local_object_storage/engine/engine_test.go @@ -6,22 +6,22 @@ import ( "path/filepath" "testing" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/blobovniczatree" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/fstree" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/pilorama" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - "github.com/nspcc-dev/neofs-sdk-go/checksum" - checksumtest "github.com/nspcc-dev/neofs-sdk-go/checksum/test" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - "github.com/nspcc-dev/neofs-sdk-go/object" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" - usertest "github.com/nspcc-dev/neofs-sdk-go/user/test" - "github.com/nspcc-dev/neofs-sdk-go/version" - "github.com/nspcc-dev/tzhash/tz" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/blobovniczatree" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/fstree" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/pilorama" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-sdk-go/checksum" + checksumtest "github.com/TrueCloudLab/frostfs-sdk-go/checksum/test" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" + usertest "github.com/TrueCloudLab/frostfs-sdk-go/user/test" + "github.com/TrueCloudLab/frostfs-sdk-go/version" + "github.com/TrueCloudLab/tzhash/tz" "github.com/panjf2000/ants/v2" "github.com/stretchr/testify/require" "go.uber.org/atomic" diff --git a/pkg/local_object_storage/engine/error_test.go b/pkg/local_object_storage/engine/error_test.go index cd0d1065..0444dde1 100644 --- a/pkg/local_object_storage/engine/error_test.go +++ b/pkg/local_object_storage/engine/error_test.go @@ -7,16 +7,16 @@ import ( "strconv" "testing" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/pilorama" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard/mode" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/pilorama" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard/mode" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" "github.com/stretchr/testify/require" "go.uber.org/zap/zaptest" ) diff --git a/pkg/local_object_storage/engine/evacuate.go b/pkg/local_object_storage/engine/evacuate.go index ad989fd3..49df6fdf 100644 --- a/pkg/local_object_storage/engine/evacuate.go +++ b/pkg/local_object_storage/engine/evacuate.go @@ -4,12 +4,12 @@ import ( "errors" "fmt" - "github.com/nspcc-dev/hrw" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - "github.com/nspcc-dev/neofs-node/pkg/util" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + "github.com/TrueCloudLab/frostfs-node/pkg/util" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + "github.com/TrueCloudLab/hrw" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/engine/evacuate_test.go b/pkg/local_object_storage/engine/evacuate_test.go index 9c0a84b8..43fd6341 100644 --- a/pkg/local_object_storage/engine/evacuate_test.go +++ b/pkg/local_object_storage/engine/evacuate_test.go @@ -8,16 +8,16 @@ import ( "strconv" "testing" - objectCore "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/fstree" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard/mode" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + objectCore "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/fstree" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard/mode" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "github.com/stretchr/testify/require" "go.uber.org/zap/zaptest" ) diff --git a/pkg/local_object_storage/engine/exists.go b/pkg/local_object_storage/engine/exists.go index 16b5d8fb..0248cf94 100644 --- a/pkg/local_object_storage/engine/exists.go +++ b/pkg/local_object_storage/engine/exists.go @@ -3,10 +3,10 @@ package engine import ( "errors" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) func (e *StorageEngine) exists(addr oid.Address) (bool, error) { diff --git a/pkg/local_object_storage/engine/get.go b/pkg/local_object_storage/engine/get.go index 6eb50143..bbe5688f 100644 --- a/pkg/local_object_storage/engine/get.go +++ b/pkg/local_object_storage/engine/get.go @@ -3,12 +3,12 @@ package engine import ( "errors" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/engine/head.go b/pkg/local_object_storage/engine/head.go index 5f785154..6f4b3b36 100644 --- a/pkg/local_object_storage/engine/head.go +++ b/pkg/local_object_storage/engine/head.go @@ -3,12 +3,12 @@ package engine import ( "errors" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) // HeadPrm groups the parameters of Head operation. diff --git a/pkg/local_object_storage/engine/head_test.go b/pkg/local_object_storage/engine/head_test.go index 2ebf641d..4d19b15a 100644 --- a/pkg/local_object_storage/engine/head_test.go +++ b/pkg/local_object_storage/engine/head_test.go @@ -4,10 +4,10 @@ import ( "os" "testing" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/engine/info.go b/pkg/local_object_storage/engine/info.go index 396663b4..da0d50b6 100644 --- a/pkg/local_object_storage/engine/info.go +++ b/pkg/local_object_storage/engine/info.go @@ -1,7 +1,7 @@ package engine import ( - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" ) // Info groups the information about StorageEngine. diff --git a/pkg/local_object_storage/engine/inhume.go b/pkg/local_object_storage/engine/inhume.go index a81a3243..3e65343f 100644 --- a/pkg/local_object_storage/engine/inhume.go +++ b/pkg/local_object_storage/engine/inhume.go @@ -4,11 +4,11 @@ import ( "context" "errors" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/engine/inhume_test.go b/pkg/local_object_storage/engine/inhume_test.go index 10f92f7a..e48a6873 100644 --- a/pkg/local_object_storage/engine/inhume_test.go +++ b/pkg/local_object_storage/engine/inhume_test.go @@ -4,10 +4,10 @@ import ( "os" "testing" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/engine/list.go b/pkg/local_object_storage/engine/list.go index 0845ded9..92cf2abf 100644 --- a/pkg/local_object_storage/engine/list.go +++ b/pkg/local_object_storage/engine/list.go @@ -3,8 +3,8 @@ package engine import ( "sort" - objectcore "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" + objectcore "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" ) // ErrEndOfListing is returned from an object listing with cursor diff --git a/pkg/local_object_storage/engine/list_test.go b/pkg/local_object_storage/engine/list_test.go index 2762aa37..43e177e6 100644 --- a/pkg/local_object_storage/engine/list_test.go +++ b/pkg/local_object_storage/engine/list_test.go @@ -6,9 +6,9 @@ import ( "sort" "testing" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/engine/lock.go b/pkg/local_object_storage/engine/lock.go index 9a644071..9b5652e9 100644 --- a/pkg/local_object_storage/engine/lock.go +++ b/pkg/local_object_storage/engine/lock.go @@ -3,12 +3,12 @@ package engine import ( "errors" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) var errLockFailed = errors.New("lock operation failed") diff --git a/pkg/local_object_storage/engine/lock_test.go b/pkg/local_object_storage/engine/lock_test.go index d0fa53b5..03ba5a41 100644 --- a/pkg/local_object_storage/engine/lock_test.go +++ b/pkg/local_object_storage/engine/lock_test.go @@ -7,17 +7,17 @@ import ( "testing" "time" - objectV2 "github.com/nspcc-dev/neofs-api-go/v2/object" - objectcore "github.com/nspcc-dev/neofs-node/pkg/core/object" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - "github.com/nspcc-dev/neofs-node/pkg/util" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - objecttest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" + objectV2 "github.com/TrueCloudLab/frostfs-api-go/v2/object" + objectcore "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + "github.com/TrueCloudLab/frostfs-node/pkg/util" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + objecttest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" "github.com/panjf2000/ants/v2" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/engine/put.go b/pkg/local_object_storage/engine/put.go index 8e3190f0..e1505331 100644 --- a/pkg/local_object_storage/engine/put.go +++ b/pkg/local_object_storage/engine/put.go @@ -3,13 +3,13 @@ package engine import ( "errors" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - "github.com/nspcc-dev/neofs-node/pkg/util" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + "github.com/TrueCloudLab/frostfs-node/pkg/util" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/engine/range.go b/pkg/local_object_storage/engine/range.go index 6ade45aa..12984b04 100644 --- a/pkg/local_object_storage/engine/range.go +++ b/pkg/local_object_storage/engine/range.go @@ -3,12 +3,12 @@ package engine import ( "errors" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/engine/restore.go b/pkg/local_object_storage/engine/restore.go index 14738eaf..fd4ec456 100644 --- a/pkg/local_object_storage/engine/restore.go +++ b/pkg/local_object_storage/engine/restore.go @@ -1,6 +1,6 @@ package engine -import "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" +import "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" // RestoreShard restores objects from dump to the shard with provided identifier. // diff --git a/pkg/local_object_storage/engine/select.go b/pkg/local_object_storage/engine/select.go index 0e5a8ca2..35a80cc1 100644 --- a/pkg/local_object_storage/engine/select.go +++ b/pkg/local_object_storage/engine/select.go @@ -1,10 +1,10 @@ package engine import ( - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) // SelectPrm groups the parameters of Select operation. diff --git a/pkg/local_object_storage/engine/shards.go b/pkg/local_object_storage/engine/shards.go index 8604b773..e0510e35 100644 --- a/pkg/local_object_storage/engine/shards.go +++ b/pkg/local_object_storage/engine/shards.go @@ -3,12 +3,12 @@ package engine import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard/mode" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + "github.com/TrueCloudLab/hrw" "github.com/google/uuid" - "github.com/nspcc-dev/hrw" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard/mode" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" "github.com/panjf2000/ants/v2" "go.uber.org/atomic" "go.uber.org/zap" diff --git a/pkg/local_object_storage/engine/tree.go b/pkg/local_object_storage/engine/tree.go index c7f62a8c..dc275b47 100644 --- a/pkg/local_object_storage/engine/tree.go +++ b/pkg/local_object_storage/engine/tree.go @@ -3,9 +3,9 @@ package engine import ( "errors" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/pilorama" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - cidSDK "github.com/nspcc-dev/neofs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/pilorama" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + cidSDK "github.com/TrueCloudLab/frostfs-sdk-go/container/id" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/engine/tree_test.go b/pkg/local_object_storage/engine/tree_test.go index 1c5b569e..3c85002b 100644 --- a/pkg/local_object_storage/engine/tree_test.go +++ b/pkg/local_object_storage/engine/tree_test.go @@ -4,9 +4,9 @@ import ( "strconv" "testing" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/pilorama" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - "github.com/nspcc-dev/neofs-sdk-go/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/pilorama" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + "github.com/TrueCloudLab/frostfs-sdk-go/object" ) func BenchmarkTreeVsSearch(b *testing.B) { diff --git a/pkg/local_object_storage/engine/writecache.go b/pkg/local_object_storage/engine/writecache.go index 84359cda..a9bb51fd 100644 --- a/pkg/local_object_storage/engine/writecache.go +++ b/pkg/local_object_storage/engine/writecache.go @@ -1,7 +1,7 @@ package engine import ( - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" ) // FlushWriteCachePrm groups the parameters of FlushWriteCache operation. diff --git a/pkg/local_object_storage/internal/log/log.go b/pkg/local_object_storage/internal/log/log.go index dcd33661..cd6df3f4 100644 --- a/pkg/local_object_storage/internal/log/log.go +++ b/pkg/local_object_storage/internal/log/log.go @@ -1,7 +1,7 @@ package storagelog import ( - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/internal/storagetest/storage.go b/pkg/local_object_storage/internal/storagetest/storage.go index 3f9a0124..658ff71d 100644 --- a/pkg/local_object_storage/internal/storagetest/storage.go +++ b/pkg/local_object_storage/internal/storagetest/storage.go @@ -3,7 +3,7 @@ package storagetest import ( "testing" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard/mode" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard/mode" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/metabase/containers.go b/pkg/local_object_storage/metabase/containers.go index c506ee64..6fab579b 100644 --- a/pkg/local_object_storage/metabase/containers.go +++ b/pkg/local_object_storage/metabase/containers.go @@ -3,7 +3,7 @@ package meta import ( "encoding/binary" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" "go.etcd.io/bbolt" ) diff --git a/pkg/local_object_storage/metabase/containers_test.go b/pkg/local_object_storage/metabase/containers_test.go index be8795be..08fcef03 100644 --- a/pkg/local_object_storage/metabase/containers_test.go +++ b/pkg/local_object_storage/metabase/containers_test.go @@ -5,11 +5,11 @@ import ( "sort" "testing" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/metabase/control.go b/pkg/local_object_storage/metabase/control.go index 7292827e..10f42d32 100644 --- a/pkg/local_object_storage/metabase/control.go +++ b/pkg/local_object_storage/metabase/control.go @@ -5,9 +5,9 @@ import ( "fmt" "path/filepath" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard/mode" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" - "github.com/nspcc-dev/neofs-node/pkg/util" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard/mode" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" + "github.com/TrueCloudLab/frostfs-node/pkg/util" "go.etcd.io/bbolt" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/metabase/control_test.go b/pkg/local_object_storage/metabase/control_test.go index df549031..634be90f 100644 --- a/pkg/local_object_storage/metabase/control_test.go +++ b/pkg/local_object_storage/metabase/control_test.go @@ -3,10 +3,10 @@ package meta_test import ( "testing" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/metabase/counter.go b/pkg/local_object_storage/metabase/counter.go index 8ce2152a..d36e994f 100644 --- a/pkg/local_object_storage/metabase/counter.go +++ b/pkg/local_object_storage/metabase/counter.go @@ -4,8 +4,8 @@ import ( "encoding/binary" "fmt" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.etcd.io/bbolt" ) diff --git a/pkg/local_object_storage/metabase/counter_test.go b/pkg/local_object_storage/metabase/counter_test.go index 0604d7e0..ca92460b 100644 --- a/pkg/local_object_storage/metabase/counter_test.go +++ b/pkg/local_object_storage/metabase/counter_test.go @@ -3,11 +3,11 @@ package meta_test import ( "testing" - objectcore "github.com/nspcc-dev/neofs-node/pkg/core/object" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" + objectcore "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/metabase/db.go b/pkg/local_object_storage/metabase/db.go index acf6031f..d5036553 100644 --- a/pkg/local_object_storage/metabase/db.go +++ b/pkg/local_object_storage/metabase/db.go @@ -11,11 +11,11 @@ import ( "sync" "time" + v2object "github.com/TrueCloudLab/frostfs-api-go/v2/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard/mode" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-sdk-go/object" "github.com/mr-tron/base58" - v2object "github.com/nspcc-dev/neofs-api-go/v2/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard/mode" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - "github.com/nspcc-dev/neofs-sdk-go/object" "go.etcd.io/bbolt" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/metabase/db_test.go b/pkg/local_object_storage/metabase/db_test.go index 0a43e66d..fd97150c 100644 --- a/pkg/local_object_storage/metabase/db_test.go +++ b/pkg/local_object_storage/metabase/db_test.go @@ -5,19 +5,19 @@ import ( "strconv" "testing" - objectV2 "github.com/nspcc-dev/neofs-api-go/v2/object" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - "github.com/nspcc-dev/neofs-sdk-go/checksum" - checksumtest "github.com/nspcc-dev/neofs-sdk-go/checksum/test" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - "github.com/nspcc-dev/neofs-sdk-go/object" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" - usertest "github.com/nspcc-dev/neofs-sdk-go/user/test" - "github.com/nspcc-dev/neofs-sdk-go/version" - "github.com/nspcc-dev/tzhash/tz" + objectV2 "github.com/TrueCloudLab/frostfs-api-go/v2/object" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + "github.com/TrueCloudLab/frostfs-sdk-go/checksum" + checksumtest "github.com/TrueCloudLab/frostfs-sdk-go/checksum/test" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" + usertest "github.com/TrueCloudLab/frostfs-sdk-go/user/test" + "github.com/TrueCloudLab/frostfs-sdk-go/version" + "github.com/TrueCloudLab/tzhash/tz" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/metabase/delete.go b/pkg/local_object_storage/metabase/delete.go index 772abb15..2e6ac2a6 100644 --- a/pkg/local_object_storage/metabase/delete.go +++ b/pkg/local_object_storage/metabase/delete.go @@ -5,11 +5,11 @@ import ( "errors" "fmt" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - storagelog "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/internal/log" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + storagelog "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/internal/log" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.etcd.io/bbolt" ) diff --git a/pkg/local_object_storage/metabase/delete_test.go b/pkg/local_object_storage/metabase/delete_test.go index 9202ce63..ab46c3ee 100644 --- a/pkg/local_object_storage/metabase/delete_test.go +++ b/pkg/local_object_storage/metabase/delete_test.go @@ -4,13 +4,13 @@ import ( "errors" "testing" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/metabase/errors.go b/pkg/local_object_storage/metabase/errors.go index c02e0f49..9772971f 100644 --- a/pkg/local_object_storage/metabase/errors.go +++ b/pkg/local_object_storage/metabase/errors.go @@ -3,8 +3,8 @@ package meta import ( "errors" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" ) // ErrObjectIsExpired is returned when the requested object's diff --git a/pkg/local_object_storage/metabase/exists.go b/pkg/local_object_storage/metabase/exists.go index a2c10fab..3a021288 100644 --- a/pkg/local_object_storage/metabase/exists.go +++ b/pkg/local_object_storage/metabase/exists.go @@ -4,12 +4,12 @@ import ( "fmt" "strconv" - objectV2 "github.com/nspcc-dev/neofs-api-go/v2/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + objectV2 "github.com/TrueCloudLab/frostfs-api-go/v2/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.etcd.io/bbolt" ) diff --git a/pkg/local_object_storage/metabase/exists_test.go b/pkg/local_object_storage/metabase/exists_test.go index e5c3245d..122ac53a 100644 --- a/pkg/local_object_storage/metabase/exists_test.go +++ b/pkg/local_object_storage/metabase/exists_test.go @@ -4,12 +4,12 @@ import ( "errors" "testing" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/metabase/generic_test.go b/pkg/local_object_storage/metabase/generic_test.go index 376dd197..54da0bf6 100644 --- a/pkg/local_object_storage/metabase/generic_test.go +++ b/pkg/local_object_storage/metabase/generic_test.go @@ -6,7 +6,7 @@ import ( "strconv" "testing" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/internal/storagetest" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/internal/storagetest" ) func TestGeneric(t *testing.T) { diff --git a/pkg/local_object_storage/metabase/get.go b/pkg/local_object_storage/metabase/get.go index d754a86e..d3a3ad46 100644 --- a/pkg/local_object_storage/metabase/get.go +++ b/pkg/local_object_storage/metabase/get.go @@ -3,11 +3,11 @@ package meta import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.etcd.io/bbolt" ) diff --git a/pkg/local_object_storage/metabase/get_test.go b/pkg/local_object_storage/metabase/get_test.go index 8cead8e2..3f7c6fab 100644 --- a/pkg/local_object_storage/metabase/get_test.go +++ b/pkg/local_object_storage/metabase/get_test.go @@ -8,13 +8,13 @@ import ( "testing" "time" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/metabase/graveyard.go b/pkg/local_object_storage/metabase/graveyard.go index 00320c1f..bcd67bc7 100644 --- a/pkg/local_object_storage/metabase/graveyard.go +++ b/pkg/local_object_storage/metabase/graveyard.go @@ -5,7 +5,7 @@ import ( "errors" "fmt" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.etcd.io/bbolt" ) diff --git a/pkg/local_object_storage/metabase/graveyard_test.go b/pkg/local_object_storage/metabase/graveyard_test.go index c0f54c7e..a7b6629a 100644 --- a/pkg/local_object_storage/metabase/graveyard_test.go +++ b/pkg/local_object_storage/metabase/graveyard_test.go @@ -3,10 +3,10 @@ package meta_test import ( "testing" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/metabase/inhume.go b/pkg/local_object_storage/metabase/inhume.go index ab00ddd9..f0317a81 100644 --- a/pkg/local_object_storage/metabase/inhume.go +++ b/pkg/local_object_storage/metabase/inhume.go @@ -5,10 +5,10 @@ import ( "errors" "fmt" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.etcd.io/bbolt" ) diff --git a/pkg/local_object_storage/metabase/inhume_test.go b/pkg/local_object_storage/metabase/inhume_test.go index 6e47b107..2d69ffde 100644 --- a/pkg/local_object_storage/metabase/inhume_test.go +++ b/pkg/local_object_storage/metabase/inhume_test.go @@ -3,11 +3,11 @@ package meta_test import ( "testing" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/metabase/iterators.go b/pkg/local_object_storage/metabase/iterators.go index 6deadde2..5a9e9dc2 100644 --- a/pkg/local_object_storage/metabase/iterators.go +++ b/pkg/local_object_storage/metabase/iterators.go @@ -5,11 +5,11 @@ import ( "fmt" "strconv" - objectV2 "github.com/nspcc-dev/neofs-api-go/v2/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + objectV2 "github.com/TrueCloudLab/frostfs-api-go/v2/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.etcd.io/bbolt" ) diff --git a/pkg/local_object_storage/metabase/iterators_test.go b/pkg/local_object_storage/metabase/iterators_test.go index 2cd0398c..a8b07323 100644 --- a/pkg/local_object_storage/metabase/iterators_test.go +++ b/pkg/local_object_storage/metabase/iterators_test.go @@ -4,12 +4,12 @@ import ( "strconv" "testing" - objectV2 "github.com/nspcc-dev/neofs-api-go/v2/object" - object2 "github.com/nspcc-dev/neofs-node/pkg/core/object" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" + objectV2 "github.com/TrueCloudLab/frostfs-api-go/v2/object" + object2 "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/metabase/list.go b/pkg/local_object_storage/metabase/list.go index 4dbcc002..5220e48f 100644 --- a/pkg/local_object_storage/metabase/list.go +++ b/pkg/local_object_storage/metabase/list.go @@ -1,11 +1,11 @@ package meta import ( - objectcore "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + objectcore "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.etcd.io/bbolt" ) diff --git a/pkg/local_object_storage/metabase/list_test.go b/pkg/local_object_storage/metabase/list_test.go index 3a325afa..a873216f 100644 --- a/pkg/local_object_storage/metabase/list_test.go +++ b/pkg/local_object_storage/metabase/list_test.go @@ -5,11 +5,11 @@ import ( "sort" "testing" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" "github.com/stretchr/testify/require" "go.etcd.io/bbolt" ) diff --git a/pkg/local_object_storage/metabase/lock.go b/pkg/local_object_storage/metabase/lock.go index 4c167f4a..68ce0a89 100644 --- a/pkg/local_object_storage/metabase/lock.go +++ b/pkg/local_object_storage/metabase/lock.go @@ -4,11 +4,11 @@ import ( "bytes" "fmt" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.etcd.io/bbolt" ) diff --git a/pkg/local_object_storage/metabase/lock_test.go b/pkg/local_object_storage/metabase/lock_test.go index e06b7039..9ae8ec0d 100644 --- a/pkg/local_object_storage/metabase/lock_test.go +++ b/pkg/local_object_storage/metabase/lock_test.go @@ -3,14 +3,14 @@ package meta_test import ( "testing" - objectcore "github.com/nspcc-dev/neofs-node/pkg/core/object" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" - objecttest "github.com/nspcc-dev/neofs-sdk-go/object/test" + objectcore "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" + objecttest "github.com/TrueCloudLab/frostfs-sdk-go/object/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/metabase/mode.go b/pkg/local_object_storage/metabase/mode.go index f5d4a843..1bd59a04 100644 --- a/pkg/local_object_storage/metabase/mode.go +++ b/pkg/local_object_storage/metabase/mode.go @@ -3,7 +3,7 @@ package meta import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard/mode" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard/mode" ) // SetMode sets the metabase mode of operation. diff --git a/pkg/local_object_storage/metabase/movable.go b/pkg/local_object_storage/metabase/movable.go index 42e9689c..bdc1b593 100644 --- a/pkg/local_object_storage/metabase/movable.go +++ b/pkg/local_object_storage/metabase/movable.go @@ -3,7 +3,7 @@ package meta import ( "fmt" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.etcd.io/bbolt" ) diff --git a/pkg/local_object_storage/metabase/movable_test.go b/pkg/local_object_storage/metabase/movable_test.go index 560b7d4c..67b6cd56 100644 --- a/pkg/local_object_storage/metabase/movable_test.go +++ b/pkg/local_object_storage/metabase/movable_test.go @@ -3,9 +3,9 @@ package meta_test import ( "testing" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/metabase/put.go b/pkg/local_object_storage/metabase/put.go index c5ab5cfd..c534c926 100644 --- a/pkg/local_object_storage/metabase/put.go +++ b/pkg/local_object_storage/metabase/put.go @@ -6,13 +6,13 @@ import ( "fmt" gio "io" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + objectCore "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + storagelog "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/internal/log" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "github.com/nspcc-dev/neo-go/pkg/io" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - objectCore "github.com/nspcc-dev/neofs-node/pkg/core/object" - storagelog "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/internal/log" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" "go.etcd.io/bbolt" ) diff --git a/pkg/local_object_storage/metabase/put_test.go b/pkg/local_object_storage/metabase/put_test.go index f6b020d1..1593c4c0 100644 --- a/pkg/local_object_storage/metabase/put_test.go +++ b/pkg/local_object_storage/metabase/put_test.go @@ -6,12 +6,12 @@ import ( "testing" "time" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - "github.com/nspcc-dev/neofs-node/pkg/util/rand" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - objecttest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + "github.com/TrueCloudLab/frostfs-node/pkg/util/rand" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + objecttest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" "github.com/stretchr/testify/require" "go.uber.org/atomic" ) diff --git a/pkg/local_object_storage/metabase/select.go b/pkg/local_object_storage/metabase/select.go index 0b5492f9..5ca73149 100644 --- a/pkg/local_object_storage/metabase/select.go +++ b/pkg/local_object_storage/metabase/select.go @@ -6,10 +6,10 @@ import ( "fmt" "strings" - v2object "github.com/nspcc-dev/neofs-api-go/v2/object" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + v2object "github.com/TrueCloudLab/frostfs-api-go/v2/object" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.etcd.io/bbolt" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/metabase/select_test.go b/pkg/local_object_storage/metabase/select_test.go index 295f39c6..848b701f 100644 --- a/pkg/local_object_storage/metabase/select_test.go +++ b/pkg/local_object_storage/metabase/select_test.go @@ -5,15 +5,15 @@ import ( "strconv" "testing" - v2object "github.com/nspcc-dev/neofs-api-go/v2/object" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - cidSDK "github.com/nspcc-dev/neofs-sdk-go/container/id" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" - "github.com/nspcc-dev/neofs-sdk-go/version" + v2object "github.com/TrueCloudLab/frostfs-api-go/v2/object" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + cidSDK "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" + "github.com/TrueCloudLab/frostfs-sdk-go/version" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/metabase/storage_id.go b/pkg/local_object_storage/metabase/storage_id.go index 1c628a1e..4369215a 100644 --- a/pkg/local_object_storage/metabase/storage_id.go +++ b/pkg/local_object_storage/metabase/storage_id.go @@ -1,8 +1,8 @@ package meta import ( + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "github.com/nspcc-dev/neo-go/pkg/util/slice" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" "go.etcd.io/bbolt" ) diff --git a/pkg/local_object_storage/metabase/storage_id_test.go b/pkg/local_object_storage/metabase/storage_id_test.go index 155a8f41..e72611a6 100644 --- a/pkg/local_object_storage/metabase/storage_id_test.go +++ b/pkg/local_object_storage/metabase/storage_id_test.go @@ -3,9 +3,9 @@ package meta_test import ( "testing" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/metabase/util.go b/pkg/local_object_storage/metabase/util.go index 7102dd18..701d4f69 100644 --- a/pkg/local_object_storage/metabase/util.go +++ b/pkg/local_object_storage/metabase/util.go @@ -5,9 +5,9 @@ import ( "crypto/sha256" "fmt" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.etcd.io/bbolt" ) diff --git a/pkg/local_object_storage/metabase/version.go b/pkg/local_object_storage/metabase/version.go index 155beedc..c8cfc08f 100644 --- a/pkg/local_object_storage/metabase/version.go +++ b/pkg/local_object_storage/metabase/version.go @@ -4,7 +4,7 @@ import ( "encoding/binary" "fmt" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" "go.etcd.io/bbolt" ) diff --git a/pkg/local_object_storage/pilorama/boltdb.go b/pkg/local_object_storage/pilorama/boltdb.go index 32827bde..35cd23e8 100644 --- a/pkg/local_object_storage/pilorama/boltdb.go +++ b/pkg/local_object_storage/pilorama/boltdb.go @@ -11,10 +11,10 @@ import ( "sync" "time" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard/mode" + "github.com/TrueCloudLab/frostfs-node/pkg/util" + cidSDK "github.com/TrueCloudLab/frostfs-sdk-go/container/id" "github.com/nspcc-dev/neo-go/pkg/io" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard/mode" - "github.com/nspcc-dev/neofs-node/pkg/util" - cidSDK "github.com/nspcc-dev/neofs-sdk-go/container/id" "go.etcd.io/bbolt" ) diff --git a/pkg/local_object_storage/pilorama/forest.go b/pkg/local_object_storage/pilorama/forest.go index 4efc20d8..9dd40708 100644 --- a/pkg/local_object_storage/pilorama/forest.go +++ b/pkg/local_object_storage/pilorama/forest.go @@ -4,8 +4,8 @@ import ( "sort" "strings" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard/mode" - cidSDK "github.com/nspcc-dev/neofs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard/mode" + cidSDK "github.com/TrueCloudLab/frostfs-sdk-go/container/id" ) // memoryForest represents multiple replicating trees sharing a single storage. diff --git a/pkg/local_object_storage/pilorama/forest_test.go b/pkg/local_object_storage/pilorama/forest_test.go index 984284bf..532060cf 100644 --- a/pkg/local_object_storage/pilorama/forest_test.go +++ b/pkg/local_object_storage/pilorama/forest_test.go @@ -8,9 +8,9 @@ import ( "strconv" "testing" - cidSDK "github.com/nspcc-dev/neofs-sdk-go/container/id" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" + cidSDK "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/pilorama/generic_test.go b/pkg/local_object_storage/pilorama/generic_test.go index 2e228064..204efbb9 100644 --- a/pkg/local_object_storage/pilorama/generic_test.go +++ b/pkg/local_object_storage/pilorama/generic_test.go @@ -6,7 +6,7 @@ import ( "strconv" "testing" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/internal/storagetest" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/internal/storagetest" ) func TestGeneric(t *testing.T) { diff --git a/pkg/local_object_storage/pilorama/interface.go b/pkg/local_object_storage/pilorama/interface.go index 274e793b..3e1c88f5 100644 --- a/pkg/local_object_storage/pilorama/interface.go +++ b/pkg/local_object_storage/pilorama/interface.go @@ -1,9 +1,9 @@ package pilorama import ( - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard/mode" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" - cidSDK "github.com/nspcc-dev/neofs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard/mode" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" + cidSDK "github.com/TrueCloudLab/frostfs-sdk-go/container/id" ) // Forest represents CRDT tree. diff --git a/pkg/local_object_storage/pilorama/types.go b/pkg/local_object_storage/pilorama/types.go index 9d163256..090fe3dc 100644 --- a/pkg/local_object_storage/pilorama/types.go +++ b/pkg/local_object_storage/pilorama/types.go @@ -3,7 +3,7 @@ package pilorama import ( "math" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" ) // Timestamp is an alias for integer timestamp type. diff --git a/pkg/local_object_storage/shard/container.go b/pkg/local_object_storage/shard/container.go index a8684b58..182525d5 100644 --- a/pkg/local_object_storage/shard/container.go +++ b/pkg/local_object_storage/shard/container.go @@ -3,7 +3,7 @@ package shard import ( "fmt" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" ) type ContainerSizePrm struct { diff --git a/pkg/local_object_storage/shard/control.go b/pkg/local_object_storage/shard/control.go index 22e64b91..8cb46575 100644 --- a/pkg/local_object_storage/shard/control.go +++ b/pkg/local_object_storage/shard/control.go @@ -4,12 +4,12 @@ import ( "errors" "fmt" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard/mode" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard/mode" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/shard/control_test.go b/pkg/local_object_storage/shard/control_test.go index 0a5de6fd..ad0de6d6 100644 --- a/pkg/local_object_storage/shard/control_test.go +++ b/pkg/local_object_storage/shard/control_test.go @@ -5,22 +5,22 @@ import ( "path/filepath" "testing" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/fstree" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/pilorama" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard/mode" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/writecache" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" - objecttest "github.com/nspcc-dev/neofs-sdk-go/object/test" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/fstree" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/pilorama" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard/mode" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/writecache" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" + objecttest "github.com/TrueCloudLab/frostfs-sdk-go/object/test" "github.com/stretchr/testify/require" "go.uber.org/zap/zaptest" ) diff --git a/pkg/local_object_storage/shard/delete.go b/pkg/local_object_storage/shard/delete.go index e19f2c33..22388a03 100644 --- a/pkg/local_object_storage/shard/delete.go +++ b/pkg/local_object_storage/shard/delete.go @@ -3,10 +3,10 @@ package shard import ( "errors" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/writecache" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/writecache" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/shard/delete_test.go b/pkg/local_object_storage/shard/delete_test.go index 2acd094b..468e80ad 100644 --- a/pkg/local_object_storage/shard/delete_test.go +++ b/pkg/local_object_storage/shard/delete_test.go @@ -3,10 +3,10 @@ package shard_test import ( "testing" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/shard/dump.go b/pkg/local_object_storage/shard/dump.go index 53033232..1607af46 100644 --- a/pkg/local_object_storage/shard/dump.go +++ b/pkg/local_object_storage/shard/dump.go @@ -5,9 +5,9 @@ import ( "io" "os" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/writecache" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/writecache" ) var dumpMagic = []byte("NEOF") diff --git a/pkg/local_object_storage/shard/dump_test.go b/pkg/local_object_storage/shard/dump_test.go index 2d7bda59..2e5b233b 100644 --- a/pkg/local_object_storage/shard/dump_test.go +++ b/pkg/local_object_storage/shard/dump_test.go @@ -9,20 +9,20 @@ import ( "testing" "time" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobovnicza" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/blobovniczatree" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/fstree" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard/mode" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/writecache" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + objecttest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" "github.com/klauspost/compress/zstd" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobovnicza" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/blobovniczatree" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/fstree" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard/mode" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/writecache" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - objecttest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" "github.com/stretchr/testify/require" "go.uber.org/zap/zaptest" ) diff --git a/pkg/local_object_storage/shard/errors.go b/pkg/local_object_storage/shard/errors.go index 31cd5836..d188bd30 100644 --- a/pkg/local_object_storage/shard/errors.go +++ b/pkg/local_object_storage/shard/errors.go @@ -3,8 +3,8 @@ package shard import ( "errors" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" ) // IsErrNotFound checks if error returned by Shard Get/Head/GetRange method diff --git a/pkg/local_object_storage/shard/exists.go b/pkg/local_object_storage/shard/exists.go index 768a8c84..2e711253 100644 --- a/pkg/local_object_storage/shard/exists.go +++ b/pkg/local_object_storage/shard/exists.go @@ -1,9 +1,9 @@ package shard import ( - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) // ExistsPrm groups the parameters of Exists operation. diff --git a/pkg/local_object_storage/shard/gc.go b/pkg/local_object_storage/shard/gc.go index c19e89cd..dd76b7bb 100644 --- a/pkg/local_object_storage/shard/gc.go +++ b/pkg/local_object_storage/shard/gc.go @@ -5,12 +5,12 @@ import ( "sync" "time" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard/mode" - "github.com/nspcc-dev/neofs-node/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard/mode" + "github.com/TrueCloudLab/frostfs-node/pkg/util" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/shard/get.go b/pkg/local_object_storage/shard/get.go index bb8395b0..9c65db4a 100644 --- a/pkg/local_object_storage/shard/get.go +++ b/pkg/local_object_storage/shard/get.go @@ -3,14 +3,14 @@ package shard import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/writecache" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/writecache" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/shard/get_test.go b/pkg/local_object_storage/shard/get_test.go index e0642b3c..64aa2915 100644 --- a/pkg/local_object_storage/shard/get_test.go +++ b/pkg/local_object_storage/shard/get_test.go @@ -6,11 +6,11 @@ import ( "testing" "time" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/shard/head.go b/pkg/local_object_storage/shard/head.go index 73896383..3136e99c 100644 --- a/pkg/local_object_storage/shard/head.go +++ b/pkg/local_object_storage/shard/head.go @@ -3,9 +3,9 @@ package shard import ( "fmt" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) // HeadPrm groups the parameters of Head operation. diff --git a/pkg/local_object_storage/shard/head_test.go b/pkg/local_object_storage/shard/head_test.go index 00de09cf..079f96a7 100644 --- a/pkg/local_object_storage/shard/head_test.go +++ b/pkg/local_object_storage/shard/head_test.go @@ -5,10 +5,10 @@ import ( "testing" "time" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/shard/id.go b/pkg/local_object_storage/shard/id.go index c12d56e9..6e6242c4 100644 --- a/pkg/local_object_storage/shard/id.go +++ b/pkg/local_object_storage/shard/id.go @@ -1,8 +1,8 @@ package shard import ( + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "github.com/mr-tron/base58" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/shard/info.go b/pkg/local_object_storage/shard/info.go index d1e3e37d..98e2b3ea 100644 --- a/pkg/local_object_storage/shard/info.go +++ b/pkg/local_object_storage/shard/info.go @@ -1,11 +1,11 @@ package shard import ( - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/pilorama" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard/mode" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/writecache" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/pilorama" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard/mode" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/writecache" ) // Info groups the information about Shard. diff --git a/pkg/local_object_storage/shard/inhume.go b/pkg/local_object_storage/shard/inhume.go index 81ae4a7a..41bfc972 100644 --- a/pkg/local_object_storage/shard/inhume.go +++ b/pkg/local_object_storage/shard/inhume.go @@ -5,8 +5,8 @@ import ( "errors" "fmt" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/shard/inhume_test.go b/pkg/local_object_storage/shard/inhume_test.go index dc02a037..119d5b2b 100644 --- a/pkg/local_object_storage/shard/inhume_test.go +++ b/pkg/local_object_storage/shard/inhume_test.go @@ -3,10 +3,10 @@ package shard_test import ( "testing" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/shard/list.go b/pkg/local_object_storage/shard/list.go index eedd4a01..6b379ee7 100644 --- a/pkg/local_object_storage/shard/list.go +++ b/pkg/local_object_storage/shard/list.go @@ -3,10 +3,10 @@ package shard import ( "fmt" - objectcore "github.com/nspcc-dev/neofs-node/pkg/core/object" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/object" + objectcore "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/object" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/shard/list_test.go b/pkg/local_object_storage/shard/list_test.go index 07290106..84d8e3da 100644 --- a/pkg/local_object_storage/shard/list_test.go +++ b/pkg/local_object_storage/shard/list_test.go @@ -3,9 +3,9 @@ package shard_test import ( "testing" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/shard/lock.go b/pkg/local_object_storage/shard/lock.go index 8961187c..b4104527 100644 --- a/pkg/local_object_storage/shard/lock.go +++ b/pkg/local_object_storage/shard/lock.go @@ -3,9 +3,9 @@ package shard import ( "fmt" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) // Lock marks objects as locked with another object. All objects from the diff --git a/pkg/local_object_storage/shard/lock_test.go b/pkg/local_object_storage/shard/lock_test.go index 7be64731..278b60a7 100644 --- a/pkg/local_object_storage/shard/lock_test.go +++ b/pkg/local_object_storage/shard/lock_test.go @@ -5,18 +5,18 @@ import ( "path/filepath" "testing" - objectcore "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/blobovniczatree" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/fstree" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" + objectcore "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/blobovniczatree" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/fstree" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" "github.com/stretchr/testify/require" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/shard/metrics_test.go b/pkg/local_object_storage/shard/metrics_test.go index ea46896e..72db4d99 100644 --- a/pkg/local_object_storage/shard/metrics_test.go +++ b/pkg/local_object_storage/shard/metrics_test.go @@ -4,14 +4,14 @@ import ( "path/filepath" "testing" - objectcore "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/fstree" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/pilorama" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + objectcore "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/fstree" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/pilorama" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/shard/mode.go b/pkg/local_object_storage/shard/mode.go index 7fc71916..426ed3b0 100644 --- a/pkg/local_object_storage/shard/mode.go +++ b/pkg/local_object_storage/shard/mode.go @@ -1,8 +1,8 @@ package shard import ( - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard/mode" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard/mode" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" ) // ErrReadOnlyMode is returned when it is impossible to apply operation diff --git a/pkg/local_object_storage/shard/move.go b/pkg/local_object_storage/shard/move.go index 0068dc7d..a9469cc3 100644 --- a/pkg/local_object_storage/shard/move.go +++ b/pkg/local_object_storage/shard/move.go @@ -1,8 +1,8 @@ package shard import ( - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/shard/put.go b/pkg/local_object_storage/shard/put.go index 2148e973..67c1edad 100644 --- a/pkg/local_object_storage/shard/put.go +++ b/pkg/local_object_storage/shard/put.go @@ -3,10 +3,10 @@ package shard import ( "fmt" - objectCore "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - "github.com/nspcc-dev/neofs-sdk-go/object" + objectCore "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + "github.com/TrueCloudLab/frostfs-sdk-go/object" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/shard/range.go b/pkg/local_object_storage/shard/range.go index 9a8eb583..8ad39291 100644 --- a/pkg/local_object_storage/shard/range.go +++ b/pkg/local_object_storage/shard/range.go @@ -1,13 +1,13 @@ package shard import ( - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/writecache" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/writecache" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) // RngPrm groups the parameters of GetRange operation. diff --git a/pkg/local_object_storage/shard/range_test.go b/pkg/local_object_storage/shard/range_test.go index 1266ae20..21f233ab 100644 --- a/pkg/local_object_storage/shard/range_test.go +++ b/pkg/local_object_storage/shard/range_test.go @@ -5,16 +5,16 @@ import ( "path/filepath" "testing" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/blobovniczatree" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/fstree" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/writecache" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" "github.com/nspcc-dev/neo-go/pkg/util/slice" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/blobovniczatree" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/fstree" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/writecache" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" "github.com/stretchr/testify/require" "go.uber.org/zap/zaptest" ) diff --git a/pkg/local_object_storage/shard/reload_test.go b/pkg/local_object_storage/shard/reload_test.go index e6c52add..f0816ce8 100644 --- a/pkg/local_object_storage/shard/reload_test.go +++ b/pkg/local_object_storage/shard/reload_test.go @@ -5,19 +5,19 @@ import ( "path/filepath" "testing" - objectCore "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/fstree" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/pilorama" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - checksumtest "github.com/nspcc-dev/neofs-sdk-go/checksum/test" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" - sessiontest "github.com/nspcc-dev/neofs-sdk-go/session/test" - usertest "github.com/nspcc-dev/neofs-sdk-go/user/test" - "github.com/nspcc-dev/neofs-sdk-go/version" + objectCore "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/fstree" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/pilorama" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + checksumtest "github.com/TrueCloudLab/frostfs-sdk-go/checksum/test" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" + sessiontest "github.com/TrueCloudLab/frostfs-sdk-go/session/test" + usertest "github.com/TrueCloudLab/frostfs-sdk-go/user/test" + "github.com/TrueCloudLab/frostfs-sdk-go/version" "github.com/stretchr/testify/require" "go.uber.org/zap/zaptest" ) diff --git a/pkg/local_object_storage/shard/restore.go b/pkg/local_object_storage/shard/restore.go index 349d3ae2..0faeb551 100644 --- a/pkg/local_object_storage/shard/restore.go +++ b/pkg/local_object_storage/shard/restore.go @@ -7,8 +7,8 @@ import ( "io" "os" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" - "github.com/nspcc-dev/neofs-sdk-go/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" + "github.com/TrueCloudLab/frostfs-sdk-go/object" ) // ErrInvalidMagic is returned when dump format is invalid. diff --git a/pkg/local_object_storage/shard/select.go b/pkg/local_object_storage/shard/select.go index 7d675c20..50156d1c 100644 --- a/pkg/local_object_storage/shard/select.go +++ b/pkg/local_object_storage/shard/select.go @@ -3,10 +3,10 @@ package shard import ( "fmt" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) // SelectPrm groups the parameters of Select operation. diff --git a/pkg/local_object_storage/shard/shard.go b/pkg/local_object_storage/shard/shard.go index ede56e91..c7a67a8f 100644 --- a/pkg/local_object_storage/shard/shard.go +++ b/pkg/local_object_storage/shard/shard.go @@ -5,14 +5,14 @@ import ( "sync" "time" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/pilorama" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard/mode" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/writecache" - "github.com/nspcc-dev/neofs-node/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/pilorama" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard/mode" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/writecache" + "github.com/TrueCloudLab/frostfs-node/pkg/util" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/shard/shard_test.go b/pkg/local_object_storage/shard/shard_test.go index 35d8a72b..2159bdb5 100644 --- a/pkg/local_object_storage/shard/shard_test.go +++ b/pkg/local_object_storage/shard/shard_test.go @@ -6,22 +6,22 @@ import ( "path/filepath" "testing" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/blobovniczatree" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/fstree" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/pilorama" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/writecache" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - "github.com/nspcc-dev/neofs-sdk-go/checksum" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - "github.com/nspcc-dev/neofs-sdk-go/object" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" - usertest "github.com/nspcc-dev/neofs-sdk-go/user/test" - "github.com/nspcc-dev/neofs-sdk-go/version" - "github.com/nspcc-dev/tzhash/tz" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/blobovniczatree" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/fstree" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/pilorama" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/writecache" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-sdk-go/checksum" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" + usertest "github.com/TrueCloudLab/frostfs-sdk-go/user/test" + "github.com/TrueCloudLab/frostfs-sdk-go/version" + "github.com/TrueCloudLab/tzhash/tz" "github.com/stretchr/testify/require" "go.uber.org/zap" "go.uber.org/zap/zaptest" diff --git a/pkg/local_object_storage/shard/shutdown_test.go b/pkg/local_object_storage/shard/shutdown_test.go index e4671d4e..7618a093 100644 --- a/pkg/local_object_storage/shard/shutdown_test.go +++ b/pkg/local_object_storage/shard/shutdown_test.go @@ -4,11 +4,11 @@ import ( "math/rand" "testing" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/writecache" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/writecache" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/shard/tree.go b/pkg/local_object_storage/shard/tree.go index dc403025..56c3c0e0 100644 --- a/pkg/local_object_storage/shard/tree.go +++ b/pkg/local_object_storage/shard/tree.go @@ -1,9 +1,9 @@ package shard import ( - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/pilorama" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" - cidSDK "github.com/nspcc-dev/neofs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/pilorama" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" + cidSDK "github.com/TrueCloudLab/frostfs-sdk-go/container/id" ) var _ pilorama.Forest = (*Shard)(nil) diff --git a/pkg/local_object_storage/util/splitinfo.go b/pkg/local_object_storage/util/splitinfo.go index fcb97af1..f2a4a24f 100644 --- a/pkg/local_object_storage/util/splitinfo.go +++ b/pkg/local_object_storage/util/splitinfo.go @@ -1,7 +1,7 @@ package util import ( - "github.com/nspcc-dev/neofs-sdk-go/object" + "github.com/TrueCloudLab/frostfs-sdk-go/object" ) // MergeSplitInfo ignores conflicts and rewrites `to` with non empty values diff --git a/pkg/local_object_storage/util/splitinfo_test.go b/pkg/local_object_storage/util/splitinfo_test.go index 5b3b0b6e..3b7cf902 100644 --- a/pkg/local_object_storage/util/splitinfo_test.go +++ b/pkg/local_object_storage/util/splitinfo_test.go @@ -4,10 +4,10 @@ import ( "math/rand" "testing" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "github.com/google/uuid" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" "github.com/stretchr/testify/require" ) diff --git a/pkg/local_object_storage/writecache/delete.go b/pkg/local_object_storage/writecache/delete.go index f9879b79..b8988dbb 100644 --- a/pkg/local_object_storage/writecache/delete.go +++ b/pkg/local_object_storage/writecache/delete.go @@ -1,9 +1,9 @@ package writecache import ( - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - storagelog "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/internal/log" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + storagelog "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/internal/log" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.etcd.io/bbolt" ) diff --git a/pkg/local_object_storage/writecache/flush.go b/pkg/local_object_storage/writecache/flush.go index 77167f8a..7340512f 100644 --- a/pkg/local_object_storage/writecache/flush.go +++ b/pkg/local_object_storage/writecache/flush.go @@ -5,14 +5,14 @@ import ( "errors" "time" + objectCore "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "github.com/mr-tron/base58" "github.com/nspcc-dev/neo-go/pkg/util/slice" - objectCore "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" "go.etcd.io/bbolt" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/writecache/flush_test.go b/pkg/local_object_storage/writecache/flush_test.go index 5482befc..6049b79a 100644 --- a/pkg/local_object_storage/writecache/flush_test.go +++ b/pkg/local_object_storage/writecache/flush_test.go @@ -5,21 +5,21 @@ import ( "path/filepath" "testing" - objectCore "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/fstree" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard/mode" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - checksumtest "github.com/nspcc-dev/neofs-sdk-go/checksum/test" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" - usertest "github.com/nspcc-dev/neofs-sdk-go/user/test" - versionSDK "github.com/nspcc-dev/neofs-sdk-go/version" + objectCore "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/fstree" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard/mode" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + checksumtest "github.com/TrueCloudLab/frostfs-sdk-go/checksum/test" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" + usertest "github.com/TrueCloudLab/frostfs-sdk-go/user/test" + versionSDK "github.com/TrueCloudLab/frostfs-sdk-go/version" "github.com/stretchr/testify/require" "go.etcd.io/bbolt" "go.uber.org/atomic" diff --git a/pkg/local_object_storage/writecache/generic_test.go b/pkg/local_object_storage/writecache/generic_test.go index 0fb39e59..82d602ac 100644 --- a/pkg/local_object_storage/writecache/generic_test.go +++ b/pkg/local_object_storage/writecache/generic_test.go @@ -6,8 +6,8 @@ import ( "strconv" "testing" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/internal/storagetest" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/internal/storagetest" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "github.com/stretchr/testify/require" "go.uber.org/zap/zaptest" ) diff --git a/pkg/local_object_storage/writecache/get.go b/pkg/local_object_storage/writecache/get.go index 2e591fda..ff71dedb 100644 --- a/pkg/local_object_storage/writecache/get.go +++ b/pkg/local_object_storage/writecache/get.go @@ -1,12 +1,12 @@ package writecache import ( + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "github.com/nspcc-dev/neo-go/pkg/util/slice" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" "go.etcd.io/bbolt" ) diff --git a/pkg/local_object_storage/writecache/init.go b/pkg/local_object_storage/writecache/init.go index dae13b1b..0ccdb685 100644 --- a/pkg/local_object_storage/writecache/init.go +++ b/pkg/local_object_storage/writecache/init.go @@ -3,11 +3,11 @@ package writecache import ( "errors" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - storagelog "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/internal/log" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + storagelog "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/internal/log" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.etcd.io/bbolt" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/writecache/iterate.go b/pkg/local_object_storage/writecache/iterate.go index 6bd279ea..ae3efffd 100644 --- a/pkg/local_object_storage/writecache/iterate.go +++ b/pkg/local_object_storage/writecache/iterate.go @@ -4,8 +4,8 @@ import ( "errors" "fmt" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.etcd.io/bbolt" ) diff --git a/pkg/local_object_storage/writecache/mode.go b/pkg/local_object_storage/writecache/mode.go index 0da8391a..b790cc56 100644 --- a/pkg/local_object_storage/writecache/mode.go +++ b/pkg/local_object_storage/writecache/mode.go @@ -4,8 +4,8 @@ import ( "fmt" "time" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard/mode" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/util/logicerr" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard/mode" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/util/logicerr" ) // ErrReadOnly is returned when Put/Write is performed in a read-only mode. diff --git a/pkg/local_object_storage/writecache/options.go b/pkg/local_object_storage/writecache/options.go index 31f291fe..6db4ae0f 100644 --- a/pkg/local_object_storage/writecache/options.go +++ b/pkg/local_object_storage/writecache/options.go @@ -3,11 +3,11 @@ package writecache import ( "time" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - meta "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/metabase" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + meta "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/metabase" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/writecache/put.go b/pkg/local_object_storage/writecache/put.go index cbf39c61..4a78c0b7 100644 --- a/pkg/local_object_storage/writecache/put.go +++ b/pkg/local_object_storage/writecache/put.go @@ -3,8 +3,8 @@ package writecache import ( "errors" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - storagelog "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/internal/log" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + storagelog "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/internal/log" "go.etcd.io/bbolt" ) diff --git a/pkg/local_object_storage/writecache/storage.go b/pkg/local_object_storage/writecache/storage.go index 8cff2187..af25a01e 100644 --- a/pkg/local_object_storage/writecache/storage.go +++ b/pkg/local_object_storage/writecache/storage.go @@ -5,14 +5,14 @@ import ( "fmt" "os" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/fstree" + storagelog "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/internal/log" + "github.com/TrueCloudLab/frostfs-node/pkg/util" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" lru "github.com/hashicorp/golang-lru" "github.com/hashicorp/golang-lru/simplelru" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/fstree" - storagelog "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/internal/log" - "github.com/nspcc-dev/neofs-node/pkg/util" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" "go.etcd.io/bbolt" "go.uber.org/zap" ) diff --git a/pkg/local_object_storage/writecache/writecache.go b/pkg/local_object_storage/writecache/writecache.go index f5c3f880..4d5110d6 100644 --- a/pkg/local_object_storage/writecache/writecache.go +++ b/pkg/local_object_storage/writecache/writecache.go @@ -3,12 +3,12 @@ package writecache import ( "sync" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/fstree" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard/mode" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/common" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/fstree" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard/mode" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.etcd.io/bbolt" "go.uber.org/zap" ) diff --git a/pkg/metrics/metrics.go b/pkg/metrics/metrics.go index 9e87f0ac..640da2d5 100644 --- a/pkg/metrics/metrics.go +++ b/pkg/metrics/metrics.go @@ -2,7 +2,7 @@ package metrics import "github.com/prometheus/client_golang/prometheus" -const namespace = "neofs_node" +const namespace = "frostfs_node" type NodeMetrics struct { objectServiceMetrics diff --git a/pkg/morph/client/audit/client.go b/pkg/morph/client/audit/client.go index da7485a9..5bb41791 100644 --- a/pkg/morph/client/audit/client.go +++ b/pkg/morph/client/audit/client.go @@ -3,9 +3,9 @@ package audit import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" "github.com/nspcc-dev/neo-go/pkg/encoding/fixedn" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" ) // Client is a wrapper over StaticClient diff --git a/pkg/morph/client/audit/get_result.go b/pkg/morph/client/audit/get_result.go index a626db76..533f7f6f 100644 --- a/pkg/morph/client/audit/get_result.go +++ b/pkg/morph/client/audit/get_result.go @@ -3,8 +3,8 @@ package audit import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - auditAPI "github.com/nspcc-dev/neofs-sdk-go/audit" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + auditAPI "github.com/TrueCloudLab/frostfs-sdk-go/audit" ) // GetAuditResult returns audit result structure stored in audit contract. diff --git a/pkg/morph/client/audit/list_results.go b/pkg/morph/client/audit/list_results.go index 6f30cf15..12a3989b 100644 --- a/pkg/morph/client/audit/list_results.go +++ b/pkg/morph/client/audit/list_results.go @@ -4,9 +4,9 @@ import ( "crypto/sha256" "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" ) // ListAllAuditResultID returns a list of all audit result IDs inside audit contract. diff --git a/pkg/morph/client/audit/put_result.go b/pkg/morph/client/audit/put_result.go index 71181c46..fe99635d 100644 --- a/pkg/morph/client/audit/put_result.go +++ b/pkg/morph/client/audit/put_result.go @@ -3,8 +3,8 @@ package audit import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - auditAPI "github.com/nspcc-dev/neofs-sdk-go/audit" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + auditAPI "github.com/TrueCloudLab/frostfs-sdk-go/audit" ) // ResultID is an identity of audit result inside audit contract. diff --git a/pkg/morph/client/audit/result_test.go b/pkg/morph/client/audit/result_test.go index 006bfba7..e6bcdb0a 100644 --- a/pkg/morph/client/audit/result_test.go +++ b/pkg/morph/client/audit/result_test.go @@ -4,11 +4,11 @@ import ( "testing" "time" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + auditAPI "github.com/TrueCloudLab/frostfs-sdk-go/audit" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - auditAPI "github.com/nspcc-dev/neofs-sdk-go/audit" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" "github.com/stretchr/testify/require" ) @@ -16,7 +16,7 @@ func TestAuditResults(t *testing.T) { t.Skip() const epoch = 11 - endpoint := "http://morph_chain.neofs.devenv:30333" + endpoint := "http://morph_chain.frostfs.devenv:30333" sAuditHash := "cdfb3dab86e6d60e8a143d9e2ecb0b188f3dc2eb" irKeyWIF := "L3o221BojgcCPYgdbXsm6jn7ayTZ72xwREvBHXKknR8VJ3G4WmjB" diff --git a/pkg/morph/client/balance/balanceOf.go b/pkg/morph/client/balance/balanceOf.go index 7f2417a4..a81211ab 100644 --- a/pkg/morph/client/balance/balanceOf.go +++ b/pkg/morph/client/balance/balanceOf.go @@ -4,9 +4,9 @@ import ( "fmt" "math/big" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-sdk-go/user" "github.com/nspcc-dev/neo-go/pkg/encoding/address" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-sdk-go/user" ) // BalanceOf receives the amount of funds in the client's account diff --git a/pkg/morph/client/balance/burn.go b/pkg/morph/client/balance/burn.go index 08d7aa60..d1544301 100644 --- a/pkg/morph/client/balance/burn.go +++ b/pkg/morph/client/balance/burn.go @@ -1,8 +1,8 @@ package balance import ( + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" ) // BurnPrm groups parameters of Burn operation. diff --git a/pkg/morph/client/balance/client.go b/pkg/morph/client/balance/client.go index 3c363f9c..1fe8e5fb 100644 --- a/pkg/morph/client/balance/client.go +++ b/pkg/morph/client/balance/client.go @@ -3,9 +3,9 @@ package balance import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" "github.com/nspcc-dev/neo-go/pkg/encoding/fixedn" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" ) // Client is a wrapper over StaticClient diff --git a/pkg/morph/client/balance/decimals.go b/pkg/morph/client/balance/decimals.go index 19110e3a..88daa95e 100644 --- a/pkg/morph/client/balance/decimals.go +++ b/pkg/morph/client/balance/decimals.go @@ -3,7 +3,7 @@ package balance import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" ) // Decimals decimal precision of currency transactions diff --git a/pkg/morph/client/balance/lock.go b/pkg/morph/client/balance/lock.go index 1ef31cbf..f14a2336 100644 --- a/pkg/morph/client/balance/lock.go +++ b/pkg/morph/client/balance/lock.go @@ -1,8 +1,8 @@ package balance import ( + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" ) // LockPrm groups parameters of Lock operation. diff --git a/pkg/morph/client/balance/mint.go b/pkg/morph/client/balance/mint.go index b52727a9..e0d99bdb 100644 --- a/pkg/morph/client/balance/mint.go +++ b/pkg/morph/client/balance/mint.go @@ -1,8 +1,8 @@ package balance import ( + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" ) // MintPrm groups parameters of Mint operation. diff --git a/pkg/morph/client/balance/transfer.go b/pkg/morph/client/balance/transfer.go index de81adc1..0b514f33 100644 --- a/pkg/morph/client/balance/transfer.go +++ b/pkg/morph/client/balance/transfer.go @@ -3,9 +3,9 @@ package balance import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-sdk-go/user" "github.com/nspcc-dev/neo-go/pkg/encoding/address" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-sdk-go/user" ) // TransferPrm groups parameters of TransferX method. diff --git a/pkg/morph/client/client.go b/pkg/morph/client/client.go index 804e80d4..e2684bfe 100644 --- a/pkg/morph/client/client.go +++ b/pkg/morph/client/client.go @@ -8,6 +8,7 @@ import ( "sync" "time" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" lru "github.com/hashicorp/golang-lru" "github.com/nspcc-dev/neo-go/pkg/core/native/noderoles" "github.com/nspcc-dev/neo-go/pkg/core/transaction" @@ -24,7 +25,6 @@ import ( "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" "github.com/nspcc-dev/neo-go/pkg/vm/vmstate" "github.com/nspcc-dev/neo-go/pkg/wallet" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" "go.uber.org/atomic" "go.uber.org/zap" ) @@ -164,17 +164,17 @@ func (e *notHaltStateError) Error() string { var errEmptyInvocationScript = errors.New("got empty invocation script from neo node") // implementation of error interface for NeoFS-specific errors. -type neofsError struct { +type frostfsError struct { err error } -func (e neofsError) Error() string { - return fmt.Sprintf("neofs error: %v", e.err) +func (e frostfsError) Error() string { + return fmt.Sprintf("frostfs error: %v", e.err) } -// wraps NeoFS-specific error into neofsError. Arg must not be nil. +// wraps NeoFS-specific error into frostfsError. Arg must not be nil. func wrapNeoFSError(err error) error { - return neofsError{err} + return frostfsError{err} } // Invoke invokes contract method by sending transaction into blockchain. @@ -383,7 +383,7 @@ func (c *Client) roleList(r noderoles.Role) (keys.PublicKeys, error) { // tries to resolve sc.Parameter from the arg. // -// Wraps any error to neofsError. +// Wraps any error to frostfsError. func toStackParameter(value interface{}) (sc.Parameter, error) { var result = sc.Parameter{ Value: value, diff --git a/pkg/morph/client/constructor.go b/pkg/morph/client/constructor.go index 7096511b..7cdb2e0e 100644 --- a/pkg/morph/client/constructor.go +++ b/pkg/morph/client/constructor.go @@ -7,6 +7,7 @@ import ( "sync" "time" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" lru "github.com/hashicorp/golang-lru" "github.com/nspcc-dev/neo-go/pkg/core/transaction" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" @@ -14,7 +15,6 @@ import ( "github.com/nspcc-dev/neo-go/pkg/rpcclient/actor" "github.com/nspcc-dev/neo-go/pkg/util" "github.com/nspcc-dev/neo-go/pkg/wallet" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" "go.uber.org/zap" ) diff --git a/pkg/morph/client/container/client.go b/pkg/morph/client/container/client.go index 438505d9..117fdd17 100644 --- a/pkg/morph/client/container/client.go +++ b/pkg/morph/client/container/client.go @@ -4,9 +4,9 @@ import ( "errors" "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" "github.com/nspcc-dev/neo-go/pkg/encoding/fixedn" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" ) // Client is a wrapper over StaticClient diff --git a/pkg/morph/client/container/delete.go b/pkg/morph/client/container/delete.go index 7cd90bce..67fc2dd2 100644 --- a/pkg/morph/client/container/delete.go +++ b/pkg/morph/client/container/delete.go @@ -4,8 +4,8 @@ import ( "crypto/sha256" "fmt" - core "github.com/nspcc-dev/neofs-node/pkg/core/container" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" + core "github.com/TrueCloudLab/frostfs-node/pkg/core/container" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" ) // Delete marshals container ID, and passes it to Wrapper's Delete method diff --git a/pkg/morph/client/container/eacl.go b/pkg/morph/client/container/eacl.go index dfb04c3e..b5853d04 100644 --- a/pkg/morph/client/container/eacl.go +++ b/pkg/morph/client/container/eacl.go @@ -4,13 +4,13 @@ import ( "crypto/sha256" "fmt" - "github.com/nspcc-dev/neofs-api-go/v2/refs" - "github.com/nspcc-dev/neofs-node/pkg/core/container" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/eacl" - "github.com/nspcc-dev/neofs-sdk-go/session" + "github.com/TrueCloudLab/frostfs-api-go/v2/refs" + "github.com/TrueCloudLab/frostfs-node/pkg/core/container" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/eacl" + "github.com/TrueCloudLab/frostfs-sdk-go/session" ) // GetEACL reads the extended ACL table from NeoFS system diff --git a/pkg/morph/client/container/eacl_set.go b/pkg/morph/client/container/eacl_set.go index 93f46408..19e31ace 100644 --- a/pkg/morph/client/container/eacl_set.go +++ b/pkg/morph/client/container/eacl_set.go @@ -3,9 +3,9 @@ package container import ( "fmt" - "github.com/nspcc-dev/neofs-api-go/v2/refs" - containercore "github.com/nspcc-dev/neofs-node/pkg/core/container" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-api-go/v2/refs" + containercore "github.com/TrueCloudLab/frostfs-node/pkg/core/container" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" ) // PutEACL marshals table, and passes it to Wrapper's PutEACLBinary method diff --git a/pkg/morph/client/container/estimations.go b/pkg/morph/client/container/estimations.go index 51e4b5b2..6895a665 100644 --- a/pkg/morph/client/container/estimations.go +++ b/pkg/morph/client/container/estimations.go @@ -3,7 +3,7 @@ package container import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" ) // StartEstimationPrm groups parameters of StartEstimation operation. diff --git a/pkg/morph/client/container/get.go b/pkg/morph/client/container/get.go index 9649c51a..2c99daed 100644 --- a/pkg/morph/client/container/get.go +++ b/pkg/morph/client/container/get.go @@ -5,14 +5,14 @@ import ( "fmt" "strings" - "github.com/nspcc-dev/neofs-api-go/v2/refs" - containerContract "github.com/nspcc-dev/neofs-contract/container" - containercore "github.com/nspcc-dev/neofs-node/pkg/core/container" - core "github.com/nspcc-dev/neofs-node/pkg/core/container" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/session" + "github.com/TrueCloudLab/frostfs-api-go/v2/refs" + containerContract "github.com/TrueCloudLab/frostfs-contract/container" + containercore "github.com/TrueCloudLab/frostfs-node/pkg/core/container" + core "github.com/TrueCloudLab/frostfs-node/pkg/core/container" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/session" ) type containerSource Client diff --git a/pkg/morph/client/container/list.go b/pkg/morph/client/container/list.go index 8fb37c26..a7afca51 100644 --- a/pkg/morph/client/container/list.go +++ b/pkg/morph/client/container/list.go @@ -3,9 +3,9 @@ package container import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/user" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/user" ) // List returns a list of container identifiers belonging diff --git a/pkg/morph/client/container/load.go b/pkg/morph/client/container/load.go index 7a4dd37e..2de75f31 100644 --- a/pkg/morph/client/container/load.go +++ b/pkg/morph/client/container/load.go @@ -4,10 +4,10 @@ import ( "crypto/sha256" "fmt" - v2refs "github.com/nspcc-dev/neofs-api-go/v2/refs" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-sdk-go/container" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" + v2refs "github.com/TrueCloudLab/frostfs-api-go/v2/refs" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-sdk-go/container" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" ) // AnnounceLoadPrm groups parameters of AnnounceLoad operation. diff --git a/pkg/morph/client/container/put.go b/pkg/morph/client/container/put.go index 518de644..f9acd2f7 100644 --- a/pkg/morph/client/container/put.go +++ b/pkg/morph/client/container/put.go @@ -3,11 +3,11 @@ package container import ( "fmt" - "github.com/nspcc-dev/neofs-api-go/v2/refs" - containercore "github.com/nspcc-dev/neofs-node/pkg/core/container" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-sdk-go/container" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-api-go/v2/refs" + containercore "github.com/TrueCloudLab/frostfs-node/pkg/core/container" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-sdk-go/container" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" ) // Put marshals container, and passes it to Wrapper's Put method diff --git a/pkg/morph/client/neofs/bind.go b/pkg/morph/client/neofs/bind.go index 4a89e3c3..4b13d26b 100644 --- a/pkg/morph/client/neofs/bind.go +++ b/pkg/morph/client/neofs/bind.go @@ -1,9 +1,9 @@ -package neofscontract +package frostfscontract import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" ) type commonBindArgs struct { diff --git a/pkg/morph/client/neofs/cheque.go b/pkg/morph/client/neofs/cheque.go index 0e384afa..fd045751 100644 --- a/pkg/morph/client/neofs/cheque.go +++ b/pkg/morph/client/neofs/cheque.go @@ -1,9 +1,9 @@ -package neofscontract +package frostfscontract import ( + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" ) // ChequePrm groups parameters of Cheque operation. diff --git a/pkg/morph/client/neofs/client.go b/pkg/morph/client/neofs/client.go index b22ecf42..2257c566 100644 --- a/pkg/morph/client/neofs/client.go +++ b/pkg/morph/client/neofs/client.go @@ -1,11 +1,11 @@ -package neofscontract +package frostfscontract import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" "github.com/nspcc-dev/neo-go/pkg/encoding/fixedn" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" ) // Client is a wrapper over StaticClient diff --git a/pkg/morph/client/neofsid/addrm_keys.go b/pkg/morph/client/neofsid/addrm_keys.go index 7e3032e6..e5b1bd75 100644 --- a/pkg/morph/client/neofsid/addrm_keys.go +++ b/pkg/morph/client/neofsid/addrm_keys.go @@ -3,7 +3,7 @@ package neofsid import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" ) type CommonBindPrm struct { diff --git a/pkg/morph/client/neofsid/client.go b/pkg/morph/client/neofsid/client.go index 3799abe4..f2c6a59a 100644 --- a/pkg/morph/client/neofsid/client.go +++ b/pkg/morph/client/neofsid/client.go @@ -3,9 +3,9 @@ package neofsid import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" "github.com/nspcc-dev/neo-go/pkg/encoding/fixedn" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" ) // Client is a wrapper over StaticClient diff --git a/pkg/morph/client/neofsid/keys.go b/pkg/morph/client/neofsid/keys.go index d0aa9fe2..cde5d2f9 100644 --- a/pkg/morph/client/neofsid/keys.go +++ b/pkg/morph/client/neofsid/keys.go @@ -4,9 +4,9 @@ import ( "crypto/elliptic" "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-sdk-go/user" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-sdk-go/user" ) // AccountKeysPrm groups parameters of AccountKeys operation. diff --git a/pkg/morph/client/netmap/add_peer.go b/pkg/morph/client/netmap/add_peer.go index d42fab2b..5473ff50 100644 --- a/pkg/morph/client/netmap/add_peer.go +++ b/pkg/morph/client/netmap/add_peer.go @@ -3,8 +3,8 @@ package netmap import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" ) // AddPeerPrm groups parameters of AddPeer operation. @@ -27,7 +27,7 @@ func (c *Client) AddPeer(p AddPeerPrm) error { if c.client.WithNotary() && c.client.IsAlpha() { // In notary environments Alphabet must calls AddPeerIR method instead of AddPeer. // It differs from AddPeer only by name, so we can do this in the same form. - // See https://github.com/nspcc-dev/neofs-contract/issues/154. + // See https://github.com/nspcc-dev/frostfs-contract/issues/154. method += "IR" } diff --git a/pkg/morph/client/netmap/client.go b/pkg/morph/client/netmap/client.go index a8849546..6e27896f 100644 --- a/pkg/morph/client/netmap/client.go +++ b/pkg/morph/client/netmap/client.go @@ -3,10 +3,10 @@ package netmap import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" "github.com/nspcc-dev/neo-go/pkg/encoding/fixedn" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-sdk-go/netmap" ) type NodeInfo = netmap.NodeInfo diff --git a/pkg/morph/client/netmap/config.go b/pkg/morph/client/netmap/config.go index b2e90225..2795555b 100644 --- a/pkg/morph/client/netmap/config.go +++ b/pkg/morph/client/netmap/config.go @@ -5,9 +5,9 @@ import ( "fmt" "strconv" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" "github.com/nspcc-dev/neo-go/pkg/encoding/bigint" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" ) const ( diff --git a/pkg/morph/client/netmap/epoch.go b/pkg/morph/client/netmap/epoch.go index 489554b3..1e52d750 100644 --- a/pkg/morph/client/netmap/epoch.go +++ b/pkg/morph/client/netmap/epoch.go @@ -3,7 +3,7 @@ package netmap import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" ) // Epoch receives number of current NeoFS epoch diff --git a/pkg/morph/client/netmap/innerring.go b/pkg/morph/client/netmap/innerring.go index ad812cf7..d28a299c 100644 --- a/pkg/morph/client/netmap/innerring.go +++ b/pkg/morph/client/netmap/innerring.go @@ -4,9 +4,9 @@ import ( "crypto/elliptic" "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" ) // UpdateIRPrm groups parameters of UpdateInnerRing diff --git a/pkg/morph/client/netmap/netmap.go b/pkg/morph/client/netmap/netmap.go index d2222162..07115431 100644 --- a/pkg/morph/client/netmap/netmap.go +++ b/pkg/morph/client/netmap/netmap.go @@ -3,10 +3,10 @@ package netmap import ( "fmt" + netmapcontract "github.com/TrueCloudLab/frostfs-contract/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" - netmapcontract "github.com/nspcc-dev/neofs-contract/netmap" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-sdk-go/netmap" ) // GetNetMapByEpoch calls "snapshotByEpoch" method with the given epoch and diff --git a/pkg/morph/client/netmap/netmap_test.go b/pkg/morph/client/netmap/netmap_test.go index e914a40a..da3d3672 100644 --- a/pkg/morph/client/netmap/netmap_test.go +++ b/pkg/morph/client/netmap/netmap_test.go @@ -6,9 +6,9 @@ import ( "strconv" "testing" + netmapcontract "github.com/TrueCloudLab/frostfs-contract/netmap" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" - netmapcontract "github.com/nspcc-dev/neofs-contract/netmap" - "github.com/nspcc-dev/neofs-sdk-go/netmap" "github.com/stretchr/testify/require" ) diff --git a/pkg/morph/client/netmap/new_epoch.go b/pkg/morph/client/netmap/new_epoch.go index 3f3fcd50..df8c5f5f 100644 --- a/pkg/morph/client/netmap/new_epoch.go +++ b/pkg/morph/client/netmap/new_epoch.go @@ -3,7 +3,7 @@ package netmap import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" ) // NewEpoch updates NeoFS epoch number through diff --git a/pkg/morph/client/netmap/snapshot.go b/pkg/morph/client/netmap/snapshot.go index 1896225a..b11cfd39 100644 --- a/pkg/morph/client/netmap/snapshot.go +++ b/pkg/morph/client/netmap/snapshot.go @@ -1,8 +1,8 @@ package netmap import ( - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" ) // GetNetMap calls "snapshot" method and decodes netmap.NetMap from the response. diff --git a/pkg/morph/client/netmap/update_state.go b/pkg/morph/client/netmap/update_state.go index 2e719975..383fae8a 100644 --- a/pkg/morph/client/netmap/update_state.go +++ b/pkg/morph/client/netmap/update_state.go @@ -3,8 +3,8 @@ package netmap import ( "fmt" - "github.com/nspcc-dev/neofs-contract/netmap" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-contract/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" ) // UpdatePeerPrm groups parameters of UpdatePeerState operation. @@ -42,7 +42,7 @@ func (c *Client) UpdatePeerState(p UpdatePeerPrm) error { if c.client.WithNotary() && c.client.IsAlpha() { // In notary environments Alphabet must calls UpdateStateIR method instead of UpdateState. // It differs from UpdateState only by name, so we can do this in the same form. - // See https://github.com/nspcc-dev/neofs-contract/issues/225. + // See https://github.com/nspcc-dev/frostfs-contract/issues/225. method += "IR" } diff --git a/pkg/morph/client/nns.go b/pkg/morph/client/nns.go index d22faf08..616d67b1 100644 --- a/pkg/morph/client/nns.go +++ b/pkg/morph/client/nns.go @@ -6,6 +6,7 @@ import ( "math/big" "strconv" + "github.com/TrueCloudLab/frostfs-contract/nns" "github.com/nspcc-dev/neo-go/pkg/core/transaction" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" "github.com/nspcc-dev/neo-go/pkg/encoding/address" @@ -14,30 +15,29 @@ import ( "github.com/nspcc-dev/neo-go/pkg/util" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" "github.com/nspcc-dev/neo-go/pkg/vm/vmstate" - "github.com/nspcc-dev/neofs-contract/nns" ) const ( nnsContractID = 1 // NNS contract must be deployed first in the sidechain // NNSAuditContractName is a name of the audit contract in NNS. - NNSAuditContractName = "audit.neofs" + NNSAuditContractName = "audit.frostfs" // NNSBalanceContractName is a name of the balance contract in NNS. - NNSBalanceContractName = "balance.neofs" + NNSBalanceContractName = "balance.frostfs" // NNSContainerContractName is a name of the container contract in NNS. - NNSContainerContractName = "container.neofs" - // NNSNeoFSIDContractName is a name of the neofsid contract in NNS. - NNSNeoFSIDContractName = "neofsid.neofs" + NNSContainerContractName = "container.frostfs" + // NNSNeoFSIDContractName is a name of the frostfsid contract in NNS. + NNSNeoFSIDContractName = "frostfsid.frostfs" // NNSNetmapContractName is a name of the netmap contract in NNS. - NNSNetmapContractName = "netmap.neofs" + NNSNetmapContractName = "netmap.frostfs" // NNSProxyContractName is a name of the proxy contract in NNS. - NNSProxyContractName = "proxy.neofs" + NNSProxyContractName = "proxy.frostfs" // NNSReputationContractName is a name of the reputation contract in NNS. - NNSReputationContractName = "reputation.neofs" + NNSReputationContractName = "reputation.frostfs" // NNSSubnetworkContractName is a name of the subnet contract in NNS. - NNSSubnetworkContractName = "subnet.neofs" + NNSSubnetworkContractName = "subnet.frostfs" // NNSGroupKeyName is a name for the NeoFS group key record in NNS. - NNSGroupKeyName = "group.neofs" + NNSGroupKeyName = "group.frostfs" ) var ( @@ -50,7 +50,7 @@ var ( // NNSAlphabetContractName returns contract name of the alphabet contract in NNS // based on alphabet index. func NNSAlphabetContractName(index int) string { - return "alphabet" + strconv.Itoa(index) + ".neofs" + return "alphabet" + strconv.Itoa(index) + ".frostfs" } // NNSContractAddress returns contract address script hash based on its name @@ -152,7 +152,7 @@ func nnsResolve(c *rpcclient.WSClient, nnsHash util.Uint160, domain string) (uti } // We support several formats for hash encoding, this logic should be maintained in sync - // with parseNNSResolveResult from cmd/neofs-adm/internal/modules/morph/initialize_nns.go + // with parseNNSResolveResult from cmd/frostfs-adm/internal/modules/morph/initialize_nns.go h, err := util.Uint160DecodeStringLE(string(bs)) if err == nil { return h, nil diff --git a/pkg/morph/client/notary.go b/pkg/morph/client/notary.go index f609003b..8f20dcb8 100644 --- a/pkg/morph/client/notary.go +++ b/pkg/morph/client/notary.go @@ -8,6 +8,7 @@ import ( "math/big" "strings" + "github.com/TrueCloudLab/frostfs-node/pkg/util/rand" "github.com/nspcc-dev/neo-go/pkg/core/native/nativenames" "github.com/nspcc-dev/neo-go/pkg/core/native/noderoles" "github.com/nspcc-dev/neo-go/pkg/core/transaction" @@ -20,7 +21,6 @@ import ( "github.com/nspcc-dev/neo-go/pkg/util" "github.com/nspcc-dev/neo-go/pkg/vm/opcode" "github.com/nspcc-dev/neo-go/pkg/wallet" - "github.com/nspcc-dev/neofs-node/pkg/util/rand" "go.uber.org/zap" ) diff --git a/pkg/morph/client/reputation/client.go b/pkg/morph/client/reputation/client.go index c34498e3..b0a39bbf 100644 --- a/pkg/morph/client/reputation/client.go +++ b/pkg/morph/client/reputation/client.go @@ -3,9 +3,9 @@ package reputation import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" "github.com/nspcc-dev/neo-go/pkg/encoding/fixedn" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" ) // Client is a wrapper over StaticClient diff --git a/pkg/morph/client/reputation/get.go b/pkg/morph/client/reputation/get.go index fb56d6c1..abd6cc2d 100644 --- a/pkg/morph/client/reputation/get.go +++ b/pkg/morph/client/reputation/get.go @@ -3,9 +3,9 @@ package reputation import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-sdk-go/reputation" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-sdk-go/reputation" ) type ( diff --git a/pkg/morph/client/reputation/list.go b/pkg/morph/client/reputation/list.go index 6ccb9926..036a2f1b 100644 --- a/pkg/morph/client/reputation/list.go +++ b/pkg/morph/client/reputation/list.go @@ -3,7 +3,7 @@ package reputation import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" ) type ( diff --git a/pkg/morph/client/reputation/put.go b/pkg/morph/client/reputation/put.go index 89060ea5..20f563bc 100644 --- a/pkg/morph/client/reputation/put.go +++ b/pkg/morph/client/reputation/put.go @@ -3,8 +3,8 @@ package reputation import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-sdk-go/reputation" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-sdk-go/reputation" ) type ( diff --git a/pkg/morph/client/subnet/admin.go b/pkg/morph/client/subnet/admin.go index 832c40a0..4c913b2a 100644 --- a/pkg/morph/client/subnet/admin.go +++ b/pkg/morph/client/subnet/admin.go @@ -1,6 +1,6 @@ package morphsubnet -import "github.com/nspcc-dev/neofs-node/pkg/morph/client" +import "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" // ManageAdminsPrm groups parameters of administer methods of Subnet contract. // diff --git a/pkg/morph/client/subnet/client.go b/pkg/morph/client/subnet/client.go index 6a7a795a..deecf93b 100644 --- a/pkg/morph/client/subnet/client.go +++ b/pkg/morph/client/subnet/client.go @@ -3,8 +3,8 @@ package morphsubnet import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" ) // Client represents Subnet contract client. diff --git a/pkg/morph/client/subnet/clients.go b/pkg/morph/client/subnet/clients.go index 3d0ed4ed..0d4179b4 100644 --- a/pkg/morph/client/subnet/clients.go +++ b/pkg/morph/client/subnet/clients.go @@ -3,7 +3,7 @@ package morphsubnet import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" ) // UserAllowedPrm groups parameters of UserAllowed method of Subnet contract. diff --git a/pkg/morph/client/subnet/delete.go b/pkg/morph/client/subnet/delete.go index 6fed72f9..9bb5a99a 100644 --- a/pkg/morph/client/subnet/delete.go +++ b/pkg/morph/client/subnet/delete.go @@ -1,8 +1,8 @@ package morphsubnet import ( + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" ) // DeletePrm groups parameters of Delete method of Subnet contract. diff --git a/pkg/morph/client/subnet/get.go b/pkg/morph/client/subnet/get.go index 7fcefc76..a7b0b57a 100644 --- a/pkg/morph/client/subnet/get.go +++ b/pkg/morph/client/subnet/get.go @@ -3,7 +3,7 @@ package morphsubnet import ( "errors" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" ) // GetPrm groups parameters of Get method of Subnet contract. diff --git a/pkg/morph/client/subnet/node.go b/pkg/morph/client/subnet/node.go index 14afbd47..aa38d61c 100644 --- a/pkg/morph/client/subnet/node.go +++ b/pkg/morph/client/subnet/node.go @@ -3,7 +3,7 @@ package morphsubnet import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" ) // NodeAllowedPrm groups parameters of NodeAllowed method of Subnet contract. diff --git a/pkg/morph/client/subnet/nodes.go b/pkg/morph/client/subnet/nodes.go index 79e84637..cc714fb7 100644 --- a/pkg/morph/client/subnet/nodes.go +++ b/pkg/morph/client/subnet/nodes.go @@ -1,6 +1,6 @@ package morphsubnet -import "github.com/nspcc-dev/neofs-node/pkg/morph/client" +import "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" // ManageNodesPrm groups parameters of node management in Subnet contract. // diff --git a/pkg/morph/client/subnet/put.go b/pkg/morph/client/subnet/put.go index d2736613..a8ce44c9 100644 --- a/pkg/morph/client/subnet/put.go +++ b/pkg/morph/client/subnet/put.go @@ -1,8 +1,8 @@ package morphsubnet import ( + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" ) // PutPrm groups parameters of Put method of Subnet contract. diff --git a/pkg/morph/event/balance/lock.go b/pkg/morph/event/balance/lock.go index da30ddc7..c99c6f2f 100644 --- a/pkg/morph/event/balance/lock.go +++ b/pkg/morph/event/balance/lock.go @@ -3,10 +3,10 @@ package balance import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" ) // Lock structure of balance.Lock notification from morph chain. diff --git a/pkg/morph/event/balance/lock_test.go b/pkg/morph/event/balance/lock_test.go index d2a8ed6b..ecda69b7 100644 --- a/pkg/morph/event/balance/lock_test.go +++ b/pkg/morph/event/balance/lock_test.go @@ -4,10 +4,10 @@ import ( "math/big" "testing" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/util" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" "github.com/stretchr/testify/require" ) diff --git a/pkg/morph/event/container/delete.go b/pkg/morph/event/container/delete.go index 863a99ce..5f3da4bc 100644 --- a/pkg/morph/event/container/delete.go +++ b/pkg/morph/event/container/delete.go @@ -3,11 +3,11 @@ package container import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/network/payload" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" ) // Delete structure of container.Delete notification from morph chain. diff --git a/pkg/morph/event/container/delete_notary.go b/pkg/morph/event/container/delete_notary.go index 042fa9a7..c17df3dd 100644 --- a/pkg/morph/event/container/delete_notary.go +++ b/pkg/morph/event/container/delete_notary.go @@ -1,8 +1,8 @@ package container import ( + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/vm/opcode" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" ) func (d *Delete) setContainerID(v []byte) { diff --git a/pkg/morph/event/container/delete_test.go b/pkg/morph/event/container/delete_test.go index 7ca10331..8dc328b3 100644 --- a/pkg/morph/event/container/delete_test.go +++ b/pkg/morph/event/container/delete_test.go @@ -4,9 +4,9 @@ import ( "crypto/sha256" "testing" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/morph/event/container/eacl.go b/pkg/morph/event/container/eacl.go index 9405136b..86e68ad7 100644 --- a/pkg/morph/event/container/eacl.go +++ b/pkg/morph/event/container/eacl.go @@ -3,10 +3,10 @@ package container import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/network/payload" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" ) // SetEACL represents structure of notification about diff --git a/pkg/morph/event/container/eacl_notary.go b/pkg/morph/event/container/eacl_notary.go index 388eb325..dcd99454 100644 --- a/pkg/morph/event/container/eacl_notary.go +++ b/pkg/morph/event/container/eacl_notary.go @@ -1,8 +1,8 @@ package container import ( + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/vm/opcode" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" ) func (x *SetEACL) setTable(v []byte) { diff --git a/pkg/morph/event/container/eacl_test.go b/pkg/morph/event/container/eacl_test.go index 4d99b840..24b122ae 100644 --- a/pkg/morph/event/container/eacl_test.go +++ b/pkg/morph/event/container/eacl_test.go @@ -3,9 +3,9 @@ package container import ( "testing" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" "github.com/stretchr/testify/require" ) diff --git a/pkg/morph/event/container/estimates.go b/pkg/morph/event/container/estimates.go index 078441b5..47e4d840 100644 --- a/pkg/morph/event/container/estimates.go +++ b/pkg/morph/event/container/estimates.go @@ -3,10 +3,10 @@ package container import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" ) // StartEstimation structure of container.StartEstimation notification from diff --git a/pkg/morph/event/container/estimates_test.go b/pkg/morph/event/container/estimates_test.go index 1f7a5967..54933d0a 100644 --- a/pkg/morph/event/container/estimates_test.go +++ b/pkg/morph/event/container/estimates_test.go @@ -4,8 +4,8 @@ import ( "math/big" "testing" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" "github.com/stretchr/testify/require" ) diff --git a/pkg/morph/event/container/put.go b/pkg/morph/event/container/put.go index 51f1f4aa..80cab900 100644 --- a/pkg/morph/event/container/put.go +++ b/pkg/morph/event/container/put.go @@ -3,11 +3,11 @@ package container import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/network/payload" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" ) // Put structure of container.Put notification from morph chain. diff --git a/pkg/morph/event/container/put_notary.go b/pkg/morph/event/container/put_notary.go index f489537f..6992e9d3 100644 --- a/pkg/morph/event/container/put_notary.go +++ b/pkg/morph/event/container/put_notary.go @@ -3,9 +3,9 @@ package container import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/network/payload" "github.com/nspcc-dev/neo-go/pkg/vm/opcode" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" ) func (p *Put) setRawContainer(v []byte) { diff --git a/pkg/morph/event/container/put_test.go b/pkg/morph/event/container/put_test.go index 4f55e5ad..5030ef7b 100644 --- a/pkg/morph/event/container/put_test.go +++ b/pkg/morph/event/container/put_test.go @@ -4,9 +4,9 @@ import ( "crypto/sha256" "testing" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/morph/event/listener.go b/pkg/morph/event/listener.go index 0c0a845b..0506d87b 100644 --- a/pkg/morph/event/listener.go +++ b/pkg/morph/event/listener.go @@ -6,13 +6,13 @@ import ( "fmt" "sync" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/subscriber" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "github.com/nspcc-dev/neo-go/pkg/core/block" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/neorpc/result" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-node/pkg/morph/subscriber" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" "github.com/panjf2000/ants/v2" "go.uber.org/zap" ) diff --git a/pkg/morph/event/neofs/bind.go b/pkg/morph/event/neofs/bind.go index a976bcbd..ce5cb282 100644 --- a/pkg/morph/event/neofs/bind.go +++ b/pkg/morph/event/neofs/bind.go @@ -1,13 +1,13 @@ -package neofs +package frostfs import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/util" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" ) type Bind struct { diff --git a/pkg/morph/event/neofs/bind_test.go b/pkg/morph/event/neofs/bind_test.go index 4c0f5609..53421ae9 100644 --- a/pkg/morph/event/neofs/bind_test.go +++ b/pkg/morph/event/neofs/bind_test.go @@ -1,11 +1,11 @@ -package neofs +package frostfs import ( "testing" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" "github.com/stretchr/testify/require" ) diff --git a/pkg/morph/event/neofs/cheque.go b/pkg/morph/event/neofs/cheque.go index 66f16ca8..192c0a98 100644 --- a/pkg/morph/event/neofs/cheque.go +++ b/pkg/morph/event/neofs/cheque.go @@ -1,15 +1,15 @@ -package neofs +package frostfs import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" ) -// Cheque structure of neofs.Cheque notification from mainnet chain. +// Cheque structure of frostfs.Cheque notification from mainnet chain. type Cheque struct { id []byte amount int64 // Fixed8 diff --git a/pkg/morph/event/neofs/cheque_test.go b/pkg/morph/event/neofs/cheque_test.go index 74484468..0c2b14d8 100644 --- a/pkg/morph/event/neofs/cheque_test.go +++ b/pkg/morph/event/neofs/cheque_test.go @@ -1,12 +1,12 @@ -package neofs +package frostfs import ( "math/big" "testing" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/util" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" "github.com/stretchr/testify/require" ) diff --git a/pkg/morph/event/neofs/config.go b/pkg/morph/event/neofs/config.go index 8a74233d..6db54f7e 100644 --- a/pkg/morph/event/neofs/config.go +++ b/pkg/morph/event/neofs/config.go @@ -1,12 +1,12 @@ -package neofs +package frostfs import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" ) type Config struct { diff --git a/pkg/morph/event/neofs/config_test.go b/pkg/morph/event/neofs/config_test.go index b6a3222e..c50b3d05 100644 --- a/pkg/morph/event/neofs/config_test.go +++ b/pkg/morph/event/neofs/config_test.go @@ -1,10 +1,10 @@ -package neofs +package frostfs import ( "testing" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" "github.com/stretchr/testify/require" ) diff --git a/pkg/morph/event/neofs/deposit.go b/pkg/morph/event/neofs/deposit.go index cbfb2021..ac0ee68c 100644 --- a/pkg/morph/event/neofs/deposit.go +++ b/pkg/morph/event/neofs/deposit.go @@ -1,15 +1,15 @@ -package neofs +package frostfs import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" ) -// Deposit structure of neofs.Deposit notification from mainnet chain. +// Deposit structure of frostfs.Deposit notification from mainnet chain. type Deposit struct { id []byte amount int64 // Fixed8 diff --git a/pkg/morph/event/neofs/deposit_test.go b/pkg/morph/event/neofs/deposit_test.go index dfd45582..29ad08e5 100644 --- a/pkg/morph/event/neofs/deposit_test.go +++ b/pkg/morph/event/neofs/deposit_test.go @@ -1,12 +1,12 @@ -package neofs +package frostfs import ( "math/big" "testing" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/util" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" "github.com/stretchr/testify/require" ) diff --git a/pkg/morph/event/neofs/ir_update.go b/pkg/morph/event/neofs/ir_update.go index 5387bbe1..687555f0 100644 --- a/pkg/morph/event/neofs/ir_update.go +++ b/pkg/morph/event/neofs/ir_update.go @@ -1,13 +1,13 @@ -package neofs +package frostfs import ( "crypto/elliptic" "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" ) type UpdateInnerRing struct { diff --git a/pkg/morph/event/neofs/ir_update_test.go b/pkg/morph/event/neofs/ir_update_test.go index d9e484f7..c7ee00fa 100644 --- a/pkg/morph/event/neofs/ir_update_test.go +++ b/pkg/morph/event/neofs/ir_update_test.go @@ -1,11 +1,11 @@ -package neofs +package frostfs import ( "testing" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" "github.com/stretchr/testify/require" ) diff --git a/pkg/morph/event/neofs/unbind.go b/pkg/morph/event/neofs/unbind.go index 61044e0d..9a0a08ea 100644 --- a/pkg/morph/event/neofs/unbind.go +++ b/pkg/morph/event/neofs/unbind.go @@ -1,10 +1,10 @@ -package neofs +package frostfs import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/core/state" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" ) type Unbind struct { diff --git a/pkg/morph/event/neofs/unbind_test.go b/pkg/morph/event/neofs/unbind_test.go index b2cd93e0..393534f5 100644 --- a/pkg/morph/event/neofs/unbind_test.go +++ b/pkg/morph/event/neofs/unbind_test.go @@ -1,10 +1,10 @@ -package neofs +package frostfs import ( "testing" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" "github.com/stretchr/testify/require" ) diff --git a/pkg/morph/event/neofs/withdraw.go b/pkg/morph/event/neofs/withdraw.go index ab8a29f0..5718adad 100644 --- a/pkg/morph/event/neofs/withdraw.go +++ b/pkg/morph/event/neofs/withdraw.go @@ -1,15 +1,15 @@ -package neofs +package frostfs import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" ) -// Withdraw structure of neofs.Withdraw notification from mainnet chain. +// Withdraw structure of frostfs.Withdraw notification from mainnet chain. type Withdraw struct { id []byte amount int64 // Fixed8 diff --git a/pkg/morph/event/neofs/withdraw_test.go b/pkg/morph/event/neofs/withdraw_test.go index d251d955..42891364 100644 --- a/pkg/morph/event/neofs/withdraw_test.go +++ b/pkg/morph/event/neofs/withdraw_test.go @@ -1,12 +1,12 @@ -package neofs +package frostfs import ( "math/big" "testing" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/util" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" "github.com/stretchr/testify/require" ) diff --git a/pkg/morph/event/netmap/add_peer.go b/pkg/morph/event/netmap/add_peer.go index 7cae418b..3468aa72 100644 --- a/pkg/morph/event/netmap/add_peer.go +++ b/pkg/morph/event/netmap/add_peer.go @@ -3,10 +3,10 @@ package netmap import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/network/payload" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" ) type AddPeer struct { diff --git a/pkg/morph/event/netmap/add_peer_notary.go b/pkg/morph/event/netmap/add_peer_notary.go index d957b0a1..48be8899 100644 --- a/pkg/morph/event/netmap/add_peer_notary.go +++ b/pkg/morph/event/netmap/add_peer_notary.go @@ -1,8 +1,8 @@ package netmap import ( + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/vm/opcode" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" ) func (s *AddPeer) setNode(v []byte) { diff --git a/pkg/morph/event/netmap/add_peer_test.go b/pkg/morph/event/netmap/add_peer_test.go index a5efa96e..6e1818bc 100644 --- a/pkg/morph/event/netmap/add_peer_test.go +++ b/pkg/morph/event/netmap/add_peer_test.go @@ -3,9 +3,9 @@ package netmap import ( "testing" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" "github.com/stretchr/testify/require" ) diff --git a/pkg/morph/event/netmap/epoch.go b/pkg/morph/event/netmap/epoch.go index 224b9198..0032098e 100644 --- a/pkg/morph/event/netmap/epoch.go +++ b/pkg/morph/event/netmap/epoch.go @@ -3,10 +3,10 @@ package netmap import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" ) // NewEpoch is a new epoch Neo:Morph event. diff --git a/pkg/morph/event/netmap/epoch_test.go b/pkg/morph/event/netmap/epoch_test.go index bf7ea66d..603efc16 100644 --- a/pkg/morph/event/netmap/epoch_test.go +++ b/pkg/morph/event/netmap/epoch_test.go @@ -4,8 +4,8 @@ import ( "math/big" "testing" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" "github.com/stretchr/testify/require" ) diff --git a/pkg/morph/event/netmap/update_peer.go b/pkg/morph/event/netmap/update_peer.go index 553b58a9..a2f4058f 100644 --- a/pkg/morph/event/netmap/update_peer.go +++ b/pkg/morph/event/netmap/update_peer.go @@ -4,12 +4,12 @@ import ( "crypto/elliptic" "fmt" + "github.com/TrueCloudLab/frostfs-contract/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" "github.com/nspcc-dev/neo-go/pkg/network/payload" - "github.com/nspcc-dev/neofs-contract/netmap" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" ) type UpdatePeer struct { diff --git a/pkg/morph/event/netmap/update_peer_notary.go b/pkg/morph/event/netmap/update_peer_notary.go index 4b38ffcb..4fb0e1bb 100644 --- a/pkg/morph/event/netmap/update_peer_notary.go +++ b/pkg/morph/event/netmap/update_peer_notary.go @@ -5,9 +5,9 @@ import ( "errors" "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" "github.com/nspcc-dev/neo-go/pkg/vm/opcode" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" ) var errNilPubKey = errors.New("could not parse public key: public key is nil") diff --git a/pkg/morph/event/netmap/update_peer_test.go b/pkg/morph/event/netmap/update_peer_test.go index c7e91b88..878783a6 100644 --- a/pkg/morph/event/netmap/update_peer_test.go +++ b/pkg/morph/event/netmap/update_peer_test.go @@ -4,10 +4,10 @@ import ( "math/big" "testing" + "github.com/TrueCloudLab/frostfs-contract/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" - "github.com/nspcc-dev/neofs-contract/netmap" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" "github.com/stretchr/testify/require" ) diff --git a/pkg/morph/event/notary_preparator.go b/pkg/morph/event/notary_preparator.go index facb679f..e354b14a 100644 --- a/pkg/morph/event/notary_preparator.go +++ b/pkg/morph/event/notary_preparator.go @@ -6,6 +6,7 @@ import ( "errors" "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" "github.com/nspcc-dev/neo-go/pkg/core/interop/interopnames" "github.com/nspcc-dev/neo-go/pkg/core/transaction" "github.com/nspcc-dev/neo-go/pkg/crypto/hash" @@ -16,7 +17,6 @@ import ( "github.com/nspcc-dev/neo-go/pkg/util" "github.com/nspcc-dev/neo-go/pkg/vm" "github.com/nspcc-dev/neo-go/pkg/vm/opcode" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" ) var ( diff --git a/pkg/morph/event/notary_preparator_test.go b/pkg/morph/event/notary_preparator_test.go index aa7ef1ad..6e9b732a 100644 --- a/pkg/morph/event/notary_preparator_test.go +++ b/pkg/morph/event/notary_preparator_test.go @@ -5,6 +5,7 @@ import ( "github.com/nspcc-dev/neo-go/pkg/vm" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" "github.com/nspcc-dev/neo-go/pkg/core/interop/interopnames" "github.com/nspcc-dev/neo-go/pkg/core/transaction" "github.com/nspcc-dev/neo-go/pkg/crypto/hash" @@ -16,7 +17,6 @@ import ( "github.com/nspcc-dev/neo-go/pkg/util" "github.com/nspcc-dev/neo-go/pkg/vm/emit" "github.com/nspcc-dev/neo-go/pkg/vm/opcode" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" "github.com/stretchr/testify/require" ) diff --git a/pkg/morph/event/reputation/put.go b/pkg/morph/event/reputation/put.go index 8ac197a2..a85a38f7 100644 --- a/pkg/morph/event/reputation/put.go +++ b/pkg/morph/event/reputation/put.go @@ -3,11 +3,11 @@ package reputation import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + "github.com/TrueCloudLab/frostfs-sdk-go/reputation" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/network/payload" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - "github.com/nspcc-dev/neofs-sdk-go/reputation" ) // Put structure of reputation.reputationPut notification from diff --git a/pkg/morph/event/reputation/put_notary.go b/pkg/morph/event/reputation/put_notary.go index 6d05ffde..16795537 100644 --- a/pkg/morph/event/reputation/put_notary.go +++ b/pkg/morph/event/reputation/put_notary.go @@ -3,7 +3,7 @@ package reputation import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" ) func (p *Put) setEpoch(v uint64) { diff --git a/pkg/morph/event/reputation/put_test.go b/pkg/morph/event/reputation/put_test.go index beeb2633..2a016cad 100644 --- a/pkg/morph/event/reputation/put_test.go +++ b/pkg/morph/event/reputation/put_test.go @@ -4,11 +4,11 @@ import ( "math/big" "testing" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" + "github.com/TrueCloudLab/frostfs-sdk-go/reputation" + reputationtest "github.com/TrueCloudLab/frostfs-sdk-go/reputation/test" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" - "github.com/nspcc-dev/neofs-sdk-go/reputation" - reputationtest "github.com/nspcc-dev/neofs-sdk-go/reputation/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/morph/event/rolemanagement/designate.go b/pkg/morph/event/rolemanagement/designate.go index 9640641b..460fa1dc 100644 --- a/pkg/morph/event/rolemanagement/designate.go +++ b/pkg/morph/event/rolemanagement/designate.go @@ -3,10 +3,10 @@ package rolemanagement import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/core/native/noderoles" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" ) // Designate represents designation event of the mainnet RoleManagement contract. diff --git a/pkg/morph/event/subnet/delete.go b/pkg/morph/event/subnet/delete.go index 2c3ae9d9..11f7d80d 100644 --- a/pkg/morph/event/subnet/delete.go +++ b/pkg/morph/event/subnet/delete.go @@ -3,10 +3,10 @@ package subnetevents import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" ) // Delete structures information about the notification generated by Delete method of Subnet contract. diff --git a/pkg/morph/event/subnet/delete_test.go b/pkg/morph/event/subnet/delete_test.go index 28c9c847..0b47b024 100644 --- a/pkg/morph/event/subnet/delete_test.go +++ b/pkg/morph/event/subnet/delete_test.go @@ -3,8 +3,8 @@ package subnetevents_test import ( "testing" + subnetevents "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/subnet" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" - subnetevents "github.com/nspcc-dev/neofs-node/pkg/morph/event/subnet" "github.com/stretchr/testify/require" ) diff --git a/pkg/morph/event/subnet/put.go b/pkg/morph/event/subnet/put.go index fb03935c..81293b6a 100644 --- a/pkg/morph/event/subnet/put.go +++ b/pkg/morph/event/subnet/put.go @@ -3,12 +3,12 @@ package subnetevents import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/core/transaction" "github.com/nspcc-dev/neo-go/pkg/network/payload" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" ) // Put structures information about the notification generated by Put method of Subnet contract. diff --git a/pkg/morph/event/subnet/put_test.go b/pkg/morph/event/subnet/put_test.go index 85e7fc5c..f7a7ac7d 100644 --- a/pkg/morph/event/subnet/put_test.go +++ b/pkg/morph/event/subnet/put_test.go @@ -3,8 +3,8 @@ package subnetevents_test import ( "testing" + subnetevents "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/subnet" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" - subnetevents "github.com/nspcc-dev/neofs-node/pkg/morph/event/subnet" "github.com/stretchr/testify/require" ) diff --git a/pkg/morph/event/subnet/remove_node.go b/pkg/morph/event/subnet/remove_node.go index a8793dc2..0a582918 100644 --- a/pkg/morph/event/subnet/remove_node.go +++ b/pkg/morph/event/subnet/remove_node.go @@ -3,10 +3,10 @@ package subnetevents import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/event" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-node/pkg/morph/event" ) // RemoveNode structure of subnet.RemoveNode notification from morph chain. diff --git a/pkg/morph/event/subnet/remove_node_test.go b/pkg/morph/event/subnet/remove_node_test.go index 57d00326..fc400874 100644 --- a/pkg/morph/event/subnet/remove_node_test.go +++ b/pkg/morph/event/subnet/remove_node_test.go @@ -3,11 +3,11 @@ package subnetevents_test import ( "testing" + . "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/subnet" + subnetid "github.com/TrueCloudLab/frostfs-sdk-go/subnet/id" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" - . "github.com/nspcc-dev/neofs-node/pkg/morph/event/subnet" - subnetid "github.com/nspcc-dev/neofs-sdk-go/subnet/id" "github.com/stretchr/testify/require" ) diff --git a/pkg/morph/event/utils.go b/pkg/morph/event/utils.go index 5e6a3370..9ae87852 100644 --- a/pkg/morph/event/utils.go +++ b/pkg/morph/event/utils.go @@ -4,13 +4,13 @@ import ( "errors" "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + util2 "github.com/TrueCloudLab/frostfs-node/pkg/util" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "github.com/nspcc-dev/neo-go/pkg/core/mempoolevent" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/util" "github.com/nspcc-dev/neo-go/pkg/vm/stackitem" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - util2 "github.com/nspcc-dev/neofs-node/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" "go.uber.org/zap" ) diff --git a/pkg/morph/subscriber/subscriber.go b/pkg/morph/subscriber/subscriber.go index 3d9b57ea..d4e424f1 100644 --- a/pkg/morph/subscriber/subscriber.go +++ b/pkg/morph/subscriber/subscriber.go @@ -6,13 +6,13 @@ import ( "fmt" "sync" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "github.com/nspcc-dev/neo-go/pkg/core/block" "github.com/nspcc-dev/neo-go/pkg/core/state" "github.com/nspcc-dev/neo-go/pkg/neorpc" "github.com/nspcc-dev/neo-go/pkg/neorpc/result" "github.com/nspcc-dev/neo-go/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/morph/client" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" "go.uber.org/zap" ) diff --git a/pkg/morph/timer/block_test.go b/pkg/morph/timer/block_test.go index a0981ca5..bf00adc8 100644 --- a/pkg/morph/timer/block_test.go +++ b/pkg/morph/timer/block_test.go @@ -3,7 +3,7 @@ package timer_test import ( "testing" - "github.com/nspcc-dev/neofs-node/pkg/morph/timer" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/timer" "github.com/stretchr/testify/require" ) diff --git a/pkg/network/address.go b/pkg/network/address.go index f5e0345e..22ea16fa 100644 --- a/pkg/network/address.go +++ b/pkg/network/address.go @@ -6,9 +6,9 @@ import ( "net/url" "strings" + "github.com/TrueCloudLab/frostfs-api-go/v2/rpc/client" "github.com/multiformats/go-multiaddr" manet "github.com/multiformats/go-multiaddr/net" - "github.com/nspcc-dev/neofs-api-go/v2/rpc/client" ) /* diff --git a/pkg/network/address_test.go b/pkg/network/address_test.go index c4e7bea2..deac8a20 100644 --- a/pkg/network/address_test.go +++ b/pkg/network/address_test.go @@ -48,7 +48,7 @@ func TestAddress_HostAddrString(t *testing.T) { ma multiaddr.Multiaddr exp string }{ - {buildMultiaddr("/dns4/neofs.bigcorp.com/tcp/8080", t), "neofs.bigcorp.com:8080"}, + {buildMultiaddr("/dns4/frostfs.bigcorp.com/tcp/8080", t), "frostfs.bigcorp.com:8080"}, {buildMultiaddr("/ip4/172.16.14.1/tcp/8080", t), "172.16.14.1:8080"}, {buildMultiaddr("/ip4/192.168.0.1/tcp/8888/tls", t), "grpcs://192.168.0.1:8888"}, } diff --git a/pkg/network/cache/client.go b/pkg/network/cache/client.go index 3a1edfa0..c032c2af 100644 --- a/pkg/network/cache/client.go +++ b/pkg/network/cache/client.go @@ -5,12 +5,12 @@ import ( "sync" "time" - clientcore "github.com/nspcc-dev/neofs-node/pkg/core/client" - "github.com/nspcc-dev/neofs-sdk-go/client" + clientcore "github.com/TrueCloudLab/frostfs-node/pkg/core/client" + "github.com/TrueCloudLab/frostfs-sdk-go/client" ) type ( - // ClientCache is a structure around neofs-sdk-go/client to reuse + // ClientCache is a structure around frostfs-sdk-go/client to reuse // already created clients. ClientCache struct { mu sync.RWMutex diff --git a/pkg/network/cache/multi.go b/pkg/network/cache/multi.go index 792863bd..f60c1e6a 100644 --- a/pkg/network/cache/multi.go +++ b/pkg/network/cache/multi.go @@ -6,10 +6,10 @@ import ( "fmt" "sync" - rawclient "github.com/nspcc-dev/neofs-api-go/v2/rpc/client" - clientcore "github.com/nspcc-dev/neofs-node/pkg/core/client" - "github.com/nspcc-dev/neofs-node/pkg/network" - "github.com/nspcc-dev/neofs-sdk-go/client" + rawclient "github.com/TrueCloudLab/frostfs-api-go/v2/rpc/client" + clientcore "github.com/TrueCloudLab/frostfs-node/pkg/core/client" + "github.com/TrueCloudLab/frostfs-node/pkg/network" + "github.com/TrueCloudLab/frostfs-sdk-go/client" ) type multiClient struct { diff --git a/pkg/network/group.go b/pkg/network/group.go index 657d752e..0cc52379 100644 --- a/pkg/network/group.go +++ b/pkg/network/group.go @@ -5,7 +5,7 @@ import ( "fmt" "sort" - "github.com/nspcc-dev/neofs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" ) // AddressGroup represents list of network addresses of the node. diff --git a/pkg/network/group_test.go b/pkg/network/group_test.go index f5352616..5b335fa5 100644 --- a/pkg/network/group_test.go +++ b/pkg/network/group_test.go @@ -9,8 +9,8 @@ import ( func TestAddressGroup_FromStringSlice(t *testing.T) { addrs := []string{ - "/dns4/node1.neofs/tcp/8080", - "/dns4/node2.neofs/tcp/1234/tls", + "/dns4/node1.frostfs/tcp/8080", + "/dns4/node2.frostfs/tcp/1234/tls", } expected := make(AddressGroup, len(addrs)) for i := range addrs { @@ -33,8 +33,8 @@ func TestAddressGroup_FromStringSlice(t *testing.T) { func TestAddressGroup_FromIterator(t *testing.T) { addrs := testIterator{ - "/dns4/node1.neofs/tcp/8080", - "/dns4/node2.neofs/tcp/1234/tls", + "/dns4/node1.frostfs/tcp/8080", + "/dns4/node2.frostfs/tcp/1234/tls", } expected := make(AddressGroup, len(addrs)) for i := range addrs { diff --git a/pkg/network/transport/accounting/grpc/service.go b/pkg/network/transport/accounting/grpc/service.go index e1519367..0919a1f0 100644 --- a/pkg/network/transport/accounting/grpc/service.go +++ b/pkg/network/transport/accounting/grpc/service.go @@ -3,9 +3,9 @@ package accounting import ( "context" - "github.com/nspcc-dev/neofs-api-go/v2/accounting" - accountingGRPC "github.com/nspcc-dev/neofs-api-go/v2/accounting/grpc" - accountingsvc "github.com/nspcc-dev/neofs-node/pkg/services/accounting" + "github.com/TrueCloudLab/frostfs-api-go/v2/accounting" + accountingGRPC "github.com/TrueCloudLab/frostfs-api-go/v2/accounting/grpc" + accountingsvc "github.com/TrueCloudLab/frostfs-node/pkg/services/accounting" ) // Server wraps NeoFS API Accounting service and diff --git a/pkg/network/transport/container/grpc/service.go b/pkg/network/transport/container/grpc/service.go index 30858985..db1dbe9a 100644 --- a/pkg/network/transport/container/grpc/service.go +++ b/pkg/network/transport/container/grpc/service.go @@ -3,9 +3,9 @@ package container import ( "context" - "github.com/nspcc-dev/neofs-api-go/v2/container" - containerGRPC "github.com/nspcc-dev/neofs-api-go/v2/container/grpc" - containersvc "github.com/nspcc-dev/neofs-node/pkg/services/container" + "github.com/TrueCloudLab/frostfs-api-go/v2/container" + containerGRPC "github.com/TrueCloudLab/frostfs-api-go/v2/container/grpc" + containersvc "github.com/TrueCloudLab/frostfs-node/pkg/services/container" ) // Server wraps NeoFS API Container service and diff --git a/pkg/network/transport/netmap/grpc/service.go b/pkg/network/transport/netmap/grpc/service.go index dc293e0f..f942cd13 100644 --- a/pkg/network/transport/netmap/grpc/service.go +++ b/pkg/network/transport/netmap/grpc/service.go @@ -3,9 +3,9 @@ package grpc import ( "context" - "github.com/nspcc-dev/neofs-api-go/v2/netmap" - netmapGRPC "github.com/nspcc-dev/neofs-api-go/v2/netmap/grpc" - netmapsvc "github.com/nspcc-dev/neofs-node/pkg/services/netmap" + "github.com/TrueCloudLab/frostfs-api-go/v2/netmap" + netmapGRPC "github.com/TrueCloudLab/frostfs-api-go/v2/netmap/grpc" + netmapsvc "github.com/TrueCloudLab/frostfs-node/pkg/services/netmap" ) // Server wraps NeoFS API Netmap service and diff --git a/pkg/network/transport/object/grpc/get.go b/pkg/network/transport/object/grpc/get.go index bca8906b..93bffb2a 100644 --- a/pkg/network/transport/object/grpc/get.go +++ b/pkg/network/transport/object/grpc/get.go @@ -1,8 +1,8 @@ package object import ( - "github.com/nspcc-dev/neofs-api-go/v2/object" - objectGRPC "github.com/nspcc-dev/neofs-api-go/v2/object/grpc" + "github.com/TrueCloudLab/frostfs-api-go/v2/object" + objectGRPC "github.com/TrueCloudLab/frostfs-api-go/v2/object/grpc" ) type getStreamerV2 struct { diff --git a/pkg/network/transport/object/grpc/range.go b/pkg/network/transport/object/grpc/range.go index 4288c337..65d4808b 100644 --- a/pkg/network/transport/object/grpc/range.go +++ b/pkg/network/transport/object/grpc/range.go @@ -1,8 +1,8 @@ package object import ( - "github.com/nspcc-dev/neofs-api-go/v2/object" - objectGRPC "github.com/nspcc-dev/neofs-api-go/v2/object/grpc" + "github.com/TrueCloudLab/frostfs-api-go/v2/object" + objectGRPC "github.com/TrueCloudLab/frostfs-api-go/v2/object/grpc" ) type getRangeStreamerV2 struct { diff --git a/pkg/network/transport/object/grpc/search.go b/pkg/network/transport/object/grpc/search.go index b51dc51a..cd00000f 100644 --- a/pkg/network/transport/object/grpc/search.go +++ b/pkg/network/transport/object/grpc/search.go @@ -1,8 +1,8 @@ package object import ( - "github.com/nspcc-dev/neofs-api-go/v2/object" - objectGRPC "github.com/nspcc-dev/neofs-api-go/v2/object/grpc" + "github.com/TrueCloudLab/frostfs-api-go/v2/object" + objectGRPC "github.com/TrueCloudLab/frostfs-api-go/v2/object/grpc" ) type searchStreamerV2 struct { diff --git a/pkg/network/transport/object/grpc/service.go b/pkg/network/transport/object/grpc/service.go index 6e051719..0ddfcde0 100644 --- a/pkg/network/transport/object/grpc/service.go +++ b/pkg/network/transport/object/grpc/service.go @@ -5,10 +5,10 @@ import ( "errors" "io" - "github.com/nspcc-dev/neofs-api-go/v2/object" - objectGRPC "github.com/nspcc-dev/neofs-api-go/v2/object/grpc" - objectSvc "github.com/nspcc-dev/neofs-node/pkg/services/object" - "github.com/nspcc-dev/neofs-node/pkg/services/util" + "github.com/TrueCloudLab/frostfs-api-go/v2/object" + objectGRPC "github.com/TrueCloudLab/frostfs-api-go/v2/object/grpc" + objectSvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object" + "github.com/TrueCloudLab/frostfs-node/pkg/services/util" ) // Server wraps NeoFS API Object service and diff --git a/pkg/network/transport/reputation/grpc/service.go b/pkg/network/transport/reputation/grpc/service.go index eec4e4f7..45a03392 100644 --- a/pkg/network/transport/reputation/grpc/service.go +++ b/pkg/network/transport/reputation/grpc/service.go @@ -3,9 +3,9 @@ package grpcreputation import ( "context" - "github.com/nspcc-dev/neofs-api-go/v2/reputation" - reputation2 "github.com/nspcc-dev/neofs-api-go/v2/reputation/grpc" - reputationrpc "github.com/nspcc-dev/neofs-node/pkg/services/reputation/rpc" + "github.com/TrueCloudLab/frostfs-api-go/v2/reputation" + reputation2 "github.com/TrueCloudLab/frostfs-api-go/v2/reputation/grpc" + reputationrpc "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/rpc" ) // Server wraps NeoFS API v2 Reputation service server diff --git a/pkg/network/transport/session/grpc/service.go b/pkg/network/transport/session/grpc/service.go index 33de9536..e1f7e413 100644 --- a/pkg/network/transport/session/grpc/service.go +++ b/pkg/network/transport/session/grpc/service.go @@ -3,9 +3,9 @@ package session import ( "context" - "github.com/nspcc-dev/neofs-api-go/v2/session" - sessionGRPC "github.com/nspcc-dev/neofs-api-go/v2/session/grpc" - sessionsvc "github.com/nspcc-dev/neofs-node/pkg/services/session" + "github.com/TrueCloudLab/frostfs-api-go/v2/session" + sessionGRPC "github.com/TrueCloudLab/frostfs-api-go/v2/session/grpc" + sessionsvc "github.com/TrueCloudLab/frostfs-node/pkg/services/session" ) // Server wraps NeoFS API Session service and diff --git a/pkg/network/validation.go b/pkg/network/validation.go index 8d818943..be022482 100644 --- a/pkg/network/validation.go +++ b/pkg/network/validation.go @@ -3,7 +3,7 @@ package network import ( "errors" - "github.com/nspcc-dev/neofs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" ) const ( diff --git a/pkg/network/validation_test.go b/pkg/network/validation_test.go index 0c385966..17e6d914 100644 --- a/pkg/network/validation_test.go +++ b/pkg/network/validation_test.go @@ -3,7 +3,7 @@ package network import ( "testing" - "github.com/nspcc-dev/neofs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" "github.com/stretchr/testify/require" ) diff --git a/pkg/services/accounting/executor.go b/pkg/services/accounting/executor.go index 4a2c14cc..d71980d2 100644 --- a/pkg/services/accounting/executor.go +++ b/pkg/services/accounting/executor.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - "github.com/nspcc-dev/neofs-api-go/v2/accounting" + "github.com/TrueCloudLab/frostfs-api-go/v2/accounting" ) type ServiceExecutor interface { diff --git a/pkg/services/accounting/morph/executor.go b/pkg/services/accounting/morph/executor.go index 58280226..0e7a65c8 100644 --- a/pkg/services/accounting/morph/executor.go +++ b/pkg/services/accounting/morph/executor.go @@ -5,10 +5,10 @@ import ( "errors" "fmt" - "github.com/nspcc-dev/neofs-api-go/v2/accounting" - "github.com/nspcc-dev/neofs-node/pkg/morph/client/balance" - accountingSvc "github.com/nspcc-dev/neofs-node/pkg/services/accounting" - "github.com/nspcc-dev/neofs-sdk-go/user" + "github.com/TrueCloudLab/frostfs-api-go/v2/accounting" + "github.com/TrueCloudLab/frostfs-node/pkg/morph/client/balance" + accountingSvc "github.com/TrueCloudLab/frostfs-node/pkg/services/accounting" + "github.com/TrueCloudLab/frostfs-sdk-go/user" ) type morphExecutor struct { diff --git a/pkg/services/accounting/response.go b/pkg/services/accounting/response.go index 32eb804a..d2d3d10e 100644 --- a/pkg/services/accounting/response.go +++ b/pkg/services/accounting/response.go @@ -3,9 +3,9 @@ package accounting import ( "context" - "github.com/nspcc-dev/neofs-api-go/v2/accounting" - "github.com/nspcc-dev/neofs-node/pkg/services/util" - "github.com/nspcc-dev/neofs-node/pkg/services/util/response" + "github.com/TrueCloudLab/frostfs-api-go/v2/accounting" + "github.com/TrueCloudLab/frostfs-node/pkg/services/util" + "github.com/TrueCloudLab/frostfs-node/pkg/services/util/response" ) type responseService struct { diff --git a/pkg/services/accounting/server.go b/pkg/services/accounting/server.go index f76b4f4e..b3127fab 100644 --- a/pkg/services/accounting/server.go +++ b/pkg/services/accounting/server.go @@ -3,7 +3,7 @@ package accounting import ( "context" - "github.com/nspcc-dev/neofs-api-go/v2/accounting" + "github.com/TrueCloudLab/frostfs-api-go/v2/accounting" ) // Server is an interface of the NeoFS API Accounting service server. diff --git a/pkg/services/accounting/sign.go b/pkg/services/accounting/sign.go index 7c0e3c89..2b5f6d42 100644 --- a/pkg/services/accounting/sign.go +++ b/pkg/services/accounting/sign.go @@ -4,8 +4,8 @@ import ( "context" "crypto/ecdsa" - "github.com/nspcc-dev/neofs-api-go/v2/accounting" - "github.com/nspcc-dev/neofs-node/pkg/services/util" + "github.com/TrueCloudLab/frostfs-api-go/v2/accounting" + "github.com/TrueCloudLab/frostfs-node/pkg/services/util" ) type signService struct { diff --git a/pkg/services/audit/auditor/context.go b/pkg/services/audit/auditor/context.go index 9727065e..b4ef45a2 100644 --- a/pkg/services/audit/auditor/context.go +++ b/pkg/services/audit/auditor/context.go @@ -5,14 +5,14 @@ import ( "sync" "time" - "github.com/nspcc-dev/neofs-node/pkg/services/audit" - "github.com/nspcc-dev/neofs-node/pkg/services/object_manager/placement" - "github.com/nspcc-dev/neofs-node/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/netmap" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/services/audit" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object_manager/placement" + "github.com/TrueCloudLab/frostfs-node/pkg/util" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.uber.org/atomic" "go.uber.org/zap" ) diff --git a/pkg/services/audit/auditor/pdp.go b/pkg/services/audit/auditor/pdp.go index 04b996f4..89fbe985 100644 --- a/pkg/services/audit/auditor/pdp.go +++ b/pkg/services/audit/auditor/pdp.go @@ -5,11 +5,11 @@ import ( "sync" "time" - "github.com/nspcc-dev/neofs-node/pkg/util/rand" - "github.com/nspcc-dev/neofs-sdk-go/netmap" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - "github.com/nspcc-dev/tzhash/tz" + "github.com/TrueCloudLab/frostfs-node/pkg/util/rand" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + "github.com/TrueCloudLab/tzhash/tz" "go.uber.org/zap" ) diff --git a/pkg/services/audit/auditor/pop.go b/pkg/services/audit/auditor/pop.go index a5b18c07..8e6f0b3d 100644 --- a/pkg/services/audit/auditor/pop.go +++ b/pkg/services/audit/auditor/pop.go @@ -1,9 +1,9 @@ package auditor import ( - "github.com/nspcc-dev/neofs-sdk-go/netmap" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - "github.com/nspcc-dev/tzhash/tz" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + "github.com/TrueCloudLab/tzhash/tz" "go.uber.org/zap" ) diff --git a/pkg/services/audit/auditor/por.go b/pkg/services/audit/auditor/por.go index cdde8cd7..9ab8cec8 100644 --- a/pkg/services/audit/auditor/por.go +++ b/pkg/services/audit/auditor/por.go @@ -4,13 +4,13 @@ import ( "bytes" "sync" - "github.com/nspcc-dev/neofs-node/pkg/services/object_manager/placement" - "github.com/nspcc-dev/neofs-node/pkg/util/rand" - containerSDK "github.com/nspcc-dev/neofs-sdk-go/container" - "github.com/nspcc-dev/neofs-sdk-go/netmap" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - storagegroupSDK "github.com/nspcc-dev/neofs-sdk-go/storagegroup" - "github.com/nspcc-dev/tzhash/tz" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object_manager/placement" + "github.com/TrueCloudLab/frostfs-node/pkg/util/rand" + containerSDK "github.com/TrueCloudLab/frostfs-sdk-go/container" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + storagegroupSDK "github.com/TrueCloudLab/frostfs-sdk-go/storagegroup" + "github.com/TrueCloudLab/tzhash/tz" "go.uber.org/zap" ) diff --git a/pkg/services/audit/auditor/util.go b/pkg/services/audit/auditor/util.go index 71f7c180..e5a7469a 100644 --- a/pkg/services/audit/auditor/util.go +++ b/pkg/services/audit/auditor/util.go @@ -1,7 +1,7 @@ package auditor import ( - "github.com/nspcc-dev/neofs-node/pkg/util/rand" + "github.com/TrueCloudLab/frostfs-node/pkg/util/rand" ) // nextRandUint64 returns random uint64 number [0; n) outside exclude map. diff --git a/pkg/services/audit/report.go b/pkg/services/audit/report.go index 61fc6241..d3c608a9 100644 --- a/pkg/services/audit/report.go +++ b/pkg/services/audit/report.go @@ -3,9 +3,9 @@ package audit import ( "sync" - "github.com/nspcc-dev/neofs-sdk-go/audit" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-sdk-go/audit" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) // Report tracks the progress of auditing container data. diff --git a/pkg/services/audit/task.go b/pkg/services/audit/task.go index b45c0944..5e76bfdb 100644 --- a/pkg/services/audit/task.go +++ b/pkg/services/audit/task.go @@ -3,10 +3,10 @@ package audit import ( "context" - "github.com/nspcc-dev/neofs-node/pkg/core/storagegroup" - "github.com/nspcc-dev/neofs-sdk-go/container" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/core/storagegroup" + "github.com/TrueCloudLab/frostfs-sdk-go/container" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" ) // Task groups groups the container audit parameters. diff --git a/pkg/services/audit/taskmanager/listen.go b/pkg/services/audit/taskmanager/listen.go index 1f5ef3f9..ed8bb208 100644 --- a/pkg/services/audit/taskmanager/listen.go +++ b/pkg/services/audit/taskmanager/listen.go @@ -3,8 +3,8 @@ package audittask import ( "context" - "github.com/nspcc-dev/neofs-node/pkg/services/audit" - "github.com/nspcc-dev/neofs-node/pkg/services/audit/auditor" + "github.com/TrueCloudLab/frostfs-node/pkg/services/audit" + "github.com/TrueCloudLab/frostfs-node/pkg/services/audit/auditor" "go.uber.org/zap" ) diff --git a/pkg/services/audit/taskmanager/manager.go b/pkg/services/audit/taskmanager/manager.go index 081939e7..69e8a344 100644 --- a/pkg/services/audit/taskmanager/manager.go +++ b/pkg/services/audit/taskmanager/manager.go @@ -3,10 +3,10 @@ package audittask import ( "time" - "github.com/nspcc-dev/neofs-node/pkg/services/audit" - "github.com/nspcc-dev/neofs-node/pkg/services/audit/auditor" - "github.com/nspcc-dev/neofs-node/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/services/audit" + "github.com/TrueCloudLab/frostfs-node/pkg/services/audit/auditor" + "github.com/TrueCloudLab/frostfs-node/pkg/util" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "go.uber.org/zap" ) diff --git a/pkg/services/audit/taskmanager/push.go b/pkg/services/audit/taskmanager/push.go index e52ac621..ea8b84b6 100644 --- a/pkg/services/audit/taskmanager/push.go +++ b/pkg/services/audit/taskmanager/push.go @@ -1,7 +1,7 @@ package audittask import ( - "github.com/nspcc-dev/neofs-node/pkg/services/audit" + "github.com/TrueCloudLab/frostfs-node/pkg/services/audit" ) // PushTask adds a task to the queue for processing. diff --git a/pkg/services/container/announcement/load/controller/calls.go b/pkg/services/container/announcement/load/controller/calls.go index 056c3155..205f66b4 100644 --- a/pkg/services/container/announcement/load/controller/calls.go +++ b/pkg/services/container/announcement/load/controller/calls.go @@ -3,8 +3,8 @@ package loadcontroller import ( "context" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - "github.com/nspcc-dev/neofs-sdk-go/container" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-sdk-go/container" "go.uber.org/zap" ) diff --git a/pkg/services/container/announcement/load/controller/calls_test.go b/pkg/services/container/announcement/load/controller/calls_test.go index e61c9fe7..19aa075e 100644 --- a/pkg/services/container/announcement/load/controller/calls_test.go +++ b/pkg/services/container/announcement/load/controller/calls_test.go @@ -6,9 +6,9 @@ import ( "sync" "testing" - loadcontroller "github.com/nspcc-dev/neofs-node/pkg/services/container/announcement/load/controller" - "github.com/nspcc-dev/neofs-sdk-go/container" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" + loadcontroller "github.com/TrueCloudLab/frostfs-node/pkg/services/container/announcement/load/controller" + "github.com/TrueCloudLab/frostfs-sdk-go/container" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/services/container/announcement/load/controller/deps.go b/pkg/services/container/announcement/load/controller/deps.go index 83bd8836..67dba49f 100644 --- a/pkg/services/container/announcement/load/controller/deps.go +++ b/pkg/services/container/announcement/load/controller/deps.go @@ -4,7 +4,7 @@ import ( "context" "io" - "github.com/nspcc-dev/neofs-sdk-go/container" + "github.com/TrueCloudLab/frostfs-sdk-go/container" ) // UsedSpaceHandler describes the signature of the container.SizeEstimation diff --git a/pkg/services/container/announcement/load/controller/opts.go b/pkg/services/container/announcement/load/controller/opts.go index b4ca55ed..2a6ae8d8 100644 --- a/pkg/services/container/announcement/load/controller/opts.go +++ b/pkg/services/container/announcement/load/controller/opts.go @@ -1,7 +1,7 @@ package loadcontroller import ( - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "go.uber.org/zap" ) diff --git a/pkg/services/container/announcement/load/controller/util.go b/pkg/services/container/announcement/load/controller/util.go index 3542c049..c954f747 100644 --- a/pkg/services/container/announcement/load/controller/util.go +++ b/pkg/services/container/announcement/load/controller/util.go @@ -3,7 +3,7 @@ package loadcontroller import ( "context" - "github.com/nspcc-dev/neofs-sdk-go/container" + "github.com/TrueCloudLab/frostfs-sdk-go/container" ) func usedSpaceFilterEpochEQ(epoch uint64) UsedSpaceFilter { diff --git a/pkg/services/container/announcement/load/route/calls.go b/pkg/services/container/announcement/load/route/calls.go index f18c10e8..d145dad6 100644 --- a/pkg/services/container/announcement/load/route/calls.go +++ b/pkg/services/container/announcement/load/route/calls.go @@ -5,8 +5,8 @@ import ( "encoding/hex" "sync" - loadcontroller "github.com/nspcc-dev/neofs-node/pkg/services/container/announcement/load/controller" - "github.com/nspcc-dev/neofs-sdk-go/container" + loadcontroller "github.com/TrueCloudLab/frostfs-node/pkg/services/container/announcement/load/controller" + "github.com/TrueCloudLab/frostfs-sdk-go/container" "go.uber.org/zap" ) diff --git a/pkg/services/container/announcement/load/route/deps.go b/pkg/services/container/announcement/load/route/deps.go index bef958c4..72155542 100644 --- a/pkg/services/container/announcement/load/route/deps.go +++ b/pkg/services/container/announcement/load/route/deps.go @@ -1,8 +1,8 @@ package loadroute import ( - loadcontroller "github.com/nspcc-dev/neofs-node/pkg/services/container/announcement/load/controller" - "github.com/nspcc-dev/neofs-sdk-go/container" + loadcontroller "github.com/TrueCloudLab/frostfs-node/pkg/services/container/announcement/load/controller" + "github.com/TrueCloudLab/frostfs-sdk-go/container" ) // ServerInfo describes a set of diff --git a/pkg/services/container/announcement/load/route/opts.go b/pkg/services/container/announcement/load/route/opts.go index 91a9afcc..0fad6430 100644 --- a/pkg/services/container/announcement/load/route/opts.go +++ b/pkg/services/container/announcement/load/route/opts.go @@ -1,7 +1,7 @@ package loadroute import ( - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "go.uber.org/zap" ) diff --git a/pkg/services/container/announcement/load/route/placement/calls.go b/pkg/services/container/announcement/load/route/placement/calls.go index 0c4fa702..5a952c72 100644 --- a/pkg/services/container/announcement/load/route/placement/calls.go +++ b/pkg/services/container/announcement/load/route/placement/calls.go @@ -4,9 +4,9 @@ import ( "bytes" "fmt" - netmapcore "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - loadroute "github.com/nspcc-dev/neofs-node/pkg/services/container/announcement/load/route" - "github.com/nspcc-dev/neofs-sdk-go/container" + netmapcore "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + loadroute "github.com/TrueCloudLab/frostfs-node/pkg/services/container/announcement/load/route" + "github.com/TrueCloudLab/frostfs-sdk-go/container" ) // NextStage composes container nodes for the container and epoch from a, diff --git a/pkg/services/container/announcement/load/route/placement/deps.go b/pkg/services/container/announcement/load/route/placement/deps.go index 0a4527cd..3f3b7a94 100644 --- a/pkg/services/container/announcement/load/route/placement/deps.go +++ b/pkg/services/container/announcement/load/route/placement/deps.go @@ -1,8 +1,8 @@ package placementrouter import ( - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/netmap" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" ) // PlacementBuilder describes interface of NeoFS placement calculator. diff --git a/pkg/services/container/announcement/load/route/router.go b/pkg/services/container/announcement/load/route/router.go index ba4e9c58..6f8dd5f1 100644 --- a/pkg/services/container/announcement/load/route/router.go +++ b/pkg/services/container/announcement/load/route/router.go @@ -3,7 +3,7 @@ package loadroute import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" ) // Prm groups the required parameters of the Router's constructor. diff --git a/pkg/services/container/announcement/load/route/util.go b/pkg/services/container/announcement/load/route/util.go index b4793473..d0b06ae4 100644 --- a/pkg/services/container/announcement/load/route/util.go +++ b/pkg/services/container/announcement/load/route/util.go @@ -4,7 +4,7 @@ import ( "bytes" "errors" - "github.com/nspcc-dev/neofs-sdk-go/container" + "github.com/TrueCloudLab/frostfs-sdk-go/container" ) var errWrongRoute = errors.New("wrong route") diff --git a/pkg/services/container/announcement/load/storage/storage.go b/pkg/services/container/announcement/load/storage/storage.go index 9957248e..0478b737 100644 --- a/pkg/services/container/announcement/load/storage/storage.go +++ b/pkg/services/container/announcement/load/storage/storage.go @@ -4,8 +4,8 @@ import ( "sort" "sync" - loadcontroller "github.com/nspcc-dev/neofs-node/pkg/services/container/announcement/load/controller" - "github.com/nspcc-dev/neofs-sdk-go/container" + loadcontroller "github.com/TrueCloudLab/frostfs-node/pkg/services/container/announcement/load/controller" + "github.com/TrueCloudLab/frostfs-sdk-go/container" ) type usedSpaceEstimations struct { diff --git a/pkg/services/container/announcement/load/storage/storage_test.go b/pkg/services/container/announcement/load/storage/storage_test.go index 4b1881b8..83407991 100644 --- a/pkg/services/container/announcement/load/storage/storage_test.go +++ b/pkg/services/container/announcement/load/storage/storage_test.go @@ -4,8 +4,8 @@ import ( "math/rand" "testing" - "github.com/nspcc-dev/neofs-sdk-go/container" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" + "github.com/TrueCloudLab/frostfs-sdk-go/container" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/services/container/executor.go b/pkg/services/container/executor.go index 3fffadb9..78da59d7 100644 --- a/pkg/services/container/executor.go +++ b/pkg/services/container/executor.go @@ -4,8 +4,8 @@ import ( "context" "fmt" - "github.com/nspcc-dev/neofs-api-go/v2/container" - "github.com/nspcc-dev/neofs-api-go/v2/session" + "github.com/TrueCloudLab/frostfs-api-go/v2/container" + "github.com/TrueCloudLab/frostfs-api-go/v2/session" ) type ServiceExecutor interface { diff --git a/pkg/services/container/morph/executor.go b/pkg/services/container/morph/executor.go index 22c5f7be..de35f468 100644 --- a/pkg/services/container/morph/executor.go +++ b/pkg/services/container/morph/executor.go @@ -5,15 +5,15 @@ import ( "errors" "fmt" - "github.com/nspcc-dev/neofs-api-go/v2/container" - "github.com/nspcc-dev/neofs-api-go/v2/refs" - sessionV2 "github.com/nspcc-dev/neofs-api-go/v2/session" - containercore "github.com/nspcc-dev/neofs-node/pkg/core/container" - containerSvc "github.com/nspcc-dev/neofs-node/pkg/services/container" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - eaclSDK "github.com/nspcc-dev/neofs-sdk-go/eacl" - "github.com/nspcc-dev/neofs-sdk-go/session" - "github.com/nspcc-dev/neofs-sdk-go/user" + "github.com/TrueCloudLab/frostfs-api-go/v2/container" + "github.com/TrueCloudLab/frostfs-api-go/v2/refs" + sessionV2 "github.com/TrueCloudLab/frostfs-api-go/v2/session" + containercore "github.com/TrueCloudLab/frostfs-node/pkg/core/container" + containerSvc "github.com/TrueCloudLab/frostfs-node/pkg/services/container" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + eaclSDK "github.com/TrueCloudLab/frostfs-sdk-go/eacl" + "github.com/TrueCloudLab/frostfs-sdk-go/session" + "github.com/TrueCloudLab/frostfs-sdk-go/user" ) type morphExecutor struct { diff --git a/pkg/services/container/morph/executor_test.go b/pkg/services/container/morph/executor_test.go index 52b0da94..3a7dd7cd 100644 --- a/pkg/services/container/morph/executor_test.go +++ b/pkg/services/container/morph/executor_test.go @@ -4,19 +4,19 @@ import ( "context" "testing" + "github.com/TrueCloudLab/frostfs-api-go/v2/container" + "github.com/TrueCloudLab/frostfs-api-go/v2/refs" + "github.com/TrueCloudLab/frostfs-api-go/v2/session" + containerCore "github.com/TrueCloudLab/frostfs-node/pkg/core/container" + containerSvc "github.com/TrueCloudLab/frostfs-node/pkg/services/container" + containerSvcMorph "github.com/TrueCloudLab/frostfs-node/pkg/services/container/morph" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + containertest "github.com/TrueCloudLab/frostfs-sdk-go/container/test" + frostfscrypto "github.com/TrueCloudLab/frostfs-sdk-go/crypto" + frostfsecdsa "github.com/TrueCloudLab/frostfs-sdk-go/crypto/ecdsa" + sessiontest "github.com/TrueCloudLab/frostfs-sdk-go/session/test" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" - "github.com/nspcc-dev/neofs-api-go/v2/container" - "github.com/nspcc-dev/neofs-api-go/v2/refs" - "github.com/nspcc-dev/neofs-api-go/v2/session" - containerCore "github.com/nspcc-dev/neofs-node/pkg/core/container" - containerSvc "github.com/nspcc-dev/neofs-node/pkg/services/container" - containerSvcMorph "github.com/nspcc-dev/neofs-node/pkg/services/container/morph" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - containertest "github.com/nspcc-dev/neofs-sdk-go/container/test" - neofscrypto "github.com/nspcc-dev/neofs-sdk-go/crypto" - neofsecdsa "github.com/nspcc-dev/neofs-sdk-go/crypto/ecdsa" - sessiontest "github.com/nspcc-dev/neofs-sdk-go/session/test" "github.com/stretchr/testify/require" ) @@ -52,8 +52,8 @@ func TestInvalidToken(t *testing.T) { StableMarshal([]byte) []byte SetSignature(signature *refs.Signature) }) { - signer := neofsecdsa.Signer(priv.PrivateKey) - var sig neofscrypto.Signature + signer := frostfsecdsa.Signer(priv.PrivateKey) + var sig frostfscrypto.Signature require.NoError(t, sig.Calculate(signer, reqBody.StableMarshal(nil))) var sigV2 refs.Signature diff --git a/pkg/services/container/response.go b/pkg/services/container/response.go index d1ca9b8f..f29ebce9 100644 --- a/pkg/services/container/response.go +++ b/pkg/services/container/response.go @@ -3,9 +3,9 @@ package container import ( "context" - "github.com/nspcc-dev/neofs-api-go/v2/container" - "github.com/nspcc-dev/neofs-node/pkg/services/util" - "github.com/nspcc-dev/neofs-node/pkg/services/util/response" + "github.com/TrueCloudLab/frostfs-api-go/v2/container" + "github.com/TrueCloudLab/frostfs-node/pkg/services/util" + "github.com/TrueCloudLab/frostfs-node/pkg/services/util/response" ) type responseService struct { diff --git a/pkg/services/container/server.go b/pkg/services/container/server.go index 090c79a0..60610f9e 100644 --- a/pkg/services/container/server.go +++ b/pkg/services/container/server.go @@ -3,7 +3,7 @@ package container import ( "context" - "github.com/nspcc-dev/neofs-api-go/v2/container" + "github.com/TrueCloudLab/frostfs-api-go/v2/container" ) // Server is an interface of the NeoFS API Container service server. diff --git a/pkg/services/container/sign.go b/pkg/services/container/sign.go index 51e7644f..5aa9bbd7 100644 --- a/pkg/services/container/sign.go +++ b/pkg/services/container/sign.go @@ -4,8 +4,8 @@ import ( "context" "crypto/ecdsa" - "github.com/nspcc-dev/neofs-api-go/v2/container" - "github.com/nspcc-dev/neofs-node/pkg/services/util" + "github.com/TrueCloudLab/frostfs-api-go/v2/container" + "github.com/TrueCloudLab/frostfs-node/pkg/services/util" ) type signService struct { diff --git a/pkg/services/control/convert.go b/pkg/services/control/convert.go index 041af61e..540e43b5 100644 --- a/pkg/services/control/convert.go +++ b/pkg/services/control/convert.go @@ -1,8 +1,8 @@ package control import ( - "github.com/nspcc-dev/neofs-api-go/v2/rpc/grpc" - "github.com/nspcc-dev/neofs-api-go/v2/rpc/message" + "github.com/TrueCloudLab/frostfs-api-go/v2/rpc/grpc" + "github.com/TrueCloudLab/frostfs-api-go/v2/rpc/message" ) type requestWrapper struct { diff --git a/pkg/services/control/ir/convert.go b/pkg/services/control/ir/convert.go index 24235e52..6b12d78e 100644 --- a/pkg/services/control/ir/convert.go +++ b/pkg/services/control/ir/convert.go @@ -1,8 +1,8 @@ package control import ( - "github.com/nspcc-dev/neofs-api-go/v2/rpc/grpc" - "github.com/nspcc-dev/neofs-api-go/v2/rpc/message" + "github.com/TrueCloudLab/frostfs-api-go/v2/rpc/grpc" + "github.com/TrueCloudLab/frostfs-api-go/v2/rpc/message" ) type requestWrapper struct { diff --git a/pkg/services/control/ir/rpc.go b/pkg/services/control/ir/rpc.go index e7b7c232..3082ae01 100644 --- a/pkg/services/control/ir/rpc.go +++ b/pkg/services/control/ir/rpc.go @@ -1,8 +1,8 @@ package control import ( - "github.com/nspcc-dev/neofs-api-go/v2/rpc/client" - "github.com/nspcc-dev/neofs-api-go/v2/rpc/common" + "github.com/TrueCloudLab/frostfs-api-go/v2/rpc/client" + "github.com/TrueCloudLab/frostfs-api-go/v2/rpc/common" ) const serviceName = "ircontrol.ControlService" diff --git a/pkg/services/control/ir/server/calls.go b/pkg/services/control/ir/server/calls.go index c567eed7..8be0bd04 100644 --- a/pkg/services/control/ir/server/calls.go +++ b/pkg/services/control/ir/server/calls.go @@ -3,7 +3,7 @@ package control import ( "context" - control "github.com/nspcc-dev/neofs-node/pkg/services/control/ir" + control "github.com/TrueCloudLab/frostfs-node/pkg/services/control/ir" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/pkg/services/control/ir/server/deps.go b/pkg/services/control/ir/server/deps.go index 2fdc6751..6c84852d 100644 --- a/pkg/services/control/ir/server/deps.go +++ b/pkg/services/control/ir/server/deps.go @@ -1,6 +1,6 @@ package control -import control "github.com/nspcc-dev/neofs-node/pkg/services/control/ir" +import control "github.com/TrueCloudLab/frostfs-node/pkg/services/control/ir" // HealthChecker is component interface for calculating // the current health status of a node. diff --git a/pkg/services/control/ir/server/sign.go b/pkg/services/control/ir/server/sign.go index ad2b18e9..5dc909a6 100644 --- a/pkg/services/control/ir/server/sign.go +++ b/pkg/services/control/ir/server/sign.go @@ -6,10 +6,10 @@ import ( "errors" "fmt" - "github.com/nspcc-dev/neofs-api-go/v2/refs" - control "github.com/nspcc-dev/neofs-node/pkg/services/control/ir" - neofscrypto "github.com/nspcc-dev/neofs-sdk-go/crypto" - neofsecdsa "github.com/nspcc-dev/neofs-sdk-go/crypto/ecdsa" + "github.com/TrueCloudLab/frostfs-api-go/v2/refs" + control "github.com/TrueCloudLab/frostfs-node/pkg/services/control/ir" + frostfscrypto "github.com/TrueCloudLab/frostfs-sdk-go/crypto" + frostfsecdsa "github.com/TrueCloudLab/frostfs-sdk-go/crypto/ecdsa" ) // SignedMessage is an interface of Control service message. @@ -56,7 +56,7 @@ func (s *Server) isValidRequest(req SignedMessage) error { sigV2.SetSign(sign.GetSign()) sigV2.SetScheme(refs.ECDSA_SHA512) - var sig neofscrypto.Signature + var sig frostfscrypto.Signature if err := sig.ReadFromV2(sigV2); err != nil { return fmt.Errorf("can't read signature: %w", err) } @@ -76,9 +76,9 @@ func SignMessage(key *ecdsa.PrivateKey, msg SignedMessage) error { return fmt.Errorf("marshal request body: %w", err) } - var sig neofscrypto.Signature + var sig frostfscrypto.Signature - err = sig.Calculate(neofsecdsa.Signer(*key), binBody) + err = sig.Calculate(frostfsecdsa.Signer(*key), binBody) if err != nil { return fmt.Errorf("calculate signature: %w", err) } diff --git a/pkg/services/control/ir/service.pb.go b/pkg/services/control/ir/service.pb.go index 9d69f51b..f8d09846 100644 Binary files a/pkg/services/control/ir/service.pb.go and b/pkg/services/control/ir/service.pb.go differ diff --git a/pkg/services/control/ir/service.proto b/pkg/services/control/ir/service.proto index e330d0fc..9e45f961 100644 --- a/pkg/services/control/ir/service.proto +++ b/pkg/services/control/ir/service.proto @@ -4,7 +4,7 @@ package ircontrol; import "pkg/services/control/ir/types.proto"; -option go_package = "github.com/nspcc-dev/neofs-node/pkg/services/ir/control"; +option go_package = "github.com/TrueCloudLab/frostfs-node/pkg/services/ir/control"; // `ControlService` provides an interface for internal work with the Inner Ring node. service ControlService { diff --git a/pkg/services/control/ir/service_grpc.pb.go b/pkg/services/control/ir/service_grpc.pb.go index ac762e5f..89fa0872 100644 Binary files a/pkg/services/control/ir/service_grpc.pb.go and b/pkg/services/control/ir/service_grpc.pb.go differ diff --git a/pkg/services/control/ir/service_neofs.pb.go b/pkg/services/control/ir/service_neofs.pb.go index 77ce39f3..d4cbffa5 100644 Binary files a/pkg/services/control/ir/service_neofs.pb.go and b/pkg/services/control/ir/service_neofs.pb.go differ diff --git a/pkg/services/control/ir/service_test.go b/pkg/services/control/ir/service_test.go index 266d8c9c..89621756 100644 --- a/pkg/services/control/ir/service_test.go +++ b/pkg/services/control/ir/service_test.go @@ -3,7 +3,7 @@ package control_test import ( "testing" - control "github.com/nspcc-dev/neofs-node/pkg/services/control/ir" + control "github.com/TrueCloudLab/frostfs-node/pkg/services/control/ir" "github.com/stretchr/testify/require" "google.golang.org/protobuf/proto" ) diff --git a/pkg/services/control/ir/types.pb.go b/pkg/services/control/ir/types.pb.go index 97de99cb..f302ab89 100644 Binary files a/pkg/services/control/ir/types.pb.go and b/pkg/services/control/ir/types.pb.go differ diff --git a/pkg/services/control/ir/types.proto b/pkg/services/control/ir/types.proto index 3a779187..ddf5e827 100644 --- a/pkg/services/control/ir/types.proto +++ b/pkg/services/control/ir/types.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ircontrol; -option go_package = "github.com/nspcc-dev/neofs-node/pkg/services/ir/control"; +option go_package = "github.com/TrueCloudLab/frostfs-node/pkg/services/ir/control"; // Signature of some message. message Signature { diff --git a/pkg/services/control/ir/types_neofs.pb.go b/pkg/services/control/ir/types_neofs.pb.go index 1eefff6d..293f81cc 100644 Binary files a/pkg/services/control/ir/types_neofs.pb.go and b/pkg/services/control/ir/types_neofs.pb.go differ diff --git a/pkg/services/control/rpc.go b/pkg/services/control/rpc.go index b0be2a7f..b94285a3 100644 --- a/pkg/services/control/rpc.go +++ b/pkg/services/control/rpc.go @@ -1,8 +1,8 @@ package control import ( - "github.com/nspcc-dev/neofs-api-go/v2/rpc/client" - "github.com/nspcc-dev/neofs-api-go/v2/rpc/common" + "github.com/TrueCloudLab/frostfs-api-go/v2/rpc/client" + "github.com/TrueCloudLab/frostfs-api-go/v2/rpc/common" ) const serviceName = "control.ControlService" diff --git a/pkg/services/control/server/dump.go b/pkg/services/control/server/dump.go index b73f6464..66dca3e4 100644 --- a/pkg/services/control/server/dump.go +++ b/pkg/services/control/server/dump.go @@ -3,8 +3,8 @@ package control import ( "context" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - "github.com/nspcc-dev/neofs-node/pkg/services/control" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + "github.com/TrueCloudLab/frostfs-node/pkg/services/control" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/pkg/services/control/server/evacuate.go b/pkg/services/control/server/evacuate.go index 2c3857cc..d00e9b3a 100644 --- a/pkg/services/control/server/evacuate.go +++ b/pkg/services/control/server/evacuate.go @@ -7,14 +7,14 @@ import ( "errors" "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/engine" + "github.com/TrueCloudLab/frostfs-node/pkg/services/control" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object_manager/placement" + "github.com/TrueCloudLab/frostfs-node/pkg/services/replicator" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/engine" - "github.com/nspcc-dev/neofs-node/pkg/services/control" - "github.com/nspcc-dev/neofs-node/pkg/services/object_manager/placement" - "github.com/nspcc-dev/neofs-node/pkg/services/replicator" - "github.com/nspcc-dev/neofs-sdk-go/netmap" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/pkg/services/control/server/flush_cache.go b/pkg/services/control/server/flush_cache.go index 4f580fbb..8f196bc6 100644 --- a/pkg/services/control/server/flush_cache.go +++ b/pkg/services/control/server/flush_cache.go @@ -3,8 +3,8 @@ package control import ( "context" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/engine" - "github.com/nspcc-dev/neofs-node/pkg/services/control" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/engine" + "github.com/TrueCloudLab/frostfs-node/pkg/services/control" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/pkg/services/control/server/gc.go b/pkg/services/control/server/gc.go index de082a39..46f30a54 100644 --- a/pkg/services/control/server/gc.go +++ b/pkg/services/control/server/gc.go @@ -4,9 +4,9 @@ import ( "context" "fmt" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/engine" - "github.com/nspcc-dev/neofs-node/pkg/services/control" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/engine" + "github.com/TrueCloudLab/frostfs-node/pkg/services/control" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/pkg/services/control/server/healthcheck.go b/pkg/services/control/server/healthcheck.go index 8155c68a..06127290 100644 --- a/pkg/services/control/server/healthcheck.go +++ b/pkg/services/control/server/healthcheck.go @@ -3,7 +3,7 @@ package control import ( "context" - "github.com/nspcc-dev/neofs-node/pkg/services/control" + "github.com/TrueCloudLab/frostfs-node/pkg/services/control" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/pkg/services/control/server/helpers.go b/pkg/services/control/server/helpers.go index 9f402356..178e61af 100644 --- a/pkg/services/control/server/helpers.go +++ b/pkg/services/control/server/helpers.go @@ -1,6 +1,6 @@ package control -import "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" +import "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" func (s *Server) getShardIDList(raw [][]byte) []*shard.ID { if len(raw) != 0 { diff --git a/pkg/services/control/server/list_shards.go b/pkg/services/control/server/list_shards.go index 0e21d902..955d587d 100644 --- a/pkg/services/control/server/list_shards.go +++ b/pkg/services/control/server/list_shards.go @@ -3,9 +3,9 @@ package control import ( "context" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard/mode" - "github.com/nspcc-dev/neofs-node/pkg/services/control" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard/mode" + "github.com/TrueCloudLab/frostfs-node/pkg/services/control" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/pkg/services/control/server/restore.go b/pkg/services/control/server/restore.go index 895c59a0..3a55bf6f 100644 --- a/pkg/services/control/server/restore.go +++ b/pkg/services/control/server/restore.go @@ -3,8 +3,8 @@ package control import ( "context" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard" - "github.com/nspcc-dev/neofs-node/pkg/services/control" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard" + "github.com/TrueCloudLab/frostfs-node/pkg/services/control" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/pkg/services/control/server/server.go b/pkg/services/control/server/server.go index 5fbc70df..5b454b66 100644 --- a/pkg/services/control/server/server.go +++ b/pkg/services/control/server/server.go @@ -3,11 +3,11 @@ package control import ( "crypto/ecdsa" - "github.com/nspcc-dev/neofs-node/pkg/core/container" - "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/engine" - "github.com/nspcc-dev/neofs-node/pkg/services/control" - "github.com/nspcc-dev/neofs-node/pkg/services/replicator" + "github.com/TrueCloudLab/frostfs-node/pkg/core/container" + "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/engine" + "github.com/TrueCloudLab/frostfs-node/pkg/services/control" + "github.com/TrueCloudLab/frostfs-node/pkg/services/replicator" ) // Server is an entity that serves diff --git a/pkg/services/control/server/set_netmap_status.go b/pkg/services/control/server/set_netmap_status.go index bfdd1e02..738b2383 100644 --- a/pkg/services/control/server/set_netmap_status.go +++ b/pkg/services/control/server/set_netmap_status.go @@ -3,7 +3,7 @@ package control import ( "context" - "github.com/nspcc-dev/neofs-node/pkg/services/control" + "github.com/TrueCloudLab/frostfs-node/pkg/services/control" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/pkg/services/control/server/set_shard_mode.go b/pkg/services/control/server/set_shard_mode.go index 9e9b50b3..5bdf6b36 100644 --- a/pkg/services/control/server/set_shard_mode.go +++ b/pkg/services/control/server/set_shard_mode.go @@ -4,8 +4,8 @@ import ( "context" "fmt" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/shard/mode" - "github.com/nspcc-dev/neofs-node/pkg/services/control" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/shard/mode" + "github.com/TrueCloudLab/frostfs-node/pkg/services/control" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/pkg/services/control/server/sign.go b/pkg/services/control/server/sign.go index b6e36b24..ec90cb03 100644 --- a/pkg/services/control/server/sign.go +++ b/pkg/services/control/server/sign.go @@ -6,10 +6,10 @@ import ( "errors" "fmt" - "github.com/nspcc-dev/neofs-api-go/v2/refs" - "github.com/nspcc-dev/neofs-node/pkg/services/control" - neofscrypto "github.com/nspcc-dev/neofs-sdk-go/crypto" - neofsecdsa "github.com/nspcc-dev/neofs-sdk-go/crypto/ecdsa" + "github.com/TrueCloudLab/frostfs-api-go/v2/refs" + "github.com/TrueCloudLab/frostfs-node/pkg/services/control" + frostfscrypto "github.com/TrueCloudLab/frostfs-sdk-go/crypto" + frostfsecdsa "github.com/TrueCloudLab/frostfs-sdk-go/crypto/ecdsa" ) // SignedMessage is an interface of Control service message. @@ -56,7 +56,7 @@ func (s *Server) isValidRequest(req SignedMessage) error { sigV2.SetSign(sign.GetSign()) sigV2.SetScheme(refs.ECDSA_SHA512) - var sig neofscrypto.Signature + var sig frostfscrypto.Signature if err := sig.ReadFromV2(sigV2); err != nil { return fmt.Errorf("can't read signature: %w", err) } @@ -76,9 +76,9 @@ func SignMessage(key *ecdsa.PrivateKey, msg SignedMessage) error { return fmt.Errorf("marshal request body: %w", err) } - var sig neofscrypto.Signature + var sig frostfscrypto.Signature - err = sig.Calculate(neofsecdsa.Signer(*key), binBody) + err = sig.Calculate(frostfsecdsa.Signer(*key), binBody) if err != nil { return fmt.Errorf("calculate signature: %w", err) } diff --git a/pkg/services/control/server/syncronize_tree.go b/pkg/services/control/server/syncronize_tree.go index b4e91071..9d61624f 100644 --- a/pkg/services/control/server/syncronize_tree.go +++ b/pkg/services/control/server/syncronize_tree.go @@ -3,8 +3,8 @@ package control import ( "context" - "github.com/nspcc-dev/neofs-node/pkg/services/control" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-node/pkg/services/control" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/pkg/services/control/service.pb.go b/pkg/services/control/service.pb.go index c18408ed..12896229 100644 Binary files a/pkg/services/control/service.pb.go and b/pkg/services/control/service.pb.go differ diff --git a/pkg/services/control/service.proto b/pkg/services/control/service.proto index 302602de..5eda7d02 100644 --- a/pkg/services/control/service.proto +++ b/pkg/services/control/service.proto @@ -4,7 +4,7 @@ package control; import "pkg/services/control/types.proto"; -option go_package = "github.com/nspcc-dev/neofs-node/pkg/services/control"; +option go_package = "github.com/TrueCloudLab/frostfs-node/pkg/services/control"; // `ControlService` provides an interface for internal work with the storage node. service ControlService { diff --git a/pkg/services/control/service_grpc.pb.go b/pkg/services/control/service_grpc.pb.go index 50439cc9..68c03ec9 100644 Binary files a/pkg/services/control/service_grpc.pb.go and b/pkg/services/control/service_grpc.pb.go differ diff --git a/pkg/services/control/service_neofs.pb.go b/pkg/services/control/service_neofs.pb.go index 2d891bb8..2529d5a8 100644 Binary files a/pkg/services/control/service_neofs.pb.go and b/pkg/services/control/service_neofs.pb.go differ diff --git a/pkg/services/control/service_test.go b/pkg/services/control/service_test.go index 0dc290cd..70b7d6eb 100644 --- a/pkg/services/control/service_test.go +++ b/pkg/services/control/service_test.go @@ -4,7 +4,7 @@ import ( "bytes" "testing" - "github.com/nspcc-dev/neofs-node/pkg/services/control" + "github.com/TrueCloudLab/frostfs-node/pkg/services/control" ) func TestHealthCheckResponse_Body_StableMarshal(t *testing.T) { diff --git a/pkg/services/control/types.pb.go b/pkg/services/control/types.pb.go index 9fd1ca7a..b67e4c80 100644 Binary files a/pkg/services/control/types.pb.go and b/pkg/services/control/types.pb.go differ diff --git a/pkg/services/control/types.proto b/pkg/services/control/types.proto index 1994e244..29115d1e 100644 --- a/pkg/services/control/types.proto +++ b/pkg/services/control/types.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package control; -option go_package = "github.com/nspcc-dev/neofs-node/pkg/services/control"; +option go_package = "github.com/TrueCloudLab/frostfs-node/pkg/services/control"; // Signature of some message. message Signature { diff --git a/pkg/services/control/types_neofs.pb.go b/pkg/services/control/types_neofs.pb.go index 148f1869..3594ca97 100644 Binary files a/pkg/services/control/types_neofs.pb.go and b/pkg/services/control/types_neofs.pb.go differ diff --git a/pkg/services/control/types_test.go b/pkg/services/control/types_test.go index 79b6da8e..09d7dbbc 100644 --- a/pkg/services/control/types_test.go +++ b/pkg/services/control/types_test.go @@ -6,10 +6,10 @@ import ( "strconv" "testing" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/blobovniczatree" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor/fstree" + "github.com/TrueCloudLab/frostfs-node/pkg/services/control" "github.com/google/uuid" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/blobovniczatree" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/fstree" - "github.com/nspcc-dev/neofs-node/pkg/services/control" ) func TestNetmap_StableMarshal(t *testing.T) { diff --git a/pkg/services/netmap/executor.go b/pkg/services/netmap/executor.go index b9989e91..c5cead06 100644 --- a/pkg/services/netmap/executor.go +++ b/pkg/services/netmap/executor.go @@ -5,11 +5,11 @@ import ( "errors" "fmt" - "github.com/nspcc-dev/neofs-api-go/v2/netmap" - "github.com/nspcc-dev/neofs-api-go/v2/refs" - "github.com/nspcc-dev/neofs-node/pkg/core/version" - netmapSDK "github.com/nspcc-dev/neofs-sdk-go/netmap" - versionsdk "github.com/nspcc-dev/neofs-sdk-go/version" + "github.com/TrueCloudLab/frostfs-api-go/v2/netmap" + "github.com/TrueCloudLab/frostfs-api-go/v2/refs" + "github.com/TrueCloudLab/frostfs-node/pkg/core/version" + netmapSDK "github.com/TrueCloudLab/frostfs-sdk-go/netmap" + versionsdk "github.com/TrueCloudLab/frostfs-sdk-go/version" ) type executorSvc struct { diff --git a/pkg/services/netmap/response.go b/pkg/services/netmap/response.go index c0e81b7c..067b19aa 100644 --- a/pkg/services/netmap/response.go +++ b/pkg/services/netmap/response.go @@ -3,9 +3,9 @@ package netmap import ( "context" - "github.com/nspcc-dev/neofs-api-go/v2/netmap" - "github.com/nspcc-dev/neofs-node/pkg/services/util" - "github.com/nspcc-dev/neofs-node/pkg/services/util/response" + "github.com/TrueCloudLab/frostfs-api-go/v2/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/services/util" + "github.com/TrueCloudLab/frostfs-node/pkg/services/util/response" ) type responseService struct { diff --git a/pkg/services/netmap/server.go b/pkg/services/netmap/server.go index a7440efb..e7dc9520 100644 --- a/pkg/services/netmap/server.go +++ b/pkg/services/netmap/server.go @@ -3,7 +3,7 @@ package netmap import ( "context" - "github.com/nspcc-dev/neofs-api-go/v2/netmap" + "github.com/TrueCloudLab/frostfs-api-go/v2/netmap" ) // Server is an interface of the NeoFS API Netmap service server. diff --git a/pkg/services/netmap/sign.go b/pkg/services/netmap/sign.go index 73df0528..78894679 100644 --- a/pkg/services/netmap/sign.go +++ b/pkg/services/netmap/sign.go @@ -4,8 +4,8 @@ import ( "context" "crypto/ecdsa" - "github.com/nspcc-dev/neofs-api-go/v2/netmap" - "github.com/nspcc-dev/neofs-node/pkg/services/util" + "github.com/TrueCloudLab/frostfs-api-go/v2/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/services/util" ) type signService struct { diff --git a/pkg/services/notificator/deps.go b/pkg/services/notificator/deps.go index 780a89b5..aea20e7a 100644 --- a/pkg/services/notificator/deps.go +++ b/pkg/services/notificator/deps.go @@ -1,7 +1,7 @@ package notificator import ( - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) // NotificationSource is a source of object notifications. diff --git a/pkg/services/notificator/nats/options.go b/pkg/services/notificator/nats/options.go index 52aac811..97f6552e 100644 --- a/pkg/services/notificator/nats/options.go +++ b/pkg/services/notificator/nats/options.go @@ -3,8 +3,8 @@ package nats import ( "time" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "github.com/nats-io/nats.go" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" ) func WithClientCert(certPath, keyPath string) Option { diff --git a/pkg/services/notificator/nats/service.go b/pkg/services/notificator/nats/service.go index f54f920b..b9034b96 100644 --- a/pkg/services/notificator/nats/service.go +++ b/pkg/services/notificator/nats/service.go @@ -6,9 +6,9 @@ import ( "fmt" "sync" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "github.com/nats-io/nats.go" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" "go.uber.org/zap" ) diff --git a/pkg/services/notificator/service.go b/pkg/services/notificator/service.go index 68885ca4..1ccc1776 100644 --- a/pkg/services/notificator/service.go +++ b/pkg/services/notificator/service.go @@ -3,8 +3,8 @@ package notificator import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.uber.org/zap" ) diff --git a/pkg/services/object/acl/acl.go b/pkg/services/object/acl/acl.go index 59c7aee6..2aeca4fd 100644 --- a/pkg/services/object/acl/acl.go +++ b/pkg/services/object/acl/acl.go @@ -6,18 +6,18 @@ import ( "errors" "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/core/container" + "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/engine" + eaclV2 "github.com/TrueCloudLab/frostfs-node/pkg/services/object/acl/eacl/v2" + v2 "github.com/TrueCloudLab/frostfs-node/pkg/services/object/acl/v2" + bearerSDK "github.com/TrueCloudLab/frostfs-sdk-go/bearer" + "github.com/TrueCloudLab/frostfs-sdk-go/client" + "github.com/TrueCloudLab/frostfs-sdk-go/container/acl" + frostfsecdsa "github.com/TrueCloudLab/frostfs-sdk-go/crypto/ecdsa" + eaclSDK "github.com/TrueCloudLab/frostfs-sdk-go/eacl" + "github.com/TrueCloudLab/frostfs-sdk-go/user" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" - "github.com/nspcc-dev/neofs-node/pkg/core/container" - "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/engine" - eaclV2 "github.com/nspcc-dev/neofs-node/pkg/services/object/acl/eacl/v2" - v2 "github.com/nspcc-dev/neofs-node/pkg/services/object/acl/v2" - bearerSDK "github.com/nspcc-dev/neofs-sdk-go/bearer" - "github.com/nspcc-dev/neofs-sdk-go/client" - "github.com/nspcc-dev/neofs-sdk-go/container/acl" - neofsecdsa "github.com/nspcc-dev/neofs-sdk-go/crypto/ecdsa" - eaclSDK "github.com/nspcc-dev/neofs-sdk-go/eacl" - "github.com/nspcc-dev/neofs-sdk-go/user" ) // CheckerPrm groups parameters for Checker @@ -234,12 +234,12 @@ func isValidBearer(reqInfo v2.RequestInfo, st netmap.State) error { // 4. Then check if container owner signed this token. if !bearerSDK.ResolveIssuer(*token).Equals(ownerCnr) { - // TODO: #767 in this case we can issue all owner keys from neofs.id and check once again + // TODO: #767 in this case we can issue all owner keys from frostfs.id and check once again return errBearerNotSignedByOwner } // 5. Then check if request sender has rights to use this token. - var keySender neofsecdsa.PublicKey + var keySender frostfsecdsa.PublicKey err := keySender.Decode(reqInfo.SenderKey()) if err != nil { @@ -250,7 +250,7 @@ func isValidBearer(reqInfo v2.RequestInfo, st netmap.State) error { user.IDFromKey(&usrSender, ecdsa.PublicKey(keySender)) if !token.AssertUser(usrSender) { - // TODO: #767 in this case we can issue all owner keys from neofs.id and check once again + // TODO: #767 in this case we can issue all owner keys from frostfs.id and check once again return errBearerInvalidOwner } diff --git a/pkg/services/object/acl/acl_test.go b/pkg/services/object/acl/acl_test.go index a0de5e6f..b0550d29 100644 --- a/pkg/services/object/acl/acl_test.go +++ b/pkg/services/object/acl/acl_test.go @@ -3,14 +3,14 @@ package acl import ( "testing" - "github.com/nspcc-dev/neofs-node/pkg/core/container" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/engine" - v2 "github.com/nspcc-dev/neofs-node/pkg/services/object/acl/v2" - "github.com/nspcc-dev/neofs-sdk-go/container/acl" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - eaclSDK "github.com/nspcc-dev/neofs-sdk-go/eacl" - "github.com/nspcc-dev/neofs-sdk-go/user" - usertest "github.com/nspcc-dev/neofs-sdk-go/user/test" + "github.com/TrueCloudLab/frostfs-node/pkg/core/container" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/engine" + v2 "github.com/TrueCloudLab/frostfs-node/pkg/services/object/acl/v2" + "github.com/TrueCloudLab/frostfs-sdk-go/container/acl" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + eaclSDK "github.com/TrueCloudLab/frostfs-sdk-go/eacl" + "github.com/TrueCloudLab/frostfs-sdk-go/user" + usertest "github.com/TrueCloudLab/frostfs-sdk-go/user/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/services/object/acl/eacl/v2/eacl_test.go b/pkg/services/object/acl/eacl/v2/eacl_test.go index 1105b3bd..2019bb2d 100644 --- a/pkg/services/object/acl/eacl/v2/eacl_test.go +++ b/pkg/services/object/acl/eacl/v2/eacl_test.go @@ -5,14 +5,14 @@ import ( "errors" "testing" + objectV2 "github.com/TrueCloudLab/frostfs-api-go/v2/object" + "github.com/TrueCloudLab/frostfs-api-go/v2/refs" + "github.com/TrueCloudLab/frostfs-api-go/v2/session" + eaclSDK "github.com/TrueCloudLab/frostfs-sdk-go/eacl" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" - objectV2 "github.com/nspcc-dev/neofs-api-go/v2/object" - "github.com/nspcc-dev/neofs-api-go/v2/refs" - "github.com/nspcc-dev/neofs-api-go/v2/session" - eaclSDK "github.com/nspcc-dev/neofs-sdk-go/eacl" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/services/object/acl/eacl/v2/headers.go b/pkg/services/object/acl/eacl/v2/headers.go index 54d3569a..856823d2 100644 --- a/pkg/services/object/acl/eacl/v2/headers.go +++ b/pkg/services/object/acl/eacl/v2/headers.go @@ -4,15 +4,15 @@ import ( "errors" "fmt" - "github.com/nspcc-dev/neofs-api-go/v2/acl" - objectV2 "github.com/nspcc-dev/neofs-api-go/v2/object" - refsV2 "github.com/nspcc-dev/neofs-api-go/v2/refs" - "github.com/nspcc-dev/neofs-api-go/v2/session" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - eaclSDK "github.com/nspcc-dev/neofs-sdk-go/eacl" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - "github.com/nspcc-dev/neofs-sdk-go/user" + "github.com/TrueCloudLab/frostfs-api-go/v2/acl" + objectV2 "github.com/TrueCloudLab/frostfs-api-go/v2/object" + refsV2 "github.com/TrueCloudLab/frostfs-api-go/v2/refs" + "github.com/TrueCloudLab/frostfs-api-go/v2/session" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + eaclSDK "github.com/TrueCloudLab/frostfs-sdk-go/eacl" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-sdk-go/user" ) type Option func(*cfg) diff --git a/pkg/services/object/acl/eacl/v2/localstore.go b/pkg/services/object/acl/eacl/v2/localstore.go index 74192c58..63020cbc 100644 --- a/pkg/services/object/acl/eacl/v2/localstore.go +++ b/pkg/services/object/acl/eacl/v2/localstore.go @@ -3,9 +3,9 @@ package v2 import ( "io" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/engine" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/engine" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) type localStorage struct { diff --git a/pkg/services/object/acl/eacl/v2/object.go b/pkg/services/object/acl/eacl/v2/object.go index 4a1e043e..5fc549ea 100644 --- a/pkg/services/object/acl/eacl/v2/object.go +++ b/pkg/services/object/acl/eacl/v2/object.go @@ -3,11 +3,11 @@ package v2 import ( "strconv" - "github.com/nspcc-dev/neofs-api-go/v2/acl" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - eaclSDK "github.com/nspcc-dev/neofs-sdk-go/eacl" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-api-go/v2/acl" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + eaclSDK "github.com/TrueCloudLab/frostfs-sdk-go/eacl" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) type sysObjHdr struct { diff --git a/pkg/services/object/acl/eacl/v2/opts.go b/pkg/services/object/acl/eacl/v2/opts.go index 4a653757..b6f86520 100644 --- a/pkg/services/object/acl/eacl/v2/opts.go +++ b/pkg/services/object/acl/eacl/v2/opts.go @@ -1,9 +1,9 @@ package v2 import ( - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/engine" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/engine" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) func WithObjectStorage(v ObjectStorage) Option { diff --git a/pkg/services/object/acl/eacl/v2/xheader.go b/pkg/services/object/acl/eacl/v2/xheader.go index aa6f5f9d..a7c3b7c3 100644 --- a/pkg/services/object/acl/eacl/v2/xheader.go +++ b/pkg/services/object/acl/eacl/v2/xheader.go @@ -1,8 +1,8 @@ package v2 import ( - "github.com/nspcc-dev/neofs-api-go/v2/session" - eaclSDK "github.com/nspcc-dev/neofs-sdk-go/eacl" + "github.com/TrueCloudLab/frostfs-api-go/v2/session" + eaclSDK "github.com/TrueCloudLab/frostfs-sdk-go/eacl" ) type xHeaderSource interface { diff --git a/pkg/services/object/acl/v2/classifier.go b/pkg/services/object/acl/v2/classifier.go index 31e5d57f..f9fe76f5 100644 --- a/pkg/services/object/acl/v2/classifier.go +++ b/pkg/services/object/acl/v2/classifier.go @@ -4,12 +4,12 @@ import ( "bytes" "crypto/sha256" - core "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - "github.com/nspcc-dev/neofs-sdk-go/container" - "github.com/nspcc-dev/neofs-sdk-go/container/acl" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/netmap" + core "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-sdk-go/container" + "github.com/TrueCloudLab/frostfs-sdk-go/container/acl" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" "go.uber.org/zap" ) @@ -35,7 +35,7 @@ func (c senderClassifier) classify( ownerKeyInBytes := ownerKey.Bytes() - // TODO: #767 get owner from neofs.id if present + // TODO: #767 get owner from frostfs.id if present // if request owner is the same as container owner, return RoleUser if ownerID.Equals(cnr.Owner()) { diff --git a/pkg/services/object/acl/v2/errors.go b/pkg/services/object/acl/v2/errors.go index 432894df..db4306e4 100644 --- a/pkg/services/object/acl/v2/errors.go +++ b/pkg/services/object/acl/v2/errors.go @@ -3,7 +3,7 @@ package v2 import ( "fmt" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" ) const invalidRequestMessage = "malformed request" diff --git a/pkg/services/object/acl/v2/opts.go b/pkg/services/object/acl/v2/opts.go index 532f7ab3..281ce3d3 100644 --- a/pkg/services/object/acl/v2/opts.go +++ b/pkg/services/object/acl/v2/opts.go @@ -1,10 +1,10 @@ package v2 import ( - "github.com/nspcc-dev/neofs-node/pkg/core/container" - "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - objectSvc "github.com/nspcc-dev/neofs-node/pkg/services/object" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/core/container" + "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + objectSvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" ) // WithLogger returns option to set logger. diff --git a/pkg/services/object/acl/v2/request.go b/pkg/services/object/acl/v2/request.go index 550d670b..2a708c3f 100644 --- a/pkg/services/object/acl/v2/request.go +++ b/pkg/services/object/acl/v2/request.go @@ -4,14 +4,14 @@ import ( "crypto/ecdsa" "fmt" + sessionV2 "github.com/TrueCloudLab/frostfs-api-go/v2/session" + "github.com/TrueCloudLab/frostfs-sdk-go/bearer" + "github.com/TrueCloudLab/frostfs-sdk-go/container/acl" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + sessionSDK "github.com/TrueCloudLab/frostfs-sdk-go/session" + "github.com/TrueCloudLab/frostfs-sdk-go/user" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" - sessionV2 "github.com/nspcc-dev/neofs-api-go/v2/session" - "github.com/nspcc-dev/neofs-sdk-go/bearer" - "github.com/nspcc-dev/neofs-sdk-go/container/acl" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - sessionSDK "github.com/nspcc-dev/neofs-sdk-go/session" - "github.com/nspcc-dev/neofs-sdk-go/user" ) // RequestInfo groups parsed version-independent (from SDK library) diff --git a/pkg/services/object/acl/v2/service.go b/pkg/services/object/acl/v2/service.go index da8c6c14..a6ca2090 100644 --- a/pkg/services/object/acl/v2/service.go +++ b/pkg/services/object/acl/v2/service.go @@ -5,16 +5,16 @@ import ( "errors" "fmt" - objectV2 "github.com/nspcc-dev/neofs-api-go/v2/object" - "github.com/nspcc-dev/neofs-node/pkg/core/container" - "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - "github.com/nspcc-dev/neofs-node/pkg/services/object" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - "github.com/nspcc-dev/neofs-sdk-go/container/acl" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - sessionSDK "github.com/nspcc-dev/neofs-sdk-go/session" - "github.com/nspcc-dev/neofs-sdk-go/user" + objectV2 "github.com/TrueCloudLab/frostfs-api-go/v2/object" + "github.com/TrueCloudLab/frostfs-node/pkg/core/container" + "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-sdk-go/container/acl" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + sessionSDK "github.com/TrueCloudLab/frostfs-sdk-go/session" + "github.com/TrueCloudLab/frostfs-sdk-go/user" "go.uber.org/zap" ) diff --git a/pkg/services/object/acl/v2/types.go b/pkg/services/object/acl/v2/types.go index 392a72b1..effacfbd 100644 --- a/pkg/services/object/acl/v2/types.go +++ b/pkg/services/object/acl/v2/types.go @@ -1,7 +1,7 @@ package v2 import ( - "github.com/nspcc-dev/neofs-sdk-go/user" + "github.com/TrueCloudLab/frostfs-sdk-go/user" ) // ACLChecker is an interface that must provide diff --git a/pkg/services/object/acl/v2/util.go b/pkg/services/object/acl/v2/util.go index 96e08348..de9fd1a2 100644 --- a/pkg/services/object/acl/v2/util.go +++ b/pkg/services/object/acl/v2/util.go @@ -6,16 +6,16 @@ import ( "errors" "fmt" + objectV2 "github.com/TrueCloudLab/frostfs-api-go/v2/object" + refsV2 "github.com/TrueCloudLab/frostfs-api-go/v2/refs" + sessionV2 "github.com/TrueCloudLab/frostfs-api-go/v2/session" + "github.com/TrueCloudLab/frostfs-sdk-go/bearer" + "github.com/TrueCloudLab/frostfs-sdk-go/container/acl" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + sessionSDK "github.com/TrueCloudLab/frostfs-sdk-go/session" + "github.com/TrueCloudLab/frostfs-sdk-go/user" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" - objectV2 "github.com/nspcc-dev/neofs-api-go/v2/object" - refsV2 "github.com/nspcc-dev/neofs-api-go/v2/refs" - sessionV2 "github.com/nspcc-dev/neofs-api-go/v2/session" - "github.com/nspcc-dev/neofs-sdk-go/bearer" - "github.com/nspcc-dev/neofs-sdk-go/container/acl" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - sessionSDK "github.com/nspcc-dev/neofs-sdk-go/session" - "github.com/nspcc-dev/neofs-sdk-go/user" ) var errMissingContainerID = errors.New("missing container ID") @@ -130,7 +130,7 @@ func ownerFromToken(token *sessionSDK.Object) (*user.ID, *keys.PublicKey, error) tokenIssuer := token.Issuer() if !isOwnerFromKey(tokenIssuer, tokenIssuerKey) { - // TODO: #767 in this case we can issue all owner keys from neofs.id and check once again + // TODO: #767 in this case we can issue all owner keys from frostfs.id and check once again return nil, nil, errInvalidSessionOwner } diff --git a/pkg/services/object/acl/v2/util_test.go b/pkg/services/object/acl/v2/util_test.go index bac91e16..49593f67 100644 --- a/pkg/services/object/acl/v2/util_test.go +++ b/pkg/services/object/acl/v2/util_test.go @@ -6,14 +6,14 @@ import ( "crypto/rand" "testing" - "github.com/nspcc-dev/neofs-api-go/v2/acl" - "github.com/nspcc-dev/neofs-api-go/v2/session" - bearertest "github.com/nspcc-dev/neofs-sdk-go/bearer/test" - aclsdk "github.com/nspcc-dev/neofs-sdk-go/container/acl" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" - sessionSDK "github.com/nspcc-dev/neofs-sdk-go/session" - sessiontest "github.com/nspcc-dev/neofs-sdk-go/session/test" + "github.com/TrueCloudLab/frostfs-api-go/v2/acl" + "github.com/TrueCloudLab/frostfs-api-go/v2/session" + bearertest "github.com/TrueCloudLab/frostfs-sdk-go/bearer/test" + aclsdk "github.com/TrueCloudLab/frostfs-sdk-go/container/acl" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" + sessionSDK "github.com/TrueCloudLab/frostfs-sdk-go/session" + sessiontest "github.com/TrueCloudLab/frostfs-sdk-go/session/test" "github.com/stretchr/testify/require" ) @@ -60,7 +60,7 @@ func testGenerateMetaHeader(depth uint32, b *acl.BearerToken, s *session.Token) } func TestIsVerbCompatible(t *testing.T) { - // Source: https://nspcc.ru/upload/neofs-spec-latest.pdf#page=28 + // Source: https://nspcc.ru/upload/frostfs-spec-latest.pdf#page=28 table := map[aclsdk.Op][]sessionSDK.ObjectVerb{ aclsdk.OpObjectPut: {sessionSDK.VerbObjectPut, sessionSDK.VerbObjectDelete}, aclsdk.OpObjectDelete: {sessionSDK.VerbObjectDelete}, diff --git a/pkg/services/object/common.go b/pkg/services/object/common.go index babce3c4..c627af16 100644 --- a/pkg/services/object/common.go +++ b/pkg/services/object/common.go @@ -3,8 +3,8 @@ package object import ( "context" - objectV2 "github.com/nspcc-dev/neofs-api-go/v2/object" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" + objectV2 "github.com/TrueCloudLab/frostfs-api-go/v2/object" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" ) // NodeState is storage node state processed by Object service. diff --git a/pkg/services/object/delete/delete.go b/pkg/services/object/delete/delete.go index b50e261c..8dd16d6d 100644 --- a/pkg/services/object/delete/delete.go +++ b/pkg/services/object/delete/delete.go @@ -3,7 +3,7 @@ package deletesvc import ( "context" - "github.com/nspcc-dev/neofs-node/pkg/services/object/util" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object/util" "go.uber.org/zap" ) diff --git a/pkg/services/object/delete/exec.go b/pkg/services/object/delete/exec.go index db70125b..d3fc3db9 100644 --- a/pkg/services/object/delete/exec.go +++ b/pkg/services/object/delete/exec.go @@ -4,12 +4,12 @@ import ( "context" "strconv" - objectV2 "github.com/nspcc-dev/neofs-api-go/v2/object" - "github.com/nspcc-dev/neofs-node/pkg/services/object/util" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + objectV2 "github.com/TrueCloudLab/frostfs-api-go/v2/object" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object/util" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.uber.org/zap" ) diff --git a/pkg/services/object/delete/local.go b/pkg/services/object/delete/local.go index 5b8f63ac..225ef2d7 100644 --- a/pkg/services/object/delete/local.go +++ b/pkg/services/object/delete/local.go @@ -1,8 +1,8 @@ package deletesvc import ( - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.uber.org/zap" ) diff --git a/pkg/services/object/delete/prm.go b/pkg/services/object/delete/prm.go index cdbc3e1d..b054095a 100644 --- a/pkg/services/object/delete/prm.go +++ b/pkg/services/object/delete/prm.go @@ -1,8 +1,8 @@ package deletesvc import ( - "github.com/nspcc-dev/neofs-node/pkg/services/object/util" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object/util" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) // TombstoneAddressWriter is an interface of tombstone address setter. diff --git a/pkg/services/object/delete/service.go b/pkg/services/object/delete/service.go index 8e8aa523..4756941d 100644 --- a/pkg/services/object/delete/service.go +++ b/pkg/services/object/delete/service.go @@ -1,15 +1,15 @@ package deletesvc import ( - "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - getsvc "github.com/nspcc-dev/neofs-node/pkg/services/object/get" - putsvc "github.com/nspcc-dev/neofs-node/pkg/services/object/put" - searchsvc "github.com/nspcc-dev/neofs-node/pkg/services/object/search" - "github.com/nspcc-dev/neofs-node/pkg/services/object/util" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - "github.com/nspcc-dev/neofs-sdk-go/user" + "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + getsvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object/get" + putsvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object/put" + searchsvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object/search" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object/util" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-sdk-go/user" "go.uber.org/zap" ) diff --git a/pkg/services/object/delete/util.go b/pkg/services/object/delete/util.go index 2d97ddc4..765c5a2f 100644 --- a/pkg/services/object/delete/util.go +++ b/pkg/services/object/delete/util.go @@ -3,11 +3,11 @@ package deletesvc import ( "errors" - getsvc "github.com/nspcc-dev/neofs-node/pkg/services/object/get" - putsvc "github.com/nspcc-dev/neofs-node/pkg/services/object/put" - searchsvc "github.com/nspcc-dev/neofs-node/pkg/services/object/search" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + getsvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object/get" + putsvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object/put" + searchsvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object/search" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) type headSvcWrapper getsvc.Service diff --git a/pkg/services/object/delete/v2/service.go b/pkg/services/object/delete/v2/service.go index 7b450b8a..8f7b715c 100644 --- a/pkg/services/object/delete/v2/service.go +++ b/pkg/services/object/delete/v2/service.go @@ -3,8 +3,8 @@ package deletesvc import ( "context" - objectV2 "github.com/nspcc-dev/neofs-api-go/v2/object" - deletesvc "github.com/nspcc-dev/neofs-node/pkg/services/object/delete" + objectV2 "github.com/TrueCloudLab/frostfs-api-go/v2/object" + deletesvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object/delete" ) // Service implements Delete operation of Object service v2. diff --git a/pkg/services/object/delete/v2/util.go b/pkg/services/object/delete/v2/util.go index bf056450..a21b25a4 100644 --- a/pkg/services/object/delete/v2/util.go +++ b/pkg/services/object/delete/v2/util.go @@ -4,11 +4,11 @@ import ( "errors" "fmt" - objectV2 "github.com/nspcc-dev/neofs-api-go/v2/object" - "github.com/nspcc-dev/neofs-api-go/v2/refs" - deletesvc "github.com/nspcc-dev/neofs-node/pkg/services/object/delete" - "github.com/nspcc-dev/neofs-node/pkg/services/object/util" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + objectV2 "github.com/TrueCloudLab/frostfs-api-go/v2/object" + "github.com/TrueCloudLab/frostfs-api-go/v2/refs" + deletesvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object/delete" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object/util" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) type tombstoneBodyWriter struct { diff --git a/pkg/services/object/get/assemble.go b/pkg/services/object/get/assemble.go index 8a9f959f..59c74544 100644 --- a/pkg/services/object/get/assemble.go +++ b/pkg/services/object/get/assemble.go @@ -1,9 +1,9 @@ package getsvc import ( - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.uber.org/zap" ) diff --git a/pkg/services/object/get/container.go b/pkg/services/object/get/container.go index e149361a..f892ab1b 100644 --- a/pkg/services/object/get/container.go +++ b/pkg/services/object/get/container.go @@ -3,7 +3,7 @@ package getsvc import ( "context" - "github.com/nspcc-dev/neofs-node/pkg/core/client" + "github.com/TrueCloudLab/frostfs-node/pkg/core/client" "go.uber.org/zap" ) diff --git a/pkg/services/object/get/exec.go b/pkg/services/object/get/exec.go index 136830e7..f1d1098b 100644 --- a/pkg/services/object/get/exec.go +++ b/pkg/services/object/get/exec.go @@ -5,14 +5,14 @@ import ( "crypto/ecdsa" "errors" - clientcore "github.com/nspcc-dev/neofs-node/pkg/core/client" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/services/object/util" - "github.com/nspcc-dev/neofs-node/pkg/services/object_manager/placement" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + clientcore "github.com/TrueCloudLab/frostfs-node/pkg/core/client" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object/util" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object_manager/placement" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.uber.org/zap" ) diff --git a/pkg/services/object/get/get.go b/pkg/services/object/get/get.go index 9b65fbf3..829deaff 100644 --- a/pkg/services/object/get/get.go +++ b/pkg/services/object/get/get.go @@ -3,8 +3,8 @@ package getsvc import ( "context" - "github.com/nspcc-dev/neofs-node/pkg/util" - "github.com/nspcc-dev/neofs-sdk-go/object" + "github.com/TrueCloudLab/frostfs-node/pkg/util" + "github.com/TrueCloudLab/frostfs-sdk-go/object" "go.uber.org/zap" ) diff --git a/pkg/services/object/get/get_test.go b/pkg/services/object/get/get_test.go index 2fb0a1f3..41e244fb 100644 --- a/pkg/services/object/get/get_test.go +++ b/pkg/services/object/get/get_test.go @@ -8,21 +8,21 @@ import ( "strconv" "testing" - "github.com/nspcc-dev/neofs-node/pkg/core/client" - netmapcore "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/network" - "github.com/nspcc-dev/neofs-node/pkg/services/object/util" - "github.com/nspcc-dev/neofs-node/pkg/services/object_manager/placement" - "github.com/nspcc-dev/neofs-node/pkg/util/logger/test" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - "github.com/nspcc-dev/neofs-sdk-go/container" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/netmap" - netmaptest "github.com/nspcc-dev/neofs-sdk-go/netmap/test" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test" + "github.com/TrueCloudLab/frostfs-node/pkg/core/client" + netmapcore "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/network" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object/util" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object_manager/placement" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger/test" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + "github.com/TrueCloudLab/frostfs-sdk-go/container" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" + netmaptest "github.com/TrueCloudLab/frostfs-sdk-go/netmap/test" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + oidtest "github.com/TrueCloudLab/frostfs-sdk-go/object/id/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/services/object/get/local.go b/pkg/services/object/get/local.go index 05d33553..c0ad1b2a 100644 --- a/pkg/services/object/get/local.go +++ b/pkg/services/object/get/local.go @@ -3,8 +3,8 @@ package getsvc import ( "errors" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" "go.uber.org/zap" ) diff --git a/pkg/services/object/get/prm.go b/pkg/services/object/get/prm.go index 4bffbc44..55f8b0bb 100644 --- a/pkg/services/object/get/prm.go +++ b/pkg/services/object/get/prm.go @@ -3,10 +3,10 @@ package getsvc import ( "hash" - coreclient "github.com/nspcc-dev/neofs-node/pkg/core/client" - "github.com/nspcc-dev/neofs-node/pkg/services/object/util" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + coreclient "github.com/TrueCloudLab/frostfs-node/pkg/core/client" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object/util" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) // Prm groups parameters of Get service call. diff --git a/pkg/services/object/get/remote.go b/pkg/services/object/get/remote.go index e6fdc1a5..ea7bf239 100644 --- a/pkg/services/object/get/remote.go +++ b/pkg/services/object/get/remote.go @@ -4,9 +4,9 @@ import ( "context" "errors" - "github.com/nspcc-dev/neofs-node/pkg/core/client" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" + "github.com/TrueCloudLab/frostfs-node/pkg/core/client" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" "go.uber.org/zap" ) diff --git a/pkg/services/object/get/service.go b/pkg/services/object/get/service.go index 1e105eb4..70ceadf9 100644 --- a/pkg/services/object/get/service.go +++ b/pkg/services/object/get/service.go @@ -1,15 +1,15 @@ package getsvc import ( - "github.com/nspcc-dev/neofs-node/pkg/core/client" - "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/engine" - "github.com/nspcc-dev/neofs-node/pkg/services/object/util" - "github.com/nspcc-dev/neofs-node/pkg/services/object_manager/placement" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/core/client" + "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/engine" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object/util" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object_manager/placement" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.uber.org/zap" ) diff --git a/pkg/services/object/get/util.go b/pkg/services/object/get/util.go index 203fcc41..abda3d0b 100644 --- a/pkg/services/object/get/util.go +++ b/pkg/services/object/get/util.go @@ -5,13 +5,13 @@ import ( "errors" "io" - coreclient "github.com/nspcc-dev/neofs-node/pkg/core/client" - "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/engine" - internal "github.com/nspcc-dev/neofs-node/pkg/services/object/internal/client" - internalclient "github.com/nspcc-dev/neofs-node/pkg/services/object/internal/client" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - "github.com/nspcc-dev/neofs-sdk-go/object" + coreclient "github.com/TrueCloudLab/frostfs-node/pkg/core/client" + "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/engine" + internal "github.com/TrueCloudLab/frostfs-node/pkg/services/object/internal/client" + internalclient "github.com/TrueCloudLab/frostfs-node/pkg/services/object/internal/client" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + "github.com/TrueCloudLab/frostfs-sdk-go/object" ) type SimpleObjectWriter struct { diff --git a/pkg/services/object/get/v2/service.go b/pkg/services/object/get/v2/service.go index 63e4ebd4..3849e2cd 100644 --- a/pkg/services/object/get/v2/service.go +++ b/pkg/services/object/get/v2/service.go @@ -4,11 +4,11 @@ import ( "context" "errors" - objectV2 "github.com/nspcc-dev/neofs-api-go/v2/object" - objectSvc "github.com/nspcc-dev/neofs-node/pkg/services/object" - getsvc "github.com/nspcc-dev/neofs-node/pkg/services/object/get" - objutil "github.com/nspcc-dev/neofs-node/pkg/services/object/util" - "github.com/nspcc-dev/neofs-sdk-go/object" + objectV2 "github.com/TrueCloudLab/frostfs-api-go/v2/object" + objectSvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object" + getsvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object/get" + objutil "github.com/TrueCloudLab/frostfs-node/pkg/services/object/util" + "github.com/TrueCloudLab/frostfs-sdk-go/object" ) // Service implements Get operation of Object service v2. diff --git a/pkg/services/object/get/v2/streamer.go b/pkg/services/object/get/v2/streamer.go index b502d454..26f26041 100644 --- a/pkg/services/object/get/v2/streamer.go +++ b/pkg/services/object/get/v2/streamer.go @@ -1,9 +1,9 @@ package getsvc import ( - objectV2 "github.com/nspcc-dev/neofs-api-go/v2/object" - objectSvc "github.com/nspcc-dev/neofs-node/pkg/services/object" - "github.com/nspcc-dev/neofs-sdk-go/object" + objectV2 "github.com/TrueCloudLab/frostfs-api-go/v2/object" + objectSvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object" + "github.com/TrueCloudLab/frostfs-sdk-go/object" ) type streamObjectWriter struct { diff --git a/pkg/services/object/get/v2/util.go b/pkg/services/object/get/v2/util.go index eb953e61..df0fd14d 100644 --- a/pkg/services/object/get/v2/util.go +++ b/pkg/services/object/get/v2/util.go @@ -9,25 +9,25 @@ import ( "io" "sync" - objectV2 "github.com/nspcc-dev/neofs-api-go/v2/object" - "github.com/nspcc-dev/neofs-api-go/v2/refs" - "github.com/nspcc-dev/neofs-api-go/v2/rpc" - rpcclient "github.com/nspcc-dev/neofs-api-go/v2/rpc/client" - "github.com/nspcc-dev/neofs-api-go/v2/session" - "github.com/nspcc-dev/neofs-api-go/v2/signature" - "github.com/nspcc-dev/neofs-api-go/v2/status" - "github.com/nspcc-dev/neofs-node/pkg/core/client" - "github.com/nspcc-dev/neofs-node/pkg/network" - objectSvc "github.com/nspcc-dev/neofs-node/pkg/services/object" - getsvc "github.com/nspcc-dev/neofs-node/pkg/services/object/get" - "github.com/nspcc-dev/neofs-node/pkg/services/object/internal" - "github.com/nspcc-dev/neofs-node/pkg/services/object/util" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - neofscrypto "github.com/nspcc-dev/neofs-sdk-go/crypto" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - versionSDK "github.com/nspcc-dev/neofs-sdk-go/version" - "github.com/nspcc-dev/tzhash/tz" + objectV2 "github.com/TrueCloudLab/frostfs-api-go/v2/object" + "github.com/TrueCloudLab/frostfs-api-go/v2/refs" + "github.com/TrueCloudLab/frostfs-api-go/v2/rpc" + rpcclient "github.com/TrueCloudLab/frostfs-api-go/v2/rpc/client" + "github.com/TrueCloudLab/frostfs-api-go/v2/session" + "github.com/TrueCloudLab/frostfs-api-go/v2/signature" + "github.com/TrueCloudLab/frostfs-api-go/v2/status" + "github.com/TrueCloudLab/frostfs-node/pkg/core/client" + "github.com/TrueCloudLab/frostfs-node/pkg/network" + objectSvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object" + getsvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object/get" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object/internal" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object/util" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + frostfscrypto "github.com/TrueCloudLab/frostfs-sdk-go/crypto" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + versionSDK "github.com/TrueCloudLab/frostfs-sdk-go/version" + "github.com/TrueCloudLab/tzhash/tz" ) var errWrongMessageSeq = errors.New("incorrect message sequence") @@ -96,7 +96,7 @@ func (s *Service) toPrm(req *objectV2.GetRequest, stream objectSvc.GetObjectStre } // code below is copy-pasted from c.GetObject implementation, - // perhaps it is worth highlighting the utility function in neofs-api-go + // perhaps it is worth highlighting the utility function in frostfs-api-go // open stream var getStream *rpc.GetResponseReader @@ -260,7 +260,7 @@ func (s *Service) toRangePrm(req *objectV2.GetRangeRequest, stream objectSvc.Get } // code below is copy-pasted from c.ObjectPayloadRangeData implementation, - // perhaps it is worth highlighting the utility function in neofs-api-go + // perhaps it is worth highlighting the utility function in frostfs-api-go // open stream var rangeStream *rpc.ObjectRangeResponseReader @@ -461,7 +461,7 @@ func (s *Service) toHeadPrm(ctx context.Context, req *objectV2.HeadRequest, resp } // code below is copy-pasted from c.GetObjectHeader implementation, - // perhaps it is worth highlighting the utility function in neofs-api-go + // perhaps it is worth highlighting the utility function in frostfs-api-go // send Head request var headResp *objectV2.HeadResponse @@ -537,7 +537,7 @@ func (s *Service) toHeadPrm(ctx context.Context, req *objectV2.HeadRequest, resp return nil, fmt.Errorf("marshal ID: %w", err) } - var sig neofscrypto.Signature + var sig frostfscrypto.Signature if err := sig.ReadFromV2(*idSig); err != nil { return nil, fmt.Errorf("can't read signature: %w", err) } diff --git a/pkg/services/object/head/prm.go b/pkg/services/object/head/prm.go index ddc77024..604eeb3c 100644 --- a/pkg/services/object/head/prm.go +++ b/pkg/services/object/head/prm.go @@ -1,7 +1,7 @@ package headsvc import ( - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) type Prm struct { diff --git a/pkg/services/object/head/remote.go b/pkg/services/object/head/remote.go index 4854ad65..3db2a7e6 100644 --- a/pkg/services/object/head/remote.go +++ b/pkg/services/object/head/remote.go @@ -5,13 +5,13 @@ import ( "errors" "fmt" - clientcore "github.com/nspcc-dev/neofs-node/pkg/core/client" - netmapCore "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - internalclient "github.com/nspcc-dev/neofs-node/pkg/services/object/internal/client" - "github.com/nspcc-dev/neofs-node/pkg/services/object/util" - "github.com/nspcc-dev/neofs-sdk-go/netmap" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + clientcore "github.com/TrueCloudLab/frostfs-node/pkg/core/client" + netmapCore "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + internalclient "github.com/TrueCloudLab/frostfs-node/pkg/services/object/internal/client" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object/util" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) type ClientConstructor interface { diff --git a/pkg/services/object/internal/client/client.go b/pkg/services/object/internal/client/client.go index c3d57811..2f9e9508 100644 --- a/pkg/services/object/internal/client/client.go +++ b/pkg/services/object/internal/client/client.go @@ -8,14 +8,14 @@ import ( "fmt" "io" - coreclient "github.com/nspcc-dev/neofs-node/pkg/core/client" - "github.com/nspcc-dev/neofs-sdk-go/bearer" - "github.com/nspcc-dev/neofs-sdk-go/client" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - "github.com/nspcc-dev/neofs-sdk-go/session" + coreclient "github.com/TrueCloudLab/frostfs-node/pkg/core/client" + "github.com/TrueCloudLab/frostfs-sdk-go/bearer" + "github.com/TrueCloudLab/frostfs-sdk-go/client" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-sdk-go/session" ) type commonPrm struct { diff --git a/pkg/services/object/internal/key.go b/pkg/services/object/internal/key.go index 9e521197..0f1a6423 100644 --- a/pkg/services/object/internal/key.go +++ b/pkg/services/object/internal/key.go @@ -3,8 +3,8 @@ package internal import ( "bytes" - "github.com/nspcc-dev/neofs-api-go/v2/session" - "github.com/nspcc-dev/neofs-node/pkg/core/client" + "github.com/TrueCloudLab/frostfs-api-go/v2/session" + "github.com/TrueCloudLab/frostfs-node/pkg/core/client" ) // VerifyResponseKeyV2 checks if response is signed with expected key. Returns client.ErrWrongPublicKey if not. diff --git a/pkg/services/object/metrics.go b/pkg/services/object/metrics.go index 09c2af42..11828875 100644 --- a/pkg/services/object/metrics.go +++ b/pkg/services/object/metrics.go @@ -4,8 +4,8 @@ import ( "context" "time" - "github.com/nspcc-dev/neofs-api-go/v2/object" - "github.com/nspcc-dev/neofs-node/pkg/services/util" + "github.com/TrueCloudLab/frostfs-api-go/v2/object" + "github.com/TrueCloudLab/frostfs-node/pkg/services/util" ) type ( diff --git a/pkg/services/object/put/distributed.go b/pkg/services/object/put/distributed.go index 1ed21cad..afc38289 100644 --- a/pkg/services/object/put/distributed.go +++ b/pkg/services/object/put/distributed.go @@ -5,13 +5,13 @@ import ( "sync" "sync/atomic" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - svcutil "github.com/nspcc-dev/neofs-node/pkg/services/object/util" - "github.com/nspcc-dev/neofs-node/pkg/services/object_manager/placement" - "github.com/nspcc-dev/neofs-node/pkg/services/object_manager/transformer" - "github.com/nspcc-dev/neofs-node/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + svcutil "github.com/TrueCloudLab/frostfs-node/pkg/services/object/util" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object_manager/placement" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object_manager/transformer" + "github.com/TrueCloudLab/frostfs-node/pkg/util" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" "go.uber.org/zap" ) diff --git a/pkg/services/object/put/local.go b/pkg/services/object/put/local.go index da96fd58..592d40cd 100644 --- a/pkg/services/object/put/local.go +++ b/pkg/services/object/put/local.go @@ -3,10 +3,10 @@ package putsvc import ( "fmt" - objectCore "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/services/object_manager/transformer" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + objectCore "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object_manager/transformer" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) // ObjectStorage is an object storage interface. diff --git a/pkg/services/object/put/prm.go b/pkg/services/object/put/prm.go index 6fa99dd4..2583410b 100644 --- a/pkg/services/object/put/prm.go +++ b/pkg/services/object/put/prm.go @@ -1,11 +1,11 @@ package putsvc import ( - "github.com/nspcc-dev/neofs-node/pkg/core/client" - "github.com/nspcc-dev/neofs-node/pkg/services/object/util" - "github.com/nspcc-dev/neofs-node/pkg/services/object_manager/placement" - containerSDK "github.com/nspcc-dev/neofs-sdk-go/container" - "github.com/nspcc-dev/neofs-sdk-go/object" + "github.com/TrueCloudLab/frostfs-node/pkg/core/client" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object/util" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object_manager/placement" + containerSDK "github.com/TrueCloudLab/frostfs-sdk-go/container" + "github.com/TrueCloudLab/frostfs-sdk-go/object" ) type PutInitPrm struct { diff --git a/pkg/services/object/put/remote.go b/pkg/services/object/put/remote.go index 95d04094..181c3229 100644 --- a/pkg/services/object/put/remote.go +++ b/pkg/services/object/put/remote.go @@ -4,14 +4,14 @@ import ( "context" "fmt" - clientcore "github.com/nspcc-dev/neofs-node/pkg/core/client" - netmapCore "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - objectcore "github.com/nspcc-dev/neofs-node/pkg/core/object" - internalclient "github.com/nspcc-dev/neofs-node/pkg/services/object/internal/client" - "github.com/nspcc-dev/neofs-node/pkg/services/object/util" - "github.com/nspcc-dev/neofs-node/pkg/services/object_manager/transformer" - "github.com/nspcc-dev/neofs-sdk-go/netmap" - "github.com/nspcc-dev/neofs-sdk-go/object" + clientcore "github.com/TrueCloudLab/frostfs-node/pkg/core/client" + netmapCore "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + objectcore "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + internalclient "github.com/TrueCloudLab/frostfs-node/pkg/services/object/internal/client" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object/util" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object_manager/transformer" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-sdk-go/object" ) type remoteTarget struct { diff --git a/pkg/services/object/put/res.go b/pkg/services/object/put/res.go index 920a86a0..c350eed5 100644 --- a/pkg/services/object/put/res.go +++ b/pkg/services/object/put/res.go @@ -1,7 +1,7 @@ package putsvc import ( - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) type PutResponse struct { diff --git a/pkg/services/object/put/service.go b/pkg/services/object/put/service.go index 594c2db0..2895eb79 100644 --- a/pkg/services/object/put/service.go +++ b/pkg/services/object/put/service.go @@ -3,13 +3,13 @@ package putsvc import ( "context" - "github.com/nspcc-dev/neofs-node/pkg/core/client" - "github.com/nspcc-dev/neofs-node/pkg/core/container" - "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - objutil "github.com/nspcc-dev/neofs-node/pkg/services/object/util" - "github.com/nspcc-dev/neofs-node/pkg/util" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/core/client" + "github.com/TrueCloudLab/frostfs-node/pkg/core/container" + "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + objutil "github.com/TrueCloudLab/frostfs-node/pkg/services/object/util" + "github.com/TrueCloudLab/frostfs-node/pkg/util" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "go.uber.org/zap" ) diff --git a/pkg/services/object/put/streamer.go b/pkg/services/object/put/streamer.go index 6d5e055e..5b6de7a5 100644 --- a/pkg/services/object/put/streamer.go +++ b/pkg/services/object/put/streamer.go @@ -5,14 +5,14 @@ import ( "errors" "fmt" - "github.com/nspcc-dev/neofs-node/pkg/core/client" - "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - "github.com/nspcc-dev/neofs-node/pkg/services/object/util" - "github.com/nspcc-dev/neofs-node/pkg/services/object_manager/placement" - "github.com/nspcc-dev/neofs-node/pkg/services/object_manager/transformer" - containerSDK "github.com/nspcc-dev/neofs-sdk-go/container" - "github.com/nspcc-dev/neofs-sdk-go/object" - "github.com/nspcc-dev/neofs-sdk-go/user" + "github.com/TrueCloudLab/frostfs-node/pkg/core/client" + "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object/util" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object_manager/placement" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object_manager/transformer" + containerSDK "github.com/TrueCloudLab/frostfs-sdk-go/container" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + "github.com/TrueCloudLab/frostfs-sdk-go/user" ) type Streamer struct { diff --git a/pkg/services/object/put/v2/service.go b/pkg/services/object/put/v2/service.go index 38309671..5bcb9a68 100644 --- a/pkg/services/object/put/v2/service.go +++ b/pkg/services/object/put/v2/service.go @@ -4,9 +4,9 @@ import ( "context" "fmt" - "github.com/nspcc-dev/neofs-node/pkg/services/object" - putsvc "github.com/nspcc-dev/neofs-node/pkg/services/object/put" - "github.com/nspcc-dev/neofs-node/pkg/services/object/util" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object" + putsvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object/put" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object/util" ) // Service implements Put operation of Object service v2. diff --git a/pkg/services/object/put/v2/streamer.go b/pkg/services/object/put/v2/streamer.go index 8e2e02c2..4ee9439a 100644 --- a/pkg/services/object/put/v2/streamer.go +++ b/pkg/services/object/put/v2/streamer.go @@ -3,16 +3,16 @@ package putsvc import ( "fmt" - "github.com/nspcc-dev/neofs-api-go/v2/object" - "github.com/nspcc-dev/neofs-api-go/v2/rpc" - rawclient "github.com/nspcc-dev/neofs-api-go/v2/rpc/client" - sessionV2 "github.com/nspcc-dev/neofs-api-go/v2/session" - "github.com/nspcc-dev/neofs-api-go/v2/signature" - "github.com/nspcc-dev/neofs-node/pkg/core/client" - "github.com/nspcc-dev/neofs-node/pkg/network" - "github.com/nspcc-dev/neofs-node/pkg/services/object/internal" - putsvc "github.com/nspcc-dev/neofs-node/pkg/services/object/put" - "github.com/nspcc-dev/neofs-node/pkg/services/object/util" + "github.com/TrueCloudLab/frostfs-api-go/v2/object" + "github.com/TrueCloudLab/frostfs-api-go/v2/rpc" + rawclient "github.com/TrueCloudLab/frostfs-api-go/v2/rpc/client" + sessionV2 "github.com/TrueCloudLab/frostfs-api-go/v2/session" + "github.com/TrueCloudLab/frostfs-api-go/v2/signature" + "github.com/TrueCloudLab/frostfs-node/pkg/core/client" + "github.com/TrueCloudLab/frostfs-node/pkg/network" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object/internal" + putsvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object/put" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object/util" ) type streamer struct { diff --git a/pkg/services/object/put/v2/util.go b/pkg/services/object/put/v2/util.go index a2830d9c..c1eef437 100644 --- a/pkg/services/object/put/v2/util.go +++ b/pkg/services/object/put/v2/util.go @@ -1,11 +1,11 @@ package putsvc import ( - objectV2 "github.com/nspcc-dev/neofs-api-go/v2/object" - refsV2 "github.com/nspcc-dev/neofs-api-go/v2/refs" - putsvc "github.com/nspcc-dev/neofs-node/pkg/services/object/put" - "github.com/nspcc-dev/neofs-node/pkg/services/object/util" - "github.com/nspcc-dev/neofs-sdk-go/object" + objectV2 "github.com/TrueCloudLab/frostfs-api-go/v2/object" + refsV2 "github.com/TrueCloudLab/frostfs-api-go/v2/refs" + putsvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object/put" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object/util" + "github.com/TrueCloudLab/frostfs-sdk-go/object" ) func (s *streamer) toInitPrm(part *objectV2.PutObjectPartInit, req *objectV2.PutRequest) (*putsvc.PutInitPrm, error) { diff --git a/pkg/services/object/put/validation.go b/pkg/services/object/put/validation.go index 20f227b2..75a3a7a7 100644 --- a/pkg/services/object/put/validation.go +++ b/pkg/services/object/put/validation.go @@ -7,11 +7,11 @@ import ( "fmt" "hash" - "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/services/object_manager/transformer" - "github.com/nspcc-dev/neofs-sdk-go/checksum" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - "github.com/nspcc-dev/tzhash/tz" + "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object_manager/transformer" + "github.com/TrueCloudLab/frostfs-sdk-go/checksum" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + "github.com/TrueCloudLab/tzhash/tz" ) // validatingTarget validates object format and content. diff --git a/pkg/services/object/response.go b/pkg/services/object/response.go index 1d16c979..dc6d29b7 100644 --- a/pkg/services/object/response.go +++ b/pkg/services/object/response.go @@ -4,9 +4,9 @@ import ( "context" "fmt" - "github.com/nspcc-dev/neofs-api-go/v2/object" - "github.com/nspcc-dev/neofs-node/pkg/services/util" - "github.com/nspcc-dev/neofs-node/pkg/services/util/response" + "github.com/TrueCloudLab/frostfs-api-go/v2/object" + "github.com/TrueCloudLab/frostfs-node/pkg/services/util" + "github.com/TrueCloudLab/frostfs-node/pkg/services/util/response" ) type ResponseService struct { diff --git a/pkg/services/object/search/container.go b/pkg/services/object/search/container.go index 5c238cde..b9db0282 100644 --- a/pkg/services/object/search/container.go +++ b/pkg/services/object/search/container.go @@ -5,7 +5,7 @@ import ( "encoding/hex" "sync" - "github.com/nspcc-dev/neofs-node/pkg/core/client" + "github.com/TrueCloudLab/frostfs-node/pkg/core/client" "go.uber.org/zap" ) diff --git a/pkg/services/object/search/exec.go b/pkg/services/object/search/exec.go index 28282446..92f1edd1 100644 --- a/pkg/services/object/search/exec.go +++ b/pkg/services/object/search/exec.go @@ -3,11 +3,11 @@ package searchsvc import ( "context" - "github.com/nspcc-dev/neofs-node/pkg/services/object_manager/placement" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object_manager/placement" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.uber.org/zap" ) diff --git a/pkg/services/object/search/prm.go b/pkg/services/object/search/prm.go index 0baf8c61..8f3fb45b 100644 --- a/pkg/services/object/search/prm.go +++ b/pkg/services/object/search/prm.go @@ -1,11 +1,11 @@ package searchsvc import ( - coreclient "github.com/nspcc-dev/neofs-node/pkg/core/client" - "github.com/nspcc-dev/neofs-node/pkg/services/object/util" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + coreclient "github.com/TrueCloudLab/frostfs-node/pkg/core/client" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object/util" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) // Prm groups parameters of Get service call. diff --git a/pkg/services/object/search/search_test.go b/pkg/services/object/search/search_test.go index a498a639..c4eb49fe 100644 --- a/pkg/services/object/search/search_test.go +++ b/pkg/services/object/search/search_test.go @@ -9,17 +9,17 @@ import ( "strconv" "testing" - clientcore "github.com/nspcc-dev/neofs-node/pkg/core/client" - netmapcore "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - "github.com/nspcc-dev/neofs-node/pkg/network" - "github.com/nspcc-dev/neofs-node/pkg/services/object/util" - "github.com/nspcc-dev/neofs-node/pkg/services/object_manager/placement" - "github.com/nspcc-dev/neofs-node/pkg/util/logger/test" - "github.com/nspcc-dev/neofs-sdk-go/container" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - "github.com/nspcc-dev/neofs-sdk-go/netmap" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + clientcore "github.com/TrueCloudLab/frostfs-node/pkg/core/client" + netmapcore "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/network" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object/util" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object_manager/placement" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger/test" + "github.com/TrueCloudLab/frostfs-sdk-go/container" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "github.com/stretchr/testify/require" ) diff --git a/pkg/services/object/search/service.go b/pkg/services/object/search/service.go index 4a655aa7..1a1cb4c1 100644 --- a/pkg/services/object/search/service.go +++ b/pkg/services/object/search/service.go @@ -1,14 +1,14 @@ package searchsvc import ( - "github.com/nspcc-dev/neofs-node/pkg/core/client" - "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/engine" - "github.com/nspcc-dev/neofs-node/pkg/services/object/util" - "github.com/nspcc-dev/neofs-node/pkg/services/object_manager/placement" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/core/client" + "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/engine" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object/util" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object_manager/placement" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "go.uber.org/zap" ) diff --git a/pkg/services/object/search/util.go b/pkg/services/object/search/util.go index fd73cef9..f1e89021 100644 --- a/pkg/services/object/search/util.go +++ b/pkg/services/object/search/util.go @@ -3,14 +3,14 @@ package searchsvc import ( "sync" - "github.com/nspcc-dev/neofs-node/pkg/core/client" - "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/engine" - internalclient "github.com/nspcc-dev/neofs-node/pkg/services/object/internal/client" - "github.com/nspcc-dev/neofs-node/pkg/services/object/util" - "github.com/nspcc-dev/neofs-node/pkg/services/object_manager/placement" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/core/client" + "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/engine" + internalclient "github.com/TrueCloudLab/frostfs-node/pkg/services/object/internal/client" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object/util" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object_manager/placement" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) type uniqueIDWriter struct { diff --git a/pkg/services/object/search/v2/service.go b/pkg/services/object/search/v2/service.go index 20222693..f73233d3 100644 --- a/pkg/services/object/search/v2/service.go +++ b/pkg/services/object/search/v2/service.go @@ -1,10 +1,10 @@ package searchsvc import ( - objectV2 "github.com/nspcc-dev/neofs-api-go/v2/object" - objectSvc "github.com/nspcc-dev/neofs-node/pkg/services/object" - searchsvc "github.com/nspcc-dev/neofs-node/pkg/services/object/search" - objutil "github.com/nspcc-dev/neofs-node/pkg/services/object/util" + objectV2 "github.com/TrueCloudLab/frostfs-api-go/v2/object" + objectSvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object" + searchsvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object/search" + objutil "github.com/TrueCloudLab/frostfs-node/pkg/services/object/util" ) // Service implements Search operation of Object service v2. diff --git a/pkg/services/object/search/v2/streamer.go b/pkg/services/object/search/v2/streamer.go index a1731a28..d89d9c98 100644 --- a/pkg/services/object/search/v2/streamer.go +++ b/pkg/services/object/search/v2/streamer.go @@ -1,10 +1,10 @@ package searchsvc import ( - "github.com/nspcc-dev/neofs-api-go/v2/object" - "github.com/nspcc-dev/neofs-api-go/v2/refs" - objectSvc "github.com/nspcc-dev/neofs-node/pkg/services/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-api-go/v2/object" + "github.com/TrueCloudLab/frostfs-api-go/v2/refs" + objectSvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) type streamWriter struct { diff --git a/pkg/services/object/search/v2/util.go b/pkg/services/object/search/v2/util.go index 10903fe0..f2f73a8f 100644 --- a/pkg/services/object/search/v2/util.go +++ b/pkg/services/object/search/v2/util.go @@ -6,20 +6,20 @@ import ( "io" "sync" - objectV2 "github.com/nspcc-dev/neofs-api-go/v2/object" - "github.com/nspcc-dev/neofs-api-go/v2/rpc" - rpcclient "github.com/nspcc-dev/neofs-api-go/v2/rpc/client" - "github.com/nspcc-dev/neofs-api-go/v2/session" - "github.com/nspcc-dev/neofs-api-go/v2/signature" - "github.com/nspcc-dev/neofs-node/pkg/core/client" - "github.com/nspcc-dev/neofs-node/pkg/network" - objectSvc "github.com/nspcc-dev/neofs-node/pkg/services/object" - "github.com/nspcc-dev/neofs-node/pkg/services/object/internal" - searchsvc "github.com/nspcc-dev/neofs-node/pkg/services/object/search" - "github.com/nspcc-dev/neofs-node/pkg/services/object/util" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + objectV2 "github.com/TrueCloudLab/frostfs-api-go/v2/object" + "github.com/TrueCloudLab/frostfs-api-go/v2/rpc" + rpcclient "github.com/TrueCloudLab/frostfs-api-go/v2/rpc/client" + "github.com/TrueCloudLab/frostfs-api-go/v2/session" + "github.com/TrueCloudLab/frostfs-api-go/v2/signature" + "github.com/TrueCloudLab/frostfs-node/pkg/core/client" + "github.com/TrueCloudLab/frostfs-node/pkg/network" + objectSvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object/internal" + searchsvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object/search" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object/util" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) func (s *Service) toPrm(req *objectV2.SearchRequest, stream objectSvc.SearchStream) (*searchsvc.Prm, error) { @@ -89,7 +89,7 @@ func (s *Service) toPrm(req *objectV2.SearchRequest, stream objectSvc.SearchStre } // code below is copy-pasted from c.SearchObjects implementation, - // perhaps it is worth highlighting the utility function in neofs-api-go + // perhaps it is worth highlighting the utility function in frostfs-api-go var ( searchResult []oid.ID resp = new(objectV2.SearchResponse) diff --git a/pkg/services/object/server.go b/pkg/services/object/server.go index 54ee7f4a..ac96a5ca 100644 --- a/pkg/services/object/server.go +++ b/pkg/services/object/server.go @@ -3,8 +3,8 @@ package object import ( "context" - "github.com/nspcc-dev/neofs-api-go/v2/object" - "github.com/nspcc-dev/neofs-node/pkg/services/util" + "github.com/TrueCloudLab/frostfs-api-go/v2/object" + "github.com/TrueCloudLab/frostfs-node/pkg/services/util" ) // GetObjectStream is an interface of NeoFS API v2 compatible object streamer. diff --git a/pkg/services/object/sign.go b/pkg/services/object/sign.go index b117a085..df0ff5a3 100644 --- a/pkg/services/object/sign.go +++ b/pkg/services/object/sign.go @@ -5,8 +5,8 @@ import ( "crypto/ecdsa" "fmt" - "github.com/nspcc-dev/neofs-api-go/v2/object" - "github.com/nspcc-dev/neofs-node/pkg/services/util" + "github.com/TrueCloudLab/frostfs-api-go/v2/object" + "github.com/TrueCloudLab/frostfs-node/pkg/services/util" ) type SignService struct { diff --git a/pkg/services/object/transport_splitter.go b/pkg/services/object/transport_splitter.go index 2ef4dcb4..24b50888 100644 --- a/pkg/services/object/transport_splitter.go +++ b/pkg/services/object/transport_splitter.go @@ -4,8 +4,8 @@ import ( "bytes" "context" - "github.com/nspcc-dev/neofs-api-go/v2/object" - "github.com/nspcc-dev/neofs-node/pkg/services/util" + "github.com/TrueCloudLab/frostfs-api-go/v2/object" + "github.com/TrueCloudLab/frostfs-node/pkg/services/util" ) type ( diff --git a/pkg/services/object/util/chain.go b/pkg/services/object/util/chain.go index ebc8a62d..1cdd337d 100644 --- a/pkg/services/object/util/chain.go +++ b/pkg/services/object/util/chain.go @@ -4,8 +4,8 @@ import ( "errors" "fmt" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) // HeadReceiver is an interface of entity that can receive diff --git a/pkg/services/object/util/key.go b/pkg/services/object/util/key.go index d0df5577..9cad7c06 100644 --- a/pkg/services/object/util/key.go +++ b/pkg/services/object/util/key.go @@ -4,11 +4,11 @@ import ( "crypto/ecdsa" "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/services/session/storage" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + "github.com/TrueCloudLab/frostfs-sdk-go/user" "github.com/google/uuid" - "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - "github.com/nspcc-dev/neofs-node/pkg/services/session/storage" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - "github.com/nspcc-dev/neofs-sdk-go/user" ) // SessionSource is an interface tha provides diff --git a/pkg/services/object/util/key_test.go b/pkg/services/object/util/key_test.go index 6584b8a0..ad20b3e7 100644 --- a/pkg/services/object/util/key_test.go +++ b/pkg/services/object/util/key_test.go @@ -5,16 +5,16 @@ import ( "crypto/elliptic" "testing" + "github.com/TrueCloudLab/frostfs-api-go/v2/refs" + sessionV2 "github.com/TrueCloudLab/frostfs-api-go/v2/session" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object/util" + tokenStorage "github.com/TrueCloudLab/frostfs-node/pkg/services/session/storage/temporary" + frostfsecdsa "github.com/TrueCloudLab/frostfs-sdk-go/crypto/ecdsa" + "github.com/TrueCloudLab/frostfs-sdk-go/session" + "github.com/TrueCloudLab/frostfs-sdk-go/user" + usertest "github.com/TrueCloudLab/frostfs-sdk-go/user/test" "github.com/google/uuid" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" - "github.com/nspcc-dev/neofs-api-go/v2/refs" - sessionV2 "github.com/nspcc-dev/neofs-api-go/v2/session" - "github.com/nspcc-dev/neofs-node/pkg/services/object/util" - tokenStorage "github.com/nspcc-dev/neofs-node/pkg/services/session/storage/temporary" - neofsecdsa "github.com/nspcc-dev/neofs-sdk-go/crypto/ecdsa" - "github.com/nspcc-dev/neofs-sdk-go/session" - "github.com/nspcc-dev/neofs-sdk-go/user" - usertest "github.com/nspcc-dev/neofs-sdk-go/user/test" "github.com/stretchr/testify/require" ) @@ -49,7 +49,7 @@ func TestNewKeyStorage(t *testing.T) { Owner: owner, }) require.NoError(t, err) - require.True(t, tok.AssertAuthKey((*neofsecdsa.PublicKey)(&key.PublicKey))) + require.True(t, tok.AssertAuthKey((*frostfsecdsa.PublicKey)(&key.PublicKey))) }) t.Run("expired token", func(t *testing.T) { @@ -80,7 +80,7 @@ func createToken(t *testing.T, store *tokenStorage.TokenStore, owner user.ID, ex require.NoError(t, id.UnmarshalBinary(resp.GetID())) var tok session.Object - tok.SetAuthKey((*neofsecdsa.PublicKey)(pub)) + tok.SetAuthKey((*frostfsecdsa.PublicKey)(pub)) tok.SetID(id) return tok diff --git a/pkg/services/object/util/log.go b/pkg/services/object/util/log.go index c111c2b8..859d96af 100644 --- a/pkg/services/object/util/log.go +++ b/pkg/services/object/util/log.go @@ -1,8 +1,8 @@ package util import ( - "github.com/nspcc-dev/neofs-node/pkg/network" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/network" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "go.uber.org/zap" ) diff --git a/pkg/services/object/util/placement.go b/pkg/services/object/util/placement.go index a4fb572f..04526505 100644 --- a/pkg/services/object/util/placement.go +++ b/pkg/services/object/util/placement.go @@ -3,13 +3,13 @@ package util import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/core/container" - "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - "github.com/nspcc-dev/neofs-node/pkg/network" - "github.com/nspcc-dev/neofs-node/pkg/services/object_manager/placement" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - netmapSDK "github.com/nspcc-dev/neofs-sdk-go/netmap" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/core/container" + "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/network" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object_manager/placement" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + netmapSDK "github.com/TrueCloudLab/frostfs-sdk-go/netmap" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) type localPlacement struct { diff --git a/pkg/services/object/util/prm.go b/pkg/services/object/util/prm.go index d608ad68..9619ab7e 100644 --- a/pkg/services/object/util/prm.go +++ b/pkg/services/object/util/prm.go @@ -4,9 +4,9 @@ import ( "fmt" "strconv" - "github.com/nspcc-dev/neofs-api-go/v2/session" - "github.com/nspcc-dev/neofs-sdk-go/bearer" - sessionsdk "github.com/nspcc-dev/neofs-sdk-go/session" + "github.com/TrueCloudLab/frostfs-api-go/v2/session" + "github.com/TrueCloudLab/frostfs-sdk-go/bearer" + sessionsdk "github.com/TrueCloudLab/frostfs-sdk-go/session" ) // maxLocalTTL is maximum TTL for an operation to be considered local. diff --git a/pkg/services/object_manager/placement/netmap.go b/pkg/services/object_manager/placement/netmap.go index 2d581adb..c2d908be 100644 --- a/pkg/services/object_manager/placement/netmap.go +++ b/pkg/services/object_manager/placement/netmap.go @@ -5,11 +5,11 @@ import ( "fmt" "sync" + "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + netmapSDK "github.com/TrueCloudLab/frostfs-sdk-go/netmap" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "github.com/hashicorp/golang-lru/simplelru" - "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - netmapSDK "github.com/nspcc-dev/neofs-sdk-go/netmap" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" ) type netMapBuilder struct { diff --git a/pkg/services/object_manager/placement/traverser.go b/pkg/services/object_manager/placement/traverser.go index 5e729092..c1b1b1fe 100644 --- a/pkg/services/object_manager/placement/traverser.go +++ b/pkg/services/object_manager/placement/traverser.go @@ -5,11 +5,11 @@ import ( "fmt" "sync" - "github.com/nspcc-dev/neofs-node/pkg/network" - "github.com/nspcc-dev/neofs-sdk-go/container" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/netmap" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-node/pkg/network" + "github.com/TrueCloudLab/frostfs-sdk-go/container" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) // Builder is an interface of the diff --git a/pkg/services/object_manager/placement/traverser_test.go b/pkg/services/object_manager/placement/traverser_test.go index 40817360..4bb21990 100644 --- a/pkg/services/object_manager/placement/traverser_test.go +++ b/pkg/services/object_manager/placement/traverser_test.go @@ -4,12 +4,12 @@ import ( "strconv" "testing" - netmapcore "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - "github.com/nspcc-dev/neofs-node/pkg/network" - "github.com/nspcc-dev/neofs-sdk-go/container" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/netmap" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + netmapcore "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/network" + "github.com/TrueCloudLab/frostfs-sdk-go/container" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" "github.com/stretchr/testify/require" ) diff --git a/pkg/services/object_manager/storagegroup/collect.go b/pkg/services/object_manager/storagegroup/collect.go index 4fec35cb..aa3dc513 100644 --- a/pkg/services/object_manager/storagegroup/collect.go +++ b/pkg/services/object_manager/storagegroup/collect.go @@ -1,13 +1,13 @@ package storagegroup import ( - objutil "github.com/nspcc-dev/neofs-node/pkg/services/object/util" - "github.com/nspcc-dev/neofs-sdk-go/checksum" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - "github.com/nspcc-dev/neofs-sdk-go/storagegroup" - "github.com/nspcc-dev/tzhash/tz" + objutil "github.com/TrueCloudLab/frostfs-node/pkg/services/object/util" + "github.com/TrueCloudLab/frostfs-sdk-go/checksum" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-sdk-go/storagegroup" + "github.com/TrueCloudLab/tzhash/tz" ) // CollectMembers creates new storage group structure and fills it diff --git a/pkg/services/object_manager/storagegroup/search.go b/pkg/services/object_manager/storagegroup/search.go index bf5cef71..ec3fe646 100644 --- a/pkg/services/object_manager/storagegroup/search.go +++ b/pkg/services/object_manager/storagegroup/search.go @@ -1,7 +1,7 @@ package storagegroup import ( - "github.com/nspcc-dev/neofs-sdk-go/object" + "github.com/TrueCloudLab/frostfs-sdk-go/object" ) // SearchQuery returns search query to filter diff --git a/pkg/services/object_manager/tombstone/checker.go b/pkg/services/object_manager/tombstone/checker.go index 96025405..ea2acb40 100644 --- a/pkg/services/object_manager/tombstone/checker.go +++ b/pkg/services/object_manager/tombstone/checker.go @@ -4,11 +4,11 @@ import ( "context" "strconv" + objectV2 "github.com/TrueCloudLab/frostfs-api-go/v2/object" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" lru "github.com/hashicorp/golang-lru" - objectV2 "github.com/nspcc-dev/neofs-api-go/v2/object" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" "go.uber.org/zap" ) diff --git a/pkg/services/object_manager/tombstone/constructor.go b/pkg/services/object_manager/tombstone/constructor.go index 27ad10a7..e61b561e 100644 --- a/pkg/services/object_manager/tombstone/constructor.go +++ b/pkg/services/object_manager/tombstone/constructor.go @@ -3,8 +3,8 @@ package tombstone import ( "fmt" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" lru "github.com/hashicorp/golang-lru" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" "go.uber.org/zap" ) diff --git a/pkg/services/object_manager/tombstone/source/source.go b/pkg/services/object_manager/tombstone/source/source.go index 52036f1b..0debc412 100644 --- a/pkg/services/object_manager/tombstone/source/source.go +++ b/pkg/services/object_manager/tombstone/source/source.go @@ -5,12 +5,12 @@ import ( "errors" "fmt" - getsvc "github.com/nspcc-dev/neofs-node/pkg/services/object/get" - "github.com/nspcc-dev/neofs-node/pkg/services/object/util" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - "github.com/nspcc-dev/neofs-sdk-go/object" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + getsvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object/get" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object/util" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) // Source represents wrapper over the object service that diff --git a/pkg/services/object_manager/transformer/fmt.go b/pkg/services/object_manager/transformer/fmt.go index 3ebac97d..a4706ebd 100644 --- a/pkg/services/object_manager/transformer/fmt.go +++ b/pkg/services/object_manager/transformer/fmt.go @@ -4,11 +4,11 @@ import ( "crypto/ecdsa" "fmt" - "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - "github.com/nspcc-dev/neofs-sdk-go/session" - "github.com/nspcc-dev/neofs-sdk-go/version" + "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-sdk-go/session" + "github.com/TrueCloudLab/frostfs-sdk-go/version" ) type formatter struct { diff --git a/pkg/services/object_manager/transformer/transformer.go b/pkg/services/object_manager/transformer/transformer.go index 274496e5..cfd70980 100644 --- a/pkg/services/object_manager/transformer/transformer.go +++ b/pkg/services/object_manager/transformer/transformer.go @@ -6,10 +6,10 @@ import ( "hash" "io" - "github.com/nspcc-dev/neofs-sdk-go/checksum" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" - "github.com/nspcc-dev/tzhash/tz" + "github.com/TrueCloudLab/frostfs-sdk-go/checksum" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" + "github.com/TrueCloudLab/tzhash/tz" ) type payloadSizeLimiter struct { diff --git a/pkg/services/object_manager/transformer/types.go b/pkg/services/object_manager/transformer/types.go index 1331db91..72e6a742 100644 --- a/pkg/services/object_manager/transformer/types.go +++ b/pkg/services/object_manager/transformer/types.go @@ -3,8 +3,8 @@ package transformer import ( "io" - "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) // AccessIdentifiers represents group of the object identifiers diff --git a/pkg/services/policer/check.go b/pkg/services/policer/check.go index fa4a3f10..295e58d9 100644 --- a/pkg/services/policer/check.go +++ b/pkg/services/policer/check.go @@ -4,15 +4,15 @@ import ( "context" "errors" - "github.com/nspcc-dev/neofs-node/pkg/core/container" - objectcore "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/engine" - headsvc "github.com/nspcc-dev/neofs-node/pkg/services/object/head" - "github.com/nspcc-dev/neofs-node/pkg/services/replicator" - "github.com/nspcc-dev/neofs-sdk-go/client" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" - "github.com/nspcc-dev/neofs-sdk-go/netmap" - "github.com/nspcc-dev/neofs-sdk-go/object" + "github.com/TrueCloudLab/frostfs-node/pkg/core/container" + objectcore "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/engine" + headsvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object/head" + "github.com/TrueCloudLab/frostfs-node/pkg/services/replicator" + "github.com/TrueCloudLab/frostfs-sdk-go/client" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-sdk-go/object" "go.uber.org/zap" ) diff --git a/pkg/services/policer/check_test.go b/pkg/services/policer/check_test.go index 39b2c015..0974b3b6 100644 --- a/pkg/services/policer/check_test.go +++ b/pkg/services/policer/check_test.go @@ -3,7 +3,7 @@ package policer import ( "testing" - netmaptest "github.com/nspcc-dev/neofs-sdk-go/netmap/test" + netmaptest "github.com/TrueCloudLab/frostfs-sdk-go/netmap/test" "github.com/stretchr/testify/require" ) diff --git a/pkg/services/policer/policer.go b/pkg/services/policer/policer.go index 32dfce4c..58e74615 100644 --- a/pkg/services/policer/policer.go +++ b/pkg/services/policer/policer.go @@ -4,15 +4,15 @@ import ( "sync" "time" + "github.com/TrueCloudLab/frostfs-node/pkg/core/container" + "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/engine" + headsvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object/head" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object_manager/placement" + "github.com/TrueCloudLab/frostfs-node/pkg/services/replicator" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" lru "github.com/hashicorp/golang-lru" - "github.com/nspcc-dev/neofs-node/pkg/core/container" - "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/engine" - headsvc "github.com/nspcc-dev/neofs-node/pkg/services/object/head" - "github.com/nspcc-dev/neofs-node/pkg/services/object_manager/placement" - "github.com/nspcc-dev/neofs-node/pkg/services/replicator" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" "github.com/panjf2000/ants/v2" "go.uber.org/zap" ) diff --git a/pkg/services/policer/process.go b/pkg/services/policer/process.go index 6ddd8491..042bc20c 100644 --- a/pkg/services/policer/process.go +++ b/pkg/services/policer/process.go @@ -5,8 +5,8 @@ import ( "errors" "time" - objectcore "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/engine" + objectcore "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/engine" "go.uber.org/zap" ) @@ -83,8 +83,8 @@ func (p *Policer) poolCapacityWorker(ctx context.Context) { ticker.Stop() return case <-ticker.C: - neofsSysLoad := p.loader.ObjectServiceLoad() - newCapacity := int((1.0 - neofsSysLoad) * float64(p.maxCapacity)) + frostfsSysLoad := p.loader.ObjectServiceLoad() + newCapacity := int((1.0 - frostfsSysLoad) * float64(p.maxCapacity)) if newCapacity == 0 { newCapacity++ } @@ -92,7 +92,7 @@ func (p *Policer) poolCapacityWorker(ctx context.Context) { if p.taskPool.Cap() != newCapacity { p.taskPool.Tune(newCapacity) p.log.Debug("tune replication capacity", - zap.Float64("system_load", neofsSysLoad), + zap.Float64("system_load", frostfsSysLoad), zap.Int("new_capacity", newCapacity)) } } diff --git a/pkg/services/policer/queue.go b/pkg/services/policer/queue.go index 4b2cc417..e2f69403 100644 --- a/pkg/services/policer/queue.go +++ b/pkg/services/policer/queue.go @@ -3,8 +3,8 @@ package policer import ( "fmt" - objectcore "github.com/nspcc-dev/neofs-node/pkg/core/object" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/engine" + objectcore "github.com/TrueCloudLab/frostfs-node/pkg/core/object" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/engine" ) type jobQueue struct { diff --git a/pkg/services/replicator/process.go b/pkg/services/replicator/process.go index 96606070..38a65067 100644 --- a/pkg/services/replicator/process.go +++ b/pkg/services/replicator/process.go @@ -3,9 +3,9 @@ package replicator import ( "context" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/engine" - putsvc "github.com/nspcc-dev/neofs-node/pkg/services/object/put" - "github.com/nspcc-dev/neofs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/engine" + putsvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object/put" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" "go.uber.org/zap" ) diff --git a/pkg/services/replicator/replicator.go b/pkg/services/replicator/replicator.go index ee7bf887..995be7c7 100644 --- a/pkg/services/replicator/replicator.go +++ b/pkg/services/replicator/replicator.go @@ -3,9 +3,9 @@ package replicator import ( "time" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/engine" - putsvc "github.com/nspcc-dev/neofs-node/pkg/services/object/put" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/engine" + putsvc "github.com/TrueCloudLab/frostfs-node/pkg/services/object/put" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "go.uber.org/zap" ) diff --git a/pkg/services/replicator/task.go b/pkg/services/replicator/task.go index 31347362..a103c854 100644 --- a/pkg/services/replicator/task.go +++ b/pkg/services/replicator/task.go @@ -1,9 +1,9 @@ package replicator import ( - "github.com/nspcc-dev/neofs-sdk-go/netmap" - objectSDK "github.com/nspcc-dev/neofs-sdk-go/object" - oid "github.com/nspcc-dev/neofs-sdk-go/object/id" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" + objectSDK "github.com/TrueCloudLab/frostfs-sdk-go/object" + oid "github.com/TrueCloudLab/frostfs-sdk-go/object/id" ) // Task represents group of Replicator task parameters. diff --git a/pkg/services/reputation/common/deps.go b/pkg/services/reputation/common/deps.go index 69cd28e3..e420eda2 100644 --- a/pkg/services/reputation/common/deps.go +++ b/pkg/services/reputation/common/deps.go @@ -4,8 +4,8 @@ import ( "context" "io" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation" - apireputation "github.com/nspcc-dev/neofs-sdk-go/reputation" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation" + apireputation "github.com/TrueCloudLab/frostfs-sdk-go/reputation" ) // Context wraps stdlib context diff --git a/pkg/services/reputation/common/managers.go b/pkg/services/reputation/common/managers.go index eb0fbb9b..e4f1842c 100644 --- a/pkg/services/reputation/common/managers.go +++ b/pkg/services/reputation/common/managers.go @@ -3,11 +3,11 @@ package common import ( "fmt" - "github.com/nspcc-dev/hrw" - netmapcore "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - apiNetmap "github.com/nspcc-dev/neofs-sdk-go/netmap" - apireputation "github.com/nspcc-dev/neofs-sdk-go/reputation" + netmapcore "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + apiNetmap "github.com/TrueCloudLab/frostfs-sdk-go/netmap" + apireputation "github.com/TrueCloudLab/frostfs-sdk-go/reputation" + "github.com/TrueCloudLab/hrw" "go.uber.org/zap" ) diff --git a/pkg/services/reputation/common/router/calls.go b/pkg/services/reputation/common/router/calls.go index 2794107d..bae0ea4a 100644 --- a/pkg/services/reputation/common/router/calls.go +++ b/pkg/services/reputation/common/router/calls.go @@ -4,8 +4,8 @@ import ( "encoding/hex" "sync" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation/common" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/common" "go.uber.org/zap" ) diff --git a/pkg/services/reputation/common/router/deps.go b/pkg/services/reputation/common/router/deps.go index 5d1f1290..9922a49f 100644 --- a/pkg/services/reputation/common/router/deps.go +++ b/pkg/services/reputation/common/router/deps.go @@ -1,8 +1,8 @@ package router import ( - "github.com/nspcc-dev/neofs-node/pkg/services/reputation" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation/common" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/common" ) // Builder groups methods to route values in the network. diff --git a/pkg/services/reputation/common/router/opts.go b/pkg/services/reputation/common/router/opts.go index a1d13d39..f7a7a898 100644 --- a/pkg/services/reputation/common/router/opts.go +++ b/pkg/services/reputation/common/router/opts.go @@ -1,7 +1,7 @@ package router import ( - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "go.uber.org/zap" ) diff --git a/pkg/services/reputation/common/router/router.go b/pkg/services/reputation/common/router/router.go index 88363196..f301deb4 100644 --- a/pkg/services/reputation/common/router/router.go +++ b/pkg/services/reputation/common/router/router.go @@ -3,8 +3,8 @@ package router import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation/common" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/common" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" ) // Prm groups the required parameters of the Router's constructor. diff --git a/pkg/services/reputation/common/router/util.go b/pkg/services/reputation/common/router/util.go index d43745c2..fa88c93a 100644 --- a/pkg/services/reputation/common/router/util.go +++ b/pkg/services/reputation/common/router/util.go @@ -4,8 +4,8 @@ import ( "bytes" "errors" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation/common" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/common" ) var errWrongRoute = errors.New("wrong route") diff --git a/pkg/services/reputation/eigentrust/calculator/calculator.go b/pkg/services/reputation/eigentrust/calculator/calculator.go index 9cb5acaf..9820fb3e 100644 --- a/pkg/services/reputation/eigentrust/calculator/calculator.go +++ b/pkg/services/reputation/eigentrust/calculator/calculator.go @@ -3,9 +3,9 @@ package eigentrustcalc import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation/common" - "github.com/nspcc-dev/neofs-node/pkg/util" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/common" + "github.com/TrueCloudLab/frostfs-node/pkg/util" ) // Prm groups the required parameters of the Calculator's constructor. diff --git a/pkg/services/reputation/eigentrust/calculator/calls.go b/pkg/services/reputation/eigentrust/calculator/calls.go index 31eb61d4..47bfd732 100644 --- a/pkg/services/reputation/eigentrust/calculator/calls.go +++ b/pkg/services/reputation/eigentrust/calculator/calls.go @@ -3,9 +3,9 @@ package eigentrustcalc import ( "context" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation/eigentrust" - apireputation "github.com/nspcc-dev/neofs-sdk-go/reputation" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/eigentrust" + apireputation "github.com/TrueCloudLab/frostfs-sdk-go/reputation" "go.uber.org/zap" ) diff --git a/pkg/services/reputation/eigentrust/calculator/deps.go b/pkg/services/reputation/eigentrust/calculator/deps.go index 36c978a0..2dd878fd 100644 --- a/pkg/services/reputation/eigentrust/calculator/deps.go +++ b/pkg/services/reputation/eigentrust/calculator/deps.go @@ -3,9 +3,9 @@ package eigentrustcalc import ( "context" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation/eigentrust" - apireputation "github.com/nspcc-dev/neofs-sdk-go/reputation" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/eigentrust" + apireputation "github.com/TrueCloudLab/frostfs-sdk-go/reputation" ) type Context interface { diff --git a/pkg/services/reputation/eigentrust/calculator/opts.go b/pkg/services/reputation/eigentrust/calculator/opts.go index bb13a2d4..1d06886f 100644 --- a/pkg/services/reputation/eigentrust/calculator/opts.go +++ b/pkg/services/reputation/eigentrust/calculator/opts.go @@ -1,7 +1,7 @@ package eigentrustcalc import ( - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "go.uber.org/zap" ) diff --git a/pkg/services/reputation/eigentrust/controller/calls.go b/pkg/services/reputation/eigentrust/controller/calls.go index 41881486..83f4632b 100644 --- a/pkg/services/reputation/eigentrust/controller/calls.go +++ b/pkg/services/reputation/eigentrust/controller/calls.go @@ -3,7 +3,7 @@ package eigentrustctrl import ( "context" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation/eigentrust" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/eigentrust" "go.uber.org/zap" ) diff --git a/pkg/services/reputation/eigentrust/controller/controller.go b/pkg/services/reputation/eigentrust/controller/controller.go index a94b0301..357a909b 100644 --- a/pkg/services/reputation/eigentrust/controller/controller.go +++ b/pkg/services/reputation/eigentrust/controller/controller.go @@ -4,7 +4,7 @@ import ( "fmt" "sync" - "github.com/nspcc-dev/neofs-node/pkg/util" + "github.com/TrueCloudLab/frostfs-node/pkg/util" ) // Prm groups the required parameters of the Controller's constructor. diff --git a/pkg/services/reputation/eigentrust/controller/opts.go b/pkg/services/reputation/eigentrust/controller/opts.go index b1d62b66..3b81824d 100644 --- a/pkg/services/reputation/eigentrust/controller/opts.go +++ b/pkg/services/reputation/eigentrust/controller/opts.go @@ -1,7 +1,7 @@ package eigentrustctrl import ( - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "go.uber.org/zap" ) diff --git a/pkg/services/reputation/eigentrust/iteration.go b/pkg/services/reputation/eigentrust/iteration.go index 959c2c23..3408eafe 100644 --- a/pkg/services/reputation/eigentrust/iteration.go +++ b/pkg/services/reputation/eigentrust/iteration.go @@ -3,7 +3,7 @@ package eigentrust import ( "context" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation" ) type EpochIteration struct { diff --git a/pkg/services/reputation/eigentrust/routes/builder.go b/pkg/services/reputation/eigentrust/routes/builder.go index ce82bcbe..d5d49424 100644 --- a/pkg/services/reputation/eigentrust/routes/builder.go +++ b/pkg/services/reputation/eigentrust/routes/builder.go @@ -3,8 +3,8 @@ package routes import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation/common" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/common" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" ) // Prm groups the required parameters of the Builder's constructor. diff --git a/pkg/services/reputation/eigentrust/routes/calls.go b/pkg/services/reputation/eigentrust/routes/calls.go index d2a86412..1a9b2379 100644 --- a/pkg/services/reputation/eigentrust/routes/calls.go +++ b/pkg/services/reputation/eigentrust/routes/calls.go @@ -3,8 +3,8 @@ package routes import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation/common" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/common" "go.uber.org/zap" ) diff --git a/pkg/services/reputation/eigentrust/storage/consumers/calls.go b/pkg/services/reputation/eigentrust/storage/consumers/calls.go index ba75e4c8..5b928a4a 100644 --- a/pkg/services/reputation/eigentrust/storage/consumers/calls.go +++ b/pkg/services/reputation/eigentrust/storage/consumers/calls.go @@ -4,10 +4,10 @@ import ( "fmt" "sync" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation/eigentrust" - eigentrustcalc "github.com/nspcc-dev/neofs-node/pkg/services/reputation/eigentrust/calculator" - apireputation "github.com/nspcc-dev/neofs-sdk-go/reputation" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/eigentrust" + eigentrustcalc "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/eigentrust/calculator" + apireputation "github.com/TrueCloudLab/frostfs-sdk-go/reputation" ) // Put saves intermediate trust of the consumer to daughter peer. diff --git a/pkg/services/reputation/eigentrust/storage/daughters/calls.go b/pkg/services/reputation/eigentrust/storage/daughters/calls.go index 2aaaa7ce..806f74af 100644 --- a/pkg/services/reputation/eigentrust/storage/daughters/calls.go +++ b/pkg/services/reputation/eigentrust/storage/daughters/calls.go @@ -4,9 +4,9 @@ import ( "fmt" "sync" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation" - eigentrustcalc "github.com/nspcc-dev/neofs-node/pkg/services/reputation/eigentrust/calculator" - apireputation "github.com/nspcc-dev/neofs-sdk-go/reputation" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation" + eigentrustcalc "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/eigentrust/calculator" + apireputation "github.com/TrueCloudLab/frostfs-sdk-go/reputation" ) // Put saves daughter peer's trust to its provider for the epoch. diff --git a/pkg/services/reputation/local/controller/calls.go b/pkg/services/reputation/local/controller/calls.go index 355a3dd4..a46cc4c8 100644 --- a/pkg/services/reputation/local/controller/calls.go +++ b/pkg/services/reputation/local/controller/calls.go @@ -4,9 +4,9 @@ import ( "context" "errors" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation/common" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/common" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "go.uber.org/zap" ) diff --git a/pkg/services/reputation/local/controller/controller.go b/pkg/services/reputation/local/controller/controller.go index 70cf5937..a86fd484 100644 --- a/pkg/services/reputation/local/controller/controller.go +++ b/pkg/services/reputation/local/controller/controller.go @@ -5,7 +5,7 @@ import ( "fmt" "sync" - reputationcommon "github.com/nspcc-dev/neofs-node/pkg/services/reputation/common" + reputationcommon "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/common" ) // Prm groups the required parameters of the Controller's constructor. diff --git a/pkg/services/reputation/local/controller/deps.go b/pkg/services/reputation/local/controller/deps.go index f6b5d325..522f9482 100644 --- a/pkg/services/reputation/local/controller/deps.go +++ b/pkg/services/reputation/local/controller/deps.go @@ -1,8 +1,8 @@ package trustcontroller import ( - "github.com/nspcc-dev/neofs-node/pkg/services/reputation" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation/common" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/common" ) // Iterator is a group of methods provided by entity diff --git a/pkg/services/reputation/local/controller/opts.go b/pkg/services/reputation/local/controller/opts.go index 0230344b..0b65135a 100644 --- a/pkg/services/reputation/local/controller/opts.go +++ b/pkg/services/reputation/local/controller/opts.go @@ -1,7 +1,7 @@ package trustcontroller import ( - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "go.uber.org/zap" ) diff --git a/pkg/services/reputation/local/controller/util.go b/pkg/services/reputation/local/controller/util.go index 02ced896..2c4d19b0 100644 --- a/pkg/services/reputation/local/controller/util.go +++ b/pkg/services/reputation/local/controller/util.go @@ -1,6 +1,6 @@ package trustcontroller -import "github.com/nspcc-dev/neofs-node/pkg/services/reputation/common" +import "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/common" type storageWrapper struct { w common.Writer diff --git a/pkg/services/reputation/local/routes/builder.go b/pkg/services/reputation/local/routes/builder.go index ce82bcbe..d5d49424 100644 --- a/pkg/services/reputation/local/routes/builder.go +++ b/pkg/services/reputation/local/routes/builder.go @@ -3,8 +3,8 @@ package routes import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation/common" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/common" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" ) // Prm groups the required parameters of the Builder's constructor. diff --git a/pkg/services/reputation/local/routes/calls.go b/pkg/services/reputation/local/routes/calls.go index 3346eea2..2c9be7ca 100644 --- a/pkg/services/reputation/local/routes/calls.go +++ b/pkg/services/reputation/local/routes/calls.go @@ -3,8 +3,8 @@ package routes import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation/common" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation/common" "go.uber.org/zap" ) diff --git a/pkg/services/reputation/local/storage/calls.go b/pkg/services/reputation/local/storage/calls.go index 6efa5c5c..a2b3d078 100644 --- a/pkg/services/reputation/local/storage/calls.go +++ b/pkg/services/reputation/local/storage/calls.go @@ -4,8 +4,8 @@ import ( "errors" "sync" - "github.com/nspcc-dev/neofs-node/pkg/services/reputation" - apireputation "github.com/nspcc-dev/neofs-sdk-go/reputation" + "github.com/TrueCloudLab/frostfs-node/pkg/services/reputation" + apireputation "github.com/TrueCloudLab/frostfs-sdk-go/reputation" ) // UpdatePrm groups the parameters of Storage's Update operation. diff --git a/pkg/services/reputation/rpc/response.go b/pkg/services/reputation/rpc/response.go index 600c28a2..bc636c70 100644 --- a/pkg/services/reputation/rpc/response.go +++ b/pkg/services/reputation/rpc/response.go @@ -3,9 +3,9 @@ package reputationrpc import ( "context" - "github.com/nspcc-dev/neofs-api-go/v2/reputation" - "github.com/nspcc-dev/neofs-node/pkg/services/util" - "github.com/nspcc-dev/neofs-node/pkg/services/util/response" + "github.com/TrueCloudLab/frostfs-api-go/v2/reputation" + "github.com/TrueCloudLab/frostfs-node/pkg/services/util" + "github.com/TrueCloudLab/frostfs-node/pkg/services/util/response" ) type responseService struct { diff --git a/pkg/services/reputation/rpc/server.go b/pkg/services/reputation/rpc/server.go index 32559f2f..af31292c 100644 --- a/pkg/services/reputation/rpc/server.go +++ b/pkg/services/reputation/rpc/server.go @@ -3,7 +3,7 @@ package reputationrpc import ( "context" - "github.com/nspcc-dev/neofs-api-go/v2/reputation" + "github.com/TrueCloudLab/frostfs-api-go/v2/reputation" ) // Server is an interface of the NeoFS API v2 Reputation service server. diff --git a/pkg/services/reputation/rpc/sign.go b/pkg/services/reputation/rpc/sign.go index 73b2ca9c..e7fb0c60 100644 --- a/pkg/services/reputation/rpc/sign.go +++ b/pkg/services/reputation/rpc/sign.go @@ -4,8 +4,8 @@ import ( "context" "crypto/ecdsa" - "github.com/nspcc-dev/neofs-api-go/v2/reputation" - "github.com/nspcc-dev/neofs-node/pkg/services/util" + "github.com/TrueCloudLab/frostfs-api-go/v2/reputation" + "github.com/TrueCloudLab/frostfs-node/pkg/services/util" ) type signService struct { diff --git a/pkg/services/reputation/trust.go b/pkg/services/reputation/trust.go index d707ad87..78255e45 100644 --- a/pkg/services/reputation/trust.go +++ b/pkg/services/reputation/trust.go @@ -3,7 +3,7 @@ package reputation import ( "strconv" - "github.com/nspcc-dev/neofs-sdk-go/reputation" + "github.com/TrueCloudLab/frostfs-sdk-go/reputation" ) // TrustValue represents the numeric value of the node's trust. diff --git a/pkg/services/session/executor.go b/pkg/services/session/executor.go index 74c66ddc..a9ca74da 100644 --- a/pkg/services/session/executor.go +++ b/pkg/services/session/executor.go @@ -4,8 +4,8 @@ import ( "context" "fmt" - "github.com/nspcc-dev/neofs-api-go/v2/session" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-api-go/v2/session" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "go.uber.org/zap" ) diff --git a/pkg/services/session/response.go b/pkg/services/session/response.go index 42671704..86de8825 100644 --- a/pkg/services/session/response.go +++ b/pkg/services/session/response.go @@ -3,9 +3,9 @@ package session import ( "context" - "github.com/nspcc-dev/neofs-api-go/v2/session" - "github.com/nspcc-dev/neofs-node/pkg/services/util" - "github.com/nspcc-dev/neofs-node/pkg/services/util/response" + "github.com/TrueCloudLab/frostfs-api-go/v2/session" + "github.com/TrueCloudLab/frostfs-node/pkg/services/util" + "github.com/TrueCloudLab/frostfs-node/pkg/services/util/response" ) type responseService struct { diff --git a/pkg/services/session/server.go b/pkg/services/session/server.go index f72997f4..5942b674 100644 --- a/pkg/services/session/server.go +++ b/pkg/services/session/server.go @@ -3,7 +3,7 @@ package session import ( "context" - "github.com/nspcc-dev/neofs-api-go/v2/session" + "github.com/TrueCloudLab/frostfs-api-go/v2/session" ) // Server is an interface of the NeoFS API Session service server. diff --git a/pkg/services/session/sign.go b/pkg/services/session/sign.go index 06e13fc9..7e873887 100644 --- a/pkg/services/session/sign.go +++ b/pkg/services/session/sign.go @@ -4,8 +4,8 @@ import ( "context" "crypto/ecdsa" - "github.com/nspcc-dev/neofs-api-go/v2/session" - "github.com/nspcc-dev/neofs-node/pkg/services/util" + "github.com/TrueCloudLab/frostfs-api-go/v2/session" + "github.com/TrueCloudLab/frostfs-node/pkg/services/util" ) type signService struct { diff --git a/pkg/services/session/storage/persistent/executor.go b/pkg/services/session/storage/persistent/executor.go index da1de95c..9a678a37 100644 --- a/pkg/services/session/storage/persistent/executor.go +++ b/pkg/services/session/storage/persistent/executor.go @@ -5,10 +5,10 @@ import ( "errors" "fmt" + "github.com/TrueCloudLab/frostfs-api-go/v2/session" + "github.com/TrueCloudLab/frostfs-node/pkg/services/session/storage" + "github.com/TrueCloudLab/frostfs-sdk-go/user" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" - "github.com/nspcc-dev/neofs-api-go/v2/session" - "github.com/nspcc-dev/neofs-node/pkg/services/session/storage" - "github.com/nspcc-dev/neofs-sdk-go/user" "go.etcd.io/bbolt" ) diff --git a/pkg/services/session/storage/persistent/executor_test.go b/pkg/services/session/storage/persistent/executor_test.go index 577eab12..ed549a48 100644 --- a/pkg/services/session/storage/persistent/executor_test.go +++ b/pkg/services/session/storage/persistent/executor_test.go @@ -8,10 +8,10 @@ import ( "path/filepath" "testing" + "github.com/TrueCloudLab/frostfs-api-go/v2/refs" + "github.com/TrueCloudLab/frostfs-api-go/v2/session" + usertest "github.com/TrueCloudLab/frostfs-sdk-go/user/test" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" - "github.com/nspcc-dev/neofs-api-go/v2/refs" - "github.com/nspcc-dev/neofs-api-go/v2/session" - usertest "github.com/nspcc-dev/neofs-sdk-go/user/test" "github.com/stretchr/testify/require" "go.etcd.io/bbolt" ) diff --git a/pkg/services/session/storage/persistent/options.go b/pkg/services/session/storage/persistent/options.go index ee77b6ae..e1606695 100644 --- a/pkg/services/session/storage/persistent/options.go +++ b/pkg/services/session/storage/persistent/options.go @@ -4,7 +4,7 @@ import ( "crypto/ecdsa" "time" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "go.uber.org/zap" ) diff --git a/pkg/services/session/storage/persistent/storage.go b/pkg/services/session/storage/persistent/storage.go index 62a5b86c..316ef5b0 100644 --- a/pkg/services/session/storage/persistent/storage.go +++ b/pkg/services/session/storage/persistent/storage.go @@ -6,9 +6,9 @@ import ( "encoding/hex" "fmt" - "github.com/nspcc-dev/neofs-node/pkg/services/session/storage" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - "github.com/nspcc-dev/neofs-sdk-go/user" + "github.com/TrueCloudLab/frostfs-node/pkg/services/session/storage" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-sdk-go/user" "go.etcd.io/bbolt" "go.uber.org/zap" ) diff --git a/pkg/services/session/storage/persistent/util.go b/pkg/services/session/storage/persistent/util.go index 68ea5817..e9454635 100644 --- a/pkg/services/session/storage/persistent/util.go +++ b/pkg/services/session/storage/persistent/util.go @@ -6,7 +6,7 @@ import ( "encoding/binary" "fmt" - "github.com/nspcc-dev/neofs-node/pkg/services/session/storage" + "github.com/TrueCloudLab/frostfs-node/pkg/services/session/storage" "go.etcd.io/bbolt" ) diff --git a/pkg/services/session/storage/temporary/executor.go b/pkg/services/session/storage/temporary/executor.go index b896e631..dad3d011 100644 --- a/pkg/services/session/storage/temporary/executor.go +++ b/pkg/services/session/storage/temporary/executor.go @@ -5,11 +5,11 @@ import ( "errors" "fmt" + "github.com/TrueCloudLab/frostfs-api-go/v2/session" + "github.com/TrueCloudLab/frostfs-node/pkg/services/session/storage" + "github.com/TrueCloudLab/frostfs-sdk-go/user" "github.com/mr-tron/base58" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" - "github.com/nspcc-dev/neofs-api-go/v2/session" - "github.com/nspcc-dev/neofs-node/pkg/services/session/storage" - "github.com/nspcc-dev/neofs-sdk-go/user" ) func (s *TokenStore) Create(ctx context.Context, body *session.CreateRequestBody) (*session.CreateResponseBody, error) { diff --git a/pkg/services/session/storage/temporary/storage.go b/pkg/services/session/storage/temporary/storage.go index 10a95af8..c4b5836b 100644 --- a/pkg/services/session/storage/temporary/storage.go +++ b/pkg/services/session/storage/temporary/storage.go @@ -3,9 +3,9 @@ package temporary import ( "sync" + "github.com/TrueCloudLab/frostfs-node/pkg/services/session/storage" + "github.com/TrueCloudLab/frostfs-sdk-go/user" "github.com/mr-tron/base58" - "github.com/nspcc-dev/neofs-node/pkg/services/session/storage" - "github.com/nspcc-dev/neofs-sdk-go/user" ) type key struct { diff --git a/pkg/services/tree/cache.go b/pkg/services/tree/cache.go index 266a7b26..8e2d1962 100644 --- a/pkg/services/tree/cache.go +++ b/pkg/services/tree/cache.go @@ -8,8 +8,8 @@ import ( "sync" "time" + "github.com/TrueCloudLab/frostfs-node/pkg/network" "github.com/hashicorp/golang-lru/simplelru" - "github.com/nspcc-dev/neofs-node/pkg/network" "google.golang.org/grpc" "google.golang.org/grpc/connectivity" "google.golang.org/grpc/credentials/insecure" diff --git a/pkg/services/tree/container.go b/pkg/services/tree/container.go index 525fdde5..462c906a 100644 --- a/pkg/services/tree/container.go +++ b/pkg/services/tree/container.go @@ -6,11 +6,11 @@ import ( "fmt" "sync" + "github.com/TrueCloudLab/frostfs-node/pkg/core/container" + "github.com/TrueCloudLab/frostfs-node/pkg/services/object_manager/placement" + cidSDK "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + netmapSDK "github.com/TrueCloudLab/frostfs-sdk-go/netmap" "github.com/hashicorp/golang-lru/simplelru" - "github.com/nspcc-dev/neofs-node/pkg/core/container" - "github.com/nspcc-dev/neofs-node/pkg/services/object_manager/placement" - cidSDK "github.com/nspcc-dev/neofs-sdk-go/container/id" - netmapSDK "github.com/nspcc-dev/neofs-sdk-go/netmap" ) type containerCache struct { diff --git a/pkg/services/tree/drop.go b/pkg/services/tree/drop.go index 811938f3..b564d034 100644 --- a/pkg/services/tree/drop.go +++ b/pkg/services/tree/drop.go @@ -3,7 +3,7 @@ package tree import ( "context" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" ) // DropTree drops a tree from the database. If treeID is empty, all the trees are dropped. diff --git a/pkg/services/tree/getsubtree_test.go b/pkg/services/tree/getsubtree_test.go index b58cdb8c..9833455a 100644 --- a/pkg/services/tree/getsubtree_test.go +++ b/pkg/services/tree/getsubtree_test.go @@ -4,8 +4,8 @@ import ( "errors" "testing" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/pilorama" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/pilorama" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" "github.com/stretchr/testify/require" "google.golang.org/grpc" ) diff --git a/pkg/services/tree/options.go b/pkg/services/tree/options.go index 8646e2a1..bd56434d 100644 --- a/pkg/services/tree/options.go +++ b/pkg/services/tree/options.go @@ -3,12 +3,12 @@ package tree import ( "crypto/ecdsa" + "github.com/TrueCloudLab/frostfs-node/pkg/core/container" + "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/pilorama" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" - "github.com/nspcc-dev/neofs-node/pkg/core/container" - "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/pilorama" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" ) type ContainerSource interface { diff --git a/pkg/services/tree/redirect.go b/pkg/services/tree/redirect.go index 52348fb0..ee424088 100644 --- a/pkg/services/tree/redirect.go +++ b/pkg/services/tree/redirect.go @@ -5,7 +5,7 @@ import ( "context" "errors" - netmapSDK "github.com/nspcc-dev/neofs-sdk-go/netmap" + netmapSDK "github.com/TrueCloudLab/frostfs-sdk-go/netmap" "go.uber.org/zap" ) diff --git a/pkg/services/tree/replicator.go b/pkg/services/tree/replicator.go index 818938a6..82ed275b 100644 --- a/pkg/services/tree/replicator.go +++ b/pkg/services/tree/replicator.go @@ -8,9 +8,9 @@ import ( "fmt" "time" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/pilorama" - cidSDK "github.com/nspcc-dev/neofs-sdk-go/container/id" - netmapSDK "github.com/nspcc-dev/neofs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/pilorama" + cidSDK "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + netmapSDK "github.com/TrueCloudLab/frostfs-sdk-go/netmap" "go.uber.org/zap" ) diff --git a/pkg/services/tree/service.go b/pkg/services/tree/service.go index 18dc1518..d9ce03de 100644 --- a/pkg/services/tree/service.go +++ b/pkg/services/tree/service.go @@ -6,11 +6,11 @@ import ( "errors" "fmt" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/pilorama" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - "github.com/nspcc-dev/neofs-sdk-go/container/acl" - cidSDK "github.com/nspcc-dev/neofs-sdk-go/container/id" - netmapSDK "github.com/nspcc-dev/neofs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/pilorama" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-sdk-go/container/acl" + cidSDK "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + netmapSDK "github.com/TrueCloudLab/frostfs-sdk-go/netmap" "go.uber.org/zap" ) diff --git a/pkg/services/tree/service.pb.go b/pkg/services/tree/service.pb.go index 303fcd94..3e6423a2 100644 Binary files a/pkg/services/tree/service.pb.go and b/pkg/services/tree/service.pb.go differ diff --git a/pkg/services/tree/service.proto b/pkg/services/tree/service.proto index 473ef84f..804ae2c9 100644 --- a/pkg/services/tree/service.proto +++ b/pkg/services/tree/service.proto @@ -7,7 +7,7 @@ package tree; import "pkg/services/tree/types.proto"; -option go_package = "github.com/nspcc-dev/neofs-node/pkg/services/tree"; +option go_package = "github.com/TrueCloudLab/frostfs-node/pkg/services/tree"; service TreeService { /* Client API */ diff --git a/pkg/services/tree/service_grpc.pb.go b/pkg/services/tree/service_grpc.pb.go index aca152ad..3b7e564f 100644 Binary files a/pkg/services/tree/service_grpc.pb.go and b/pkg/services/tree/service_grpc.pb.go differ diff --git a/pkg/services/tree/service_neofs.pb.go b/pkg/services/tree/service_neofs.pb.go index 298cfba1..0eba010a 100644 Binary files a/pkg/services/tree/service_neofs.pb.go and b/pkg/services/tree/service_neofs.pb.go differ diff --git a/pkg/services/tree/signature.go b/pkg/services/tree/signature.go index eaeda596..40446226 100644 --- a/pkg/services/tree/signature.go +++ b/pkg/services/tree/signature.go @@ -7,17 +7,17 @@ import ( "errors" "fmt" + "github.com/TrueCloudLab/frostfs-api-go/v2/refs" + core "github.com/TrueCloudLab/frostfs-node/pkg/core/container" + "github.com/TrueCloudLab/frostfs-sdk-go/bearer" + "github.com/TrueCloudLab/frostfs-sdk-go/client" + "github.com/TrueCloudLab/frostfs-sdk-go/container/acl" + cidSDK "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + frostfscrypto "github.com/TrueCloudLab/frostfs-sdk-go/crypto" + frostfsecdsa "github.com/TrueCloudLab/frostfs-sdk-go/crypto/ecdsa" + "github.com/TrueCloudLab/frostfs-sdk-go/eacl" + "github.com/TrueCloudLab/frostfs-sdk-go/user" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" - "github.com/nspcc-dev/neofs-api-go/v2/refs" - core "github.com/nspcc-dev/neofs-node/pkg/core/container" - "github.com/nspcc-dev/neofs-sdk-go/bearer" - "github.com/nspcc-dev/neofs-sdk-go/client" - "github.com/nspcc-dev/neofs-sdk-go/container/acl" - cidSDK "github.com/nspcc-dev/neofs-sdk-go/container/id" - neofscrypto "github.com/nspcc-dev/neofs-sdk-go/crypto" - neofsecdsa "github.com/nspcc-dev/neofs-sdk-go/crypto/ecdsa" - "github.com/nspcc-dev/neofs-sdk-go/eacl" - "github.com/nspcc-dev/neofs-sdk-go/user" "go.uber.org/zap" ) @@ -132,7 +132,7 @@ func verifyMessage(m message) error { sigV2.SetSign(sig.GetSign()) sigV2.SetScheme(refs.ECDSA_SHA512) - var sigSDK neofscrypto.Signature + var sigSDK frostfscrypto.Signature if err := sigSDK.ReadFromV2(sigV2); err != nil { return fmt.Errorf("can't read signature: %w", err) } @@ -145,14 +145,14 @@ func verifyMessage(m message) error { // SignMessage uses the provided key and signs any protobuf // message that was generated for the TreeService by the -// protoc-gen-go-neofs generator. Returns any errors directly. +// protoc-gen-go-frostfs generator. Returns any errors directly. func SignMessage(m message, key *ecdsa.PrivateKey) error { binBody, err := m.ReadSignedData(nil) if err != nil { return err } - keySDK := neofsecdsa.Signer(*key) + keySDK := frostfsecdsa.Signer(*key) data, err := keySDK.Sign(binBody) if err != nil { return err @@ -218,7 +218,7 @@ var errNoAllowRules = errors.New("not found allowing rules for the request") // requests do not contain any "object" information that could be filtered and, // therefore, filtering leads to unexpected results. // The code was copied with the minor updates from the SDK repo: -// https://github.com/nspcc-dev/neofs-sdk-go/blob/43a57d42dd50dc60465bfd3482f7f12bcfcf3411/eacl/validator.go#L28. +// https://github.com/nspcc-dev/frostfs-sdk-go/blob/43a57d42dd50dc60465bfd3482f7f12bcfcf3411/eacl/validator.go#L28. func checkEACL(tb eacl.Table, signer []byte, role eacl.Role, op eacl.Operation) error { for _, record := range tb.Records() { // check type of operation diff --git a/pkg/services/tree/signature_test.go b/pkg/services/tree/signature_test.go index 6e3189cc..79ee0a0b 100644 --- a/pkg/services/tree/signature_test.go +++ b/pkg/services/tree/signature_test.go @@ -6,19 +6,19 @@ import ( "errors" "testing" + aclV2 "github.com/TrueCloudLab/frostfs-api-go/v2/acl" + containercore "github.com/TrueCloudLab/frostfs-node/pkg/core/container" + "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-sdk-go/bearer" + "github.com/TrueCloudLab/frostfs-sdk-go/container" + "github.com/TrueCloudLab/frostfs-sdk-go/container/acl" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test" + eaclSDK "github.com/TrueCloudLab/frostfs-sdk-go/eacl" + netmapSDK "github.com/TrueCloudLab/frostfs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-sdk-go/user" "github.com/nspcc-dev/neo-go/pkg/crypto/keys" - aclV2 "github.com/nspcc-dev/neofs-api-go/v2/acl" - containercore "github.com/nspcc-dev/neofs-node/pkg/core/container" - "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - "github.com/nspcc-dev/neofs-node/pkg/util/logger" - "github.com/nspcc-dev/neofs-sdk-go/bearer" - "github.com/nspcc-dev/neofs-sdk-go/container" - "github.com/nspcc-dev/neofs-sdk-go/container/acl" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test" - eaclSDK "github.com/nspcc-dev/neofs-sdk-go/eacl" - netmapSDK "github.com/nspcc-dev/neofs-sdk-go/netmap" - "github.com/nspcc-dev/neofs-sdk-go/user" "github.com/stretchr/testify/require" "go.uber.org/zap/zaptest" ) diff --git a/pkg/services/tree/sync.go b/pkg/services/tree/sync.go index 9fa6829d..04be0ead 100644 --- a/pkg/services/tree/sync.go +++ b/pkg/services/tree/sync.go @@ -7,10 +7,10 @@ import ( "fmt" "io" - "github.com/nspcc-dev/neofs-node/pkg/local_object_storage/pilorama" - "github.com/nspcc-dev/neofs-node/pkg/network" - cid "github.com/nspcc-dev/neofs-sdk-go/container/id" - netmapSDK "github.com/nspcc-dev/neofs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/local_object_storage/pilorama" + "github.com/TrueCloudLab/frostfs-node/pkg/network" + cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id" + netmapSDK "github.com/TrueCloudLab/frostfs-sdk-go/netmap" "go.uber.org/zap" "google.golang.org/grpc" "google.golang.org/grpc/credentials/insecure" diff --git a/pkg/services/tree/types.pb.go b/pkg/services/tree/types.pb.go index ba35057b..340e1ac5 100644 Binary files a/pkg/services/tree/types.pb.go and b/pkg/services/tree/types.pb.go differ diff --git a/pkg/services/tree/types.proto b/pkg/services/tree/types.proto index 317631bd..2a1800a1 100644 --- a/pkg/services/tree/types.proto +++ b/pkg/services/tree/types.proto @@ -5,7 +5,7 @@ syntax = "proto3"; package tree; -option go_package = "github.com/nspcc-dev/neofs-node/pkg/services/tree"; +option go_package = "github.com/TrueCloudLab/frostfs-node/pkg/services/tree"; // KeyValue represents key-value pair attached to an object. message KeyValue { diff --git a/pkg/services/tree/types_neofs.pb.go b/pkg/services/tree/types_neofs.pb.go index e6053d96..cc18b1c9 100644 Binary files a/pkg/services/tree/types_neofs.pb.go and b/pkg/services/tree/types_neofs.pb.go differ diff --git a/pkg/services/util/response/client_stream.go b/pkg/services/util/response/client_stream.go index ec0b124c..c4a22171 100644 --- a/pkg/services/util/response/client_stream.go +++ b/pkg/services/util/response/client_stream.go @@ -3,7 +3,7 @@ package response import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/services/util" + "github.com/TrueCloudLab/frostfs-node/pkg/services/util" ) // ClientMessageStreamer represents client-side message streamer diff --git a/pkg/services/util/response/server_stream.go b/pkg/services/util/response/server_stream.go index 33534f42..b3b14afc 100644 --- a/pkg/services/util/response/server_stream.go +++ b/pkg/services/util/response/server_stream.go @@ -3,7 +3,7 @@ package response import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/services/util" + "github.com/TrueCloudLab/frostfs-node/pkg/services/util" ) // ServerMessageStreamer represents server-side message streamer diff --git a/pkg/services/util/response/service.go b/pkg/services/util/response/service.go index 6e7df925..8a81d66b 100644 --- a/pkg/services/util/response/service.go +++ b/pkg/services/util/response/service.go @@ -1,11 +1,11 @@ package response import ( - "github.com/nspcc-dev/neofs-api-go/v2/refs" - "github.com/nspcc-dev/neofs-api-go/v2/session" - "github.com/nspcc-dev/neofs-node/pkg/core/netmap" - "github.com/nspcc-dev/neofs-node/pkg/services/util" - "github.com/nspcc-dev/neofs-sdk-go/version" + "github.com/TrueCloudLab/frostfs-api-go/v2/refs" + "github.com/TrueCloudLab/frostfs-api-go/v2/session" + "github.com/TrueCloudLab/frostfs-node/pkg/core/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/services/util" + "github.com/TrueCloudLab/frostfs-sdk-go/version" ) // Service represents universal v2 service diff --git a/pkg/services/util/response/unary.go b/pkg/services/util/response/unary.go index 793bc7d2..fcc74549 100644 --- a/pkg/services/util/response/unary.go +++ b/pkg/services/util/response/unary.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - "github.com/nspcc-dev/neofs-node/pkg/services/util" + "github.com/TrueCloudLab/frostfs-node/pkg/services/util" ) // HandleUnaryRequest call passes request to handler, sets response meta header values and returns it. diff --git a/pkg/services/util/sign.go b/pkg/services/util/sign.go index 5a59ac6e..7035edbd 100644 --- a/pkg/services/util/sign.go +++ b/pkg/services/util/sign.go @@ -6,9 +6,9 @@ import ( "errors" "fmt" - "github.com/nspcc-dev/neofs-api-go/v2/session" - "github.com/nspcc-dev/neofs-api-go/v2/signature" - apistatus "github.com/nspcc-dev/neofs-sdk-go/client/status" + "github.com/TrueCloudLab/frostfs-api-go/v2/session" + "github.com/TrueCloudLab/frostfs-api-go/v2/signature" + apistatus "github.com/TrueCloudLab/frostfs-sdk-go/client/status" ) type RequestMessage interface { diff --git a/pkg/util/attributes/parser.go b/pkg/util/attributes/parser.go index 6982a3de..b92c84db 100644 --- a/pkg/util/attributes/parser.go +++ b/pkg/util/attributes/parser.go @@ -5,7 +5,7 @@ import ( "fmt" "strings" - "github.com/nspcc-dev/neofs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" ) const keyValueSeparator = ":" diff --git a/pkg/util/attributes/parser_test.go b/pkg/util/attributes/parser_test.go index 03db0bdc..d56d36ac 100644 --- a/pkg/util/attributes/parser_test.go +++ b/pkg/util/attributes/parser_test.go @@ -3,8 +3,8 @@ package attributes_test import ( "testing" - "github.com/nspcc-dev/neofs-node/pkg/util/attributes" - "github.com/nspcc-dev/neofs-sdk-go/netmap" + "github.com/TrueCloudLab/frostfs-node/pkg/util/attributes" + "github.com/TrueCloudLab/frostfs-sdk-go/netmap" "github.com/stretchr/testify/require" ) diff --git a/pkg/util/locode/column/coordinates.go b/pkg/util/locode/column/coordinates.go index 95656345..462c58e3 100644 --- a/pkg/util/locode/column/coordinates.go +++ b/pkg/util/locode/column/coordinates.go @@ -4,7 +4,7 @@ import ( "fmt" "strings" - "github.com/nspcc-dev/neofs-node/pkg/util/locode" + "github.com/TrueCloudLab/frostfs-node/pkg/util/locode" ) const ( diff --git a/pkg/util/locode/column/country.go b/pkg/util/locode/column/country.go index d407495b..6535c968 100644 --- a/pkg/util/locode/column/country.go +++ b/pkg/util/locode/column/country.go @@ -3,7 +3,7 @@ package locodecolumn import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/util/locode" + "github.com/TrueCloudLab/frostfs-node/pkg/util/locode" ) const countryCodeLen = 2 diff --git a/pkg/util/locode/column/location.go b/pkg/util/locode/column/location.go index c9b38d49..90acd3ef 100644 --- a/pkg/util/locode/column/location.go +++ b/pkg/util/locode/column/location.go @@ -3,7 +3,7 @@ package locodecolumn import ( "fmt" - "github.com/nspcc-dev/neofs-node/pkg/util/locode" + "github.com/TrueCloudLab/frostfs-node/pkg/util/locode" ) const locationCodeLen = 3 diff --git a/pkg/util/locode/db/airports/calls.go b/pkg/util/locode/db/airports/calls.go index d3f681f0..fa8d4ead 100644 --- a/pkg/util/locode/db/airports/calls.go +++ b/pkg/util/locode/db/airports/calls.go @@ -8,8 +8,8 @@ import ( "os" "strconv" - "github.com/nspcc-dev/neofs-node/pkg/util/locode" - locodedb "github.com/nspcc-dev/neofs-node/pkg/util/locode/db" + "github.com/TrueCloudLab/frostfs-node/pkg/util/locode" + locodedb "github.com/TrueCloudLab/frostfs-node/pkg/util/locode/db" ) const ( diff --git a/pkg/util/locode/db/boltdb/calls.go b/pkg/util/locode/db/boltdb/calls.go index 25ff96ee..4aabb277 100644 --- a/pkg/util/locode/db/boltdb/calls.go +++ b/pkg/util/locode/db/boltdb/calls.go @@ -6,8 +6,8 @@ import ( "fmt" "path/filepath" - "github.com/nspcc-dev/neofs-node/pkg/util" - locodedb "github.com/nspcc-dev/neofs-node/pkg/util/locode/db" + "github.com/TrueCloudLab/frostfs-node/pkg/util" + locodedb "github.com/TrueCloudLab/frostfs-node/pkg/util/locode/db" "go.etcd.io/bbolt" ) diff --git a/pkg/util/locode/db/continents/geojson/calls.go b/pkg/util/locode/db/continents/geojson/calls.go index a8351b74..0429f99b 100644 --- a/pkg/util/locode/db/continents/geojson/calls.go +++ b/pkg/util/locode/db/continents/geojson/calls.go @@ -4,7 +4,7 @@ import ( "fmt" "os" - locodedb "github.com/nspcc-dev/neofs-node/pkg/util/locode/db" + locodedb "github.com/TrueCloudLab/frostfs-node/pkg/util/locode/db" "github.com/paulmach/orb" "github.com/paulmach/orb/geojson" "github.com/paulmach/orb/planar" diff --git a/pkg/util/locode/db/country.go b/pkg/util/locode/db/country.go index ab641277..75adcfb6 100644 --- a/pkg/util/locode/db/country.go +++ b/pkg/util/locode/db/country.go @@ -3,7 +3,7 @@ package locodedb import ( "fmt" - locodecolumn "github.com/nspcc-dev/neofs-node/pkg/util/locode/column" + locodecolumn "github.com/TrueCloudLab/frostfs-node/pkg/util/locode/column" ) // CountryCode represents a country code for diff --git a/pkg/util/locode/db/db.go b/pkg/util/locode/db/db.go index 623c05e8..866b7536 100644 --- a/pkg/util/locode/db/db.go +++ b/pkg/util/locode/db/db.go @@ -4,7 +4,7 @@ import ( "errors" "fmt" - "github.com/nspcc-dev/neofs-node/pkg/util/locode" + "github.com/TrueCloudLab/frostfs-node/pkg/util/locode" ) // SourceTable is an interface of the UN/LOCODE table. diff --git a/pkg/util/locode/db/location.go b/pkg/util/locode/db/location.go index 5f686231..8af7fabf 100644 --- a/pkg/util/locode/db/location.go +++ b/pkg/util/locode/db/location.go @@ -3,7 +3,7 @@ package locodedb import ( "fmt" - locodecolumn "github.com/nspcc-dev/neofs-node/pkg/util/locode/column" + locodecolumn "github.com/TrueCloudLab/frostfs-node/pkg/util/locode/column" ) // LocationCode represents a location code for diff --git a/pkg/util/locode/db/point.go b/pkg/util/locode/db/point.go index 7a2879c9..c9d7b667 100644 --- a/pkg/util/locode/db/point.go +++ b/pkg/util/locode/db/point.go @@ -4,7 +4,7 @@ import ( "fmt" "strconv" - locodecolumn "github.com/nspcc-dev/neofs-node/pkg/util/locode/column" + locodecolumn "github.com/TrueCloudLab/frostfs-node/pkg/util/locode/column" ) // Point represents a 2D geographic point. diff --git a/pkg/util/locode/db/point_test.go b/pkg/util/locode/db/point_test.go index b6f5c627..9673692a 100644 --- a/pkg/util/locode/db/point_test.go +++ b/pkg/util/locode/db/point_test.go @@ -3,7 +3,7 @@ package locodedb import ( "testing" - locodecolumn "github.com/nspcc-dev/neofs-node/pkg/util/locode/column" + locodecolumn "github.com/TrueCloudLab/frostfs-node/pkg/util/locode/column" "github.com/stretchr/testify/require" ) diff --git a/pkg/util/locode/db/record.go b/pkg/util/locode/db/record.go index 367de4ce..0898d3f3 100644 --- a/pkg/util/locode/db/record.go +++ b/pkg/util/locode/db/record.go @@ -4,8 +4,8 @@ import ( "errors" "fmt" - "github.com/nspcc-dev/neofs-node/pkg/util/locode" - locodecolumn "github.com/nspcc-dev/neofs-node/pkg/util/locode/column" + "github.com/TrueCloudLab/frostfs-node/pkg/util/locode" + locodecolumn "github.com/TrueCloudLab/frostfs-node/pkg/util/locode/column" ) // Key represents the key in NeoFS location database. diff --git a/pkg/util/locode/table/csv/calls.go b/pkg/util/locode/table/csv/calls.go index 159fa5e2..7602b2e2 100644 --- a/pkg/util/locode/table/csv/calls.go +++ b/pkg/util/locode/table/csv/calls.go @@ -7,8 +7,8 @@ import ( "os" "strings" - "github.com/nspcc-dev/neofs-node/pkg/util/locode" - locodedb "github.com/nspcc-dev/neofs-node/pkg/util/locode/db" + "github.com/TrueCloudLab/frostfs-node/pkg/util/locode" + locodedb "github.com/TrueCloudLab/frostfs-node/pkg/util/locode/db" ) var errInvalidRecord = errors.New("invalid table record") diff --git a/pkg/util/logger/test/logger.go b/pkg/util/logger/test/logger.go index 92d10448..aa3d458f 100644 --- a/pkg/util/logger/test/logger.go +++ b/pkg/util/logger/test/logger.go @@ -1,7 +1,7 @@ package test import ( - "github.com/nspcc-dev/neofs-node/pkg/util/logger" + "github.com/TrueCloudLab/frostfs-node/pkg/util/logger" "go.uber.org/zap" "go.uber.org/zap/zapcore" ) diff --git a/pkg/util/precision/converter_test.go b/pkg/util/precision/converter_test.go index 3de662f2..76ac6c89 100644 --- a/pkg/util/precision/converter_test.go +++ b/pkg/util/precision/converter_test.go @@ -4,7 +4,7 @@ import ( "math/big" "testing" - "github.com/nspcc-dev/neofs-node/pkg/util/precision" + "github.com/TrueCloudLab/frostfs-node/pkg/util/precision" "github.com/stretchr/testify/require" ) diff --git a/pkg/util/salt_test.go b/pkg/util/salt_test.go index 4cee983a..f2ccf32f 100644 --- a/pkg/util/salt_test.go +++ b/pkg/util/salt_test.go @@ -5,7 +5,7 @@ import ( "crypto/rand" "testing" - "github.com/nspcc-dev/neofs-node/pkg/util" + "github.com/TrueCloudLab/frostfs-node/pkg/util" "github.com/stretchr/testify/require" ) diff --git a/pkg/util/state/storage_test.go b/pkg/util/state/storage_test.go index 0e00aed3..abac3dbb 100644 --- a/pkg/util/state/storage_test.go +++ b/pkg/util/state/storage_test.go @@ -4,7 +4,7 @@ import ( "path/filepath" "testing" - "github.com/nspcc-dev/neofs-node/pkg/util/state" + "github.com/TrueCloudLab/frostfs-node/pkg/util/state" "github.com/stretchr/testify/require" )