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

WIP restful: file uploading in chunks addition #35

Closed
wants to merge 1 commit into from

Conversation

drjova
Copy link
Member

@drjova drjova commented Mar 8, 2016

Signed-off-by: Harris Tzovanakis me@drjova.com

@@ -32,7 +32,10 @@
from markupsafe import Markup
from wtforms.validators import ValidationError

from .models import Bucket, FileInstance, Location, ObjectVersion, slug_pattern
from .models import (
Copy link
Member

Choose a reason for hiding this comment

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

from .models import Bucket, FileInstance, Location, ObjectVersion, slug_pattern, \
    MultipartObject

Normally isort will catch using configuration from .editorconfig

@drjova drjova force-pushed the chunks branch 3 times, most recently from e24d425 to 2035bdb Compare March 9, 2016 12:42
@drjova
Copy link
Member Author

drjova commented Mar 9, 2016

@lnielsen done!

rebased

@jirikuncar jirikuncar changed the title WIP: restful: file uploading in chunks addition WIP restful: file uploading in chunks addition Mar 9, 2016
@jirikuncar jirikuncar added this to the Sprint-Files milestone Mar 9, 2016
@drjova
Copy link
Member Author

drjova commented Mar 10, 2016

rebased but NSFW

@drjova drjova force-pushed the chunks branch 3 times, most recently from eb80da9 to 981f699 Compare March 11, 2016 13:29
@drjova
Copy link
Member Author

drjova commented Mar 11, 2016

@lnielsen can you take it for a spin? 💃

@drjova
Copy link
Member Author

drjova commented Apr 6, 2016

@lnielsen based on #46

@coveralls
Copy link

Coverage Status

Coverage decreased (-5.2%) to 85.164% when pulling 8401658 on drjova:chunks into 4bd76d5 on inveniosoftware:master.

Signed-off-by: Harris Tzovanakis <me@drjova.com>
@drjova
Copy link
Member Author

drjova commented Jun 14, 2016

rebased, NSFW

@lnielsen lnielsen mentioned this pull request Jun 28, 2016
@lnielsen lnielsen closed this in #73 Jun 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants