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

Enhanced inventory collector target and parser classes #13907

Commits on Feb 14, 2017

  1. Remove old base classes for new refresh

    ManagerRefresh::Inventory::Parser is the new base class for
    refresh.
    Ladas committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    28a74aa View commit details
    Browse the repository at this point in the history
  2. Modify Base target class to align with Amazon usecase

    Modify Base target class to align with Amazon usecase
    Ladas committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    e2d8125 View commit details
    Browse the repository at this point in the history
  3. Modify Collector base class to align with Amazon usecase

    Modify Collector base class to align with Amazon usecase
    Ladas committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    0f57da2 View commit details
    Browse the repository at this point in the history
  4. Modify Inventory base class to align with Amazon usecase

    Modify Inventory base class to align with Amazon usecase
    Ladas committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    9435aca View commit details
    Browse the repository at this point in the history
  5. Target initialize is taking a collector object as a parameter

    Target initialize is taking a collector object as a parameter
    Ladas committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    4fc9ecf View commit details
    Browse the repository at this point in the history
  6. Modify Ansible Target to use the new target and manager methods

    Modify Ansible Target to use the new target and manager methods
    Ladas committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    6ec3730 View commit details
    Browse the repository at this point in the history
  7. Ansible tower enhance target IC definitions

    Ansible tower enhance target IC definitions
    Ladas committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    42ab658 View commit details
    Browse the repository at this point in the history
  8. Unify Target and Collector interface

    Unify Target and Collector interface
    Ladas committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    bcf3d5d View commit details
    Browse the repository at this point in the history
  9. Allow to overwrite aninsible IC defaults

    Allow to overwrite aninsible IC defaults
    Ladas committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    b58126d View commit details
    Browse the repository at this point in the history
  10. Rename Target to Persister under Inventory

    Rename Target to Persister under Inventory
    Ladas committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    8981373 View commit details
    Browse the repository at this point in the history
  11. Dynamic access of collections with Rails like method cache

    Dynamic access of collections with Rails like method cache,
    first pass goes through methods missing and looks into
    collections hash by creating a getter metho. So second+
    pass is much faster.
    Ladas committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    c333f2d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2017

  1. Renames in Persister according to review

    Renames in Persister according to review
    Ladas committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    4214aa2 View commit details
    Browse the repository at this point in the history
  2. Explicitly define a delete method instead of auto-magic

    Explicitly define a delete method instead of auto-magic, the
    default IC definitions have delete_method defined, if it differs
    from a default :destroy.
    Ladas committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    85ad5bf View commit details
    Browse the repository at this point in the history