File: bug-1704971-fix-name-description-filter-85935582e89a72a0.yaml

package info (click to toggle)
manila 1%3A21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,512 kB
  • sloc: python: 281,625; sh: 1,873; pascal: 1,336; makefile: 74
file content (12 lines) | stat: -rw-r--r-- 630 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
---
fixes:
  - Fix the ``exact`` filters (name, description) in ``shares``,
    ``snapshots``, ``share-networks`` list can be filter by ``inexact``
    value.
    We got the error because the ``description`` filter will be
    skipped in ``shares``, ``snapshots`` list API, and we will directly
    remove the ``inexact`` filter flag('~') and process the
    ``exact`` filters (name, description) by ``inexact`` filter logic.
    Now, we added ``description`` filter in ``shares``, ``snapshots`` list,
    and check whether the filter keys has the '~' in the end in ``shares``,
    ``snapshots``, ``share-networks`` list firstly.