Bug 1061425
| Summary: | Packages search in Satellite web UI takes up to a couple minutes to complete | ||
|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | Stephen Herr <sherr> |
| Component: | WebUI | Assignee: | Stephen Herr <sherr> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 2.0 | CC: | aladke, jentrena, mhuth, mmello, tpapaioa, xdmoon |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | spacewalk-java-2.1.150-1 spacewalk-search-2.1.14-1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1035429 | Environment: | |
| Last Closed: | 2014-03-04 13:08:05 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1035429 | ||
| Bug Blocks: | 1069560 | ||
|
Description
Stephen Herr
2014-02-04 20:13:52 UTC
Previously committed: 8cf56428862e2165d9b74b6933cee225d1622af6 Adding: f480feb2469cdbb8d19c296db398dc5a98d6b18a 24ee3a62be4144e05b714eccd0f1e6b83dde9a56 In the course of investigating fixing this bug, I have encountered several other problems with package search that I have fixed along the way. They are: 1) Searching "Only channels relevant to your systems" did not search for packages that were relevant to *your* systems, it would search for packages that were relevant to some system somewhere, regardless of whether you could see it or not. This has been updated to search only for packages that are in channels that your systems (systems you can see) are subscribed to. 2) Searching "Packages of a specific architecture in any channel you have access to" did not search for packages in channels you had access to, but rather any channel of that architecture anywhere, regardless of if you have access to it or not. This has been updated to search only in channels the user has access to with the selected architectures. 3) In the API, the packages.search.* methods would always return results with a package provider of "unknown'. This has been updated to return the package provider if we know who it is. Disregard #2 in comment 2. The other two are valid though. Committing re-worked package search to Spacewalk master: 5b36a2e9cc24ec983218d48410139578e1895426 Spacewalk 2.1 has been released. https://fedorahosted.org/spacewalk/wiki/ReleaseNotes21 Spacewalk 2.1 has been released. https://fedorahosted.org/spacewalk/wiki/ReleaseNotes21 |