Comment 20 for bug 1263665

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (stable/icehouse)

Reviewed: https://review.openstack.org/179268
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=78b6f5ed6145dcb2e9ce2caed0c87d159c12697b
Submitter: Jenkins
Branch: stable/icehouse

commit 78b6f5ed6145dcb2e9ce2caed0c87d159c12697b
Author: Timur Sufiev <email address hidden>
Date: Thu Apr 30 12:54:29 2015 +0300

    Fix exponentially growing AJAX updates for table rows

    Schedule next table rows update only when the last row was
    updated. Since unit-test for this fix relies on a blueprint
    replace-qunit-tests-with-jasmine it is moved to a separate commit to
    speed up this fix merge, see https://review.openstack.org/#/c/179013/

    Closes-Bug: #1263665
    (cherry picked from commit ca090378b4875afebdebd67bdb457eebad6b2b7d)

    Conflict Resolution Notes:
    cherry-pick needed to have the old body of the complete: function
    manually removed - it wasn't sure if it still belonged (resulting in
    nearly duplicate code) or should be removed. I'm a bit surprised the
    cherry-pick didn't auto-resolve.

    Conflicts:
     horizon/static/horizon/js/horizon.tables.js

    Change-Id: Id603a4fde5713d8f2b85b1dcf72c82c93a87c755