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 support for mongodb urls without scheme #2900

Merged
merged 2 commits into from
Jun 8, 2017
Merged

Conversation

danielnelson
Copy link
Contributor

@danielnelson danielnelson commented Jun 8, 2017

This was broken by changes in go 1.8 to url.Parse. This change allows
the string but prompts the user to move to the correct url string.

Fixes #2888

Required for all PRs:

  • Associated README.md updated.
  • Has appropriate unit tests.

@danielnelson danielnelson added this to the 1.3.2 milestone Jun 8, 2017
@danielnelson danielnelson force-pushed the fix-mongodb-url branch 2 times, most recently from 8633439 to 64a88fa Compare June 8, 2017 22:51
This was broken by changes in go 1.8 to url.Parse.  This change allows
the string but prompts the user to move to the correct url string.
@danielnelson danielnelson merged commit b277e6e into master Jun 8, 2017
@danielnelson danielnelson deleted the fix-mongodb-url branch June 8, 2017 23:52
danielnelson added a commit that referenced this pull request Jun 9, 2017
This was broken by changes in go 1.8 to url.Parse.  This change allows
the string but prompts the user to move to the correct url string.

(cherry picked from commit b277e6e)
jeichorn pushed a commit to jeichorn/telegraf that referenced this pull request Jul 24, 2017
This was broken by changes in go 1.8 to url.Parse.  This change allows
the string but prompts the user to move to the correct url string.
maxunt pushed a commit that referenced this pull request Jun 26, 2018
This was broken by changes in go 1.8 to url.Parse.  This change allows
the string but prompts the user to move to the correct url string.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants