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] Load Vmdb::Plugins via bundler #15461

Closed

Commits on Jun 27, 2017

  1. Adds vmdb plugin registry system

    Takes the existing mechanism for determining Vmdb::Plugins, and moves
    the logic into it's own class with a interface that can be repeated with
    other Registry providers (working title...)
    
    This can allow other things to provide the plugin registry, like
    bundler, or a yaml config instead of relying on Rails to do that for us.
    
    This doesn't remove the concept of using Rails engines to additional
    components to our routes and such, but removes it from being a
    dependency for defining plugins in the manageiq application.
    NickLaMuro committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    383eb13 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2017

  1. Add basic bundler vmdb plugin registry

    Uses Bundler as the source for determining vmdb plugins to be loaded.
    NickLaMuro committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    5c36ea1 View commit details
    Browse the repository at this point in the history