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

fix(NODE-4103): respect BSON options when creating change streams #3247

Merged
merged 9 commits into from
May 23, 2022

Commits on May 12, 2022

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

Commits on May 16, 2022

  1. Remove comments, and .only

    Kwabena Ampofo committed May 16, 2022
    Configuration menu
    Copy the full SHA
    926d57a View commit details
    Browse the repository at this point in the history
  2. remove commented out code

    Kwabena Ampofo committed May 16, 2022
    Configuration menu
    Copy the full SHA
    f9e1c06 View commit details
    Browse the repository at this point in the history
  3. Fix all linting errors

    Kwabena Ampofo committed May 16, 2022
    Configuration menu
    Copy the full SHA
    d9945c2 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Address all comments

    Kwabena Ampofo committed May 17, 2022
    Configuration menu
    Copy the full SHA
    84780bf View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Add metadata to all BSON Options tests

    Kwabena Ampofo committed May 18, 2022
    Configuration menu
    Copy the full SHA
    a89eb1b View commit details
    Browse the repository at this point in the history
  2. Use db.createCollection to create collection, and db.dropCollection t…

    …o remove collection after every test
    Kwabena Ampofo committed May 18, 2022
    Configuration menu
    Copy the full SHA
    e41aeb0 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Remove .only, await db.dropCollection

    Kwabena Ampofo committed May 19, 2022
    Configuration menu
    Copy the full SHA
    21def29 View commit details
    Browse the repository at this point in the history
  2. Fix merge conflict

    Kwabena Ampofo committed May 19, 2022
    Configuration menu
    Copy the full SHA
    bf399a7 View commit details
    Browse the repository at this point in the history