[#1259] Remove locode package and add frostfs-locode-db dependency #1260
No reviewers
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
5 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#1260
Loading…
Reference in a new issue
No description provided.
Delete branch "george.bartolomey/frostfs-node:locode"
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?
Moved locode package to frostfs-locode-db repository. frostfs-node will depend on frostfs-locode-db.
pkg/util/locode
cmd/frostfs-cli/modules/util/locode*
git.frostfs.info/TrueCloudLab/frostfs-node/pkg/util/locode
->git.frostfs.info/TrueCloudLab/frostfs-locode-db/pkg/locode
Closes: #1259
Regarding commit messages:
[#1259] Remove locode utility
->[#1259] cli: Remove locode subcommand
@ -35,3 +35,3 @@
github.com/ssgreg/journald v1.0.0
github.com/stretchr/testify v1.9.0
go.etcd.io/bbolt v1.3.9
go.etcd.io/bbolt v1.3.10
This dependency is important, it is better not to update it now (separate test needed).
Ok, I fixed that.
7a935c6dfa
todb705f77c4
@fyrchik, changed.
c8b1a75aea
to381f55f28c
I fixed conflict with master.
@george.bartolomey Currently, we are trying to stabilise master branch. The PR looks OK, but I will postpone merging it a bit (will merge in a few days).
@ -30,3 +30,3 @@
github.com/prometheus/client_golang v1.19.0
github.com/spf13/cast v1.6.0
github.com/spf13/cobra v1.8.0
github.com/spf13/cobra v1.8.1
Speaking of other dependencies too -- do you have any specific reason for update?
go mod tidy
changes version of these dependencies.frostfs-locode-db has newer version of packages. Could we downgrade these packages in frostfs-locode-db module?
ok, not that important, let's leave as is.
I will update in another PR, let's rebase this one after.
381f55f28c
to3432bc4351
3432bc4351
to92d9f3c4b5
@george.bartolomey #1264 was merged, could you rebase on master, so that I could merge this PR?
92d9f3c4b5
to4ef96fd068
@fyrchik, done! Please, check.
4ef96fd068
tof614948671
Please, look at the pre-commit action -- https://git.frostfs.info/TrueCloudLab/frostfs-node/actions/runs/9431/jobs/0
It seems
go mod tidy
needs to be run.f614948671
tod3126504e3
d3126504e3
to9c2c76ca32
@fyrchik, fixed.
@george.bartolomey Thanks for your contribution!