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

Add --global-name flag for neofs-cli container create #2954

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

End-rey
Copy link
Contributor

@End-rey End-rey commented Sep 30, 2024

Because of #2682 (comment), rewrite #2950.

Closes #2682.

Copy link

codecov bot commented Sep 30, 2024

Codecov Report

Attention: Patch coverage is 0% with 8 lines in your changes missing coverage. Please review.

Project coverage is 23.54%. Comparing base (56d532b) to head (524f471).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
cmd/neofs-cli/modules/container/create.go 0.00% 8 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2954      +/-   ##
==========================================
+ Coverage   23.53%   23.54%   +0.01%     
==========================================
  Files         776      776              
  Lines       46602    46606       +4     
==========================================
+ Hits        10967    10973       +6     
  Misses      34772    34772              
+ Partials      863      861       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

cmd/neofs-cli/modules/container/create.go Outdated Show resolved Hide resolved
If `--global-name` provided, then name attribute sets to `__NEOFS__NAME`
attribute, which is used for container domain name in NNS contracts.

Closes #2682.

Signed-off-by: Andrey Butusov <[email protected]>
@roman-khimov roman-khimov merged commit fd9a0d6 into master Sep 30, 2024
20 of 21 checks passed
@roman-khimov roman-khimov deleted the 2682-named-container branch September 30, 2024 16:07
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.

Can't easily create named container from CLI
3 participants