Bug 1458934 - Container Explorer Page is not scalable
Summary: Container Explorer Page is not scalable
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: UI - OPS
Version: 5.8.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: GA
: 5.8.1
Assignee: Yaacov Zamir
QA Contact: Shalom Naim
URL:
Whiteboard: container:ui
Depends On: 1443743
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-06-05 21:15 UTC by Satoe Imaishi
Modified: 2022-07-09 08:37 UTC (History)
8 users (show)

Fixed In Version: 5.8.1.0
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1443743
Environment:
Last Closed: 2017-08-02 17:26:33 UTC
Category: ---
Cloudforms Team: Container Management
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2017:1758 0 normal SHIPPED_LIVE Important: Red Hat CloudForms security, bug fix, and enhancement update 2017-08-02 21:23:43 UTC

Comment 2 CFME Bot 2017-06-05 21:21:18 UTC
New commit detected on ManageIQ/manageiq/fine:
https://github.com/ManageIQ/manageiq/commit/1332fb90715b8e98d599f3c43fcfa9749b5470dc

commit 1332fb90715b8e98d599f3c43fcfa9749b5470dc
Author:     Oleg Barenboim <chessbyte>
AuthorDate: Thu May 11 17:58:28 2017 -0400
Commit:     Satoe Imaishi <simaishi>
CommitDate: Mon Jun 5 17:17:51 2017 -0400

    Merge pull request #14893 from yaacov/do-not-show-containers-tree
    
    Add default filters for the container page
    (cherry picked from commit c1d66c8ff4a31cdd07c047278ae4a20a537e65bf)
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1458934

 db/fixtures/miq_searches.yml | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Comment 3 CFME Bot 2017-06-08 14:59:19 UTC
New commit detected on ManageIQ/manageiq-ui-classic/fine:
https://github.com/ManageIQ/manageiq-ui-classic/commit/10be54bc8b9ec852e7162b7c9a4c17d62a62e3b8

commit 10be54bc8b9ec852e7162b7c9a4c17d62a62e3b8
Author:     Martin Povolny <mpovolny>
AuthorDate: Wed May 10 21:29:44 2017 +0200
Commit:     Satoe Imaishi <simaishi>
CommitDate: Thu Jun 8 10:04:00 2017 -0400

    Merge pull request #1204 from yaacov/make-containers-navlist
    
    Make containers view navlist
    (cherry picked from commit 70aec6d45b200a44f7c81bb7357cb916c7290aff)
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1458934
    https://bugzilla.redhat.com/show_bug.cgi?id=1458935

 .../application_controller/ci_processing.rb        |   2 +-
 .../application_controller/policy_support.rb       |   2 +-
 app/controllers/container_controller.rb            | 286 ---------------------
 app/controllers/mixins/sandbox.rb                  |   2 -
 app/helpers/application_helper.rb                  |   7 +-
 app/helpers/application_helper/toolbar_chooser.rb  |   1 +
 app/presenters/menu/default_menu.rb                |   2 +-
 app/presenters/tree_builder.rb                     |   4 -
 app/presenters/tree_builder_containers.rb          |  46 ----
 app/presenters/tree_builder_containers_filter.rb   |  39 ---
 app/views/configuration/_ui_2.html.haml            |   3 +-
 app/views/container/_container_show.html.haml      |   1 -
 app/views/container/_explorer.js.haml              |   2 -
 app/views/container/explorer.html.haml             |  14 -
 app/views/container/show.html.haml                 |   8 +
 app/views/container/show_list.html.haml            |   2 +
 app/views/layouts/listnav/_container.html.haml     |  35 +++
 config/routes.rb                                   |   7 +-
 spec/controllers/container_controller_spec.rb      | 165 ++++--------
 spec/presenters/tree_builder_containers_spec.rb    |  41 ---
 20 files changed, 106 insertions(+), 563 deletions(-)
 delete mode 100644 app/presenters/tree_builder_containers.rb
 delete mode 100644 app/presenters/tree_builder_containers_filter.rb
 delete mode 100644 app/views/container/_container_show.html.haml
 delete mode 100644 app/views/container/_explorer.js.haml
 delete mode 100644 app/views/container/explorer.html.haml
 create mode 100644 app/views/container/show.html.haml
 create mode 100644 app/views/container/show_list.html.haml
 create mode 100644 app/views/layouts/listnav/_container.html.haml
 delete mode 100644 spec/presenters/tree_builder_containers_spec.rb

Comment 4 Yaacov Zamir 2017-06-13 06:00:41 UTC
backported upstream
https://github.com/ManageIQ/manageiq-ui-classic/pull/1204

Comment 6 errata-xmlrpc 2017-08-02 17:26:33 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2017:1758


Note You need to log in before you can comment on or make changes to this bug.