-
Notifications
You must be signed in to change notification settings - Fork 230
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
Merge development #39
Commits on Aug 8, 2017
-
Merge branch 'master' into development
* master: Add contribution guidelines. Add more changes to README.
Configuration menu - View commit details
-
Copy full SHA for de872a6 - Browse repository at this point
Copy the full SHA de872a6View commit details
Commits on Aug 15, 2017
-
Merge branch 'master' into development
* master: Run integration tests against 3.2.16 (#24)
Configuration menu - View commit details
-
Copy full SHA for 1519fd3 - Browse repository at this point
Copy the full SHA 1519fd3View commit details
Commits on Aug 30, 2017
-
add DropAllIndexes() method (#25)
Create a new method to drop all the indexes of a collection in a single call
Configuration menu - View commit details
-
Copy full SHA for 454da02 - Browse repository at this point
Copy the full SHA 454da02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93aaa6e - Browse repository at this point
Copy the full SHA 93aaa6eView commit details
Commits on Sep 6, 2017
-
send metadata during handshake (#28)
fix [#484](https://github.com/go-mgo/mgo/issues/484) Annotate connections with metadata provided by the connecting client. informations send: { "aplication": { // optional "name": "myAppName" } "driver": { "name": "mgo", "version": "v2" }, "os": { "type": runtime.GOOS, "architecture": runtime.GOARCH } } to set "application.name", add `appname` param in options of string connection URI, for example : "mongodb://localhost:27017?appname=myAppName"
Configuration menu - View commit details
-
Copy full SHA for 165af68 - Browse repository at this point
Copy the full SHA 165af68View commit details -
Update README to add appName (#32)
* docs: elaborate on what appName does * readme: add appName to changes
Configuration menu - View commit details
-
Copy full SHA for a76b1a0 - Browse repository at this point
Copy the full SHA a76b1a0View commit details
Commits on Sep 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 25200e4 - Browse repository at this point
Copy the full SHA 25200e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f4c10f - Browse repository at this point
Copy the full SHA 1f4c10fView commit details -
Don't panic on indexed int64 fields (#23)
* Stop all db instances after tests (go-mgo#462) If all tests pass, the builds for mongo earlier than 2.6 are still failing. Running a clean up fixes the issue. * fixing int64 type failing when getting indexes and trying to type them * requested changes relating to case statement and panic * Update README.md to credit @mapete94. * tests: ensure indexed int64 fields do not cause a panic in Indexes() See: * #23 * https://github.com/go-mgo/mgo/issues/475 * go-mgo#476
Configuration menu - View commit details
-
Copy full SHA for 934a190 - Browse repository at this point
Copy the full SHA 934a190View commit details
Commits on Sep 13, 2017
-
Add collation option to collection.Create() (#37)
- Allow specifying the default collation for the collection when creating it. - Add some documentation to query.Collation() method. fix #29
Configuration menu - View commit details
-
Copy full SHA for b37e3c1 - Browse repository at this point
Copy the full SHA b37e3c1View commit details
Commits on Sep 15, 2017
-
Test against MongoDB 3.4.x (#35)
* test against MongoDB 3.4.x * tests: use listIndexes to assert index state for 3.4+ * make test pass against v3.4.x - skip `TestViewWithCollation` because of SERVER-31049, cf: https://jira.mongodb.org/browse/SERVER-31049 - add versionAtLeast() method in init.js script to better detect server version fixes #31
Configuration menu - View commit details
-
Copy full SHA for aead58f - Browse repository at this point
Copy the full SHA aead58fView commit details