Skip to content
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

Closed
wants to merge 1 commit into from
Closed

Conversation

jrafanie
Copy link
Member

@jrafanie jrafanie commented Jun 5, 2019

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:

@miq-bot miq-bot added the wip label Jun 5, 2019
@h-kataria
Copy link
Contributor

@himdel can you review

@h-kataria h-kataria requested a review from himdel June 6, 2019 15:34
@@ -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")
Copy link
Contributor

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

@jrafanie jrafanie force-pushed the rails-5-1 branch 3 times, most recently from 7362be4 to 1424bd4 Compare June 12, 2019 21:27
@jrafanie jrafanie mentioned this pull request Jun 13, 2019
@jrafanie jrafanie force-pushed the rails-5-1 branch 4 times, most recently from 895c181 to 2a1b6f3 Compare June 18, 2019 18:26
@jrafanie jrafanie closed this Jun 18, 2019
@jrafanie jrafanie reopened this Jun 18, 2019
@jrafanie jrafanie closed this Jun 18, 2019
@jrafanie jrafanie reopened this Jun 18, 2019
@himdel himdel mentioned this pull request Jun 19, 2019
9 tasks
@himdel himdel closed this Jun 19, 2019
@himdel himdel reopened this Jun 19, 2019
@miq-bot
Copy link
Member

miq-bot commented Jun 19, 2019

Checked commit jrafanie@2de99d1 with ruby 2.3.3, rubocop 0.69.0, haml-lint 0.20.0, and yamllint 1.10.0
0 files checked, 0 offenses detected
Everything looks fine. 🍪

@miq-bot miq-bot closed this Dec 30, 2019
@miq-bot
Copy link
Member

miq-bot commented Dec 30, 2019

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants