Actions
Bug #15257
closedDefault per_page configuration enables pagination, including in CSV mode
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman commands (obsolete)
Target version:
-
Difficulty:
Triaged:
Pull request:
Team Backlog:
Description
Pagination was disabled in both table and CSV formats by default since #10534 (in 0.3.0), but #14530 in master changed hammer_cli_foreman to paginate according to the config file's per_page value if set.
This value is set in the default hammer_cli config file (https://github.com/theforeman/hammer-cli/blob/0.6.1/config/cli_config.template.yml), so pagination is now enabled by default, even in CSV mode.
I think the configured setting should probably be ignored in CSV output mode (it is described as a 'ui' setting too), or remove the default per_page value of 20.
Updated by Dominic Cleal almost 9 years ago
- Related to Bug #14530: hammer queries defaults to 1000 items per page added
Updated by Martin Bacovsky almost 9 years ago
- Status changed from New to Assigned
- Assignee set to Martin Bacovsky
Updated by Martin Bacovsky almost 9 years ago
- Assignee changed from Martin Bacovsky to Tomáš Strachota
Updated by The Foreman Bot almost 9 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/hammer-cli/pull/208 added
Updated by The Foreman Bot almost 9 years ago
- Pull request https://github.com/theforeman/hammer-cli-foreman/pull/243 added
Updated by Anonymous almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Updated by Andrew Kofink almost 9 years ago
- Has duplicate Bug #15274: [Sat6] hammer content-view filter rule list shows only 20 entries added
Updated by Andrew Kofink almost 9 years ago
- Related to Bug #15542: SAT6.1 Pagination control not supported for listing content hosts in host collection with Satellite 6 command-line added
Actions