-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug 1756230: Only load config map metadata on config maps page #3152
Bug 1756230: Only load config map metadata on config maps page #3152
Conversation
Only the metadata is needed to display the config map list. This greatly improves performance on slow network connections since not all config map data is loaded.
@spadgett: This pull request references Bugzilla bug 1756230, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/retest |
1 similar comment
/retest |
/retest with changes from openshift-eng/aos-cd-jobs#1995 |
/retest because I think I clogged up the tubes 😛 |
/retest |
1 similar comment
/retest |
@spadgett: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
@spadgett: spadgett unauthorized: /override is restricted to Repo administrators, approvers in top level OWNERS file. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/override ci/openshift-jenkins |
@jwforres: Overrode contexts on behalf of jwforres: ci/openshift-jenkins In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@spadgett: All pull requests linked via external trackers have merged. Bugzilla bug 1756230 has been moved to the MODIFIED state. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Only the metadata is needed to display the config map list. This greatly
improves performance on slow network connections since not all config
map data is loaded.
/assign @TheRealJon