-
Notifications
You must be signed in to change notification settings - Fork 109
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
Feature/adding file attachments #108
Feature/adding file attachments #108
Conversation
215d569
to
fc8776e
Compare
Thanks for contributing. I've been swamped but will get to this in the next week or so. |
@forest Thank you for letting me know ! |
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.
Thanks for this addition. Lots of work and I'm sure will be appreciated by many.
Resources::FileAttachment.new({ comment: comment }.merge(data)) | ||
end | ||
|
||
# This orphans the file, deletes source, but appears in the comments |
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.
Can we remove the commented out code?
You can put TODOs or notes in comments at the top of the class if you want.
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.
@forest Thank you. Sorry, for some weird reason I never got any notifications. Let me get to these this week. Will convert this to TODO
lib/tracker_api/file_utility.rb
Outdated
@@ -0,0 +1,16 @@ | |||
module TrackerApi | |||
class FileUtility |
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.
Please fix this white space.
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.
(y)
# File.open(filename, 'wb') { |fp| fp.write(file_data) } | ||
# end | ||
|
||
def to_upload_hash |
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.
What is this used for?
@forest handled the CR changes. Thank you and sorry for the delay. |
No problem. Thanks.
…On Mon, Aug 14, 2017 at 11:37 AM s-ashwinkumar ***@***.***> wrote:
@forest <https://github.com/forest> handled the CR changes. Thank you and
sorry for the delay.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#108 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAelcc66AxVncegllA_LDoVGUuXrsU2ks5sYJPNgaJpZM4N2p11>
.
|
Please let me know about any corrections. I have tried to follow the same pattern as it is currently.