Files
python-mistralclient/releasenotes/notes/execution-list-default-behavior-change-225010204e32bc89.yaml
Bob Haddleton d53da3629f Provide consistent options and return latest execution entries
This patchset updates the *-list commands to have consistent
definitions of the sort_keys/sort_dirs/limit/filter/marker
options.  It also modified the execution-list, action-execution-list
and task-list commands to return the MOST RECENT entries by
default, when no other sort_key, sort_dir or marker options are
provided, rather than the oldest entries.  There is a new --oldest
option for these three commands to allow the user to access the
oldest entries instead of the newest.

A release note has also been created.

Change-Id: I002edd1b10ab281072cfa7501cfa763073a7781c
2018-12-19 20:51:39 -06:00

12 lines
548 B
YAML

---
critical:
- |
The default behavior of the action-execution-list, execution-list and
task-list commands has been changed. Instead of returning the oldest
N records (default 100 or --limit specified value) by default,
they now return the most recent N records, when no other sort_dir,
sort_key or marker values are provided. If the user specifies --oldest
or any of the --marker, --sort_key or --sort_dir options, the new
behavior is disabled and the commands will work according to the
user-supplied options.