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

PYTHON-3493 Bulk Write InsertOne Should Be Parameter Of Collection Type #1106

Merged
merged 31 commits into from Nov 10, 2022

Commits on Nov 2, 2022

  1. initial commit

    juliusgeo committed Nov 2, 2022
    Copy the full SHA
    2a9f80b View commit details
    Browse the repository at this point in the history
  2. add test for replaceone

    juliusgeo committed Nov 2, 2022
    Copy the full SHA
    7292fbe View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. remove unecessary generics

    juliusgeo committed Nov 3, 2022
    Copy the full SHA
    39b32b2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c9b67ac View commit details
    Browse the repository at this point in the history
  3. fix another mro

    juliusgeo committed Nov 3, 2022
    Copy the full SHA
    032271e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    cf8f8b0 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    3d0ae16 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Copy the full SHA
    1a9e5d7 View commit details
    Browse the repository at this point in the history
  2. fix annotation

    juliusgeo committed Nov 4, 2022
    Copy the full SHA
    46cc1c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Copy the full SHA
    dd44e38 View commit details
    Browse the repository at this point in the history
  2. forgot an import

    juliusgeo committed Nov 7, 2022
    Copy the full SHA
    c16532e View commit details
    Browse the repository at this point in the history
  3. change type ignore

    juliusgeo committed Nov 7, 2022
    Copy the full SHA
    9c26531 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c3b1226 View commit details
    Browse the repository at this point in the history
  5. remove unused import

    juliusgeo committed Nov 7, 2022
    Copy the full SHA
    fbb7862 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Copy the full SHA
    be764e5 View commit details
    Browse the repository at this point in the history
  2. fix pre-commit

    juliusgeo committed Nov 8, 2022
    Copy the full SHA
    a8afc6a View commit details
    Browse the repository at this point in the history
  3. simplify assertion

    juliusgeo committed Nov 8, 2022
    Copy the full SHA
    e1938c4 View commit details
    Browse the repository at this point in the history
  4. change comment

    juliusgeo committed Nov 8, 2022
    Copy the full SHA
    c205357 View commit details
    Browse the repository at this point in the history
  5. change to docstring

    juliusgeo committed Nov 8, 2022
    Copy the full SHA
    a0ece18 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. add rst links etc

    juliusgeo committed Nov 9, 2022
    Copy the full SHA
    62f4918 View commit details
    Browse the repository at this point in the history
  2. forgot to add ReplaceMany

    juliusgeo committed Nov 9, 2022
    Copy the full SHA
    6d12caa View commit details
    Browse the repository at this point in the history
  3. remove py

    juliusgeo committed Nov 9, 2022
    Copy the full SHA
    0d4f9bd View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b68ed1b View commit details
    Browse the repository at this point in the history
  5. revert updatemany changes

    juliusgeo committed Nov 9, 2022
    Copy the full SHA
    b0b7a81 View commit details
    Browse the repository at this point in the history
  6. fix docs

    juliusgeo committed Nov 9, 2022
    Copy the full SHA
    6328f59 View commit details
    Browse the repository at this point in the history
  7. combine the two type hints

    juliusgeo committed Nov 9, 2022
    Copy the full SHA
    65d18bf View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Copy the full SHA
    99e20a7 View commit details
    Browse the repository at this point in the history
  2. fix merge errors

    juliusgeo committed Nov 10, 2022
    Copy the full SHA
    f153b45 View commit details
    Browse the repository at this point in the history
  3. fix another malformed merge

    juliusgeo committed Nov 10, 2022
    Copy the full SHA
    371b474 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    71f9370 View commit details
    Browse the repository at this point in the history
  5. add doctest guard

    juliusgeo committed Nov 10, 2022
    Copy the full SHA
    be4c899 View commit details
    Browse the repository at this point in the history