-
Notifications
You must be signed in to change notification settings - Fork 897
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
Delete v2v models, settings, product features, artifacts. #21515
Conversation
Part of ManageIQ#21379 We'll drop the model code in a followup PR. Note, no other manageiq rails engine has inflections so the test was removed.
From Pull Request: ManageIQ/manageiq#21515
@jrafanie 'cross-repo-test(s)' was given invalid repo names and cannot continue
|
From Pull Request: ManageIQ/manageiq#21515
76b60ef
to
6118be9
Compare
6118be9
to
9caa7f0
Compare
Checked commits jrafanie/manageiq@7188342~...9caa7f0 with ruby 2.6.3, rubocop 1.13.0, haml-lint 0.35.0, and yamllint |
From Pull Request: ManageIQ/manageiq#21515
@@ -39,14 +39,6 @@ | |||
expect(asset_path.path).to eq ManageIQ::UI::Classic::Engine.root | |||
expect(asset_path.namespace).to eq "manageiq-ui-classic" | |||
end | |||
|
|||
it "with engines with inflections" do |
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.
Mark this as pending / keep the test.
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.
I'll resurrect this test in a followup and mark it pending
@@ -1141,7 +1133,6 @@ | |||
:event_streams_purge_interval: 1.day | |||
:evm_snapshot_delete_delay_for_job_not_found: 1.hour | |||
:evm_snapshot_interval: 1.hour | |||
:infra_conversion_dispatcher_interval: 30.seconds |
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.
Delete these settings in settings_changes
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.
Done in ManageIQ/manageiq-schema#614
:message: 'Conversion Host %{op_name} of resource %{op_arg} failed. Please check the logs for further details.' | ||
:expires_in: 24.hours | ||
:level: :error | ||
:audience: global |
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.
Removed on upgrade in ManageIQ/manageiq-schema#614
It all works but we don't have a plugin that has inflections now that v2v is gone. The test is good but we can't run it without a generic plugin that does this. Followup to ManageIQ#21515
Fixes ManageIQ/manageiq-ui-classic#7994 Ironically, they were neglected when we added v2v and added later in commit 53e764f Of course, I missed them when removing v2v in: ManageIQ#21515 Which was part of the larger issue: ManageIQ#21379
Fixes ManageIQ/manageiq-ui-classic#7994 Ironically, they were neglected when we added v2v and added later in commit 53e764f Of course, I missed them when removing v2v in: ManageIQ#21515 Which was part of the larger issue: ManageIQ#21379
It all works but we don't have a plugin that has inflections now that v2v is gone. The test is good but we can't run it without a generic plugin that does this. Followup to ManageIQ#21515
Fixes ManageIQ/manageiq-ui-classic#7994 Ironically, they were neglected when we added v2v and added later in commit 53e764f Of course, I missed them when removing v2v in: ManageIQ#21515 Which was part of the larger issue: ManageIQ#21379
Part of #21379
Includes #21499
Rebases and adds some things that were missed from #20246