Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mongodb/node-mongodb-native
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: mongodb/node-mongodb-native
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.1
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Dec 24, 2017

  1. test(change-streams): use generated port numbers for mock server

    This test would occaisionally flake out due to the use of a port
    number hard coded in a number of other tests. If we instead use
    the default behavior of the mock server, and generate the port
    number, we can avoid this in the future.
    mbroadst committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    ad6f67c View commit details
    Browse the repository at this point in the history
  2. refactor(createIndex): simplify argument management for createIndex

    Collection.prototype.createIndex, and Db.prototype.createIndex both
    had rather complicated argument management code to handle legacy
    forms of the method. Since we have committed to an explicit
    signature, we can now simplfy this code as well.
    mbroadst committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    5461f46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8abdc0 View commit details
    Browse the repository at this point in the history
  4. 3.0.1

    mbroadst committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    1d417fd View commit details
    Browse the repository at this point in the history
Loading