cockpit-project / cockpit-podman

Cockpit UI for podman containers
GNU Lesser General Public License v2.1
435 stars 90 forks source link

Fix searching containers with full URL #1807

Closed tomasmatus closed 2 months ago

tomasmatus commented 2 months ago

Fixes bug that makes it impossible to search containers with full URL such as docker.io/{user}/{container_name}.

tomasmatus commented 2 months ago

Funnily enough tests didn't catch this likely because of debounce in the search input + delay to resolve all promises to search repositories so UI didn't re-render fast enough to cause test failure.