Actions
Bug #18340
closedHammer params for ordering are inconsistent
Difficulty:
Triaged:
No
Bugzilla link:
Team Backlog:
Marek
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1417726
Description of problem:
Foreman part of hammer cli uses parameter --order="<FIELD_NAME> <DIRECTION>" for ordering results. Katello part uses two parameters --by="<FIELD_NAME>" and --order="<DIRECTION>"
For example compare
hammer architecture list -h
and
Apart from the above there are additional issues:hammer repository list -h
- in Katello commands --by and --order seem to have no effect (probably related to bz 1138262)
- in Foreman commands there's no validation of the direction and API silently falls back to 'ASC'
Version-Release number of selected component (if applicable):
hammer-cli-foreman 0.9.0
hammer-cli-katello 0.3.0
Actual results:
There are various parameters for ordering results, some of the dysfunctional.
Expected results:
Hammer should provide unified commands for ordering fields. Probably only --order should be used.
Updated by Tomáš Strachota almost 8 years ago
- Subject changed from Hammer params for ordering are inconsistent to Hammer params for ordering are inconsistent
- Description updated (diff)
- Target version set to 115
Updated by Tomáš Strachota almost 8 years ago
- Blocked by Bug #18341: API sort hash is not working, but sort_by and sort_order are working but undocumented added
Updated by Oleh Fedorenko over 6 years ago
- Status changed from New to Assigned
- Assignee set to Oleh Fedorenko
- Triaged set to No
Updated by Oleh Fedorenko about 6 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/Katello/hammer-cli-katello/pull/588 added
Updated by Oleh Fedorenko about 6 years ago
- Status changed from Ready For Testing to Closed
Actions