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

Support mongo+srv URIs on master #393

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on May 22, 2020

  1. Added notes to the CONTRIBUTING file to help others understand how to…

    … get
    
    started with this project for testing.
    
    Fixed two small format issues that come up with more recent versions of go.
    Josh Bonczkowski committed May 22, 2020
    Configuration menu
    Copy the full SHA
    bcd810e View commit details
    Browse the repository at this point in the history
  2. Ported over all of the mongo SRV lookup code from the mongo go driver

    to the mgo driver. The test case requires configuration, so it is
    disabled by default.
    Josh Bonczkowski committed May 22, 2020
    Configuration menu
    Copy the full SHA
    d3565fb View commit details
    Browse the repository at this point in the history
  3. Removed dangling comment

    Josh Bonczkowski committed May 22, 2020
    Configuration menu
    Copy the full SHA
    8874599 View commit details
    Browse the repository at this point in the history