← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1442146] Re: Horizon Ajax cleanup

 

Reviewed:  https://review.openstack.org/172067
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=574228c1ba2e7649ae1a1180b15bdef7ae5bda5c
Submitter: Jenkins
Branch:    master

commit 574228c1ba2e7649ae1a1180b15bdef7ae5bda5c
Author: Sam Betts <sam@xxxxxxxxxxxxxx>
Date:   Thu Apr 9 14:20:16 2015 +0100

    Use JQuery promise/deferred objects to track AJAX
    
    The JQuery library offers objects known as deferred for tracking
    multiple call backs, this can be used with AJAX to track cases when we
    only want to do something once multiple requests are complete such as
    re-calling the datatables update method.
    
    This also allows for us to track the completed state of a request in the
    ajax queue without injecting a custom completed callback into every
    request that is handled by the queue.
    
    Change-Id: I7d5acb6d05a5822b2de7d73678797166276ac599
    Closes-Bug: 1442146


** Changed in: horizon
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1442146

Title:
  Horizon Ajax cleanup

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Clean up of horizon Ajax code to allow for better management of many
  tasks that have to wait for each other to finish.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1442146/+subscriptions


References