Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
File Upload Feature #1902
File Upload Feature #1902
Changes from 48 commits
fcb3d09
33e9821
8da226e
f0cd448
ebcee30
f9b5557
79c959c
76dacbf
2cafe7f
fc9e79c
59ee0c2
3b0442d
2fea5df
3e64ef7
8bc0a5c
7a592e3
1249622
d7ef820
f61b67b
30d80c3
cd6bdb6
af09cc5
cd5870c
b3823b4
ec0ee5d
5dc0b7b
26319ec
08c211a
825f487
50cd8ff
aff2c6d
367fa00
4b62be3
65b33b1
b0eee36
2709024
3004ac5
1c18186
b374287
f7dc8a2
6cc2b71
046b310
610d19a
882df20
8e38d80
dcf436f
e2ee184
ea72b10
bf44629
db44cd1
f47e698
144756d
b877927
ce4d2d2
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
another way is to do something like this
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.
tests incoming?
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.
Are unit tests planned for this pr?
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.
Yes, will add tests for the handlers. The handlers do very little aside from calling their respective operation in
uploader
module, so tests were added there first.