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

rework target to resolver connection #447

Merged
merged 5 commits into from
Feb 11, 2016
Merged

Conversation

arlimus
Copy link
Contributor

@arlimus arlimus commented Feb 10, 2016

This solves an important piece of the puzzle: Provide the final handler for any type of folder resolver with full access to its content. The handler is the piece that provides information on what we are looking at, e.g. is this an InSpec profile? Serverspec? something else? The resolver is able to read out file, e.g. by retrieving a path from downloaded zip file.

I.e. we want to get access to the actual directory handler, with full exposure of the underlying directory resolver. e.g. Get the InspecProfileDirectory handler (which provides access to tests, metadata, libraries), but be able to get all data with that alone (e.g. an ArchiveHelper for ZIP which reads all files/folders from zip)
jcreedcmu added a commit that referenced this pull request Feb 11, 2016
rework target to resolver connection
@jcreedcmu jcreedcmu merged commit a42b194 into master Feb 11, 2016
@jcreedcmu
Copy link
Contributor

👍

@arlimus arlimus deleted the dr/target-helper-dirs branch February 11, 2016 19:18
@chris-rock chris-rock modified the milestone: 0.12.0 Feb 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants