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

request compression #2959

Merged
merged 37 commits into from
Jul 27, 2023
Merged

request compression #2959

merged 37 commits into from
Jul 27, 2023

Commits on Jul 19, 2023

  1. request compression

    davidlm committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    4208cb3 View commit details
    Browse the repository at this point in the history
  2. refactor

    davidlm committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    8fb9de7 View commit details
    Browse the repository at this point in the history
  3. add handler test

    davidlm committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b689db8 View commit details
    Browse the repository at this point in the history
  4. Another round of refactoring. Move compression to a separate file and…

    … query body serialization to a utility
    davidlm committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6cdd1ed View commit details
    Browse the repository at this point in the history
  5. cleanup

    davidlm committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    165c5e1 View commit details
    Browse the repository at this point in the history
  6. pr feedback

    davidlm committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b97fa8c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9326d3f View commit details
    Browse the repository at this point in the history
  8. change to functional implementation

    davidlm committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    afee36d View commit details
    Browse the repository at this point in the history
  9. simplify assert compression method

    davidlm committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    68630f6 View commit details
    Browse the repository at this point in the history
  10. pr feedback

    davidlm committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    10cec6b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6247e28 View commit details
    Browse the repository at this point in the history
  12. divert byte encoding

    davidlm committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    aa54927 View commit details
    Browse the repository at this point in the history
  13. move min and max min compression size to funciton

    davidlm committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    debd186 View commit details
    Browse the repository at this point in the history
  14. fixed test

    davidlm committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6e8c0a3 View commit details
    Browse the repository at this point in the history
  15. fixed max allowed min compression size, added test for it and moved c…

    …ompression config tests to test_args
    davidlm committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    2f6d52e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    56fd999 View commit details
    Browse the repository at this point in the history
  17. cleanup

    davidlm committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    f5202b4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6cecbad View commit details
    Browse the repository at this point in the history
  19. cleaned up tests

    davidlm committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    053f053 View commit details
    Browse the repository at this point in the history
  20. added TypeError to min compression validation and a bunch of formatti…

    …ng cleanup
    davidlm committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    df00a70 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    30d7c12 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. refactor unit tests

    davidlm committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    b9334df View commit details
    Browse the repository at this point in the history
  2. adjust compression assertion method and move dict compression into pa…

    …rametrized test
    davidlm committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    e93321f View commit details
    Browse the repository at this point in the history
  3. formatting cleanup

    davidlm committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ebcd98b View commit details
    Browse the repository at this point in the history
  4. actually convert request_compression_min_size_bytes to int and some m…

    …ore formatting fixes
    davidlm committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ccd81fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82e6bed View commit details
    Browse the repository at this point in the history
  6. fixed test

    davidlm committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    19586f4 View commit details
    Browse the repository at this point in the history
  7. actually fixed test

    davidlm committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    acd343d View commit details
    Browse the repository at this point in the history
  8. assert_compression method

    davidlm committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    9b6b03a View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. add test cases for non-seekable streams

    davidlm committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    a5071e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. pr feedback

    davidlm committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    8ed62a8 View commit details
    Browse the repository at this point in the history
  2. put private note in wrong file. Also removed classes since there ar…

    …ent any
    davidlm committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    004a175 View commit details
    Browse the repository at this point in the history
  3. remove duplicate test case

    davidlm committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    bd6249a View commit details
    Browse the repository at this point in the history
  4. Refactor unit tests

    nateprewitt committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    4011831 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d16faf6 View commit details
    Browse the repository at this point in the history
  6. use compression assertion function in stream test and only use single…

    … quotes
    davidlm committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    3be8638 View commit details
    Browse the repository at this point in the history
  7. small fix to functional test and changelog

    davidlm committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    494c7e3 View commit details
    Browse the repository at this point in the history