Bug 1672934 - [RFE] Remove Optimize > Bottleneck and Planning UI
Summary: [RFE] Remove Optimize > Bottleneck and Planning UI
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: UI - OPS
Version: 5.4.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: GA
: 5.11.0
Assignee: Greg Piatigorski
QA Contact: Nandini Chandra
Red Hat CloudForms Documentation
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-02-06 09:26 UTC by Loic Avenel
Modified: 2019-12-12 13:35 UTC (History)
9 users (show)

Fixed In Version: 5.11.0.6
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-12-12 13:35:22 UTC
Category: Feature
Cloudforms Team: CFME Core
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2019:4199 0 None None None 2019-12-12 13:35:36 UTC

Description Loic Avenel 2019-02-06 09:26:50 UTC
Description of problem: Remove Optimize > Bottleneck and Planning UI

Comment 7 CFME Bot 2019-05-23 19:50:39 UTC
New commits detected on ManageIQ/manageiq/master:

https://github.com/ManageIQ/manageiq/commit/49fbb62aaef78f136046f748a534c781c79e4332
commit 49fbb62aaef78f136046f748a534c781c79e4332
Author:     Greg Piatigorski <gpiatigo>
AuthorDate: Wed Apr  3 18:27:51 2019 -0400
Commit:     Greg Piatigorski <gpiatigo>
CommitDate: Wed Apr  3 18:27:51 2019 -0400

    Remove deprecated Optimize Planning - shortcuts and user roles

    https://bugzilla.redhat.com/show_bug.cgi?id=1672934

 app/models/ems_cluster.rb | 1 -
 app/models/ems_cluster/capacity_planning.rb | 253 -
 app/models/vim_performance_analysis.rb | 121 -
 app/models/vim_performance_planning.rb | 129 -
 db/fixtures/miq_product_features.yml | 6 -
 db/fixtures/miq_shortcuts.yml | 5 -
 db/fixtures/miq_user_roles.yml | 5 -
 locale/manageiq.pot | 19 -
 product/charts/layouts/planning_charts.yaml | 18 -
 product/charts/miq_reports/vim_perf_planning.yaml | 84 -
 spec/models/ems_cluster/capacity_planning_spec.rb | 364 -
 spec/models/vim_performance_planning_spec.rb | 31 -
 12 files changed, 1036 deletions(-)


https://github.com/ManageIQ/manageiq/commit/d1299f158d76bc7a31e21bb3050c7d11360aa14c
commit d1299f158d76bc7a31e21bb3050c7d11360aa14c
Author:     Greg Piatigorski <gpiatigo>
AuthorDate: Mon Apr 22 16:20:14 2019 -0400
Commit:     Greg Piatigorski <gpiatigo>
CommitDate: Mon Apr 22 16:20:14 2019 -0400

    Remove deprecated Optimize Bottlenecks menu and shortcuts

    https://bugzilla.redhat.com/show_bug.cgi?id=1672934

 db/fixtures/miq_product_features.yml | 6 -
 db/fixtures/miq_shortcuts.yml | 5 -
 db/fixtures/miq_user_roles.yml | 5 -
 locale/en.yml | 1 -
 locale/manageiq.pot | 47 -
 5 files changed, 64 deletions(-)

Comment 8 CFME Bot 2019-05-23 19:51:15 UTC
New commits detected on ManageIQ/manageiq-ui-classic/master:

https://github.com/ManageIQ/manageiq-ui-classic/commit/42826c4b03c80991b9984304d2f4cbd50da25428
commit 42826c4b03c80991b9984304d2f4cbd50da25428
Author:     Greg Piatigorski <gpiatigo>
AuthorDate: Thu Apr  4 10:53:48 2019 -0400
Commit:     Greg Piatigorski <gpiatigo>
CommitDate: Thu Apr  4 10:53:48 2019 -0400

    Remove deprecated Optimize Planning default menu

    https://bugzilla.redhat.com/show_bug.cgi?id=1672934

 app/controllers/application_controller.rb | 2 +-
 app/controllers/application_controller/performance.rb | 156 -
 app/controllers/application_controller/performance/options.rb | 2 +-
 app/controllers/planning_controller.rb | 295 -
 app/helpers/application_helper.rb | 2 -
 app/helpers/application_helper/button/utilization_download.rb | 5 -
 app/helpers/application_helper/page_layouts.rb | 5 +-
 app/helpers/application_helper/title.rb | 2 -
 app/helpers/application_helper/toolbar_chooser.rb | 5 +-
 app/helpers/planning_helper.rb | 40 -
 app/views/planning/_planning_instructions.html.haml | 22 -
 app/views/planning/_planning_options.html.haml | 296 -
 app/views/planning/_planning_report.html.haml | 17 -
 app/views/planning/_planning_summary.html.haml | 49 -
 app/views/planning/_planning_tabs.html.haml | 17 -
 app/views/planning/_planning_vm_profile.html.haml | 77 -
 app/views/planning/index.html.haml | 39 -
 config/routes.rb | 14 -
 lib/report_formatter/chart_common.rb | 40 -
 locale/ManageIQ_UI_Classic.pot | 270 +-
 spec/controllers/application_controller/performance_spec.rb | 23 -
 spec/controllers/planning_controller_spec.rb | 110 -
 spec/helpers/application_helper/title_spec.rb | 5 -
 spec/helpers/application_helper/toolbar_chooser_spec.rb | 1 -
 spec/routing/planning_routing_spec.rb | 47 -
 25 files changed, 29 insertions(+), 1512 deletions(-)


https://github.com/ManageIQ/manageiq-ui-classic/commit/ccc8d6cd968114977964a17bcbfe51f7edfdf317
commit ccc8d6cd968114977964a17bcbfe51f7edfdf317
Author:     Greg Piatigorski <gpiatigo>
AuthorDate: Mon Apr 15 18:45:29 2019 -0400
Commit:     Greg Piatigorski <gpiatigo>
CommitDate: Mon Apr 15 18:45:29 2019 -0400

    Remove deprecated Optimize Bottlenecks function code

    https://bugzilla.redhat.com/show_bug.cgi?id=1672934

 app/controllers/application_controller.rb | 2 +-
 app/controllers/mixins/sandbox.rb | 2 -
 app/controllers/utilization_controller.rb | 2 +-
 app/helpers/application_helper/button/utilization_download.rb | 6 +-
 app/helpers/application_helper/page_layouts.rb | 2 +-
 app/helpers/application_helper/title.rb | 2 -
 app/helpers/application_helper/toolbar_chooser.rb | 2 +-
 app/presenters/tree_builder.rb | 2 -
 app/views/bottlenecks/_bottlenecks_options.html.haml | 40 -
 app/views/bottlenecks/_bottlenecks_report.html.haml | 10 -
 app/views/bottlenecks/_bottlenecks_summary.html.haml | 7 -
 app/views/bottlenecks/_bottlenecks_tabs.html.haml | 14 -
 app/views/bottlenecks/_bottlenecks_tl_detail.html.haml | 14 -
 app/views/bottlenecks/index.html.haml | 2 -
 config/routes.rb | 16 -
 lib/report_formatter/timeline.rb | 2 -
 locale/ManageIQ_UI_Classic.pot | 66 +-
 spec/controllers/bottlenecks_controller_spec.rb | 66 -
 spec/helpers/application_helper/buttons/utilization_download_spec.rb | 26 -
 spec/helpers/application_helper/title_spec.rb | 5 -
 spec/helpers/application_helper/toolbar_chooser_spec.rb | 7 -
 spec/lib/report_formater/timeline_spec.rb | 23 -
 22 files changed, 8 insertions(+), 310 deletions(-)


https://github.com/ManageIQ/manageiq-ui-classic/commit/e4e7876d878be20ec754fb718b1812bf6fde928d
commit e4e7876d878be20ec754fb718b1812bf6fde928d
Author:     Greg Piatigorski <gpiatigo>
AuthorDate: Thu May  2 16:35:54 2019 -0400
Commit:     Greg Piatigorski <gpiatigo>
CommitDate: Thu May  2 16:35:54 2019 -0400

    Remove deprecated Bottlenecks controller in Optimize Bottlenecks menu

    https://bugzilla.redhat.com/show_bug.cgi?id=1672934

 app/controllers/bottlenecks_controller.rb | 228 -
 1 file changed, 228 deletions(-)


https://github.com/ManageIQ/manageiq-ui-classic/commit/8f42d5cdcfd7720bc964bf4b46cfefdbc68f3d61
commit 8f42d5cdcfd7720bc964bf4b46cfefdbc68f3d61
Author:     Greg Piatigorski <gpiatigo>
AuthorDate: Wed May  8 17:13:32 2019 -0400
Commit:     Greg Piatigorski <gpiatigo>
CommitDate: Wed May  8 17:13:32 2019 -0400

    Remove spec for Optimize Bottlenecks

    https://bugzilla.redhat.com/show_bug.cgi?id=1672934

 spec/routing/bottlenecks_routing_spec.rb | 53 -
 spec/views/bottlenecks/_bottlenecks_options.html.haml_spec.rb | 17 -
 2 files changed, 70 deletions(-)

Comment 9 Nandini Chandra 2019-06-11 22:47:32 UTC
Verified in 5.11.0.6

Comment 11 Nandini Chandra 2019-07-11 22:35:55 UTC
The feature is being removed, so test coverage is not needed anymore.

Comment 12 Nandini Chandra 2019-07-11 22:36:05 UTC
The feature is being removed, so test coverage is not needed anymore.

Comment 14 errata-xmlrpc 2019-12-12 13:35:22 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/RHBA-2019:4199


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