frostfs-adm refactorings #161
Labels
No labels
P0
P1
P2
P3
badger
frostfs-adm
frostfs-cli
frostfs-ir
frostfs-lens
frostfs-node
good first issue
triage
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#161
Loading…
Reference in a new issue
No description provided.
Delete branch "dstepanov-yadro/frostfs-node:refactoring/OBJECT-3610"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Drop nolint comments and fix linters for frostfs-adm
5a887397d1
to1bd7248ba0
115491fe34
toa9435740ad
a9435740ad
to052ae9b50a
WIP: Refactoringsto frostfs-adm refactorings66dd320158
to6d0a9ac70d
6d0a9ac70d
tof388355b4c
@ -175,3 +127,4 @@
return c.awaitTx()
}
func register(nnsCs *state.Contract, c *initializeContext, zone string, domain string, cs *contractState, writer *io.BufBinWriter) error {
Given that the package is
morph
, simpleregister
seems too generic.fixed
@ -210,0 +214,4 @@
}
func getWallet(cmd *cobra.Command, v *viper.Viper, needContracts bool, walletDir string) (*wallet.Wallet, error) {
if needContracts {
Again, what about flattening here?
fixed
@ -205,3 +220,1 @@
p := getPath("Path to the storage directory (all available storage will be used): ")
c.BlobstorPath = filepath.Join(p, "blob")
c.MetabasePath = filepath.Join(p, "meta")
func getOutputPath(args []string) string {
While we are here, how about flattening the structure?
fixed
f388355b4c
to6a087b0184
6a087b0184
toa8927fc57c
a8927fc57c
to479e703ce1