Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* OAuth acronym * For loading OAuthSessionsController from ui-classic. * GHT acronym * For loading ApplicationHelper::Button::ViewGHT and ApplicationHelper::Button::ViewGHTAlways. * REXML acronym * Add acronym since the stdlib constant is all caps. This is needed to load TreeNode::REXML::Attribute. The other libraries that Use Rexml, such as MiqRexml, are gems and can do this on their own. * UI acronym * For loading ManageIQ::Providers::Ovirt::InfraManager::AdminUI * SAP acronym * For loading of ManageIQ::Providers::IbmCloud::PowerVirtualServers::CloudManager::SAPProfile * VPC inflection * Allows loading of ManageIQ::Providers::IbmCloud::Inventory::Collector::VPC. Note, an acronym for VPC would onflict with FixVpcFlavorsSti migration, so we're doing just this inflection. * Tell the autoloader how to load the ui worker. This works around the UI acronym. * MKS acronym * For the remote_console/client_adapter/web_mks* tests * DBus acronym. * DBus is really D-Bus but we're not going to try to get that to work. Fixes: An error occurred while loading ./spec/lib/httpd_dbus_api_spec.rb. Failure/Error: require 'httpd_dbus_api' Zeitwerk::NameError: expected file /Users/joerafaniello/Code/manageiq/lib/httpd_dbus_api.rb to define constant HttpdDbusApi, but didn't * DDF acronym Fixes: NameError: uninitialized constant DDF Did you mean? Ddf * IPMI acronym * Allows loading of MiqIPMI in manageiq-gems-pending.
- Loading branch information