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

Create named container from CLI #2950

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

End-rey
Copy link
Contributor

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

Closes #2682.

Copy link

codecov bot commented Sep 24, 2024

Codecov Report

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

Project coverage is 23.53%. Comparing base (b309c2c) to head (6345314).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
cmd/neofs-cli/modules/container/create.go 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2950      +/-   ##
==========================================
- Coverage   23.54%   23.53%   -0.01%     
==========================================
  Files         776      776              
  Lines       46576    46579       +3     
==========================================
- Hits        10965    10964       -1     
- Misses      34749    34752       +3     
- Partials      862      863       +1     

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

@End-rey End-rey force-pushed the 2682-create-named-container-from-cli branch from 18f6757 to f0c9ce3 Compare September 24, 2024 14:22
CHANGELOG.md Outdated Show resolved Hide resolved
cmd/neofs-cli/modules/container/create.go Outdated Show resolved Hide resolved
@End-rey End-rey force-pushed the 2682-create-named-container-from-cli branch from f0c9ce3 to a1f83e8 Compare September 24, 2024 15:05
@carpawell
Copy link
Member

Some conflicts.

Flag `--name` now sets also `__NEOFS__NAME` attribute,
which is used for container domain name in NNS contracts.

Closes #2682.

Signed-off-by: Andrey Butusov <[email protected]>
@End-rey End-rey force-pushed the 2682-create-named-container-from-cli branch from a1f83e8 to 6345314 Compare September 25, 2024 06:42
@roman-khimov roman-khimov merged commit 422dc92 into master Sep 25, 2024
20 of 21 checks passed
@roman-khimov roman-khimov deleted the 2682-create-named-container-from-cli branch September 25, 2024 08:29
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