-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
topologyService (js) - fix and test screen url to data url conversion #3219
Conversation
Skipped tests for Network topology, since that one needs to be converted to the newer format first. Also skipped physical infrastructure detail screeen topology spec, since phinfra detail screen currently fails. |
Testing manually:
see if it works :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
after the recent topology conversion (#3087) there were a few specail cases missed Accessing topology from infra & cloud summary screens was fixed in #3214. Access from container summary screen is fixed here. + tests for all the topology screens we can currently test Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1533123
Checked commit https://github.com/himdel/manageiq-ui-classic/commit/7bd7c734d9288417be2b9a5130b09096233d237e with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
topologyService (js) - fix and test screen url to data url conversion (cherry picked from commit e2c0f81) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1533519
Gaprindashvili backport details:
|
after the recent topology conversion (#3087) there were a few special cases missed
Accessing topology from infra & cloud summary screens was fixed in #3214.
Access from container summary screen is fixed here.
+ tests for all the topology screens we can currently test
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1533123
Cc @skateman, @Hyperkid123