-
Notifications
You must be signed in to change notification settings - Fork 290
Add logs api to docker container #135
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
Conversation
@@ -80,6 +80,12 @@ def to_s | |||
end | |||
end | |||
|
|||
[:logs].each do |method| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not just def logs
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree this would read better as def logs
.
One small code comment, but it looks like you have some cane failures. To see them locally, either run |
@@ -23,6 +23,7 @@ | |||
its(:to_s) { should == expected_string } | |||
end | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra newline.
@nacyot thanks for adding! Couple minor comments above and cane failures are also minor:
|
Sorry for late. I fixed some cane violations and removed extra line. :) |
+1 |
Add logs api to docker container
Thanks @nacyot! Expecting to release later this weekend. |
Released in 1.11.0. |
I add logs api to docker container class.