WIP: [#469] cli: Fix bug with name option for container list command #469

Closed
aarifullin wants to merge 1 commit from aarifullin/frostfs-node:fix/113-list_name_flag into master
Member

Signed-off-by: Airat Arifullin a.arifullin@yadro.com

Signed-off-by: Airat Arifullin a.arifullin@yadro.com
aarifullin changed title from [#XX] cli: Fix bug with name option for container list command to [#469] cli: Fix bug with name option for container list command 2023-06-26 14:22:03 +00:00
Author
Member

It turned out that for some reason I have not fixed the requested change

It turned out that for some reason I have not fixed the [requested change](https://git.frostfs.info/TrueCloudLab/frostfs-node/pulls/224#issuecomment-5358)
aarifullin requested review from storage-core-committers 2023-06-26 14:23:31 +00:00
aarifullin requested review from storage-core-developers 2023-06-26 14:23:37 +00:00
anikeev-yadro approved these changes 2023-06-26 14:50:37 +00:00
dstepanov-yadro approved these changes 2023-06-26 15:14:53 +00:00
acid-ant approved these changes 2023-06-26 18:29:08 +00:00
fyrchik reviewed 2023-06-27 07:23:56 +00:00
@ -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) {
Owner

Well, we also had #224 (comment)
I think we need to change the help instead.

Well, we also had https://git.frostfs.info/TrueCloudLab/frostfs-node/pulls/224#issuecomment-5234 I think we need to change the help instead.
Author
Member

Fixed. Anyway, it seems that using not whole name but its part is also useful

Fixed. Anyway, it seems that using not whole name but its part is also useful
Owner

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

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 https://git.frostfs.info/TrueCloudLab/frostfs-node/issues/113
aarifullin force-pushed fix/113-list_name_flag from 621e11595c to ea5002d20b 2023-06-27 08:53:10 +00:00 Compare
aarifullin requested review from dstepanov-yadro 2023-06-27 08:53:17 +00:00
aarifullin requested review from acid-ant 2023-06-27 08:53:18 +00:00
acid-ant approved these changes 2023-06-27 08:56:17 +00:00
dstepanov-yadro approved these changes 2023-06-28 11:24:57 +00:00
anikeev-yadro approved these changes 2023-06-28 12:04:04 +00:00
aarifullin changed title from [#469] cli: Fix bug with name option for container list command to WIP: [#469] cli: Fix bug with name option for container list command 2023-06-29 09:06:07 +00:00
Author
Member

Won't be merged

Won't be merged
aarifullin closed this pull request 2023-06-30 09:15:20 +00:00
All checks were successful
ci/woodpecker/pr/pre-commit Pipeline was successful
Required
Details

Pull request closed

Sign in to join this conversation.
No milestone
No project
No assignees
5 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-node#469
No description provided.