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

Support file upload #110

Merged
merged 17 commits into from
Sep 22, 2020
Merged

Support file upload #110

merged 17 commits into from
Sep 22, 2020

Conversation

obukhov
Copy link
Contributor

@obukhov obukhov commented Sep 7, 2020

Fixes the issue #103

It requires the following PR to be merged first: nautilus/graphql#13

Introduces compatibility with multipart/form-data requests for file uploads according to the following specification:

@AlecAivazis AlecAivazis self-requested a review September 8, 2020 16:19
Copy link
Member

@AlecAivazis AlecAivazis left a comment

Choose a reason for hiding this comment

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

Hey @obukhov - thanks for submitting this (and the corresponding one on nautilus/graphql). A few small comments but we should be able to get this in quickly once those tests are ready

http.go Outdated Show resolved Hide resolved
http.go Outdated Show resolved Hide resolved
@obukhov
Copy link
Contributor Author

obukhov commented Sep 11, 2020

@AlecAivazis finished with tests can you please have a look?

@obukhov
Copy link
Contributor Author

obukhov commented Sep 19, 2020

Hi @AlecAivazis! Sorry for pinging you, I saw you are busy. Any update on this one?

@AlecAivazis
Copy link
Member

No worries about pinging me. Thanks for the reminder :)

I will pull this down today and test it. Things looks good from a code perspective so we should be able to get this in very quickly

go.mod Outdated Show resolved Hide resolved
http.go Show resolved Hide resolved
@@ -1,13 +1,18 @@
package gateway
Copy link
Member

Choose a reason for hiding this comment

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

thank you so much for writing these tests!!

Copy link
Member

@AlecAivazis AlecAivazis left a comment

Choose a reason for hiding this comment

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

Thank you again for a very thorough contribution. Looking forward to the next one :)

@AlecAivazis AlecAivazis merged commit 4231784 into nautilus:master Sep 22, 2020
@obukhov obukhov deleted the support-file-upload branch September 22, 2020 09:23
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