#893 Delete comps group
Closed: Fixed 4 years ago by tkopecek. Opened 5 years ago by tkopecek.

Currently we can only block packages in group, but not remove it. Create an API call + CLI command for that.


Note that users are going to be quite likely to run this against a tag that only contains the entry via inheritance. In that case, we can't remove it because it is not there.

This is why we have block instead of remove. Block accomplishes what the user is actually asking for.

Note that users are going to be quite likely to run this against a tag that only contains the entry via inheritance. In that case, we can't remove it because it is not there.
This is why we have block instead of remove. Block accomplishes what the user is actually asking for.

Note, I'm not saying don't add it, but we probably ought to do a little extra work on the command to make it friendlier.

The underlying call exists -- groupListRemove.
Someone who knows what they are doing can call that easily enough.

$ lkoji add-group mikem2 somegroup
$ lkoji list-groups mikem2
somegroup  [mikem2]
$ lkoji call groupListRemove mikem2 somegroup
None
$ lkoji list-groups mikem2

Metadata Update from @dgregor:
- Custom field Size adjusted to None
- Issue set to the milestone: 1.19

4 years ago

Metadata Update from @jcupova:
- Issue tagged with: testing-done

4 years ago

Metadata Update from @dgregor:
- Issue assigned to breilly

4 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #923 Merged 4 years ago