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

Improve apache resource #407

Merged
merged 3 commits into from
Feb 9, 2016
Merged

Improve apache resource #407

merged 3 commits into from
Feb 9, 2016

Conversation

chris-rock
Copy link
Contributor

  • add method missing
  • add integration tests

Fixes #406.

@chris-rock chris-rock added the Type: Enhancement Improves an existing feature label Feb 1, 2016
param = @params[name.to_s]
return nil if param.nil?
# extract first value if we have only one value in array
return param[0] if param.length == 1
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as proposed by @srenatus we should not be smart here, lets leave this for the matcher

@chris-rock chris-rock changed the title improve apache resource WIP: improve apache resource Feb 3, 2016
@chris-rock chris-rock changed the title WIP: improve apache resource Improve apache resource Feb 9, 2016
@arlimus
Copy link
Contributor

arlimus commented Feb 9, 2016

Cheers @chris-rock for kicking this off! 👍

arlimus added a commit that referenced this pull request Feb 9, 2016
@arlimus arlimus merged commit 88705af into master Feb 9, 2016
@arlimus arlimus deleted the chris-rock/apache branch February 9, 2016 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Improves an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants