File: execution-list-default-behavior-change-225010204e32bc89.yaml

package info (click to toggle)
python-mistralclient 1%3A5.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,092 kB
  • sloc: python: 10,820; sh: 125; makefile: 25
file content (11 lines) | stat: -rw-r--r-- 548 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
---
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.