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

[DE-757] content encoding #535

Merged
merged 10 commits into from
Mar 4, 2024
Merged

Conversation

rashtao
Copy link
Collaborator

@rashtao rashtao commented Jan 11, 2024

Support to HTTP content encoding for requests and responses.

Added to ArangoDB.Builder the following configuration methods:

  • compression(Compression): the content-encoding and accept-encoding to use for HTTP requests, possible values are: NONE, DEFLATE, GZIP, (default: NONE)
  • compressionThreshold(Integer): the minimum HTTP request body size (in bytes) to trigger compression, (default: 1024)
  • compressionLevel: compression level between 0 and 9, (default: 6)

Added config properties:

  • compression: NONE, DEFLATE or GZIP
  • compressionThreshold
  • compressionLevel

Doc PR: arangodb/docs-hugo#393

@cla-bot cla-bot bot added the cla-signed label Jan 11, 2024
@rashtao rashtao marked this pull request as ready for review January 11, 2024 19:41
@rashtao rashtao force-pushed the feature/content-encoding branch from ad7002c to 124b3d7 Compare January 11, 2024 19:43
@rashtao rashtao force-pushed the feature/content-encoding branch from e970c45 to 3043ac9 Compare January 15, 2024 12:00
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions

0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

@rashtao rashtao force-pushed the feature/content-encoding branch from 3043ac9 to f44265b Compare February 27, 2024 11:06
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

@rashtao rashtao changed the base branch from main to release/adb-3.12 March 4, 2024 09:28
@rashtao rashtao merged commit 94221b3 into release/adb-3.12 Mar 4, 2024
33 of 37 checks passed
@rashtao rashtao changed the title [DE-719] content encoding [DE-757] content encoding Mar 5, 2024
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.

1 participant