-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
quay-v3.16.0
-
False
-
-
False
-
-
Description of problem:
In quay 3.16.0 new UI. create some usage logs, then use filter in "Usage Logs" panel to filter out some logs, the filter can't always work correctly.
Version-Release number of selected component (if applicable):
y.io/redhat-user-workloads/quay-eng-tenant/stable-3-16-v4-19@sha256:d562543a047e3d58ac99364d46b302430815422d5c46e8fc3f19a331df23cc63 ------------------------------ $ oc get $(oc get pod -l name=quay-operator-alm-owned -o name -n quay-enterprise) -o jsonpath='{.spec.containers[0].image}' -n quay-enterprise registry.redhat.io/quay/quay-operator-rhel8@sha256:6784976c0c1aa2de10801b9750d7b883d22d408084dccbe4dc829c5eeb4ecacb ------------------------------ $ oc get $(oc get pod -l app=quay -o NAME -n quay-enterprise|head -n 1) -o jsonpath='{.spec.containers[0].image}' -n quay-enterprise registry.redhat.io/quay/quay-rhel8@sha256:9541902e1ea21e07e577f6c94b60ad124c0f52453dc8b3b28b2a2e24d38db929 ------------------------------ $ oc get quayregistry -o jsonpath='{.items[0].status.currentVersion}' -n quay-enterprise 3.16.0
Actual results
The original logs

Try to filter out all logs which contain "build" key word
The filter result in new UI

The filter result in old UI logs

Expected results
The filter should work for all kinds of key word, regardless of whether the keyword appears at the beginning, middle, or end of the statement.