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

MOTOR-689: Add async wrapper for pymongo.encryption.ClientEncryption #103

Merged
merged 44 commits into from
Mar 31, 2021

Commits on Mar 25, 2021

  1. Configuration menu
    Copy the full SHA
    ee7b490 View commit details
    Browse the repository at this point in the history
  2. add docs

    guanlinzhou committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    e252b38 View commit details
    Browse the repository at this point in the history
  3. syntax mistake

    guanlinzhou committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    8fed6c1 View commit details
    Browse the repository at this point in the history
  4. add docstring

    guanlinzhou committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    1ef5c2a View commit details
    Browse the repository at this point in the history
  5. add tornado support

    guanlinzhou committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    3e11eb7 View commit details
    Browse the repository at this point in the history
  6. shorten docstring

    guanlinzhou committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    dea8025 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. expose close api

    guanlinzhou committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    9a60728 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. checkout

    guanlinzhou committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    75d2fdc View commit details
    Browse the repository at this point in the history
  2. checkout

    guanlinzhou committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    9a58140 View commit details
    Browse the repository at this point in the history
  3. get tests working

    guanlinzhou committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    a3575c0 View commit details
    Browse the repository at this point in the history
  4. remove .eggs

    guanlinzhou committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    bf05409 View commit details
    Browse the repository at this point in the history
  5. newline

    guanlinzhou committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    13f4cdb View commit details
    Browse the repository at this point in the history
  6. eof

    guanlinzhou committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    4254aae View commit details
    Browse the repository at this point in the history
  7. eof

    guanlinzhou committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    efddbe8 View commit details
    Browse the repository at this point in the history
  8. cleanup calls back

    guanlinzhou committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    d3a73ab View commit details
    Browse the repository at this point in the history
  9. cleanup calls back

    guanlinzhou committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    0c0e70b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c6c7edd View commit details
    Browse the repository at this point in the history
  11. add setup

    guanlinzhou committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    7f9b84a View commit details
    Browse the repository at this point in the history
  12. augment evergreen testing

    guanlinzhou committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    aea3442 View commit details
    Browse the repository at this point in the history
  13. fix config

    guanlinzhou committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    0b2ca3b View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. fix test script

    guanlinzhou committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    05050b1 View commit details
    Browse the repository at this point in the history
  2. virtualenv eg

    guanlinzhou committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    180509b View commit details
    Browse the repository at this point in the history
  3. fix

    guanlinzhou committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    68bc359 View commit details
    Browse the repository at this point in the history
  4. fix python binary

    guanlinzhou committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    b4849e0 View commit details
    Browse the repository at this point in the history
  5. replace with pip install

    guanlinzhou committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    f2615ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb4cbe8 View commit details
    Browse the repository at this point in the history
  7. test fix

    guanlinzhou committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    310ff1c View commit details
    Browse the repository at this point in the history
  8. use createvenv

    guanlinzhou committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    bcff10c View commit details
    Browse the repository at this point in the history
  9. fix

    guanlinzhou committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    29b0880 View commit details
    Browse the repository at this point in the history
  10. add testing lines

    guanlinzhou committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    e0337ca View commit details
    Browse the repository at this point in the history
  11. install through tox

    guanlinzhou committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    d569bd0 View commit details
    Browse the repository at this point in the history
  12. restore dsi files

    guanlinzhou committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    ef043bb View commit details
    Browse the repository at this point in the history
  13. replace config.yml

    guanlinzhou committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    e093948 View commit details
    Browse the repository at this point in the history
  14. remove extra newline

    guanlinzhou committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    64f68d7 View commit details
    Browse the repository at this point in the history
  15. nits

    guanlinzhou committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    a9b976b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7011887 View commit details
    Browse the repository at this point in the history
  17. update installation info

    guanlinzhou committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    c4e81a3 View commit details
    Browse the repository at this point in the history
  18. link to pymongocrypt

    guanlinzhou committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    9a03574 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Configuration menu
    Copy the full SHA
    171becc View commit details
    Browse the repository at this point in the history
  2. extra

    guanlinzhou committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    26cf82f View commit details
    Browse the repository at this point in the history
  3. revert changes

    guanlinzhou committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    81f87cd View commit details
    Browse the repository at this point in the history
  4. fix failure with setUp

    guanlinzhou committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    3f5f880 View commit details
    Browse the repository at this point in the history
  5. fix failure with setUp

    guanlinzhou committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    87e711f View commit details
    Browse the repository at this point in the history
  6. update older pip version

    guanlinzhou committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    8f6026e View commit details
    Browse the repository at this point in the history