-
Notifications
You must be signed in to change notification settings - Fork 81
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
Add Attachments #91
Add Attachments #91
Conversation
tests/integration/targets/attachment/res/sample_file_changed.txt
Outdated
Show resolved
Hide resolved
Add an attachment management to modules
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.
We are almost there yet. I commented on most of the things in the code, but there is still one thing that is missing: one attachment sample call in the EXAMPLES section of each regular module. You can just add that parameter to the existing sample tasks that are already present in the modules.
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.
Thank you, @MysteriousWolf, for your contribution!
@tadeboro Are we waiting on something here? If not, I can |
Just your LGTM ;) I did not want to gate this PR since you asked me to wait with the merges until you had a chance to review the PRs. |
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.
LGTM
I will gate this once the #99 is merged. |
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.
LGTM!
SUMMARY
Adds an option to add/change attachments to existing modules. Modules that support this feature:
ISSUE TYPE
COMPONENT NAME
Attachments
ADDITIONAL INFORMATION
Supports adding attachments, changing them (when updating a table record that already has a file with the same name attached) and deleting them (when deleting the records they are attached to).
Fixes: #89