-
Notifications
You must be signed in to change notification settings - Fork 356
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
[WIP] Upgrade to rails 5.1 #5676
Conversation
@himdel can you review |
@@ -84,8 +84,8 @@ | |||
expect(infra_topology_service).to receive(:entity_display_type).exactly(2).times.and_call_original | |||
|
|||
icons = infra_topology_service.build_icons | |||
expect(icons["Openstack"]).to eq(:type => "image", :icon => "/images/svg/vendor-openstack_infra.svg") | |||
expect(icons["Vmware"]).to eq(:type => "image", :icon => "/images/svg/vendor-vmwarews.svg") | |||
expect(icons["Openstack"]).to eq(:type => "image", :icon => "/assets/svg/vendor-openstack_infra-3aa93728245a70177256ca7f8bfb3b2bd69eb0b039e414ae3fe48c121226946e.svg") |
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.
the hash will keep changing, we shouldn't hardcode one in specs
7362be4
to
1424bd4
Compare
895c181
to
2a1b6f3
Compare
Checked commit jrafanie@2de99d1 with ruby 2.3.3, rubocop 0.69.0, haml-lint 0.20.0, and yamllint 1.10.0 |
This pull request has been automatically closed because it has not been updated for at least 6 months. Feel free to reopen this pull request if these changes are still valid. Thank you for all your contributions! |
This pull request uses ManageIQ/manageiq#18076 to test rails 5.1.
The only remaining work items for UI classic are to fix the 5.0 deprecations on actioncontroller parameters hash with indifferent access methods as it's an actual object in 5.1.
TODO: