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

XML compression #27022

Merged
merged 42 commits into from
Apr 21, 2020
Merged

XML compression #27022

merged 42 commits into from
Apr 21, 2020

Commits on Apr 1, 2020

  1. XML compression

    satyaakam committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    adbdc3a View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Configuration menu
    Copy the full SHA
    1851c6d View commit details
    Browse the repository at this point in the history
  2. Resolving conflits

    satyaakam committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    6ff7e25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55fd72e View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Configuration menu
    Copy the full SHA
    787604b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c843658 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed006c5 View commit details
    Browse the repository at this point in the history
  4. Fixing fucntion call

    satyaakam committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    071b011 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Configuration menu
    Copy the full SHA
    5511232 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Configuration menu
    Copy the full SHA
    233f255 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f63335 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ea2d13 View commit details
    Browse the repository at this point in the history
  4. Fixed Lint issues

    satyaakam committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    7a43156 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. simplify validate_args

    snopoke committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    b8a190b View commit details
    Browse the repository at this point in the history
  2. nits

    snopoke committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    acb621f View commit details
    Browse the repository at this point in the history
  3. add missing type_code kwargs

    snopoke committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    7756fad View commit details
    Browse the repository at this point in the history
  4. remove unused imports

    snopoke committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    2f569c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    027d73c View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. handle exception

    snopoke committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    e0d7c55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95d2da0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52c51c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e0a50d View commit details
    Browse the repository at this point in the history
  5. test with compression

    snopoke committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    557264f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1853cbc View commit details
    Browse the repository at this point in the history
  7. simplify blobmeta.open()

    Co-Authored-By: Daniel Miller <millerdev@gmail.com>
    snopoke and millerdev committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    b13480f View commit details
    Browse the repository at this point in the history
  8. reusue util to get sizes

    snopoke committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    5f6e847 View commit details
    Browse the repository at this point in the history
  9. minor simplication

    snopoke committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    a4a90a8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f4bc531 View commit details
    Browse the repository at this point in the history
  11. better test

    snopoke committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    77ed3e5 View commit details
    Browse the repository at this point in the history
  12. Update corehq/blobs/interface.py

    Co-Authored-By: Daniel Miller <millerdev@gmail.com>
    snopoke and millerdev committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    820f81d View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. merging upstream changes

    satyaakam committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    70a4090 View commit details
    Browse the repository at this point in the history
  2. Merging upstream changes

    satyaakam committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    48c9e0e View commit details
    Browse the repository at this point in the history
  3. fix argument order

    snopoke committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    aa7348f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d2f0c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f6466f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    468bdb1 View commit details
    Browse the repository at this point in the history
  7. GzipStreamAttrAccessBeforeRead -> GzipStreamError

    Make the error more generic so it can be used in other places if need be. Currently this error is never expected to occur unless there is a bug.
    millerdev committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    d83f529 View commit details
    Browse the repository at this point in the history
  8. Move IO buffer out of GzipStream class

    Both GzipStream and GzipStream.Buffer had a `_buf` attribute. The class composition made it easy to confuse the two.
    millerdev committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    4e6677f View commit details
    Browse the repository at this point in the history
  9. Fix bugs in GzipStream

    millerdev committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    3b3c00f View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Merge pull request #1 from dimagi/dm/compress-xml

    Gzip stream fixes for XML compression
    snopoke committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    470f2ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c5d4bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05cadf1 View commit details
    Browse the repository at this point in the history