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

feat: Add compression option (gzip|brotli|none) #194

Merged
merged 5 commits into from
Jan 31, 2018
Merged

feat: Add compression option (gzip|brotli|none) #194

merged 5 commits into from
Jan 31, 2018

Conversation

SvanBoxel
Copy link
Contributor

@SvanBoxel SvanBoxel commented Jan 31, 2018

Based on #178.

Description

Added a -c/--compression option that accepts gzip, brotli or none. Default is gzip.

Motivation and Context

This fixes #139 and closes #178 by implementing compression options.
The new functionality is also reflected in the reporter, that shows which compression is used.

Screenshots (if appropriate):

N/A

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist:

  • My code follows the code style of this project.
  • If my change requires a change to the documentation I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I created an issue for the Pull Request

@siddharthkp
Copy link
Owner

Have disabled codeclimate now. Sorry about the noise.

@siddharthkp siddharthkp changed the base branch from master to compression-options January 31, 2018 13:26
@siddharthkp
Copy link
Owner

siddharthkp commented Jan 31, 2018

Changed the base to siddharthkp:compression-options so that the configured test suits can run (travisCI doesn't automatically run on forks)

Here's the new PR: #195

@siddharthkp siddharthkp merged commit ababe01 into siddharthkp:compression-options Jan 31, 2018
@siddharthkp siddharthkp mentioned this pull request Jan 31, 2018
@siddharthkp
Copy link
Owner

Published as 0.16.0

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.

2 participants