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-4264 Async PyMongo Beta #1629

Merged
merged 114 commits into from
Jun 6, 2024
Merged

PYTHON-4264 Async PyMongo Beta #1629

merged 114 commits into from
Jun 6, 2024

Commits on Mar 8, 2024

  1. Rebased to master

    NoahStapp committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    49c9fee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5344769 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

Commits on Mar 12, 2024

  1. WIP

    NoahStapp committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    80e66c5 View commit details
    Browse the repository at this point in the history
  2. Async MongoClient

    NoahStapp committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    4a26bcf View commit details
    Browse the repository at this point in the history
  3. Async Database

    NoahStapp committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6e8a083 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f4ae97 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Synchronized MongoClient

    NoahStapp committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    a1613fa View commit details
    Browse the repository at this point in the history
  2. SyncCollection

    NoahStapp committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    889347f View commit details
    Browse the repository at this point in the history
  3. WIP sync-friendly cursor

    NoahStapp committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ae928e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Updating synchronize

    NoahStapp committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    abc770e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. _get_topology fixed

    NoahStapp committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e3e81fd View commit details
    Browse the repository at this point in the history
  2. WIP Database update

    NoahStapp committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c2b6838 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. WIP BaseCollection

    NoahStapp committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8880d70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    316723a View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Sync + Async CommandCursor

    NoahStapp committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d52815e View commit details
    Browse the repository at this point in the history
  2. Finish SyncMongoClient

    NoahStapp committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    800b635 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43161fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    191a84a View commit details
    Browse the repository at this point in the history
  5. _Bulk sync + async

    NoahStapp committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2c4eff7 View commit details
    Browse the repository at this point in the history
  6. Cleanup Database typing

    NoahStapp committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a6854da View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Async + Sync Cursors

    NoahStapp committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    6f17fde View commit details
    Browse the repository at this point in the history
  2. Overhaul CommandCursor

    NoahStapp committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    9602954 View commit details
    Browse the repository at this point in the history
  3. Updated MongoClient

    NoahStapp committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    0b53c2a View commit details
    Browse the repository at this point in the history
  4. MongoClient update

    NoahStapp committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c2fb2e2 View commit details
    Browse the repository at this point in the history
  5. CommandCursor update

    NoahStapp committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    51347e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

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

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    aa04f89 View commit details
    Browse the repository at this point in the history
  2. test_database passing

    NoahStapp committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c99d240 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. 1604 tests passing

    NoahStapp committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    9b952ee View commit details
    Browse the repository at this point in the history
  2. Add async GridFSBucket

    NoahStapp committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    75ddc1f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. GridFS tests passing

    NoahStapp committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    1620bcc View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. GridFS tests all passing

    NoahStapp committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    f64bb79 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Initial commit

    NoahStapp committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d2356fb View commit details
    Browse the repository at this point in the history
  2. Fix imports

    NoahStapp committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    3f00241 View commit details
    Browse the repository at this point in the history
  3. test_collection passing

    NoahStapp committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    f59e15b View commit details
    Browse the repository at this point in the history
  4. test_database passing

    NoahStapp committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    04f02a2 View commit details
    Browse the repository at this point in the history
  5. test_cursor passes

    NoahStapp committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    4835d6d View commit details
    Browse the repository at this point in the history
  6. Cleanup synchro imports

    NoahStapp committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    4a32ae6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c731031 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8196d7d View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    bb6ad44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5e353c View commit details
    Browse the repository at this point in the history
  3. Add a_wrap_socket

    NoahStapp committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    e4c9a1e View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. GridFS work

    NoahStapp committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6a4dee3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ab0077 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fad7e6f View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. All base tests passing

    NoahStapp committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    19e095d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    87bb217 View commit details
    Browse the repository at this point in the history
  2. Encryption tests passing

    NoahStapp committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    732a8e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

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

Commits on Apr 18, 2024

  1. Encryption passing

    NoahStapp committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d6b2db5 View commit details
    Browse the repository at this point in the history
  2. Changestream updates

    NoahStapp committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    98bf04f View commit details
    Browse the repository at this point in the history
  3. Remove unused

    NoahStapp committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9a74ba7 View commit details
    Browse the repository at this point in the history
  4. Remove unused tests

    NoahStapp committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b26a9ee View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

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

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    4ca7201 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d29d2d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Merge up to 4.8.0.dev0

    NoahStapp committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    237f3ed View commit details
    Browse the repository at this point in the history
  2. Fix sendall signature

    NoahStapp committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d4d5b6b View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    2aabc8a View commit details
    Browse the repository at this point in the history
  2. Fix oidc and ocsp tests

    NoahStapp committed May 1, 2024
    Configuration menu
    Copy the full SHA
    491f5f1 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Format ocsp test uri

    NoahStapp committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1396c6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f5110c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    551b8a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    035d981 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33bc43a View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

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

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    090e52c View commit details
    Browse the repository at this point in the history
  2. All typechecks passing

    NoahStapp committed May 7, 2024
    Configuration menu
    Copy the full SHA
    4d5179e View commit details
    Browse the repository at this point in the history
  3. Update to master

    NoahStapp committed May 7, 2024
    Configuration menu
    Copy the full SHA
    85f6b09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2c34b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93593e4 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    1fae89a View commit details
    Browse the repository at this point in the history
  2. Bump slotscheck version

    NoahStapp committed May 8, 2024
    Configuration menu
    Copy the full SHA
    2a73146 View commit details
    Browse the repository at this point in the history
  3. Update manifest

    NoahStapp committed May 8, 2024
    Configuration menu
    Copy the full SHA
    a8efdb8 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    7c32cd0 View commit details
    Browse the repository at this point in the history
  2. Fix doc imports

    NoahStapp committed May 9, 2024
    Configuration menu
    Copy the full SHA
    29ed111 View commit details
    Browse the repository at this point in the history
  3. Fix export tests

    NoahStapp committed May 9, 2024
    Configuration menu
    Copy the full SHA
    bcbf7f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a2a823 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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

Commits on May 14, 2024

  1. Fix async_sendall

    NoahStapp committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5a23dc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40e0097 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    eb65030 View commit details
    Browse the repository at this point in the history
  2. Add license to synchro.py

    NoahStapp committed May 20, 2024
    Configuration menu
    Copy the full SHA
    012f2fe View commit details
    Browse the repository at this point in the history
  3. Merge changes from master

    NoahStapp committed May 20, 2024
    Configuration menu
    Copy the full SHA
    26c3e3f View commit details
    Browse the repository at this point in the history
  4. Fix 3.8 typecheck

    NoahStapp committed May 20, 2024
    Configuration menu
    Copy the full SHA
    1361ff3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c562c6 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Fix AsyncClientContext.pair

    NoahStapp committed May 22, 2024
    Configuration menu
    Copy the full SHA
    42604db View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    94a99a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63ce776 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c168e8d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Add ruff ASYNC checks

    NoahStapp committed May 28, 2024
    Configuration menu
    Copy the full SHA
    5a6c90c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8609ca6 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Fix typechecking

    NoahStapp committed May 29, 2024
    Configuration menu
    Copy the full SHA
    526e60a View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    0412a12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd1e9df View commit details
    Browse the repository at this point in the history
  3. WIP

    NoahStapp committed May 30, 2024
    Configuration menu
    Copy the full SHA
    2dc0266 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    3307497 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a9e8c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2ae9af View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    0e25b74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    241894e View commit details
    Browse the repository at this point in the history
  3. Resync with master

    NoahStapp committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    001dafc View commit details
    Browse the repository at this point in the history
  4. Fix test failures

    NoahStapp committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d0a8c51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1ceee2 View commit details
    Browse the repository at this point in the history
  6. Resync master again

    NoahStapp committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    290ebf3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    77a4328 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. IS_SYNC -> _IS_SYNC

    NoahStapp committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    7fcfb6e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Address review

    NoahStapp committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    8399aa1 View commit details
    Browse the repository at this point in the history
  2. Resync with master

    NoahStapp committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b96678c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0305be View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

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