Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rm/Drop subnets support #2411

Merged
merged 2 commits into from
Jun 29, 2023
Merged

Conversation

notimetoname
Copy link
Contributor

See nspcc-dev/neofs-api#261.

@cthulhu-rider, @roman-khimov, ping me if you think that it should be deprecated first (CLI flags, subcommands).

@codecov
Copy link

codecov bot commented Jun 28, 2023

Codecov Report

Merging #2411 (a9ae661) into master (5ca26a8) will increase coverage by 0.46%.
The diff coverage is 0.00%.

❗ Current head a9ae661 differs from pull request most recent head b7830db. Consider uploading reports for the commit b7830db to get more accurate results

@@            Coverage Diff             @@
##           master    #2411      +/-   ##
==========================================
+ Coverage   29.23%   29.69%   +0.46%     
==========================================
  Files         406      399       -7     
  Lines       30863    29938     -925     
==========================================
- Hits         9023     8891     -132     
+ Misses      21098    20309     -789     
+ Partials      742      738       -4     
Impacted Files Coverage Δ
...fs-adm/internal/modules/morph/initialize_deploy.go 0.00% <ø> (ø)
cmd/neofs-adm/internal/modules/morph/root.go 50.29% <ø> (-0.30%) ⬇️
cmd/neofs-node/config/node/config.go 91.02% <ø> (-0.84%) ⬇️
cmd/neofs-node/netmap.go 0.00% <ø> (ø)
pkg/innerring/contracts.go 0.00% <ø> (ø)
pkg/innerring/innerring.go 0.00% <ø> (ø)
pkg/innerring/processors/netmap/handlers.go 0.00% <ø> (ø)
pkg/innerring/processors/netmap/process_peers.go 0.00% <ø> (ø)
pkg/innerring/processors/netmap/processor.go 0.00% <0.00%> (ø)
pkg/morph/client/nns.go 0.00% <ø> (ø)
... and 9 more

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@cthulhu-rider cthulhu-rider left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

red dawn 🟥

@notimetoname about deprecation: imo it's better to insta purge all stuff since afaik the feature has never been used

@roman-khimov
Copy link
Member

@notimetoname about deprecation: imo it's better to insta purge all stuff since afaik the feature has never been used

Agree with that.

@notimetoname
Copy link
Contributor Author

@roman-khimov, @cthulhu-rider, ok, it is ready then. Also, pay attention to regenerated files (e.g.). I used to install the same versions not to add useless changes to version lines in the files but after the 10th time, I do not want to do it anymore.

See nspcc-dev/neofs-api#261.

Signed-off-by: Pavel Karpy <carpawell@morphbits.io>
Make them be a few logical sections (not a list, not a text with
paragraphs). Also, make them be named "Updating" (not "Upgrading" like they
used to be but were renamed for some unknown reason).

Signed-off-by: Pavel Karpy <carpawell@morphbits.io>
@roman-khimov roman-khimov merged commit bbadd28 into nspcc-dev:master Jun 29, 2023
6 of 8 checks passed
@notimetoname notimetoname deleted the rm/subnets branch June 29, 2023 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants