Skip to content

javascript: Improve gzip/deflate artifacts from ReleaseFiles#4677

Merged
mattrobenolt merged 3 commits intomasterfrom
zlib-js
Dec 15, 2016
Merged

javascript: Improve gzip/deflate artifacts from ReleaseFiles#4677
mattrobenolt merged 3 commits intomasterfrom
zlib-js

Conversation

@mattrobenolt
Copy link
Contributor

@mattrobenolt mattrobenolt commented Dec 15, 2016

  • Don't gzip files before caching. This is unnecessary because python-memcached will gzip for us. By doing this ourselves, we're actually adding extra work by double gzipping.
  • Handle artifacts uploaded as gzip or deflate.

Fixes GH-4566

/cc @benvinegar

This is unnecessary because python-memcached will gzip for us. By doing
this ourselves, we're actually adding extra work by double gzipping.
Copy link
Contributor

Choose a reason for hiding this comment

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

going to be a party pooper but 'application/json' does not accept a charset :P

@mitsuhiko
Copy link
Contributor

The comment should not require a change to this PR. But we should not do this mistake.

@benvinegar
Copy link
Contributor

‼️

@mattrobenolt
Copy link
Contributor Author

Had to revert because things slowed down pretty drastically and not clear what the cause is without some investigation.

@STRML
Copy link

STRML commented Jan 26, 2017

Is this line in the 8.12 changelog inaccurate, then?

Allow gziped/deflated JavaScript artifacts to be uploaded through the API.

@mattrobenolt
Copy link
Contributor Author

mattrobenolt commented Jan 26, 2017 via email

@lele85
Copy link

lele85 commented Feb 14, 2017

Any news on that?

@deepflame
Copy link

@mattrobenolt is this issue fixed and deployed?

@corydolphin
Copy link

Any update? This would be a big improvement for my team, time wise. We have ~30mb of sourcemaps, which is quite slow to upload.

@pierreant-p
Copy link

pierreant-p commented May 24, 2017

Same here. (100+ mo of sourcemaps ... )

@github-actions github-actions bot locked and limited conversation to collaborators Dec 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support upload of GZIPped artifacts through the API

8 participants