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

Adapt write http plugin to new format #848

Merged
merged 3 commits into from
Aug 30, 2018

Conversation

kazeborja
Copy link
Contributor

Pull Request (PR) description

Allows write http to define either legacy format (urls) or new format (nodes) as defined by the user.
Also adds tests for the write_http plugin that weren't there.

This Pull Request (PR) fixes the following issues

Fixes #544 

@kazeborja kazeborja force-pushed the fix_544 branch 3 times, most recently from fb999a5 to e8c3459 Compare August 24, 2018 08:42
@kazeborja
Copy link
Contributor Author

The failing check seems to be related to the CI flow, not much to the changes... Could someone confirm?

@kazeborja
Copy link
Contributor Author

Anyway to retry the tests?

@bastelfreak bastelfreak added enhancement New feature or request needs-work not ready to merge just yet labels Aug 29, 2018
@kazeborja
Copy link
Contributor Author

All discussions resolved, ready for a second look

Hash $urls = {},
Enum['present', 'absent'] $ensure = 'present',
Hash[String, Hash[String, Scalar]] $nodes = {},
Hash[String, Hash[String, Scalar]] $urls = {}
Copy link
Member

Choose a reason for hiding this comment

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

datatypes \o/

@bastelfreak bastelfreak removed the needs-work not ready to merge just yet label Aug 30, 2018
@bastelfreak bastelfreak merged commit edaa14d into voxpupuli:master Aug 30, 2018
@bastelfreak
Copy link
Member

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants