Bug 1161157
| Summary: | [RFE] big delay on checkbox in Manage Repositories | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Matěj Cepl <mcepl> |
| Component: | subscription-manager | Assignee: | Michael Stead <mstead> |
| Status: | CLOSED ERRATA | QA Contact: | John Sefler <jsefler> |
| Severity: | medium | Docs Contact: | Petr Bokoc <pbokoc> |
| Priority: | unspecified | ||
| Version: | 7.2 | CC: | bkearney, candlepin-bugs, crog, dgoodwin, jgalipea, jsefler, lkocman, mcepl, mstead, pbokoc, skallesh, wpoteat |
| Target Milestone: | rc | Keywords: | FutureFeature |
| Target Release: | 7.2 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: |
Manage Repositories dialog in Subscription Manager is now more responsive
The Manage Repositories dialog in the graphical version of Subscription Manager (the _subscription-manager-gui_ package) has been updated to no longer fetch information on each checkbox change. Instead, the system state is only synchronized when the new "save" button is clicked. This removes delays users experienced in previous versions caused by the system state being updated on each checkbox action, and repository management is now significantly more responsive.
|
Story Points: | --- |
| Clone Of: | 1155954 | Environment: | |
| Last Closed: | 2015-11-19 11:48:16 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: | 1155954 | ||
| Bug Blocks: | 1121117 | ||
|
Description
Matěj Cepl
2014-11-06 14:25:59 UTC
Moving to 7.2, but will possibly already be done by then due to the 6.7 cloned bug. Not sure of the solution. Will attempt to improve in 7.2. Fix waiting on code review: https://github.com/candlepin/subscription-manager/pull/1235 Fix now in master commit 3ab798843011b05f9a24dd0c82db96466a7e72f4
Author: Michael Stead <mstead>
Date: Thu Jul 16 11:25:05 2015 -0300
1161157,1155954: Improve performance of Repository Dialog
Instead of immediately sending repo override changes to
the server on each checkbox click, queue them up and send
them when the 'Apply' button is clicked.
All communication with the server while saving/loading
data, is done async, and the user will be presented with
a progess window until the request completes.
Closing the dialog will detect if there were any local
changes made, and prompt the user to save changes before
closing.
The Remove All Overrides button will only be enabled if
there are currently overrides on the server for the
selected repository.
This commit also addresses varions layout/display issues
for GTK3.
Marking verified !! If you try to enable/disable the repo , checkbox is checked/unchecked without any delay [root@dhcp35-236 ~]# subscription-manager version server type: Red Hat Subscription Management subscription management server: 2.0.6-1 subscription management rules: 5.16 subscription-manager: 1.15.9-3.el7 python-rhsm: 1.15.4-2.el7 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-2122.html |