Comment 20 for bug 1657348

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-web (stable/newton)

Reviewed: https://review.openstack.org/427082
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=2d50d938112c0dde825dc95aa7311a8798af78ba
Submitter: Jenkins
Branch: stable/newton

commit 2d50d938112c0dde825dc95aa7311a8798af78ba
Author: Alexander Kislitsky <email address hidden>
Date: Thu Jan 26 17:25:33 2017 +0300

    Handler for counting notifications statuses added

    For calculation of notifications statuses we made requests in the UI
    and fetch all notifications data and process them on the UI side.
    We want to replace a polling of the whole notification collection by
    a polling of unread notifications number. This dramatically decrease
    Fuel UI load in case of a big amount of notifications.

    Change-Id: I8f83d4e2d7f58beaf06c489b2264ccb69f9927ce
    Partial-Bug: #1657348
    (cherry picked from commit d4bf85957e13abecc519c84f43122e55df510eec)