Bug 1206204
Summary: | undefined method `ends_with?' for nil:NilClass [ops/db_backup] | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Jan Krocil <jkrocil> |
Component: | UI - OPS | Assignee: | Aparna Karve <akarve> |
Status: | CLOSED ERRATA | QA Contact: | Dave Johnson <dajohnso> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 5.4.0 | CC: | dclarizi, hkataria, jhardy, mfeifer, mhradil, mpovolny, obarenbo, sean.myers |
Target Milestone: | GA | ||
Target Release: | 5.4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-06-16 12:55:43 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jan Krocil
2015-03-26 14:34:49 UTC
We need to retest this and verify the failing points, ui only? Does the rails command work? New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/aabf565e470e66dc8b2b3636a0014bd096c6856a commit aabf565e470e66dc8b2b3636a0014bd096c6856a Author: Aparna Karve <akarve> AuthorDate: Tue Apr 7 12:25:55 2015 -0700 Commit: Aparna Karve <akarve> CommitDate: Fri Apr 17 12:16:19 2015 -0700 Convert the Database Diagnostics form to Angular https://bugzilla.redhat.com/show_bug.cgi?id=1206204 vmdb/app/assets/javascripts/application.js | 2 + .../ops/diagnostics_database_form_controller.js | 90 ++++++++++ .../javascripts/services/miq_db_backup_service.js | 45 +++++ vmdb/app/controllers/ops_controller.rb | 2 +- vmdb/app/controllers/ops_controller/diagnostics.rb | 142 +++++----------- .../ops_controller/settings/schedules.rb | 43 +++-- .../views/ops/_diagnostics_database_tab.html.haml | 182 ++++++++++++--------- vmdb/spec/controllers/ops_controller_spec.rb | 35 ++++ .../diagnostics_database_form_controller_spec.js | 145 ++++++++++++++++ vmdb/spec/javascripts/support/jasmine.yml | 2 + 10 files changed, 505 insertions(+), 183 deletions(-) create mode 100644 vmdb/app/assets/javascripts/controllers/ops/diagnostics_database_form_controller.js create mode 100644 vmdb/app/assets/javascripts/services/miq_db_backup_service.js create mode 100644 vmdb/spec/javascripts/controllers/ops/diagnostics_database_form_controller_spec.js Verified on 5.4.0.0.24. Database backup mounted NFS and succeeded, as expected. 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://rhn.redhat.com/errata/RHBA-2015-1100.html |