-
Notifications
You must be signed in to change notification settings - Fork 898
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
Network Router: Raw commands are wrapped in raw prefixed methods #13072
Network Router: Raw commands are wrapped in raw prefixed methods #13072
Conversation
@miq-bot add_label ui |
@miq-bot del_label refactoring |
@blomquisg, Happy new year! As I just mentioned, the caller was merged, therefore this is not any more a refactor but a fix. |
@miq-bot remove_label refactoring |
Checked commits https://github.com/gildub/manageiq/compare/4049495fc204c2bf4807b3132cbb6a2d8de15ccc~...c4a116d416bba5f5d34c92ca4c1aa3604ce01ce6 with ruby 2.2.5, rubocop 0.37.2, and haml-lint 0.16.1 app/models/manageiq/providers/openstack/network_manager/network_router.rb
|
@gildub unrecognized command 'del_label', ignoring... Accepted commands are: add_label, remove_label, rm_label, assign, set_milestone |
👍 this makes sense to me! |
Guys, you should split the tests to test separately backend and front end. E.g. when testing that a method is is called, then test for a method that the UI is calling directly. Not one or more levels deeper. And of course it would help, especially if the isolation is not there, to run the UI tests ;-) ping @blomquisg, @gildub, @tzumainn |
@martinpovolny, I agree, from now on with ui-classic split. Meanwhile that's not the case with Euwe. |
…twork_router_fix_queue Network Router: Raw commands are wrapped in raw prefixed methods (cherry picked from commit 2ef53fa) https://bugzilla.redhat.com/show_bug.cgi?id=1413677
Euwe backport details:
|
First commit fixes the method name. The caller has been merged in a separate PR. It will be broken until this is merged.
https://bugzilla.redhat.com/show_bug.cgi?id=1411170