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

Modernize logplex publisher to match the current state of art #5

Merged
merged 5 commits into from Jul 26, 2016

Conversation

cyberdelia
Copy link
Collaborator

This drop support for logplex explicit token support, and drop some
expectation around URLs format (ending with /logs).

This allow the gem to be used with logplex compatible endpoint.

Timothée Peignier added 2 commits July 26, 2016 12:12
This drop support for logplex explicit token support, and drop some
expectation around URLs format (ending with /logs).

This allow the gem to be used with logplex compatible endpoint.
@@ -34,7 +34,8 @@ def validate
errors.add(:host, "can't be nil") if @host.nil?
end

private
private
Copy link
Owner

Choose a reason for hiding this comment

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

leave my indentation!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

No.

@cyberdelia
Copy link
Collaborator Author

I tested against the real logplex, and also "bumped" the version.

@hgmnz hgmnz merged commit bb9f414 into master Jul 26, 2016
@hgmnz
Copy link
Owner

hgmnz commented Jul 26, 2016

gem push logplex-0.0.1.gem 
Pushing gem to https://rubygems.org...
Successfully registered gem: logplex (0.0.1)

@cyberdelia cyberdelia deleted the upgrades branch July 26, 2016 22:22
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

2 participants