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

fix using inventory and cache plugins in a collection #56469

Merged
merged 2 commits into from Mar 26, 2020

Commits on Mar 24, 2020

  1. Allow custom inventory plugins and cache plugins

    If _load_name is not set correctly the cache plugin can't load the documentation (which is also the arg spec)
    
    Fix the existing inventory plugin in the collections tests
    
    Add integration tests for using a cache plugin in a collection
    s-hertel committed Mar 24, 2020
    Copy the full SHA
    8c37f06 View commit details
    Browse the repository at this point in the history
  2. Set the attribute on the instance instead of the class

    Deprecate importing custom CacheModules directly - they should use the cache_loader
    s-hertel committed Mar 24, 2020
    Copy the full SHA
    bb1e4ce View commit details
    Browse the repository at this point in the history