Comment 18 for bug 1657348

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

Reviewed: https://review.openstack.org/425719
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=d4bf85957e13abecc519c84f43122e55df510eec
Submitter: Jenkins
Branch: master

commit d4bf85957e13abecc519c84f43122e55df510eec
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