Comment 2 for bug 1548354

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

Reviewed: https://review.openstack.org/283260
Committed: https://git.openstack.org/cgit/openstack/openstack-health/commit/?id=8a0ab1d42563fc7650b1696cfe12d28bc5058b03
Submitter: Jenkins
Branch: master

commit 8a0ab1d42563fc7650b1696cfe12d28bc5058b03
Author: Masayuki Igawa <email address hidden>
Date: Mon Feb 22 15:53:02 2016 -0500

    Split tests page into list and detail page

    This commit splits the tests page into a list page and its detail page
    for improving the performance of showing the page.
    Previously, we rendered numerous tests list in one tests page. So it
    causes the performance issue. Splitting the page reduces the number of
    showing test lists. This is not perfect solution but it's better than
    before at least.

    Change-Id: If1a97740d09359ae17d0f0b7df8d36256ac99f47
    Closes-Bug: #1548354