Remove Nuage Network Provider#9953
Conversation
|
@agrare can you run |
| google_net = FactoryBot.create(:ems_google_network) | ||
| get :edit, :params => { :id => google_net.id} |
There was a problem hiding this comment.
This was a good example of using a specific provider just because it happens to support/not-support a feature versus using stub_supports/stub_supports_not
|
@GilbertCherrie I see a few backtraces but they don't look related to nuage: In the end it says everything passes and no files are modified |
|
@agrare don't worry about the warnings, it's strange that none of the files were changed. We might need to delete the nuage provider references somewhere else |
|
@agrare oh it looks like it is just in |
9644f71 to
024865a
Compare
|
Okay I did that @GilbertCherrie there are still a number of these, if there is something else I need to do let me know. |
|
@agrare I checked out your branch and it looks fine now. If you are referring to the references in the language json files don't worry about those. Those don't affect anything and should be updated when we update the translation files. |
|
@GilbertCherrie assigning this to you - when you're ready feel free to merge - I'll monitor and then merge the core PR when this is in. |
| ...options, | ||
| }; | ||
|
|
||
| const baseUrl = '/api/providers?expand=resources&attributes=id,name,supports_cloud_network_create&filter[]=supports_cloud_network_create=true'; |
There was a problem hiding this comment.
c225538 to
a1aa591
Compare
|
I was able to drop that |
|
I don't think the whitesource failure is related to this PR |
66c1170 to
fa2671b
Compare
|
Checked commits agrare/manageiq-ui-classic@1068246~...fa2671b with ruby 3.3.10, rubocop 1.86.0, haml-lint 0.72.0, and yamllint 1.37.1 app/helpers/application_helper/toolbar/ems_network_center.rb
app/helpers/application_helper/toolbar/ems_networks_center.rb
|
Drop all references to
Nuage, most of these should have been implemented differently anyway.I see a number of references to e.g.:
In e.g.
app/javascript/spec/ansible-edit-catalog-form/__snapshots__/ansible-edit-catalog-form.spec.js.snapI'm not sure if these have to be deleted also?
ManageIQ/manageiq#23759