WIP: [#469] cli: Fix bug with name option for container list command #469
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#469
Loading…
Reference in a new issue
No description provided.
Delete branch "aarifullin/frostfs-node:fix/113-list_name_flag"
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?
Signed-off-by: Airat Arifullin a.arifullin@yadro.com
[#XX] cli: Fix bug with name option for container list commandto [#469] cli: Fix bug with name option for container list commandIt turned out that for some reason I have not fixed the requested change
@ -71,3 +71,3 @@
cnr := res.Container()
if cnrName := containerSDK.Name(cnr); flagVarListName != "" && cnrName != flagVarListName {
if cnrName := containerSDK.Name(cnr); flagVarListName != "" && !strings.Contains(cnrName, flagVarListName) {
Well, we also had #224 (comment)
I think we need to change the help instead.
Fixed. Anyway, it seems that using not whole name but its part is also useful
This could be useful, but also makes it impossible to search for the exact name.
The exact name was the original requirement for this task #113
621e11595c
toea5002d20b
[#469] cli: Fix bug with name option for container list commandto WIP: [#469] cli: Fix bug with name option for container list commandWon't be merged
Pull request closed